搜索资源列表
crc校验详解
- CRC 校验源码分析,说明了CRC 校验中CRC 值是如何计算出来的,体现的多项式正是X16+X12+X5+1。 Serial Data 即是需要校验的数据。-CRC source analyzed that the CRC value of the CRC calculation of the show that the polynomial is an X16 X12 X5. Serial Data that is the need for calibration data.
crc校验码的实现
- 计算crc校验码的程序,便于理解基本算法-crc check code calculation procedures easier to understand basic arithmetic
CRC
- CRC校验码的计算程序!本人原创。 C语言实现,在CFREE中通过。-Check CRC calculation procedure! C language, adopted in CFREE.
CRCr
- crc校验源代码,我自己编写的源代码,用于计算crc校验码的生成-source code crc teaching and research,That s all,everyone knows.
CRC
- 串口通讯中的CRC校验,包括计算方法和CRC余式表-Serial Communication in the CRC checksum, including the calculation methods and CRC Remainder Table
CRC
- 基于C语言的计算CRC校验码的软件功能实现-Based on the calculation of C language software CRC checksum
CRC
- CRC校验码的计算,该程序包括了三种计算CRC码的方法,主要用于MODBUS编程中CRC校验码的计算
CRC-Parallel-Computation
- 用软件实现CRC校验码计算很难满足高速数据通信的要求, 基于硬件的实现方法中, 有串行经典算法LFSR,电路以及由软件算法推导出来的其它各种并行计算方法。以经典的LFSR,电路为基础, 研究了按字节并行计算CRC校验码的原理.-Implemented in software CRC checksum calculation is difficult to meet the requirements of high-speed data communications, hardware-based
CRC校验
- CRC校验,Modbus-RTU通讯协议中CRC校验码的计算步骤
CRC校验
- CRC校验,Modbus-RTU通讯协议中CRC校验码的计算步骤 , s7-300 modbus RTU CRC校验程序如何编写
CRCTool-v3.0
- 计算CRC校验的小工具,可以改变计算方式。嵌入式编程者的好朋友。特别是对modbus规约(CRC checksum calculation of small tools, you can change the way of calculation. Embedded programmer's good friend. Especially for Modbus Protocol)
CRC校验码计算 1
- MOUDBUS CRC校验 已经验证了 可以使用(The MOUDBUS CRC check has been validated and can be used)
CRC校验Demo和CRC计算工具
- CRC校验Demo和CRC计算工具,CRC 域检验整个报文的内容。不管报文有无奇偶校验,均执行此检验。(CRC checksum Demo and CRC computing tools, the CRC domain to verify the contents of the entire message. This check is performed regardless of whether or not the message has parity.)
CRC_Calc+v0.1
- 最全的的CRC校验计算工具,绿色版 无插件(The most complete CRC check and calculation tool, the green version has no plug-in)
1
- 软件滤波算法,适用于ADC数据采集处理。CRC校验码计算代码(Software filtering algorithm, is suitable for data processing)
CRC_16
- 串口通讯中,根据已有数据计算出CRC校验码。(in serial communication, you can reach the CRC code according to the data)
CRC校验码计算
- CRC校验码计算介绍及使用详细,关于CRC效验的说明调试,已经怎么使用的函数。十分有用,在PLC和上位机通信当中有用,各种CRC的算法。(CRC16,CRC32,TTICCT16)
CrcGen
- 在串口通信程序中,通信数据需要进行CRC校验,本程序为CRC 校验计算程序源码(the source code for crc verify.)
CRC校验
- 输入字符串或数组,计算CRC校验值并返回(Enter the string or array, calculate the CRC check value and return.)
crc校验工具
- 该工具可以让使用者很方便的计算出crc校验结果