搜索资源列表
8-16位CRC校验的算法程序
- 分别用PIC和51系列语言编写的8位、16位CRC校验的算法程序,已经验证过,好用。-respectively PIC and 51 languages of eight, 16 of the CRC algorithm procedures, already tested and ease of use.
crc8
- CRC的8位校验,使用汇编写的程序.可以用来做通信数据的校验-CRC checksum of eight, was compiled using the procedure. Can be used for the calibration data communications
HotPower_CRC_PEC
- 通用CRC/PEC的8~64位计算器(内含菜农自创的CRC加密和解密技术)
CRC-8
- CRC-8计算器
crc8.rar
- 并行计算8位CRC,可以很方便的转化为硬件实现,速度很快,效率很高,With this code, it s very easy to do CRC caculation.
VBcrc16
- CRC-16是检测数据在发送过程中发生错误的常用校验方法,本文通过从工程应用的角度,讲述如何实现CRC-16的程序开发,并给出了Visual Basic和Visual C++程序代码,给从事工业控制的人员在写通信程序的时候提供一些有价值的参考。-1、 Load a 16-bit register with FFFF hex. Call this the CRC register. 2、 Exclusive OR the first 8-bit byte of the message with
CRC8
- 计算CRC校验(x^8+x^7+x^6+1)的通用函数-Calculate the CRC (x ^ 8+ x ^ 7+ x ^ 6+1) generic function
crc8
- 8bit CRC码生成器vhdl 代码,延时一个周期CRC码有效。-8bit crc code genergator,after delay one clock,crc code valid
testcrc
- 计算CRC16/CRC8/CRC32的程序,可获得CRC-CCITT/CRC-16/CRC-8/CRC-32的计算结果。 提供Delphi源代码和MCS51单片机的汇编源代码,分别采用两至三种不同算法实现。有比较详细的调用和使用说明-Calculation CRC16/CRC8/CRC32 procedures, available CRC-CCITT/CRC-16/CRC-8/CRC-32 calculations. Delphi source code and provides a comp
TestCRC
- CRC校验码计算器(包含8位16位32位)Delphi源代码-CRC checksum calculator (including 8, 16, 32) Delphi source code
crc8
- 8位crc校验,tb文件也包含,已验证通过。-8 crc check, tb file also contains, has been verified.
crc-16
- modbus rtu的crc16 校检程序。8.5版本。-modbus rtu crc16 checksum program.
crc16
- CRC校验算法(包含8位16位32位),delphi源代码,可以作为新手的学习资料,值得-CRC checksum algorithm (contains eight 16-bit and 32-bit), delphi source code, can be used as the novice learning materials, worth a look
crc16
- Delphi包含8位16位32位的CRC校验算法代码.-Delphi contains eight 16-bit 32-bit CRC checksum algorithm code.
CRC8_3BYTE
- 3字节CRC-8的生成 (labview 2009sp1) 输入3字节的数组,得到4字节的数组。CRC会加在第四字节-3-byte CRC-8 generation (LabVIEW 2009sp1)
CRC
- CRC校验算法(包含8位16位32位),多种方式的CRC码的校验。-CRC verification, a variety of ways to verify the CRC code
crc8
- crc8校验生成,输入一定字节,可以生成8位crc校验数,用于调试极为方便-Enter some bytes that can generate 8-bit crc checksum number is very convenient for debugging
MB CRC-8
- Labview实现CRC-8的运算, 可选不同的匹配运算方式(CRC-8 based on Labview application software)
MB LRC-8
- CRC校验码,用于modbus,可以保证传输数据不出错(CRC check code, used in modbus, can guarantee the transmission of data without error)