搜索资源列表
CRC_Table.rar
- crc表格生成器,只要输入CRC多项式和CRC位数,即可生成一个*.txt文件,里面就有一个CRC表格,CRC table generator, as long as the input CRC polynomial and the CRC median, you can generate a*. txt file, inside there is a CRC table
MyCRC16
- visual basic 的CRC-ITU算法程序,用查表法实现,crc多项式为x^16 + x^15 + x^2 +1-visual basic procedures of the CRC-ITU algorithm, using look-up table method to achieve, crc polynomial x ^ 16+ x ^ 15+ x ^ 2+1
CRC.code
- 1-1024任意多项式CRC在线生成工具,LTE CRC24A设计实例。CRC coding原理文档。-1-1024 arbitrary polynomial CRC generated online tools the LTE CRC24A design examples. CRC coding principle document.
form
- 计算CRC码的小程序,用于计算CRC码,可以修改数据和多项式,显示结果直接显示计算后的CRC完整码-CRC code calculated small program used to calculate the CRC code, you can modify the data and polynomial, display the results directly show CRC
crc1021
- CRC-16有两个算法规则,一个是欧洲标准,一个是美国标准,本程序是多项式1021-CRC-16 algorithm has two rules, a European standard, a US standard, this program is a polynomial 1021
CRC32
- 用查表法计算CRC码的crc32校验设计。生成多项式为标准多项式-Calculation of the CRC checksum crc32 Design lookup table. Standard generator polynomial is a polynomial
CRC
- 各种多项式的CRC算法,有直接计算的,有查表的,可以在各种平台上使用- Various polynomial CRC algorithm, there is direct calculation, there are look-up table, can be used on a variety of platforms
Project11
- CRC校验,根据信息码和多项式生成crc校验码,根据crc校验码判断传输数据是否出错(CRC check, according to the information code and polynomial generated CRC checksum, according to the CRC checksum to determine whether the transmission data error)