CRC-CCITT码: G(x)=X16+X12+X5+1 多项式为 0x08408 用VC++写的DLL 用VB调用的 有调用实例
上传时间: 2015-08-13
上传用户:
一个生成反相CRC-CCITT校验码表的单片机C程序,反相CRC-CCITT= 0x8408,开发环境为Keil C51
上传时间: 2015-08-17
上传用户:sqq
生成多项式的最高位必须是1。例如:CRC-CCITT标准的16位生成多项式:g(x)= x16+x12+x1+1;阶数r = 16 即:0x11021.最高位通常为1。
上传时间: 2015-12-03
上传用户:dragonhaixm
计算xk+1除CRC-CCITT后的余式,k从1到32768
上传时间: 2014-01-19
上传用户:ruixue198909
计算xk+1除CRC-CCITT后的余式,k从1到32768
上传时间: 2016-06-18
上传用户:ynsnjs
CRC校验程序,使用了CRC-16和CRC-CCITT方法
上传时间: 2015-01-03
上传用户:远远ssad
计算CRC16/CRC8/CRC32的程序,可获得CRC-CCITT/CRC-16/CRC-8/CRC-32的计算结果。 提供Delphi源代码和MCS51单片机的汇编源代码,分别采用两至三种不同算法实现。有比较详细的调用和使用说明。 更新历史: 2003/05/04 新增CRC-8算法的实现。 2004/02/02 修改CRC-8算法,新增CRC-32算法,增加比较详细的调用和使用说明。
上传时间: 2015-03-24
上传用户:wweqas
根据不同的生成多项,生成CRC的初始表值,包括CRC16,CRC-CCITT,CRC32
标签:
上传时间: 2016-09-29
上传用户:mpquest
A CCITT-16 CRC calculator. The source contains both the calculated (smaller but slower) version, and the table driven (faster but larger) version.
标签: calculator calculated contains smaller
上传时间: 2015-01-13
上传用户:s363994250
8051上的CRC8校验 A CCITT-8 CRC calculator. The source contains both the calculated (smaller but slower) version, and the table driven (faster but larger) version.
标签: calculator calculated contains smaller
上传时间: 2013-12-13
上传用户:CSUSheep