搜索资源列表
循环冗余码校验crc算法
- 这是一个小程序,用VC++6.0来实现循环冗余码校验CRC算法。 标准为CRC-4,生成多项式为C(X)=X4+X+1, 应用举例为ITU G704 -This is a small program used to achieve VC 6.0 cyclical redundancy check CRC algorithm. Standards for the CRC-4, generating polynomial C (X) = X-1 X4, applications for th
获取文件的CRC32值(VC++源码-固定码表)。。。。。
- 获取文件的CRC32值(VC++源码-固定码表)-access to documents CRC value (VC source-code fixed table).
gads
- #include <stdio.h> unsigned long int crc32_table[256] unsigned long int ulPolynomial = 0x04c11db7 unsigned long int Reflect(unsigned long int ref, char ch) { unsigned long int value(0) // 交换bit0和bit7,bit1和bit6,类推 for(int i = 1
crc_source_delphi
- CRC校验,可读性较好,Delphi实现-CRC, better readability, Delphi
png_crc
- 本源码是用于实现在PNG格式的图片中的CRC的算法。-the source is used to achieve the PNG format images of the CRC algorithm.
crc_suanfajiaoyan
- CRC的算法校验-CRC checksum algorithm
crcDecode
- 比较完善的CRC编码VerilogHDL描述-more perfect descr iption of CRC coding VerilogHDL
desigingCRCwithVDHL
- 用VHDL设计CRC发生器和校验器,供初学者参考。-CRC generator and calibration device for advanced users.
115.2kcom
- 115.2k串行口通信程序,校验方式为简单双向校验,而且是必要的,因为任何采用中断、crc等的方法均很难保证速度和避免错误. 总体速度5KB/秒 -115.2k serial port communication procedures and testing methods for the simple two-way check, but is necessary, Any interrupt, crc the methods are difficult to ensure that
countCrc
- 计算CRC校验和,可以计算modbus规约/CDT规约/DISA规约/DF1规约/DNP规约/1801等规约的校验和.-and CRC calculation, modbus connection can be calculated Statute / CDT Statute / DISA Statute / DF1 Statute / DNP Statute / 18 01 of the Statute, such as checksum.
CRCCheckout123_C++
- 本程序是一个用纯C++编写的CRC校验程序,有兴趣的朋友可以-this a process used to prepare the pure C CRC proceedings, interested friends can s
CRC
- crc编程实现,由于通信设备的校验功能的实现-crc programming, communications equipment calibration function of the realization
CRC(Matlab)
- CRC校验码的Matlab源程序,希望对大家有帮助
CRC
- CRC计算用的,主要是用来转换ASCii码,在编程时用处恨广泛的
CRC16LRC_CheckerV10
- 用于 crc的 校验,写modbus通讯的 人用得着-For crc of the check, write the person Yongde Zhao modbus communications
CRC
- SICK激光数据CRC效验部分程序 输入原始数据点击按钮得出CRC码-CRC efficacy SICK laser data part of the program click the button input raw data obtained CRC code
CRC
- 用VS2008 编写的一个CRC校验应用程序,能准确且快速的完成CRC校验,界面清晰明了。-Written by a CRC checksum VS2008 application, accurate and rapid completion of CRC, the interface clear.
VB-CRC
- windows下基于VB开发环境下编写的CRC校验程序,能对输入的要校验的数据生成16位的校验码-VB development environment based on the following written CRC check procedure can input data to generate 16 parity check code under windows
CRC
- CRC校验,用来得一长串数据CRC校验码-CRC check for the CRC have a long list of data
untitled1
- modbus通讯,根据所给数据计算出CRC值(Modbus communication, and calculate the CRC value according to the data given)