搜索资源列表
CRC32
- CRC32算法及C实现,其中资料为较权威可用的资料非网上一些模棱两可的源码,另外部分为本人调试过成功的源码!-This is some CRC32 source,which is usefull for every one who will learn CRC checkout!
CRC16_32
- C代码源文件。查找表法计算CRC16和CRC32,先计算生成查找表,然后以byte为单位计算CRC码。 -Calculate the CRC16 and CRC32 with the Look-up-Table
CRC32_DotNet_src
- 用于数据存储和数据通讯领域的循环冗余校验(CRC32)算法的C#实现-C# implementation of the cyclic redundancy check (CRC32) algorithm for data storage and data communication field
CRCTool
- 该CRC32和CRC16计算器是使用c语言编程设计的专用计算器,可以查看源码,对CRC计算有很大帮助-The CRC32 and CRC16 calculator is designed to use c language programming dedicated calculator, you can view the source of much help to the CRC calculation
CRC16-32Tool
- 该CRC32和CRC16计算器是使用c语言编程设计的专用计算器,可以查看源码,对CRC计算有很大帮助-The CRC32 and CRC16 calculator is designed to use c language programming dedicated calculator, you can view the source of much help to the CRC calculation
crc32
- CRC32 algorithm on C/C++. Polynom 0xEDB88320 is used.