搜索资源列表
CheckSum
- ModbusRTU协议采用的CRC校验生成及校验验证函数C语言实现,是嵌入式应用通讯开发必备的代码
checksum
- 程式名称:Checksum creater开放源码 程式语言C
CRC_matlab.CRC校验的Matlab仿真
- CRC校验的Matlab仿真,也可以认为是二进制除法。,CRC checksum of the Matlab simulation, it can be regarded as a binary division.
CRC16.rar
- 纯c代码编写,可以单独的进行CRC16校验,结果可以16进制显示。,The preparation of pure c code can be carried out separate CRC16 checksum, 16-band results can be displayed.
Ymodem_transfan
- 利用ymodem协议通过串口传输数据或文件,具备CRC校验算法-Ymodem agreement through the use of serial transmission of data or documents, with CRC checksum algorithm
ade7758
- ADI公司的ADE7758全部使用原代码(包括校验)-All of the ADE7758 company ADI to use the original code (including the checksum)
crc
- CRC校验程序包,包含VB,C,汇编下,实现CRC校验程序的代码,详细介绍CRC校验的原理,介绍 查表法,半字节查表法,等等实现CRC校验的方法,希望对大家有所帮组。-CRC Checksum package, including VB, C, compilation achieve CRC checksum code, detailing the principles of CRC checksum on look-up table method, semi-byte look-up tabl
modbus.c
- modbus 通讯的CRC校验程序,已经调试通过。如在其它方面使用,可略作修改。-Modbus communication CRC checksum procedure, have been debug through. As in other aspects of use, can be slightly modified.
crc
- crc校验 包括原理文件和说明 另附有一个crc16的c程序函数和crc32的vc项目文件-CRC checksum, including the principle of documents and a note attached CRC16 function of c procedures and CRC32 of vc project documents
CRC16SHC
- 这是用MCS51编的Modbus传输的CRC校验源程序,以通过实战的校验,简短!-This is MCS51 series Modbus transmission CRC checksum source in order to realize the check, the short!
CRC16
- PIC24H环境下编译的CRC16校验,用于MODBUS系统。-Environment PIC24H compiled CRC16 checksum for the MODBUS system.
adf7012_crc_595
- 频率合成器加数字调制芯片ADF7012的应用 CRC校验C程序 扩展I/O口芯片HC595程序 -Frequency synthesizer chip ADF7012 add digital modulation CRC checksum C of the application process is extended I/O port chip HC595 procedures
checksum
- The program computes the checksum and displays the result in an output port. The program is written for Microchip PIC16F877A target device
DS18b20_C_CRC
- 自己用C写的测温芯片(ds18b20)的驱动程序,有CRC校验,主控芯片为51类型,其中还有ds18b20的中英文资料各一份。-Their use of C-chip temperature measurement of Writing (ds18b20) driver has CRC checksum, the master chip for the 51 type, have one of DS18B20 information in both English and Chinese eac
FileCheckSum
- pe文件校验和计算 在写驱动壳或者驱动感染的时候使用-pe file checksum calculation at Writing-driven shell, or when the use of infection-driven
crc8_smbus
- SMBUS协议的CRC-8算法,用CSharp实现-The algotithm of CRC-8 checksum of SMBUS protocol.
ethernet
- 基于C#的Ethernet的封装和解析程序(8位CRC校验),控制台程序,带有选项. -e o:封装控制台输入信息到文件o中。 -e o i:封装i中的数据位ethernet帧,并回写 至o中。 -u i:解析i中封装的ethernet帧(8位CRC),显示到控制台。-C#, Ethernet-based packaging and analytical procedures (8-bit CRC checksum), the console program, with the op
CheckSum
- 测试通讯中必不可少的一项检查:CHECKSUM,对于需要进行CHECKSUM检查的应用程序来说,此源码是很好的参考-Test communication essential to a check: CHECKSUM, CHECKSUM check for the required application procedures, this is a good source of reference
Checksum
- C source code to generate checksums and place them at the beginning or end of an address range, using IAR Systems Embedded Workbench. Consists of source code and all project files.
Checksum
- 校验和的计算过程主要分位三个步骤:数据文件的输入,校验和的计算和校验结果的输出。输入数据可能是以字符形式存储的 ,而校验和的计算则要采用数据形式,所以在从文件读取数据时,都要进行字符到数据的相互转换. 使用C++编程时直接使用16进制的方式打开输入文件。待校验的数据按16位位一个单位相加,采用端循环进位,最后对所得16位的数据取反码。因为待校验的数据时以字节方式分隔的 ,所以为了方便,将16位的数据分成高8位和 低8位处理。-Checksum calculation process is div