Welcome![Sign In][Sign Up]
Location:
Search - CRC-16

Search list

[Other resourceCRC-16

Description: CRC校验,C源代码,可应用于Modbus
Platform: | Size: 3263 | Author: kingspr | Hits:

[Consolecrc

Description: crc 16校验算法, 的例程实现, 短小精悍呵!
Platform: | Size: 6464 | Author: windyrobin | Hits:

[Mathimatics-Numerical algorithmsCRC 校验源码分析

Description: CRC-16校验源程序及算法分析-CRC-16 checksum algorithm analysis and source
Platform: | Size: 20063 | Author: 李小明 | Hits:

[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:

[SourceCodeCRC校验码软件

Description: CRC-16是检测数据在发送过程中发生错误的常用校验方法,本文通过从工程应用的角度,讲述如何实现CRC-16的程序开发,并给出了Visual Basic和Visual C++程序代码,给从事工业控制的人员在写通信程序的时候提供一些有价值的参考。
Platform: | Size: 8056 | Author: wwwhhhyyy | Hits:

[Applicationscrc16

Description: 16位CRC源代码-16 CRC source code
Platform: | Size: 3072 | Author: 李陵 | Hits:

[Embeded-SCM Developmodbus

Description: MODBUS驱动,已经使用,从机方式,RTU,CRC校验-modbus drive ,c/s struct,rtu&ascii
Platform: | Size: 5120 | Author: 小铁 | Hits:

[SCM2920

Description: AVR单片机16位CRC校验码生成及CRC校验子程序-AVR 16 CRC generation and CRC Subroutine
Platform: | Size: 7168 | Author: tly | Hits:

[Internet-Networkcrc校验法例子代码

Description:
Platform: | Size: 6144 | Author: 邓杰文 | Hits:

[Other Embeded programcrc32源码及资料

Description: CRC校验采用多项式编码方法。多项式乘除法运算过程与普通代数多项式的乘除法相同。多项式的加减法运算以2为模,加减时不进,错位,如同逻辑异或运算。-CRC polynomial used coding method. Polynomial multiply and divide computing process and the general polynomial algebra multiply and divide the same. Polynomial and subtract operations for the two to die, not into the Modified, dislocation, as logical XOR.
Platform: | Size: 4967424 | Author: | Hits:

[JSP/JavaCRC校验

Description: 这是一个关于二进制编码的校验问题,通过校验之后,检验是否传输正确。-This is a binary encoded on the check, by check, to verify whether the correct transmission.
Platform: | Size: 3072 | Author: chen1957 | Hits:

[DocumentsC_CRC

Description: 本文从理论上推导出CRC 算法实现原理,给出三种分别适应不同计算机或微控制器硬件环境的C 语言程序。读者更能根据本算法原理,用不同的语言编写出独特风格更加实用的CRC 计算程序。-is theoretically derived from the CRC algorithm principle is given, respectively, to adapt to three different computer or microcontroller hardware environment of C language program. According to the readers better method, use different language unique style more practical CRC calculation procedures.
Platform: | Size: 27648 | Author: 杨连勇 | Hits:

[CommunicationCRCBESTTEST

Description: 最好的CRC程序,对CRC、CRC16、CRCITT、CRC32进行了详细的说明,希望你进步-best CRC procedures on the CRC, CYXLIC REDUNDANCY, CRCITT, CRC has made a detailed statement, I hope you progress! !
Platform: | Size: 1886208 | Author: 风风 | Hits:

[Othercrc-32b

Description: 一个纠错编码源代码,用c写的,在某些对错误比较敏感的地方可以有很大作用.-a source code error correction coding, using c wrote, in some of the more sensitive the wrong place can be very effective.
Platform: | Size: 1024 | Author: 团党 | Hits:

[SCMCRC1632

Description: 本代码为查表法CRC16和CRC32校验的表生成和校验程序。使用此代码可以任意多项式生成CRC16和CRC32的程序。另有文件实现CRC16和CRC32的校验。 使用生成的表格,即可以在嵌入式中实现RAM和ROM区的校验。源程序在MSP430上实现,现整理成通用C版本。-the code look-up table method CYXLIC REDUNDANCY CRC checksum and the table generation and checking procedures. Use this code can be generated CYXLIC REDUNDANCY arbitrary polynomials and CRC procedures. Another document CYXLIC REDUNDANCY and achieve the CRC checksum. Use generated forms, which can achieve the embedded RAM and ROM of checking. Source achieve the MSP430 is organized into common C version.
Platform: | Size: 8192 | Author: 王平 | Hits:

[Com Port串口访问功能的小测试程序

Description: 工作中写的一个含串口访问功能的小测试程序,含多线程,CRC校验 此程序包含了一个串口通讯的类,并能够实现简单的通讯功能,希望对要用API函数写串口通讯程序的朋友有帮助 -work written by a serial access function with a small test program, including multithreading, CRC checksum procedure contains a serial communications category, and to achieve a simple communication, and I hope to use API function to write the serial communication program to help friends
Platform: | Size: 445440 | Author: 天照 | Hits:

[Com PortModBus通讯协议调试器

Description: modbus 协议通讯程序,包括基本的串口设定和设置,协议的帮助和CRC教研,是一个专用的电机保护调试、设置的终端-Modbus protocol communications procedures, including basic serial port settings and setup, and the agreement with the help of CRC research, is a dedicated motor protection debugging, set up terminal
Platform: | Size: 5120 | Author: 毛平生 | Hits:

[Embeded-SCM Develop卷积码、CRC

Description: 卷积码的C源程序,包括编码器和译码器。 还有一个是循环荣誉校验的vhdl]源码。-convolution of C source code, including the encoder and decoder. There is a cycle of the calibration honor VHDL] source.
Platform: | Size: 6144 | Author: 潘华林 | Hits:

[LabViewcrc-16

Description: 用于CRC校验使用,其中包含高低位字节的变化。(Use for CRC check)
Platform: | Size: 8192 | Author: 嘻嘻哈哈我晕4 | Hits:

[Com PortVISA Modbus

Description: Labview 下 CRC-16之后输入字符串(Input string after Labview CRC-16)
Platform: | Size: 12288 | Author: findwind | Hits:
« 1 2 3 4 56 7 8 9 10 ... 25 »

CodeBus www.codebus.net