搜索资源列表
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演算法與實現 bhw98(原作)
- 討論了CRC的代數學演算法-discussed CRC generation of mathematical algorithms
CRCTest
- 用几种不同的方法来实现CRC算法.可以带初值,并给出了CRC表的生成。-In several different ways to achieve the CRC algorithm. Can take the initial value, and gives the generation of the CRC table.
crc
- crc循环冗余码的生成,以及最简单的单工停等协议的模拟。-CRC Cyclic Redundancy Code Generation, as well as the simplest single-workers to stop the simulation, such as agreement.
EDCECC_arithmetic
- ECC/EDC算法理论:4字节检错码EDC:CD-ROM扇区中,有一个4字节共32位的EDC字域,它就是用来存放CRC码。 CD-ROM的CRC校验码生成多项式是32阶的,P(x) = (x16+x15+x2+1)(x16+x2+x+1)。 计算CRC码时用的数据块是从扇区的开头到用户数据区结束为止的数据字节,以Mode1为例, 即字节0—2063共2064个字节。将数据加上4个字节0,然后除多项式,得到的余数为校验码。 -ECC/EDC algorit
CRC4
- 该源程序可以实现4位crc编码,用户输入需要发送的由0和1组成的字符串,程序运行结果可以显示出4位CRC编码,其生成函数为x4+x+1-The source program can achieve four crc coding and user input needs to be sent by a string of 0 and 1. The result of the program is a crc code.The crc coding generation function is
CRCTest
- crc校验码的生成,校验的实现的测试程序Demo-crc check code generation, validation of the testing procedures Demo
Crc
- crc的生成与验证,包括16位,8位,32位-CRC generation and validation, including 16, 8, 32 bits