Welcome![Sign In][Sign Up]
Location:
Search - CRC-CITT

Search list

[Mathimatics-Numerical algorithmsCRC-16 CRC-32 算法介绍,程序代码

Description: CRC-16 CRC-32 算法介绍,程序代码-CRC-16 CRC-32 algorithm, the program code
Platform: | Size: 5120 | Author: 管冬兵 | Hits:

[Communicationcrc校验详解

Description: CRC 校验源码分析,说明了CRC 校验中CRC 值是如何计算出来的,体现的多项式正是X16+X12+X5+1。 Serial Data 即是需要校验的数据。-CRC source analyzed that the CRC value of the CRC calculation of the show that the polynomial is an X16 X12 X5. Serial Data that is the need for calibration data.
Platform: | Size: 19456 | Author: 小康 | Hits:

[TCP/IP stackCRC_PPP

Description: 单片机实现的CRC校验,特别针对PPP协议验证过。 多项式是:CRC16-CCITT x16+x12+x5+1-Singlechip realize the CRC checksum, with special reference to PPP agreements verified. Polynomial is: CRC16-CCITT x16+ X12+ X5+ 1
Platform: | Size: 1024 | Author: 王强 | Hits:

[matlabCCITT_CRC16

Description: CCITT的CRC16代码,自己编写的已通过验证,注意和Matlab的CRC函数有所不同。-This script calculates the 16-bit ITU-T CRC. The generator polynomial is G(x)=1+ X^5+ X^12+ X^16
Platform: | Size: 1024 | Author: 张原 | Hits:

[ARM-PowerPC-ColdFire-MIPSCalcCRC

Description: 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 with 0xFFFF. The final value is XORed with 0x0000. The constant (Poly or G or divisor) is 0x11021. Note: Crc equals the remainder after 0x11021 has been subtracted from rData. Algorithm XOR s bit 7 (the MSB) of the current CRC with the current MSB of the data byte. The current CRC and byte are then left shifted by one. This value is then XOR ed with bits 7,4,3,1,0 of the current CRC. This is done until all bits have been processed.- 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 with 0xFFFF. The final value is XORed with 0x0000. The constant (Poly or G or divisor) is 0x11021. Note: Crc equals the remainder after 0x11021 has been subtracted from rData. Algorithm XOR s bit 7 (the MSB) of the current CRC with the current MSB of the data byte. The current CRC and byte are then left shifted by one. This value is then XOR ed with bits 7,4,3,1,0 of the current CRC. This is done until all bits have been processed.
Platform: | Size: 1024 | Author: FarmerBoy | Hits:

CodeBus www.codebus.net