搜索资源列表
ccitt
- 能够对十六进制的数据进行CRC校验,校验码为ccitt码。
crc-ccitt
- 计算xk+1除CRC-CCITT后的余式,k从1到32768
crc.zip CRC校验程序
- CRC校验程序,使用了CRC-16和CRC-CCITT方法 ,CRC inspection program, which use crc-16 and crc-ccitt method
crc_low
- 用c语言实现crc算法,采用ccitt标准多项式,查找表方法实现,低位先处理,接收校验成功标志为f0b8.-Checksum crc algorithm to achieve the standard which use ccitt polynomial, using look-up table method to achieve, low bit to deal with first, mark of success receiving check is f0b8.
CRC
- 将小于32位的码字用1011编程循环冗余码! 并且可以检验已编好的循环冗余码是否正确!-Will be less than 32-bit code word to use Cyclic Redundancy Code 1011 programming! And can be tested has been a good cyclic redundancy code is correct!
java-crc
- test upload file -test upload file 1111111
CRC_bit_arithmetic
- CRC采用比特型算法,生成多项式为CCITT 0x1021,无需查表,节省内存空间。-CRC-bit-based algorithm used to generate a polynomial for the CCITT 0x1021, no look-up table to save memory space.
lib_crc-CRC_library
- The file lib_crc.c contains source code for functions to calculate five commonly used CRC values: CRC-16, CRC-32, CRC-DNP, CRC-SICK, CRC-Kermit and CRC-CCITT. The functions can be freely used. - The file lib_crc.c contains source cod
CCITT-CRC
- ccitt-crc文件校检方法的详细介绍,可以理解校检问题-ccitt-crc school paper details the methods, you can understand the issue of school seizure
crc_high
- 用c语言实现crc算法,采用ccitt标准多项式,查找表方法实现,高位先处理,接收校验成功标志为1d0f.-Checksum crc algorithm to achieve the standard which use ccitt polynomial, using look-up table method to achieve, high bit to deal with first, mark of success receiving check is 1d0f.
Crc_Parallel
- CCITT Parallel CRC 16-bit
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
CRC16aCRCCCITT.c
- CRC-16和CRC-CCITT的C程序实现,非常适用。-CRC-16 and CRC-CCITT program。