搜索资源列表
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
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
CRC_self
- CRC 校验源码分析,第一次接触还真难以理解。这些东西不想在这里讲,随便找一下都是一大把。我想根据源代码来分析会比较好懂一些。-CRC-source analysis, the first contact really hard to understand. These things do not want to speak of here, what kid is a lot. I wish to source code analys
crc8
- CRC的8位校验,使用汇编写的程序.可以用来做通信数据的校验-CRC checksum of eight, was compiled using the procedure. Can be used for the calibration data communications
CRC_jy_scq
- CRC校验结果生成器,可以较快的计算出来校验结果,非常方便实用。-CRC checksum to generate the results, you can quickly check the calculated results, a very convenient and practical.
framepaser
- 解析已封装好的 模拟IEEE 802.3格式的Ethernet帧的封包文件(封包文件是二进制文件,文件名为input,文件中包含若干个Ethernet帧,其中有正确的帧,也有错误的帧),列出每个Ethernet帧的各个字段的值,并判断帧的正确性。并进行CRC8校验-Analysis has been packaging a good simulation of IEEE 802.3 fr a me format of Ethernet
crc8
- 一种CRC-8校验算法的c++实现,用于网络上的以太网封包帧结构解析。-A CRC-8 checksum algorithm c++ Realized, for the Ethernet packet network analytic fr a me structure.
crc8
- 8位crc校验算法,用于单片机编程,包含简单算法和查表算法-8-bit CRC checksum algorithm for single-chip programming, including a simple algorithm and look-up table algorithm
CRC8
- 一个循冗余校验的程序,语言编写,仅供参考-A redundancy check on the procedures, language preparation, for reference only
crc8
- 8位沉余CRC校验算法,8051汇编语言编写。-8 Shen Yu CRC checksum algorithm, the preparation of the 8051 assembly language.
main
- 通讯规则: 1:时钟7.3728 MHz/波特率9600/9个数据位/奇校验/1个停止位/硬件多机通讯功能/ 2:通讯连接采用硬件MAX485,双向单工 3:每个上行/下行的数据包的字节个数都是一样的(通讯数据量) 4:每个上行/下行的数据包都采用CRC8校验 5:数据接收采用中断+查询的方式 6:总是由主机向从机发送一个数据包,从机收到数据包后向主机回复一个数据包 7:不管是主机还是从机,如果
crc8
- CRC校验用于串行通讯数据校验功能,-CRC Checksum
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.
CRC8
- 通讯中对报文进行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.
new 1.txt
- CRC8Java 校验代码CRC校验可以简单地描述为:例如我们要发送一些数据(信息字段),为了避免一些干扰以及在接收端的对读取的数据进行判断是否接受的是真实的数据,这时我们就要加上校验数据(即CRC校验码),来判断接收的数据是否正确。在发送端,根据要传送的k位二进制码序列,以一定的规则(CRC校验有不同的规则。这个规则,在差错控制理论中称为“生成多项式”。)产生一个校验用的r位校验码(CRC码),附在原始信息后边,构成一个新的二进制码序
CRC8校验
- 在数据传输时进行校验,可用于无线传输,保证数据的准确性(Verify when data is transmitted)
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)