crc原理

所属分类:单片机开发
开发工具:C/C++
文件大小:68KB
下载次数:1
上传日期:2019-03-23 16:13:06
上 传 者mcu01
说明:  The theory of a CRC calculation is straight forward. The data is treated by the CRC algorithm as a binary number. This number is divided by another binary number called the polynomial. The rest of the division is the CRC checksum, which is appended to the transmitted message. The receiver divides the message (including the calculated CRC), by the same polynomial the transmitter used. If the result of this division is zero, then the transmission was successful. However, if the result is not equal to zero, an error occurred during the transmission.

文件列表:
crc原理.pdf (82639, 2018-05-26)

近期下载者

相关文件


收藏者