A CCITT-16 CRC calculator. The source contains both the calculated (smaller but slower) version, and
A CCITT-16 CRC calculator. The source contains both the calculated (smaller but slower) version, and the table driven (f...
循环冗余校验(英语:Cyclicredundancycheck,通称“CRC”)是一种根据网上数据包或计算机文件等数据产生简短固定位数校验码的一种散列函数,主要用来检测或校验数据传输或者保存后可能出现的错误。生成的数字在传输或者存储之前计算出来并且附加到数据后面,然后接收方进行检验确定数据是否发生变...
A CCITT-16 CRC calculator. The source contains both the calculated (smaller but slower) version, and the table driven (f...
Filename: main.c * Description: A simple test program for the CRC implementations. * Notes: To test a different CRC stan...