CRC-CCITT
cRC-CCITT是一种广泛应用于数据通信领域的循环冗余校验算法,以其高效性和准确性著称。它能够有效检测数据传输过程中的错误,确保信息的完整无损。在物联网、无线通信及嵌入式系统设计中扮演着不可或缺的角色。掌握cRC-CCITT对于提升项目可靠性至关重要。本页面汇集了682个精选资源,包括教程、代码示...
资源总数
622
CRC-CCITT 全部资料 622 份
用查表法计算 CRC 码的 CRC-CCITT 校验软件设计;
用查表法计算 CRC 码的 CRC-CCITT 校验软件设计;通信传输方式通过共享文件实现;生成多项式为 CRC-CCITT,能在两台计算机上运行程序,一台产生 CRC 码,另一台校验。
2022-12-01
8
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...
2015-01-13
53
一个生成反相CRC-CCITT校验码表的单片机C程序
一个生成反相CRC-CCITT校验码表的单片机C程序,反相CRC-CCITT= 0x8408,开发环境为Keil C51
2015-08-17
122
8051上的CRC8校验 A CCITT-8 CRC calculator. The source contains both the calculated (smaller but slower)
8051上的CRC8校验 A CCITT-8 CRC calculator. The source contains both the calculated (smaller but slower) version, and the tab...
2013-12-13
197