搜索资源列表
CRC校验 VB及C下实现算法
- 常用CRC沉余校验方法,VB及C语言实现,内附原码
CRC校验
- CRC冗余码校验的C++实现。
CRC_matlab.CRC校验的Matlab仿真
- CRC校验的Matlab仿真,也可以认为是二进制除法。,CRC checksum of the Matlab simulation, it can be regarded as a binary division.
crc.zip CRC校验程序
- CRC校验程序,使用了CRC-16和CRC-CCITT方法 ,CRC inspection program, which use crc-16 and crc-ccitt method
CRC.rar
- CRC校验码生成软件,试用于调试通信时做数据校验时使用,一个不错的软件,CRC Check Code generation software, the trial in the debug communication data when checking the use of, a good software
CRC.rar
- CRC-16算法的C语言实现(以常见的CRC-ITU为例引出的比特型算法)。,CRC-16 algorithm of the C language (in common CRC-ITU as an example of bit-based algorithm for extraction).
CRC-C-Source
- CRC校验原理及其C语言实现CRC校验原理及其C语言实现-CRC checking principle and C language realization,CRC checking principle and C language realization
CRC
- 查表法CRC16校正源代码,不需要CRC的计算,适合在单片机上使用。-CRC16
CRC
- CRC校验码的计算程序!本人原创。 C语言实现,在CFREE中通过。-Check CRC calculation procedure! C language, adopted in CFREE.
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-16
- 该文件是关于CRC校验的,在Visual C++环境下实现。-The document is on the CRC check in Visual C++ environments.
CRCr
- crc校验源代码,我自己编写的源代码,用于计算crc校验码的生成-source code crc teaching and research,That s all,everyone knows.
modbus.c
- modbus 通讯的CRC校验程序,已经调试通过。如在其它方面使用,可略作修改。-Modbus communication CRC checksum procedure, have been debug through. As in other aspects of use, can be slightly modified.
CRC
- C++开发的CRC原代码,里面有详细的说明-C++ Developed the original CRC code, which is described in detail
CRC
- 通过对于模2除法的研究 可以得到如下方法: 1. 把信息码后面加上p-1位的0,这个试验中p是6位,即在输入的信息码后面加上“00000”。把这个17位的被除数放入input中。 2. 在得到被除数input之后,设计一个在被除数上移动的数据滑块变量d,把input中的最高位开始逐次复制给变量d。 3. 如果d的最高位为1,由变量d和变量p做异或运算;如果d的最高位为0则不运算或者做多余的异或‘0’的运算。 4. 把滑块变量d往后滑动一位。 5. 循环步骤(3,4)
crc
- crc校验 包括原理文件和说明 另附有一个crc16的c程序函数和crc32的vc项目文件-CRC checksum, including the principle of documents and a note attached CRC16 function of c procedures and CRC32 of vc project documents
CRC
- c语言和delphi的crc16的求解代码-c language and delphi code to solve the CRC16
CRC
- C R C 校验实用程序库在数据存储和数据通讯领域,为了保证数据的正确,就不得不采用检错的手段。-CRC checksum utility library in data storage and data communication fields, in order to ensure data is correct, will have to adopt a means of error detection.
CRC
- crc32,c语言实现,数字电视各种表都要使用的算法-crc32,c,pat,pmt,sdt
CRC
- C# CRC校验算法案例,之前网上找的学习之用,现在分享给大家(C# CRC checksum algorithm case, before the online search for learning, and now share with you)