CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - CRC-CITT
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - CRC-CITT - List
[
Mathimatics-Numerical algorithms
]
CRC-16 CRC-32 算法介绍,程序代码
DL : 0
CRC-16 CRC-32 算法介绍,程序代码-CRC-16 CRC-32 algorithm, the program code
Update
: 2025-02-17
Size
: 5kb
Publisher
:
管冬兵
[
Communication
]
crc校验详解
DL : 0
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.
Update
: 2025-02-17
Size
: 19kb
Publisher
:
小康
[
TCP/IP stack
]
CRC_PPP
DL : 0
单片机实现的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
Update
: 2025-02-17
Size
: 1kb
Publisher
:
王强
[
matlab
]
CCITT_CRC16
DL : 0
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
Update
: 2025-02-17
Size
: 1kb
Publisher
:
张原
[
ARM-PowerPC-ColdFire-MIPS
]
CalcCRC
DL : 0
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.
Update
: 2025-02-17
Size
: 1kb
Publisher
:
FarmerBoy
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.