Welcome![Sign In][Sign Up]
Location:
Search - C crc32

Search list

[Linux-Unixcrc32

Description: CRC32的校验程序的C语言代码,开发环境为LINUX
Platform: | Size: 16920 | Author: 赵立杰 | Hits:

[Other Embeded programcrc32源码及资料

Description: CRC校验采用多项式编码方法。多项式乘除法运算过程与普通代数多项式的乘除法相同。多项式的加减法运算以2为模,加减时不进,错位,如同逻辑异或运算。-CRC polynomial used coding method. Polynomial multiply and divide computing process and the general polynomial algebra multiply and divide the same. Polynomial and subtract operations for the two to die, not into the Modified, dislocation, as logical XOR.
Platform: | Size: 4967424 | Author: | Hits:

[CommunicationCRCBESTTEST

Description: 最好的CRC程序,对CRC、CRC16、CRCITT、CRC32进行了详细的说明,希望你进步-best CRC procedures on the CRC, CYXLIC REDUNDANCY, CRCITT, CRC has made a detailed statement, I hope you progress! !
Platform: | Size: 1886208 | Author: 风风 | Hits:

[SCMCRC1632

Description: 本代码为查表法CRC16和CRC32校验的表生成和校验程序。使用此代码可以任意多项式生成CRC16和CRC32的程序。另有文件实现CRC16和CRC32的校验。 使用生成的表格,即可以在嵌入式中实现RAM和ROM区的校验。源程序在MSP430上实现,现整理成通用C版本。-the code look-up table method CYXLIC REDUNDANCY CRC checksum and the table generation and checking procedures. Use this code can be generated CYXLIC REDUNDANCY arbitrary polynomials and CRC procedures. Another document CYXLIC REDUNDANCY and achieve the CRC checksum. Use generated forms, which can achieve the embedded RAM and ROM of checking. Source achieve the MSP430 is organized into common C version.
Platform: | Size: 8192 | Author: 王平 | Hits:

[SCMCrc32源码3种算法

Description: CRC32,适用于internet,文件等的校验,可靠程度比CRC32高,但运算要比CRC16复杂,需要的占用的代码空间也大一点-CRC applied to internet, checking the documents, reliable than CRC, but the operation than CYXLIC REDUNDANCY complex, requiring the occupants of the large code space 1:00
Platform: | Size: 15360 | Author: dszc | Hits:

[Internet-NetworkEthernetCRC

Description: 该c代码可以实现对以太网数据的crc32校验-the code can be achieved on Ethernet data crc32 calibrator
Platform: | Size: 6144 | Author: 苏立志 | Hits:

[OthergenCRC32

Description: 本程序是使用Vc++6.0开发的用于计算机系通信理论课程的CRC32编码器模拟程序,它能模拟直接计算法和余式计算法,算法明晰。-this procedure is the use of Vitamin C 6.0 for the development of computer-communication theory courses CRC encoder simulation program, it can direct simulation calculation and computation- I, the algorithm clarity.
Platform: | Size: 2048 | Author: 刘权 | Hits:

[Windows DevelopCRC32123

Description: 这是一个字符串和这个字符串的CRC32校验码,谢谢! -This is a string and the string of CRC checksum code, thank you!
Platform: | Size: 2048 | Author: renyu | Hits:

[Data structsEncrypt_1

Description: 几个封装完好的常用算法,md5,des,base64,crc32-several commonly used algorithms intact, md5, des, base64, crc32
Platform: | Size: 19456 | Author: | Hits:

[Linux-Unixcrc32

Description: CRC32的校验程序的C语言代码,开发环境为LINUX-CRC32 checksum procedure of C language code, development environment for LINUX
Platform: | Size: 16384 | Author: 赵立杰 | Hits:

[VxWorkscrc16_crc32

Description: CRC16和CRC32, 一个完整的循环冗余校验程序,在产品中使用的,有好的参考价值-CRC16 and CRC32, a complete cyclic redundancy check procedures used in their products, there are good reference value
Platform: | Size: 3072 | Author: 成语 | Hits:

[Compress-Decompress algrithmsCRC

Description: 这是一个用DELPHI实现的CRC32位校验的小程序,各位可以用来进行CRC校验.-This is a used DELPHI realize the CRC32 checksum bit small procedures that can be used for CRC checksum.
Platform: | Size: 2048 | Author: 欧盛芬 | Hits:

[Crack HackCRC32

Description: CRC32算法, 可以对字符串或文件进行CRC32计算, 带进度条.内含VC++6.0源码
Platform: | Size: 49152 | Author: 张鲁夺 | Hits:

[CSharpcrc32.cs

Description: 用C#实现的CRC32算法源代码。 --pclion-Using C# implementation of the CRC32 algorithm
Platform: | Size: 2048 | Author: pclion | Hits:

[AlgorithmCRC32

Description: CRC32算法及C实现,其中资料为较权威可用的资料非网上一些模棱两可的源码,另外部分为本人调试过成功的源码!-This is some CRC32 source,which is usefull for every one who will learn CRC checkout!
Platform: | Size: 1071104 | Author: 秦汉唐 | Hits:

[SCMCRC32-16

Description: CRC16_32 C实例与硬件CRC精解 CRC16/CRC32必看-CRC16_32 C instance fine with the hardware CRC Solutions CRC16/CRC32 must see!!
Platform: | Size: 70656 | Author: hong | Hits:

[ELanguageCrc32

Description: CRC校验实用程序库 在数据存储和数据通讯领域,为了保证数据的正确,就不得不采用检错的手段。在诸多检错手段中,CRC是最著名的一种。CRC的全称是循环冗余校验,其特点是:检错能力极强,开销小,易于用编码器及检测电路实现。从其检错能力来看,它所不能发现的错误的几率仅为0.0047 以下。-/* CRC.C——CRC程序库*/   #define CRCCCITT 0x1021   #define CCITT-REV 0x8408   #define CRC16 0x8005   #define CRC16-REV 0xA001   #define CRC32-POLYNOMIAL 0xEDB88320L
Platform: | Size: 2379776 | Author: yang_yinxia | Hits:

[Windows DevelopCRC32

Description: 用visual c++实现CRC32校验运算-Using visual c++ CRC32 checksum operations to achieve
Platform: | Size: 1024 | Author: me | Hits:

[EditorCRC32-coding-check

Description: Visual C++ CRC32校验 源程序代码 -CRC32 coding check Visual C+++++.....
Platform: | Size: 27648 | Author: litt | Hits:

[Linux-Unixcrc32-arm64

Description: crc32-arm64.c - CRC32 and CRC32C using optional ARMv8 instructions.
Platform: | Size: 2048 | Author: zanfievx | Hits:
« 12 3 4 5 »

CodeBus www.codebus.net