搜索资源列表
CRC算法和c语言实现
- 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
SPIHT
- 本程序实现了基于SPITH的自删余循环冗余校验码,运行成功!-the program based on SPITH I cut from the cyclic redundancy check code, running success!
CRCsuanfayuanchengxu
- 这个是CRC循环冗余校验的源代码例子 很适合学习的-this is the Cyclic Redundancy Check the source code example is suitable for learning
Modbus_crc_c
- 】 本文主要讨论了Modbus 通信协议的R TU 帧格式中常用的错误校验方法,即循环冗余校验法( CRC) 。 提出了Modbus 协议反转CRC 校验的方法,推导了反转CRC 校验快速计算表格,并用C 语言实现了基于快速查 表算法的循环冗余校验程序。
modbus
- 16位modbus循环冗余校验,是一种工业应用标准,本代码使用于初学者掌握crc基本原理,欢迎下载,
CALC_CRC
- 这是用C语言写的循环冗余校验源代码,参考一下吧-This is written in C language of Cyclic Redundancy Check the source code and reference it
CyclicRedundancyCRC
- 循环冗余校验的CRC算法和程序实现,已解决大家在做校验时的一些难题-Cyclic Redundancy Check CRC algorithms and procedures of implementation, has been resolved in the U.S. to do some calibration problems
CRCcheck
- MODBUS通讯协议,CRC即循环冗余校验码(Cyclic Redundancy Check)详细分析以及原理说明。-MODBUS communication protocol, CRC or cyclic redundancy check code (Cyclic Redundancy Check) detailed analysis and operating principles.
CRCProgram
- CRC-16循环冗余校验码应用范围极广,它是利用除法及余数的原理来做错误处理。-CRC-16 Cyclic Redundancy Check wide range of applications, it is the use of the principle of division and the remainder to do error handling.
CRC-Code
- 16位的CRC(循环冗余校验)的C语言实现源代码,可以供大家借鉴一下-16-bit CRC (Cyclic Redundancy Check) C language source code for all to learn
CRC104
- 循环冗余校验码源码,比较基础的东西,初学者建议看看 ~-Cyclic Redundancy Check Source Code, comparison of the basic things, recommends beginners take a look at ~