CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - 0x11021
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - 0x11021 - List
[
Other resource
]
crc
DL : 0
生成多项式的最高位必须是1。例如:CRC-CCITT标准的16位生成多项式:g(x)= x16+x12+x1+1;阶数r = 16 即:0x11021.最高位通常为1。
Date
: 2008-10-13
Size
: 3.54kb
User
:
xuhailun
[
Other Embeded program
]
crc
DL : 0
生成多项式的最高位必须是1。例如:CRC-CCITT标准的16位生成多项式:g(x)= x16+x12+x1+1;阶数r = 16 即:0x11021.最高位通常为1。-Generating polynomial must be the highest one. For example: CRC-CCITT standard 16-bit generation polynomial: g (x) = x16+ X12+ X1+ 1 order of r = 16 that is: 0x11021. Highest one usually.
Date
: 2025-07-01
Size
: 3kb
User
:
xuhailun
[
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.
Date
: 2025-07-01
Size
: 1kb
User
:
FarmerBoy
[
Other
]
CRC16
DL : 0
CRC16校验冗余多项式为0x11021-CRC16 checksum redundancy polynomial 0x11021
Date
: 2025-07-01
Size
: 17kb
User
:
任卫东
[
Embeded-SCM Develop
]
CRC16_2
DL : 0
循环冗余校验CRC16代码,本例程通过查表法实现CRC16,生成多项式为0X11021-CRC16 cyclic redundancy check code, the routines to achieve CRC16 look-up table method, generating polynomial 0X11021
Date
: 2025-07-01
Size
: 156kb
User
:
张华伟
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.