文件名称: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 x8+x2+x+1 2. Environmental requirements: System Windows2000/XP/7 C language the the compiled environment for C-Free or VC++ 6.0. Exchange of information content to text documents way of exchange of information shared files. functionality: you can run the program in the two computers on a generated CRC code, another check.
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 x8+x2+x+1 2. Environmental requirements: System Windows2000/XP/7 C language the the compiled environment for C-Free or VC++ 6.0. Exchange of information content to text documents way of exchange of information shared files. functionality: you can run the program in the two computers on a generated CRC code, another check.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
源程序\发送端.c
......\接收端.c
源程序