搜索资源列表
16位CRC校验_Modbus标准算法
CRC校验
1、循环校验码(CRC码):是数据通信领域中最常用的一种差错校验码,其特征是信息
字段和校验字段的长度可以任意选定。
2、生成CRC码的基本原理:任意一个由二进制位串组成的代码都可以和一个系数仅
为‘0’和‘1’取值的多项式一一对应。例如:代码1010111对应的多项式
为x6+x4+x2+x+1,而
CRC-32校验的小程序
- CRC校验由于实现简单,检错能力强,被广泛使用在各种数据校验应用中。占用系统资源少,用软硬件均能实现,是进行数据传输差错检测地一种很好的手段。为了提高编码效率,在实际运用中大多采用查表法来完成CRC-32校验。
CRC32数据检验算法代码
- 在远距离数据通信中,为确保高效而无差错地传送数据,必须对数据进行校验即差错控制。循环冗余校验CRC(Cyclic Redundancy Check/Code)是对一个传送数据块进行校验,是一种高效的差错控制方法。-in long-distance data communication, in order to ensure efficient without error to transmit data, the data must c
Crc16源码4种算法
- CRC16,C语言运算源码,包括四种算法,直接计算法,半查表法,全查表法,双8位表全查表法,适用于工业控制领域校验通讯数据使用,和MODBUS数据校验,在对不同的系统资源的要求环境下,采用不同的算法-CYXLIC REDUNDANCY, C language source computing, including four algorithms, direct calculation method, semi-look-up table
CRC校验代码源程序
- CRC循环冗余,是一种查表法,实现数据的自动打包问题-Cyclic Redundancy is a look-up table method, the data is automatically packaged problems
Verify
- 计算数据校验的软件,支持ASCII和HEX,校验方式有LRC(和校验)和CRC16。希望大家喜欢-Calculation data check software, support ASCII and HEX, check the way LRC (and checksum), and CRC16. I hope everyone likes
Ajax
- 一个简单的数据校验源码,供ajax和java初学者们使用-err
FCS
- FCS网络数据包数据校验和计算,实现了最基本的校验功能-FCS network packet data checksum calculated checksum realize the most basic function
CRC
- CRC校验码生成软件,试用于调试通信时做数据校验时使用,一个不错的软件-CRC Check Code generation software, the trial in the debug communication data when checking the use of, a good software
comm
- 一个完整的串行通讯源代码,C语言,同时支持两个串行端口,中断方式,自定义数据校验协议,对开发DOS下的通讯程序非常实用-A complete source code for serial communication, C language, while supporting two serial ports, interrupt, custom data validation agreement, under DOS on the de
CRC8校验
- 在数据传输时进行校验,可用于无线传输,保证数据的准确性(Verify when data is transmitted)
odd_even_check
- 用于检查数据的正确性。具体而言,在发送端,通过增加校验位,使有效数据位和校验位组成数据校验码;在接收端,根据接收的数据校验码判断数据的正确性。(For correcting the correctness of the data. Specifically, at the transmitting end, the valid data bits and the parity bits are added to the data che
IAP15F4K-串口通讯-和校验(中断方式)
- 使用单片机实验板,在Keil C开发环境中编写串口发送和接收程序。在串口发送和接收程序中编程增加校验位,使用逻辑分析仪捕捉单片机串口引脚发送和接收数据的波形,并与串口接收和发送的数据进行比较。(Using SCM experiment board, in the Keil C development environment to write serial send and receive program. In the serial s
异或校验软件
- 好用的异或校验工具,可以一次异或多个数据,简单易用(A useful XOR check tool)
CRC校验
- 利用labviw实现通信数据的CRC校验,用于检验通信数据传输的正确性,校验结果准确(Labviw is used to realize the CRC check of communication data, which is used to check the correctness of communication data transmission and verify the result accurately)
CRC8(0x07)校验
- 按照生成多项式X8 + X2 + X + 1校验传输数据。(The data is transmitted in accordance with the generated polynomial X8 + X2 + X + 1.)
卡方校验
- 数据处理中常用到卡方校验算法,在MATLAB中编辑卡方校验算法(Chi square check algorithm is commonly used in data processing, and the chi square check algorithm is edited in MATLAB)
CRC-8校验
- CRC8校验的程序参考,用于数据传输的校验(CRC8 check, for the data transfering process to check the data.)
循环冗余码
- 使用Labview编写循环冗余校验程序,适合多个字节数据校验。(Labview cyclic redundancy check)
crc8
- 一个字节的冗余校验子程序,用于和下位机通讯时的数据校验(One byte redundant check subroutine)