Welcome![Sign In][Sign Up]
Location:
Search - crc

Search list

[Crypt_Decrypt algrithms16位CRC校验_Modbus标准算法

Description:

CRC校验
1、循环校验码(CRC码):是数据通信领域中最常用的一种差错校验码,其特征是信息
字段和校验字段的长度可以任意选定。
2、生成CRC码的基本原理:任意一个由二进制位串组成的代码都可以和一个系数仅
为‘0’和‘1’取值的多项式一一对应。例如:代码1010111对应的多项式
为x6+x4+x2+x+1,而多项式为x5+x3+x2+x+1对应的代码101111。
3、CRC码集选择的原则:若设码字长度为N,信息字段为K位,校验字段为R位(N=K+R),
则对于CRC码集中的任一码字,存在且仅存在一个R次多项式g(x),
使得V(x)=A(x)g(x)=xRm(x)+r(x);
其中:    m(x)为K次信息多项式, r(x)为R-1次校验多项式,
         g(x)称为生成多项式:
g(x)=g0+g1x+ g2x2+...+g(R-1)x(R-1)+gRxR
发送方通过指定的g(x)产生CRC码字,接收方则通过该g(x)来验证收到的CRC码字。
4、CRC校验码软件生成方法:
    借助于多项式除法,其余数为校验字段。
例如:信息字段代码为: 1011001;对应m(x)=x6+x4+x3+1
      假设生成多项式为:g(x)=x4+x3+1;则对应g(x)的代码为: 11001
      x4m(x)=x10+x8+x7+x4 对应的代码记为:10110010000;
采用多项式除法: 得余数为: 1010     (即校验字段为:1010)
发送方:发出的传输字段为: 1 0 1 1 0 0 1 1 0 10
                          信息字段       校验字段
接收方:使用相同的生成码进行校验:接收到的字段/生成码(二进制除法)
                  如果能够除尽,则正确。


Platform: | Size: 6509 | Author: ttongg | Hits:

[Data structsCRC效验

Description:

    CRC效验算法 VC++源码


Platform: | Size: 409480 | Author: janylin | Hits:

[Documents4位并行计算CRC-32.pdf

Description: 4位并行计算CRC-32.pdf
Platform: | Size: 21354 | Author: 497275263@qq.com | Hits:

[Program docCRC校验 VB及C下实现算法

Description: 常用CRC沉余校验方法,VB及C语言实现,内附原码
Platform: | Size: 22016 | Author: wskqagyttd | Hits:

[Program doc24位CRC校验算法

Description: 分别用三种方法依次实现了24位CRC算法
Platform: | Size: 3873316 | Author: hopeqiu | Hits:

[SourceCodecrc-8

Description: 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 method is simple, and error detection and correction capability in the field of communication widely used to achieve error control
Platform: | Size: 1420 | Author: cjlkbxt8 | Hits:

[SourceCodeCRC校验

Description: CRC冗余码校验的C++实现。
Platform: | Size: 8457 | Author: kmlgdxlxy | Hits:

[Multimedia Develop求pat-pmt表中的crc

Description: 可以求出ts流中pat,pmt表crc;也可以判断pat,pmt表中crc是否正确。有源码。
Platform: | Size: 145340 | Author: chezuguo150 | Hits:

[Report papers一个很好的讲CRC的文档

Description: 很好的一个讲CRC校验的文档,串行和并行的都有,不错哦,共享给大家
Platform: | Size: 210591 | Author: lightfield | Hits:

[Crack Hackcrc算法

Description: CRC校验算法
Platform: | Size: 6726 | Author: myangyong | Hits:

[Crack Hackcrc

Description: CRC校验程序,使用了CRC-16和CRC-CCITT方法 -CRC inspection program, which use crc-16 and crc-ccitt method
Platform: | Size: 1024 | Author: 站长 | Hits:

[Mathimatics-Numerical algorithmsCRC-16 CRC-32 算法介绍,程序代码

Description: CRC-16 CRC-32 算法介绍,程序代码-CRC-16 CRC-32 algorithm, the program code
Platform: | Size: 5120 | Author: 管冬兵 | Hits:

[assembly languagecrc

Description: CRC s ASM implementation
Platform: | Size: 5120 | Author: laofu | Hits:

[Mathimatics-Numerical algorithmscrc

Description: crc数据校验算法-crc data check algorithm
Platform: | Size: 6144 | Author: 冯郝韵 | Hits:

[Mathimatics-Numerical algorithmscrc

Description: vb关于CRC校验的程序-vb about CRC verification procedure
Platform: | Size: 25600 | Author: 王宁 | Hits:

[SCMcrc

Description: 8051c 的一个Crc 算法分析-8051c of an algorithm analysis Crc
Platform: | Size: 4096 | Author: | Hits:

[ARM-PowerPC-ColdFire-MIPSCRC算法原理及C语言实现

Description: ARM开发详解CRC算法原理及C语言实现-CRC algorithms for C Language
Platform: | Size: 5120 | Author: 王兴锋 | Hits:

[SCM简单实用的单片机CRC快速算法

Description: 简单实用的单片机CRC快速算法-simple and practical algorithm for fast MCU CRC
Platform: | Size: 136192 | Author: 王中正 | Hits:

[Mathimatics-Numerical algorithmsCRC的算法分析和程序实现

Description: CRC的算法分析和程序实现-CRC algorithm analysis and Program Implementation
Platform: | Size: 19456 | Author: 万青 | Hits:

[Windows Develop快速CRC校验源码

Description: 快速CRC校验源码-Fast CRC FOSS
Platform: | Size: 3072 | Author: 果の果ooοО | Hits:
« 12 3 4 5 6 7 8 9 10 ... 50 »

CodeBus www.codebus.net