文件名称:crc-algorithm
介绍说明--下载内容均来自于网络,请自行研究使用
The cyclic redundancy check, or CRC, is a technique for detecting errors in digital
data, but not for making corrections when errors are detected. It is used primarily
in data transmission. In the CRC method, a certain number of check bits, often
called a checksum, are appended to the message being transmitted. The receiver
can determine whether or not the check bits agree with the data, to ascertain with
a certain degree of probability whether or not an error occurred in transmission. If
an error occurred, the receiver sends a “negative acknowledgement” (NAK) back
to the sender, requesting that the message be retransmitted
data, but not for making corrections when errors are detected. It is used primarily
in data transmission. In the CRC method, a certain number of check bits, often
called a checksum, are appended to the message being transmitted. The receiver
can determine whether or not the check bits agree with the data, to ascertain with
a certain degree of probability whether or not an error occurred in transmission. If
an error occurred, the receiver sends a “negative acknowledgement” (NAK) back
to the sender, requesting that the message be retransmitted
(系统自动生成,下载前可以参看下载内容)
下载文件列表
crc.pdf