CRC算法
CRC算法技术资料下载专区,收录500份相关技术文档、开发源码、电路图纸等优质工程师资源,全部免费下载。
资源总数
500
CRC算法 全部资料 500 份
CRC校验采用多项式编码方法。多项式乘除法运算过程与普通代数多项式的乘除法相同。多项式的加减法运算以2为模
CRC校验采用多项式编码方法。多项式乘除法运算过程与普通代数多项式的乘除法相同。多项式的加减法运算以2为模,加减时不进,错位,如同逻辑异或运算。
2015-03-17
134
48 bit CRC routines These routines can be used to calculate a 48 bit CRC over an array of character
48 bit CRC routines These routines can be used to calculate a 48 bit CRC over an array of characters.
2014-11-22
156
CMCRC.ASM is a simple program just to demonstrate how to compute the CRC-16 and CRC-32 using the c
CMCRC.ASM is a simple program just to demonstrate how to compute the CRC-16 and CRC-32 using the crc16_table and crc32...
2014-01-24
37