搜索资源列表
1(1)
- 编程实现CRC校验码的生成与利用CRC校验码进行正确性验证; 要求:1、任意给定二进制序列;(输入或程序中指定均可,但要屏幕回显); 2、使用生成多项式11001,生成并显示CRC校验码; 3、给定二进制序列及相应CRC校验码,验证并显示是否出错;
CalRemainder
- 可以根据输入的生成多项式计算CRC16的余式表,并输出到TXT文件中打开。附赠CRC16的查表程序和直接计算程序,供验证用。使用这段程序,可以完美解决CRC16的编程问题,CRC32以及CRC8也可以参考使用。-CRC16 remainder table according to the generator polynomial of the input and output to a TXT file to open. Comes with a CRC16 table look-up proc
CRC12
- 1、环境要求:Windows/XP/7;C;信息交换内容为键盘输入的字符串;通信传输通过共享文件实现 2、编码要求:生成多项式为CRC-12 3、功能要求:能在两台计算机机上运行程序,一台产生CRC码,另一台校验。-1, environmental requirements: Windows/XP/7 C information exchange content as a string keyboard input communication transmission to ach
CRC-code
- 用模2除法计算CRC码,生成多项式为CRC-16;允许输入字符等,有完备的报错功能。-The 2 division calculation CRC code mode, generating polynomial for CRC-16 allow input characters, there are errors of complete function.
crc-ccitt
- 用查表法计算 CRC 码的 CRC-CCITT 校验软件设计;通信传输方式通过共享文件实现;生成多项式为 CRC-CCITT,能在两台计算机上运行程序,一台产生 CRC 码,另一台校验。-CRC-CCITT check software is designed by using look-up table method communication transmission mode is realized by shared file generating polynomial is CRC
84233495
- 利用Matlab生成给定P生成多项式的CRC编码程序()