搜索资源列表
CRC32_src
- 计算字符串的CRC验证码的示例程序,大家可以参考参考。-CRC calculation string Verification Code sample procedure, we can refer to the reference.
CRC32_Src
- 使用C++编写的CRC32校验算法,使用了STL库,windows API和汇编等几种方法实现,并能比较它们之间执行的时间。-The use of C++ Prepared CRC32 checksum algorithm, using the STL library, windows API, and the compilation of several methods, such as to achieve, and compare
crc32_src
- 最近我寫了一個程序中,我想生成一個CRC對於一個給定的文件。我在網上樣品CRC碼的一些檢查,但發現很少有算法來幫助我。所以我決定更多地了解社區康復中心,寫自己的代碼。本文介紹了什麼是CRC是,如何生成它們,它們可以被用來做什麼,以及最後的源代碼顯示它是如何做。