搜索资源列表
gcrc8
- 8位crc校验的计算源码,查表计算,可以计算任意8位的多项式的校验-eight crc check the source calculation, look-up table to be calculated in terms of the eight random polynomial Check
crc16
- 函数名称:CRC-16 Process 函数原型:INT16U make_crc16(INT8U *msgaddr,INT8U datalen) 函数功能:进行CRC校验和产生CRC代码.这个函数只影响全局变量crc16. 校验字放在字符串最后,低8位在前高8位在后. msgaddr : 进行CRC16校验的据块的首地址 datalen : 进行CRC16校验的据块的个数 CRC-ITU的计算算法如下: a.寄存器组初始化为全\"1\"(
CRC
- 数组为8位char型数值,通过该函数可以计算出数组的16位循环校验码。
crc
- delphi CRC 8 16 32 计算算法-delphi crc
crc8_smbus
- SMBUS协议的CRC-8算法,用CSharp实现-The algotithm of CRC-8 checksum of SMBUS protocol.
crcasm.asm
- 8 bit very fast CRC generator for polynom x8+x2+x1+x (0x07), fits any AVR processor and any type of 8-bit data trasfer with 8 bit CRC code written in AVR assembler with AVRStudio 4. Author: Jens Hallgren, Sweden-8 bit very fast CRC generator for po
crc
- this program talks about crc , crc12 , crc16 and crc ccip of error detection method
crc
- 自动完成CRC校验码的计算 1 010110001101 110011 可以得到: (1)index:5 pointing:1 101011 110011 011000 (2)index:6 pointing:0 110000 110011 000011 (3)index:7 pointing:0 000110 0 000110 (4)index:8 pointing:0 001100 0 001100 (5)ind
pycrc-0.7.8
- This directory contains the pycrc general purpose CRC utility and C source file generator. See http://www.tty1.net/pycrc/ for more details.
CRC16_3-CRC16_8
- 此源码包是3到8个16位字的crc校验程序,已通过本人验证。-The source package is 3-8 16-bit word crc check procedures have been verified by me.
CRC-8
- 一套实用的CRC校验算法,供参考! 供参考! -O,My God!,My God!My God!My God!about CRC!
CRCcheckout
- CRC检验,可以对任意输入的多项式进行检验,我的给出实例中只写了,2,3,4,8,16,32位。。。如果需要检测其他位,可以自行添加。-CRC inspection, can input of arbitrary polynomial for inspection, I give examples of only write, 2,3,4,8,16,32 a...
CRC8pro2
- MATLAB环境下,CRC-8生成校验码-MATLAB environment,CRC-8,Parity bit
crc
- 电子软件工程师必备的工具,CRC8\CRC16\CRC32\totlesum,数据校验工具。-data crc check ,8\26\32
testCRC8
- 使用MATLAB仿真CRC-8校验码在二进制对称信道中的检错性能-Using MATLAB simulation CRC-8 checksum in the binary symmetric channel error detection performance
CRC-8
- 本程序能够完成Matlab环境下crc-8 校验码在二进制对称信道中的检错能力-This procedure can be completed in Matlab environment crc-8 checksum binary symmetric channel error detection capability
CRC8
- CRC 8 校验和计算函数可以直接使用,纯C语言格式。-CRC 8 Cal function ,Can be used Direcctlly ,Pure C laguage Format.
crc8
- crc-8 x8+x2+x+1,查表方式的计算方法。-crc8 x8+ x2+ x+ 1, calculated look-up table approach.
CRC校验算法
- 包含8位、12位、16位、24位CRC校验算法,5G、4G物理层设计可参考