搜索资源列表
32位冗余校验
- 串口通讯编程用的32位crc校验源代码,不需要修改就可以应用。-serial communication programming of 32 crc check source code, it can not amend the application.
循环冗余校验码
- 循环冗余校验码(试验报告)-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
循环校验码算法分析与程序实现
- 循环冗余校验是一种编码简单,且高效、可靠的差错控制方法,广泛应用于数据通信领域,本文将对循环校验码CRC的原理进行阐述,并且通过C代码对其进行简单的实现
循环冗余码校验
- 这个工程实现了从给定文本中产生循环冗余码的算法。循环冗余码可用于完整的对比大量数据的一致性。-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
ModBus+CRC
- 完整的CRC循环冗余校验码程序,C语言编程-Complete CRC Cyclic Redundancy Check Code procedures, C language programming
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
1
- crc冗余校验码 对于计算机网络实验有帮助 大家多多分享-CRC redundancy check code for the computer network experiment will help everyone a lot to share
webconcept
- 计算机网络原理之CRC循环冗余校验,用c++实现的 -Principle of the computer network of the CRC Cyclic Redundancy Check, used c++ Realize the
CRC
- verilog 实现循环冗余校验 源代码-Cyclic Redundancy Check realize Verilog source code
CRC
- 一篇关于CRC循环冗余校验的科普文献 .内容是循环冗余校验CRC的算法分析和程序实现.解释了CRC的原理--采用多显示编码方法.并对其算法进行了分析.-A CRC cyclic redundancy check on the popular science literature. Is Cyclic Redundancy Check CRC algorithm analysis and program. Explained the CR
CRC
- 循环冗余校验就是一种被广泛采用的错误检验编码。介绍了循环冗余校验码的差错控制原理及其算法实现。-CRC is a widely used test coding errors. Introduced a cyclic redundancy check code for error control principle and algorithm.
CRCSimulink
- 循环冗余校验就是一种被广泛采用的错误检验编码。介绍了循环冗余校验码的差错控制原理及其算法实现。-CRC is a widely used test coding errors. Introduced a cyclic redundancy check code for error control principle and algorithm.
crc
- crc串,并行算法:穿行算法实现循环冗余校验码的编码 并行算法实现循环冗余校验码款速编码.-crc serial, parallel algorithms: walk through algorithm encoding cyclic redundancy check code parallel algorithm for cyclic redundancy check code section rate coding.
CRC_algorithm_principle
- CRC(循环冗余校验)算法原理详细说明,文中有源代码说明,并附查表算法数据表-CRC (cyclic redundancy check) algorithm principle of detailed instructions, source code text descr iption, together with data table look-up table algorithm
循环冗余校验码
- Cyclic Redundancy checking (CRC)循环冗余校验,又称多项式码。 在循环冗余校验中,不是通过将各比特位相加来得到期望的校验,而是通过在数据单元末尾加一串冗余比特,称作循环冗余校验码或循环冗余校验余数,使得整个数据单元可以被另一个预定的二进制数所整除(Cyclic, Redundancy, checking (CRC) cyclic redundancy check, also called polynomi
(13-9)CRC冗余校验码的编译码仿真实现
- CRC冗余校验码的编译码仿真实现 ,MATLAB仿真(Compiling and coding simulation implementation of CRC redundancy check code, MATLAB simulation)
循环冗余码
- 使用Labview编写循环冗余校验程序,适合多个字节数据校验。(Labview cyclic redundancy check)