搜索资源列表
AVR单片机CRC校验码的查表与直接生成.zi
- AVR单片机CRC校验码的查表与直接生成-AVR monolithic integrated circuit CRC verification code Zha Biao with directly produces
crc 51
- 51单片机的CRC程序,此程序是通过查表的办法进行计算,对于51单片机相当适用-51 SCM CRC procedure, this procedure is through the look-up table approach, for quite applicable MCU 51
16位CRC算法
- 16位CRC:生成CRC16表(256项),用于快速查表计算 // 在程序初始化时就先调用,预先生成CRC16Tab[256]查表数据-16 CRC : formation CYXLIC REDUNDANCY (256), Fast look-up table for calculation / / initialization procedure on first call, pre-generation CRC16Tab [256] Lookup Data
CRC校验代码源程序
- CRC循环冗余,是一种查表法,实现数据的自动打包问题-Cyclic Redundancy is a look-up table method, the data is automatically packaged problems
串口发送modbus协议CRC校验
- 串口发送modbus协议CRC校验低字节(若为查表所得数据为高字节,其实为CRC的低字节)-serial modbus connection agreement low byte CRC (if available for look-up table for the high-byte data, In fact, for low-byte CRC)
CRC-C51
- 单片机的CRC C51源程序。本程序采用查表法,提高单片机运算速度。-MCU CRC C51 source. The program uses a look-up table, the enhancement of SCM computational speed.
CRC.CRC8、CRC16查表法
- CRC8、CRC16查表法,在delphi中的实现,调用简单,都已封装成函数,CRC8, CRC16 look-up table method, in the realization of delphi, called simple, are a function of package
CRC
- 查表法CRC16校正源代码,不需要CRC的计算,适合在单片机上使用。-CRC16
crc
- CRC校验程序包,包含VB,C,汇编下,实现CRC校验程序的代码,详细介绍CRC校验的原理,介绍 查表法,半字节查表法,等等实现CRC校验的方法,希望对大家有所帮组。-CRC Checksum package, including VB, C, compilation achieve CRC checksum code, detailing the principles of CRC checksum on look-up table method, semi-byte look-up tabl
CRC-16LHF
- MCS51的CRC-16快速查表计算函数 要预先生成CRC16查表数据,起始地址CRC16TAB,按高/低字节顺序存放(512字节) // CRC-CCITT16 = X16+X12+X5+1, 00010000 00100001($1021) 郑州 汉威光电 刘海峰编制 (0371-62003091),欢迎交流-MCS51 the CRC-16 fast look-up table calculation function to pre-generated look-up tab
crc
- 一个非常简单的CRC计算程序,采用查表方式,用于单片机程序,占用资源少。采用c51源代码。本人用于计算温度传感器18b20的CRC非常方便-A very simple CRC calculation program, using look-up table approach for single-chip process, occupy less resources. Using C51 source code. I used to calculate the temperature senso
CRC
- 本文提出一种通用的CRC 并行计算原理及实现方法,适于不同的CRC 生成多项式和不同并行度(如8 位、16 位、及32 位等) ,与目前已采用的查表法比较,不需要存放余数表的高速存储器,减少了时延,且可通过增加并 行度来降低高速数传系统的CRC 运算时钟频率.-In this paper, a universal principle of CRC and implementation of parallel computing methods for generating differ
CRC
- 查表方式CRC校验,要点是:1速度快,缺点:代码大一些。-CRC checksum table approach, the main points are: 1 speed
crc32
- CRC32计算的高效算法,利用查表法,可以直接使用。- CRC32 calculation efficient algorithm, using look-up table method can be used directly.
crc
- CRC查表式校验文件,包含该文件后,调用函数的形参为被校验数据串的表头和长度-CRC checksum-type look-up table file that contains the file, call the function parameters have been checking the data for the table header and the length of the string
crc
- CRC原始算法及查表算法,本程序描述了CRC的原始算法,和当用查表算法时,可按多项式生成余式表-CRC arithmetic
CRC.txt
- 用查表法计算CRC码 C的程序设计,生成多项式为CRC-CCITT -CRC look-up table method using C programming code, generating polynomial for the CRC-CCITT
crc
- 可以对长帧进行CRC校验,速度比较快,采用的是CRC查表的方式进行校验。-Long frame CRC, faster, using look-up table of CRC checksum.
crc查表
- 这是个Word文件,其中只有crc 查法表的原代码(This is a Word file with only the original code of the CRC look-up table)
CRC查表
- 实现modbus crc校验功能,通过查表法,返回16为crc校验结果(To achieve modbus crc check function, through the look-up table method, return 16 for the crc check results)