搜索资源列表
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 (
crc8
- CRC的8位校验,使用汇编写的程序.可以用来做通信数据的校验-CRC checksum of eight, was compiled using the procedure. Can be used for the calibration data communications
crc8.rar
- CRC校验用于串行通讯数据校验功能,呵呵,CRC Checksum
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
main
- 通讯规则: 1:时钟7.3728 MHz/波特率9600/9个数据位/奇校验/1个停止位/硬件多机通讯功能/ 2:通讯连接采用硬件MAX485,双向单工 3:每个上行/下行的数据包的字节个数都是一样的(通讯数据量) 4:每个上行/下行的数据包都采用CRC8校验 5:数据接收采用中断+查询的方式 6:总是由主机向从机发送一个数据包,从机收到数据包后向主机回复一个数据包 7:不管是主机还是从机,如果收到的数据包有任何错误,都将丢弃该数据包,等效于没有接收
crc8
- 8位crc校验的计算源码,查表计算,可以计算任意8位的多项式的校验-8 bit CRC compute program.
CRC8
- 通信数据作CRC8位校验,然后得到校验位,取低位程序直接舍弃高位。-Communications data for CRC8 bit checksum, and then be parity bit, from high abandon low directly.
CRC
- CRC8校验 直接调用即可 非常值得收藏 而且作用明显-CRC8 check directly call can be very worthwhile collection, and obvious effect
VB-CRC8
- CRC8校验,使用左方式实现,与手动移位完成CRC校验相一致.-CRC8 checksum, use the left to achieve complete CRC check coincides with the manual shift.
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
- crc8校验生成,输入一定字节,可以生成8位crc校验数,用于调试极为方便-Enter some bytes that can generate 8-bit crc checksum number is very convenient for debugging
new 1.txt
- CRC8Java 校验代码CRC校验可以简单地描述为:例如我们要发送一些数据(信息字段),为了避免一些干扰以及在接收端的对读取的数据进行判断是否接受的是真实的数据,这时我们就要加上校验数据(即CRC校验码),来判断接收的数据是否正确。在发送端,根据要传送的k位二进制码序列,以一定的规则(CRC校验有不同的规则。这个规则,在差错控制理论中称为“生成多项式”。)产生一个校验用的r位校验码(CRC码),附在原始信息后边,构成一个新的二进制码序列数共k+r位,然后发送出去。在接收端,根据信息码和CRC码
CRC8校验
- 在数据传输时进行校验,可用于无线传输,保证数据的准确性(Verify when data is transmitted)
ConvertTool
- 转码,如ASCII->HEX,HEX->ASCII 校验,如XOR,CRC8,CRC16,CRC32等(code convert,as ascii data to hex data,hex data to ascii data check,as xor,crc8,crc16,crc32 and so on)
CRC8(0x07)校验
- 按照生成多项式X8 + X2 + X + 1校验传输数据。(The data is transmitted in accordance with the generated polynomial X8 + X2 + X + 1.)
CRC-8校验
- CRC8校验的程序参考,用于数据传输的校验(CRC8 check, for the data transfering process to check the data.)
crc8
- 一个字节的冗余校验子程序,用于和下位机通讯时的数据校验(One byte redundant check subroutine)