搜索资源列表
crc-4校验码
- 计算机网络的课程小实验,主要实现的是CRC-4的校验码,不过程序写的不错,值得大家仔细阅读!-Experiment of computer network lesson. It can calculate the CRC-4 checksum. Nice written, and worth reading.
crcjiaoyan
- 计算输入数据的crc校验码,以判断接收数据是否正确-calculation of input data crc check code, in order to determine whether the right to receive data
vb-CRC
- CRC校验VB源码,直接可以使用,有注释
CRC计算与检验
- 编写计算CRC冗余码和校验程序。两人一组:一人写产生冗余码程序,另一人写校验程序。将带有冗余码的数据传给校验程序,校验程序要判断收到数据的正确性。