搜索资源列表
crc
- crc校验程序,使用了crc-16和crc-ccitt方法 -crc inspection program, which use crc-16 and crc-ccitt method
crc-16 crc-32 算法介绍,程序代码
- crc-16 crc-32 算法介绍,程序代码-crc-16 crc-32 algorithm, the program code
crc-16
- VC++开发的冗余码算法-VC redundancy Algorithm
1crc
- 计算crc16/crc8/crc32的程序,可获得crc-ccitt/crc-16/crc-8/crc-32的计算结果。 提供Delphi源代码和MCS51单片机的汇编源代码,分别采用两至三种不同算法实现。有比较详细的调用和使用说明。 更新历史: 2003/05/04 新增crc-8算法的实现。 2004/02/02 修改crc-8算法,新增crc-32算法,增加比较详细的调用和使用说明。-crc16/crc8/crc32 calcul
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 bloc
crc循环校验具体算法
- 本代码是C语言实现的crc循环校验具体算法-the code is the C language crc checksum algorithm for the cycle
crc校验详解
- crc 校验源码分析,说明了crc 校验中crc 值是如何计算出来的,体现的多项式正是X16+X12+X5+1。 Serial Data 即是需要校验的数据。-crc source analyzed that the crc value of the crc calculation of the show that the polynomial is an X16 X12 X5. Serial Data that is the ne
crc校验代码源程序
- crc循环冗余,是一种查表法,实现数据的自动打包问题-Cyclic Redundancy is a look-up table method, the data is automatically packaged problems
crc-ccitt
- crc-ccitt码: G(x)=X16+X12+X5+1 多项式为 0x08408 用VC++写的DLL 用VB调用的 有调用实例 -crc-ccitt code : G (x) = X16 X12 X5 to a polynomial with VC 0x08408 written with VB DLL called the Call example
crc_test
- 使用crc-16 ,ccitt多项式的crc检验生成,检验的原程序,可用于网路通信的信号传输检验用-using crc-16, ccitt crc polynomial test generation, the original testing procedures, can be used for network communications signal transmission tests using
crc_16
- crc-16的编解码程序和仿真结果。统计了漏检概率随错误比特数目的曲线。-crc-16 codec procedures and simulation results. Statistics of the undetected bit error probability with the number of curves.
crc
- MSP430的crc程序设计实现,位运算和查表法-MSP430 realize the crc program design, digital computing and look-up table method
crc
- 生成多项式的最高位必须是1。例如:crc-ccitt标准的16位生成多项式:g(x)= x16+x12+x1+1;阶数r = 16 即:0x11021.最高位通常为1。-Generating polynomial must be the highest one. For example: crc-ccitt standard 16-bit generation polynomial: g (x) = x16+ X12+ X1+ 1
crcALL
- 此软件是crc的软件实现方法,包括了crc8,crc16,crc32的全部算法,每一种算法又分速度优先与资源优先型以及适中型三种算法。全部通过调试验证,与硬件无关,可移植于任何MCU-This software is the software realization of crc, including the crc8, crc16, crc32 all the algorithms, each algorithm was divide
crc16_D8.v
- 完成ccitt crc的校验。针对hdlc协议控制器编写的crc校验模块。通过了仿真测试-ccitt crc checksum completed. HDLC protocol controller for the preparation of the crc checksum module. Through the simulation test
vb-crc
- crc校验VB源码,直接可以使用,有注释-crc Checksum VB source, can be used directly, has the Notes
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
crc
- The 16-bit crc checksum. The algorithm used is crc-ccitt. The crc calcula- tion includes all bytes of the fr a me. The data bytes have to be calculated as a word. At first you have to shift in the high byte of the d
checkcrc
- crc效验程序,使用crc-16和crc-ccitt方法。 其中crc-16的效验字是: X^16 + X^15 + X^2 + 1,crc-12的效验字是: X^12 + X^11 + X^3 + X^2 + X^1 +1 crc-ccitt的效验字是: X^16 + X^12 + X^5 + 1 -crc-tested program, using the crc-16 and crc-ccitt method. Inclu
crc16_2
- IAR Asm for MSP430. Calculate the ccitt/ITU/crc-16 parameters for this crc are: Polynomial: x^16 + x^12 + x^5 + 1 (0x1021) Start value 0xFFFF Data receives from USART Checksum in R11.-IAR Asm for MSP430.