搜索资源列表
数据传输的CRC校验
- 单片机通信或者远距离数据传输系统中做CRC校验的c源程序。可以嵌入到系统中直接运用。-SCM communication or remote data transmission system so CRC c source. Can be embedded directly into the system use.
crc校验码
- 这是一个依靠检验文件CRC校验码来判断文件是否已经被病毒修改过的c程序-This is a test paper on CRC document to determine whether the virus has been revised procedures for the c
字符串加CRC校验
- 给任意长度的字符串,加CRC校验码的c语言算法-to arbitrary length of the string, plus CRC algorithm in C Language
CRC校验 VB及C下实现算法
- 常用CRC沉余校验方法,VB及C语言实现,内附原码
CRC校验码软件
- CRC-16是检测数据在发送过程中发生错误的常用校验方法,本文通过从工程应用的角度,讲述如何实现CRC-16的程序开发,并给出了Visual Basic和Visual C++程序代码,给从事工业控制的人员在写通信程序的时候提供一些有价值的参考。
CRC校验
- CRC冗余码校验的C++实现。
CRC校验,16位算法
- C#编写,应用于文件的CRC16位校验算法
CRC16位校验demo
- C#开发,输入一个16进制字符串,通过CRC校验算出最终的CRC校验码
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
sdcard
- sd卡代码,周立功 SD/MMC 卡读写模块: 相关工具函数 ---- CRC校验-sdcrc.c Soft Packet of SD Card Driver: tool funcitons about sd card---- crc check
CRC-C-Source
- CRC校验原理及其C语言实现CRC校验原理及其C语言实现-CRC checking principle and C language realization,CRC checking principle and C language realization
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.
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-language
- CRC校验C语言实现,CRC(Cyclic Redundancy Check)校验应用较为广泛,以前为了处理简单,在程序中大多数采用LRC(Longitudinal Redundancy Check)校验,LRC校验很好理解,编程实现简单。用了一天时间研究了CRC的C语言实现,理解和掌握了基本原理和C语言编程。结合自己的理解简单写下来。-CRC, C language, CRC (Cyclic Redundancy Check) verification is widely used, prev
CRC校验单片机C源码
- CRC校验单片机C源码,供MODBUS程序使用