搜索资源列表
CRC32_base
- CRC加密和解密程序,ASM源程序代码编写-CRC encryption and decryption procedures, the preparation of ASM source code
ccANDCRC
- 用汇编语言编写得TD中使用得CC和CRC代码,希望对编写硬件得同仁有些帮助:)-assembler language used in the TD in the CC and CRC code, hope for the preparation of the hardware in some colleagues to help :)
crc2345
- crc任意位生成多项式 任意位运算 自适应算法 循环冗余校验码(CRC,Cyclic Redundancy Code)是采用多项式的 编码方式,这种方法把要发送的数据看成是一个多项式的系数 ,数据为bn-1bn-2…b1b0 (其中为0或1),则其对应的多项式为: bn-1Xn-1+bn-2Xn-2+…+b1X+b0 例如:数据“10010101”可以写为多项式 X7+X4+X2+1。 循环冗余校验CRC 循环冗余校验方法的原理如下: (1) 设要发送的数据对应的多项式为P(x)。 (2) 发送
crc
- CRC s ASM implementation
CRC_Wrong_Dec_1
- CRC侦测 当data大于poly除式会有 错误的验证code 让你了解为何会出错 可以得知误判的个数-CRC to detect except when the data is larger than poly-type the verification code would be erroneous to find out what mistakes you can see that the number of miscarriage of justice
data
- CRC code in assembly
main
- 利用汇编语言通过RCL语句实验CRC码的高效校验-Efficient assembly language by RCL statement experiments CRC code check
crc
- 计算输入字符串的CRC编码。CRC编码即循环冗余码,它是利用除法及余数的原理来作错误侦测的。-Calculate the CRC coding of the input string. The CRC encoder that cyclic redundancy code, which is the principle of the division and the remainder for error detection.
CRC
- 循环码 对一般形式的多项式形式得到生成码 用此来得到循环码-Cyclic code to obtain the general form of polynomials generated code use this to obtain the cyclic code
CRC
- CRC校验汇编程序,最简洁的CRC校验代码,程序运算效率极高。-CRC checksum assembler, the most simple CRC check code, high operational efficiency program.