搜索资源列表
crc8
- 8051上的CRC8校验 A CCITT-8 CRC calculator. The source contains both the calculated (smaller but slower) version, and the table driven (faster but larger) version.-8051 CRC8 check on the CCITT A-8 CRC calculator. Th e source contains both the calculated (
HEC-CRC8
- 针对4Bytes的CRC8算法,可纠一个比特的错误和检测一个比特以上错误。-against the CRC8 4Bytes algorithm can correct a bit error detection and error over a bit.
CRCALL
- 此软件是CRC的软件实现方法,包括了CRC8,CRC16,CRC32的全部算法,每一种算法又分速度优先与资源优先型以及适中型三种算法。全部通过调试验证,与硬件无关,可移植于任何MCU
CRC8.rar
- 通讯中对报文进行CRC8校验的程序源代码,多项式为X^8 + X^2 + X^1 + 1 。,Communication packets for CRC8 check on the program source code, the polynomial is X ^ 8+ X ^ 2+ X ^ 1+ 1.
CRC8
- 输入一定字节,可以生成8位crc校验数,用于调试极为方便-Enter some bytes that can generate 8-bit crc checksum number is very convenient for debugging
crc8
- 嵌入式系统通信线程中对接收到的数据进行CRC8校验,确保接收到的数据是正确的。-this is checking routine of CRC8
crcs
- crc8\16代码-crc8 code
DS18B20
- DS18B20最全驱动.包含CRC8算法.ROM Search等.主机采用AVR mega16或者mega32.原创作品.-DS18B20 most drivers. CRC8 algorithm contains. ROM Search and so on. Mainframe using AVR mega16 or mega32. Original works.
CRC_source
- CRC16, CRC8 source code Algorithm = table-driven
crc8
- 8位crc校验的计算源码,查表计算,可以计算任意8位的多项式的校验-8 bit CRC compute program.
lpc01_crc8
- LPC ARM7 32 Bits crc8 algorithm functions
crc8
- for microcontroller Calculate CRC-8 Values. Uses The CCITT-8 Polynomial, Expressed As X^8 + X^5 + X^4 + 1-for microcontroller Calculate CRC-8 Values. Uses The CCITT-8 Polynomial, Expressed As X^8+ X^5+ X^4+ 1
crc8
- 8位crc的verilog设计 通过仿真综合验证并已应用在工程里面 -verilog of 8bit error checkout
crc8_4
- crc8代码 数据位宽为4 ,用verilog编的码-crc8 datawidth 4 verilog
CRC8
- 单片机开发,通信程序中得CRC8的校验算法-MCU development, communication procedures were CRC8 checksum algorithm
crc_verilog_xilinx
- 各类CRC效验码 有CRC8-8 CRC16-8 CRC32-8 CRC12-4 CRC-CCIT-8-CONTAIN CRC8-8 CRC16-8 CRC32-8 CRC12-4 CRC-CCIT-8
crc8
- CRC8 calculation for 8051 microcontroller
crc8
- 嵌入式系统通信线程中对接收到的数据进行CRC8校验,确保接收到的数据是正确的。-this is checking routine of CRC8
CRC8
- CRC8校验程序,使用次方法对数据传输校验进行校验,能对数据的检查错误。-CRC8 calibration procedure using secondary methods of data transfer check for verification, to check the error of the data.
CRC8(0x07)校验
- 按照生成多项式X8 + X2 + X + 1校验传输数据。(The data is transmitted in accordance with the generated polynomial X8 + X2 + X + 1.)