搜索资源列表
crc
- 生成多项式的最高位必须是1。例如:CRC-CCITT标准的16位生成多项式:g(x)= x16+x12+x1+1;阶数r = 16 即:0x11021.最高位通常为1。
CalcCRC
- CalcCRC8 The CalcCRC8 is used to append an eight-bit CRC to the message. A successful CRC check results in returning a 0. Implementation: This CRC will be using the CRC-16/CITT protocol. A 16-bit wide non-reflected code that starts initially
CRC16
- CRC16校验冗余多项式为0x11021-CRC16 checksum redundancy polynomial 0x11021
CRC16_2
- 循环冗余校验CRC16代码,本例程通过查表法实现CRC16,生成多项式为0X11021-CRC16 cyclic redundancy check code, the routines to achieve CRC16 look-up table method, generating polynomial 0X11021