搜索资源列表
testcrc
- delphi下的CRC8,CRC16,CRC32算法的例子,直接拷贝代码就可以使用了,可省去晦涩的研究.-delphi the CRC8, CYXLIC REDUNDANCY, CRC32-algorithm example, directly copy code can use it, can be saved obscure research.
CRCDelphi
- delphi CRC 16 32 delphi下的crc8,CRC16,CRC32算法的例子,直接拷贝代码就可以使用了-delphi CRC 16 32
CRC
- 通讯中常用的CRC码,可以作为工具使用,也可以作为源码参考。包含CRC8和CRC16的源码。-Communications commonly used in CRC code, can be used as a tool, but also can be used as a reference source. Contains the source CRC8 and CRC16.
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
VB-CRC8
- CRC8校验,使用左方式实现,与手动移位完成CRC校验相一致.-CRC8 checksum, use the left to achieve complete CRC check coincides with the manual shift.
MyCom1.1
- 串口通信调试软件,基于windows api编写,功能比较简单,但对于串口通信、数据校验的学习有一些帮助,集成了CRC16\CRC16-Modbus\crc8\xor\sum等多种校验方式-Serial communication debugging software, based on windows api to write, relatively simple, but for serial communication, data validation study have some he
SerialTest
- 自己编写的串口测试程序,可发送、接收16进制码、ASCII码。可加校验码,校验码包括CRC16、CRC8、LRC、CHECKSUM、回车、CONTROL+Z。可循环发送、单次发送。-a serial test tool,programed by myself.