搜索资源列表
CRC8_Dev
- 多项式为g(x)=x8+x5+x4+1的CRC-8 检验开发.绝对正确且易懂-Polynomial g (x) = x8+ x5+ x4+1 of the CRC-8 test development. Absolutely correct and easy to understand
crc8-code
- 1. 用查表法计算CRC码,编码方式:生成多项式为x8+x2+x+1 2. 环境要求:系统Windows2000/XP/7;C语言;编译环境为C-Free或VC++ 6.0 3. 信息交换内容为文本文件;信息交换方式为共享文件 4. 功能:能在两台计算机机上运行程序,一台产生CRC码,另一台校验。-CRC code calculated using the look-up table method, the encoding: generating polynomial of as