搜索资源列表
CRC算法和c语言实现
- CRC的全称为Cyclic Redundancy Check,中文名称为循环冗余校验。它是一类重要的线性分组码,编码和解码方法简单,检错和纠错能力强,在通信领域广泛地用于实现差错控制-CRC called the Cyclic Redundancy Check, the Chinese name of the Cyclic Redundancy Check. It is an important class of linear block codes, encoding and decoding
循环冗余码校验crc算法
- 这是一个小程序,用VC++6.0来实现循环冗余码校验CRC算法。 标准为CRC-4,生成多项式为C(X)=X4+X+1, 应用举例为ITU G704 -This is a small program used to achieve VC 6.0 cyclical redundancy check CRC algorithm. Standards for the CRC-4, generating polynomial C (X) = X-1 X4, applications for th
GeneralHashFunctions_-_C
- 8种CRC的C++ hash算法,可以供需要寻找hash算法的人使用! 广泛应用于包括路由/纠错等领域中!-eight CRC C hash algorithm, for it needs to find the hash algorithm to use! Widely used include routing / correction fields!
CRC码
- 分别采用C++和javascr ipt进行CRC编码。并可以对出错编码进行简单的判断。-C and were used for CRC javascr ipt coding. And can a simple coding error of judgment.
CRC-C-Source
- CRC校验原理及其C语言实现CRC校验原理及其C语言实现-CRC checking principle and C language realization,CRC checking principle and C language realization
crc
- CRC校验程序包,包含VB,C,汇编下,实现CRC校验程序的代码,详细介绍CRC校验的原理,介绍 查表法,半字节查表法,等等实现CRC校验的方法,希望对大家有所帮组。-CRC Checksum package, including VB, C, compilation achieve CRC checksum code, detailing the principles of CRC checksum on look-up table method, semi-byte look-up tabl
CRC
- C++开发的CRC原代码,里面有详细的说明-C++ Developed the original CRC code, which is described in detail
CRC
- C#编写的通讯检测的CRC校验代码,已经封装成几个函数,使用字符串输入进行检测,哪来直接可以使用-C# Prepared communication CRC checksum detection code has been packaged into several function, use string input detection, where you can use directly
CRC
- 详细讲解CRC32的产生方法,详细的c代码文档解释。-Explain in detail the method for the selection of CRC32 and detailed explanation of c code documentation.
CRC
- 使用C开发的一个计算循环冗余码的程序,希望对大家有用-Use C to develop a calculation of cyclical redundancy procedures, in the hope that useful to everybody
CRC
- crc32,c语言实现,数字电视各种表都要使用的算法-crc32,c,pat,pmt,sdt
CRC
- 这是网络中的一个例子,拿C编出来了,方便大家理解,比较不错的,简单的CRC.-This is an example of the network, holding out for a C to facilitate understanding, a good comparison, a simple CRC.
CRC
- 在串口通信时为避免错误,常用到检错编码,这里是CRC检错的实现函数,C++编写的,希望对大家有帮助!-Serial communication in order to avoid error, the error encoding used here is the realization of CRC error detection function, C++ to prepare, and I hope all of you help!
crc
- CRC C语言 代码 多项式 0x1201 可以直接使用-OK
2-CRC
- CRC32计算 c#编写 内含各种crc资料-Calculated CRC32 crc c# writing containing all the information
crc.RAR
- crc校验 包括原理文件和说明 另附有一个crc16的c程序函数和crc32的vc项目文件.RAR-CRC C++
CRC-C-Source
- CRC校验原理及其C语言实现CRC校验原理及其C语言实现-CRC checking principle and C language realization,CRC checking principle and C language realization
CRC
- C# CRC校验算法案例,之前网上找的学习之用,现在分享给大家(C# CRC checksum algorithm case, before the online search for learning, and now share with you)
CRC查表
- 实现modbus crc校验功能,通过查表法,返回16为crc校验结果(To achieve modbus crc check function, through the look-up table method, return 16 for the crc check results)
crc
- 循环冗余校验(CRC)算法源码,为了效验文件与原文件的是否一致,以保证没有被篡改过,破解加密压缩文件(Cyclic redundancy check (CRC) algorithm source code)