搜索资源列表
循环冗余码校验crc算法
- 这是一个小程序,用VC++6.0来实现循环冗余码校验CRC算法。 标准为CRC-4,生成多项式为C(X)=X4+X+1, 应用举例为ITU G704 -This is a small program used to achieve VC 6.0 cyclical redundancy check CRC algorithm. Standards for the CRC-4, generating polynomial C (X)
循环冗余编码
- 学习网络原理时用到的CRC循环冗余编码,希望大家多多指教-learning network to use the principle when Cyclic Redundancy coding, we hope the exhibitions
循环冗余码校验
- 这个工程实现了从给定文本中产生循环冗余码的算法。循环冗余码可用于完整的对比大量数据的一致性。-realization of this project from the given text produce cyclic redundancy code algorithm. Cyclic Redundancy Code can be used to complete contrast to the large amounts of dat
循环冗余校验码
- 循环冗余校验码(试验报告)-Cyclic Redundancy Check (pilot reports)
循环冗余校验CRC的算法分析和程序实现
- 循环冗余校验CRC(Cyclic Redundancy Check)是由分组线性码的分支而来,其主要应用是二元码组。编码简单且误判概率很低,在通信系统中得到了广泛的应用。重点介绍了CRC校验的原理及其算法实现。-Cyclic Redundancy Check (Cyclic Redundancy Check) is a linear code from the branch, its main application is binary
循环冗余检验
- 一个用C++编写的模拟CRC循环冗余检验的程序!有计算机网络方面需求的可以看看!-a C simulation prepared by the Cyclic Redundancy testing procedure! Computer networks can demand to see!
循环冗余检错码
- 循环冗余检错码 编解码
循环冗余码校验
- 这个工程实现了从给定文本中产生循环冗余码的算法。循环冗余码可用于完整的对比大量数据的一致性。-realization of this project from the given text produce cyclic redundancy code algorithm. Cyclic Redundancy Code can be used to complete contrast to the large amounts of dat
循环冗余校验码
- 循环冗余校验码(试验报告)-Cyclic Redundancy Check (pilot reports)
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
循环冗余检验
- 一个用C++编写的模拟CRC循环冗余检验的程序!有计算机网络方面需求的可以看看!-a C simulation prepared by the Cyclic Redundancy testing procedure! Computer networks can demand to see!
两个例子
- crc.cpp是一个产生0-255对应的16位循环冗余码的例子 correlator.cpp是一个相关滤波例子-crc.cpp have 0-255 is a corresponding 16-bit cyclic redundancy code examples correlator.cpp filtering is a relevant example
循环冗余码校验crc算法
- 这是一个小程序,用VC++6.0来实现循环冗余码校验CRC算法。 标准为CRC-4,生成多项式为C(X)=X4+X+1, 应用举例为ITU G704 -This is a small program used to achieve VC 6.0 cyclical redundancy check CRC algorithm. Standards for the CRC-4, generating polynomial C (X)
net_B
- 模拟网络传输,使用循环冗余码校验并模拟噪声干扰-simulated network transmission, the use of cyclic redundancy check code and simulation noise
循环冗余编码
- 学习网络原理时用到的CRC循环冗余编码,希望大家多多指教-learning network to use the principle when Cyclic Redundancy coding, we hope the exhibitions
Modbus_crc_c
- 】 本文主要讨论了Modbus 通信协议的R TU 帧格式中常用的错误校验方法,即循环冗余校验法( CRC) 。 提出了Modbus 协议反转CRC 校验的方法,推导了反转CRC 校验快速计算表格,并用C 语言实现了基于快速查 表算法的循环冗余校验程序。-In this paper, we mainly discuss the Modbus communication protocol R TU fr a me format c
CRCSET11
- 循环冗余校验的C程序,有详细资料和循环冗余校验的说明-CRC of C procedures, there is detailed information and descr iption of CRC
simulate
- 循环冗余校验CRC (Cyclic Redundancy Check)码是由分组线性码的分支而来,其主要应用是二元码字。编码简单且误判概率很低,在通信系统中得到了广泛的应用。循环冗余校验码是属于分组码中的一类重要的线性码,它不仅在理论上具有很好的代数结构,而且其编码和译码可以通过线性移位寄存器很容易地实现。 通过对CRC的分析和基于MATLAB工具的仿真,充分证明了CRC的检错能力很强,编码简单。 -Cyclic Redunda
CRC16
- 一个循环冗余校验的程序,c语言编写的,16位的-A cyclic redundancy check procedure, c language, 16 of
循环冗余码
- 使用Labview编写循环冗余校验程序,适合多个字节数据校验。(Labview cyclic redundancy check)