asp.net core6 MVC APP例子,使用SqlServer数据库,VS2022创建,网上的例子和教程都是.net core5以前的,这个是全新创建没有Startup文件的。
2024-02-01 09:20:23 1.79MB asp.net core6 无Startup文件 vs2022
1
西门子S7-200SMART PLC 常用库文件分享
2024-02-01 03:44:49 267KB 西门子200
1
To write the new Voltage Divider value can be programmed as follows: - SubclassID for “Voltage Divider” is 104 or 0x68 hex, and offset is 14 - Write 0x00 using BlockDataControl() command (0x61) to enable block data flash control. (wr 0x61 0x00) - Write 0x68 (Calibration Subclass) using the DataFlashClass() command (0x3E) to access the Registers subclass. (wr 0x3E 0x68) - Write the block offset location using DataFlashBlock() command (0x3F). To access data located at offset 0 to 31, use offset = 0x00. For example, Voltage Divider (offset = 14) is in the first block so use (wr 0x3F 0x00). - To read the data of a specific offset, use address 0x40 + mod(offset, 32). So to read the old Voltage divider (rd 0x4E old_Voltage Divider_MSB) (rd 0x4F old_Voltage Divider_LSB) - To write the data of a specific offset, use address 0x40 + mod(offset, 32). So to write the new Voltage divider (rd 0x4E new_Voltage Divider_MSB) (rd 0x4F new_Voltage Divider_LSB) - The data is actually transferred to the data flash when the correct checksum for the whole block (0x40 to 0x5F) is written to BlockDataChecksum() (0x60). (wr 0x60 NEW_checksum) The checksum is (255-x) where x is the 8-bit summation of the BlockData() (0x40 to 0x5F) on a byte-by-byte basis. A quick way to calculate the new checksum is to make use of the old checksum: (a) temp = mod (255 – OLD_checksum – old_Voltage Divider_MSB - old_Voltage Divider_LSB), 256)(b) NEW_checksum = 255 – mod (temp + new_Voltage Divider_MSB + new_Voltage Divider_LSB, 256) Step 3. Update any individual flash locations, such as serial number, lot code, and date: In a similar manner to the Voltage divider, any pack specific data such as serial number, lot code and date can be changed during the production process.
2024-01-31 22:35:17 185KB BQ78350
1
UCOS II 移植到DSP 28335完整工程文件.rar
2024-01-31 16:08:46 179KB UCOS 
1
详细描述了如何把图片导入Excel,如何把Excel转成CSV文件
1
aes加密算法C#程序,可直接对各类文件加密,可用于课堂演示。
2024-01-31 07:42:09 39KB aes 加密算法 文件加密
1
STM32F103RC利用W25Q64实现FATFS文件系统
2024-01-31 02:37:10 9.89MB stm32 arm 嵌入式硬件
1
介绍 1、用QQ,小于2G还行,再大了就不行了,这个可以 2、用QQ,得需要Internet,而这个就不用了 3、很多个性化的提示,自己找找吧^_^ 4、开源,不要分~~ 要求: 多给点鼓励呀~呵呵
2024-01-30 13:59:25 167KB 局域网 文件传输 c#
1
如想要图片上的雕花图案,用于设计材料上的雕花,可将图片转出cad的描边工具
2024-01-30 10:40:18 1.42MB 图片cad
1
对应自控电气实验的仿真文件,,之前那个我上传的免费资源,但是后来发现下载需要下载码,我也搞不清楚这个下载码是啥,所以这次上传带积分的,想下载的话1积分,如果没有的话去某宝(你懂得)几毛钱。本意是想免费开源,但是最终还是要积分下载。
2024-01-28 10:34:47 120KB
1