搜索资源列表
CRC
- 三种常用的CRC16校验算法的C51程序。以及16位CRC校验原理与算法分析。 CRC校验有多种方式,如:CRC8、CRC16、CRC32等等。在实际使用中,我们经常使用CRC16校验。CRC16校验也有多种,如:1005多项式、1021多项式(CRC-ITU)等。在这里我们不讨论CRC算法是怎样产生的,而是重点落在几种算法的C51程序的优化上。-three commonly CRC16 checksum algorithm C51 program. And a 16-bit CRC check
crc
- 电子软件工程师必备的工具,CRC8\CRC16\CRC32\totlesum,数据校验工具。-data crc check ,8\26\32
CRC8_TOOL_and_SourceCode
- 已经包含编译完成的CRC8校验码生成工具,并且包含该工具的源代码,可以自己定制之后重新编译或者应用到其他项目中。-Already contains the compiled code generation tool CRC8 parity, and contains the source code of the tool, then you can own custom recompilation or applied to other projects.
crclib-1_5
- crclib 1.5 - library for computing CRC8, CRC16< CRC32
CRC8
- 常见的两种CRC8算法,X8+X5+X4+1和X8+X2+X1+1-CRC8 X8+X5+X4+1 and X8+X2+X1+1
crc8
- crc-8 x8+x2+x+1,查表方式的计算方法。-crc8 x8+ x2+ x+ 1, calculated look-up table approach.