搜索资源列表
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 ne
crc校验码的实现
- 计算crc校验码的程序,便于理解基本算法-crc check code calculation procedures easier to understand basic arithmetic
2120050338_张娜_2
- 一个简单实现Ethernet数据帧封装和计算 CRC 校验的功能的程序,供新手参考-achieve a simple Ethernet data fr a mes Packaging, and CRC calculation of the function of the procedures for newcomers reference
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 ne
crcjiaoyan
- 计算输入数据的crc校验码,以判断接收数据是否正确-calculation of input data crc check code, in order to determine whether the right to receive data
CRCfile
- MFC做的CRC校验.选择一个文件名,自动就可以计算出CRC码.-MFC do CRC. Choose a file name can be automatically calculated CRC.
CRC_jy_scq
- CRC校验结果生成器,可以较快的计算出来校验结果,非常方便实用。-CRC checksum to generate the results, you can quickly check the calculated results, a very convenient and practical.
crc16
- 函数名称:CRC-16 Process 函数原型:INT16U make_crc16(INT8U *msgaddr,INT8U datalen) 函数功能:进行CRC校验和产生CRC代码.这个函数只影响全局变量crc16. 校验字放在字符串最后,低8位在前高8位在后. msgaddr : 进行CRC16校验的据块的首地址 datalen : 进行CRC16校验的据块的个数 CRC-ITU的
CRC_check_sum
- 用VC实现计算CRC校验和功能的程序,校验和主要用于网络中差错检验与差错控制。-Using VC to achieve CRC checksum calculation and function procedures, check and major test for the network error with error control.
MD5_VC
- 可以计算文件MD5校验码、CRC校验码、校验和,在开发文件传输等工作时,提供帮助,校验速度快。-Can calculate the MD5 checksum file code, CRC checksum code, checksum, file transfer, such as in the development work, providing help, check speed.
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码的方法,主要用于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
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
CRC_Calc+v0.1
- 最全的的CRC校验计算工具,绿色版 无插件(The most complete CRC check and calculation tool, the green version has no plug-in)
CRC校验码计算
- CRC校验码计算介绍及使用详细,关于CRC效验的说明调试,已经怎么使用的函数。十分有用,在PLC和上位机通信当中有用,各种CRC的算法。(CRC16,CRC32,TTICCT16)
CRC校验
- 输入字符串或数组,计算CRC校验值并返回(Enter the string or array, calculate the CRC check value and return.)