Welcome![Sign In][Sign Up]
Location:
Search - crc-8

Search list

[SCM16f873-serial-communication

Description: PIC单片机16f873串行通信程序 包括CRC-8校验-PIC microcontroller 16f873 serial communication program, including CRC-8 checksum
Platform: | Size: 19456 | Author: yuanjm | Hits:

[ARM-PowerPC-ColdFire-MIPScrc

Description: 多种CRC算法,包含8位,16位等算法。-A variety of CRC algorithms, including 8-bit, 16-bit algorithm。
Platform: | Size: 1024 | Author: 向鹏飞 | Hits:

[VHDL-FPGA-VerilogCRC.C

Description: 下面以最常用的CRC-16为例来说明其生成过程。   CRC-16码由两个字节构成,在开始时CRC寄存器的每一位都预置为1,然后把CRC寄存器与8-bit的数据进行异或(异或:二进制运算 相同为0,不同为1;0^0=0 0^1=1 1^0=1 1^1=0),   之后对CRC寄存器从高到低进行移位,在最高位(MSB)的位置补零,而最低位(LSB,移位后已经被移出CRC寄存器)如果为1,则把寄存器与预定义的多项式码进行异或,否则如果LSB为零,则无需进行异或。重复上述的由高至低的移位8次,第一个8-bit数据处理完毕,用此时CRC寄存器的值与下一个8-bit数据异或并进行如前一个数据似的8次移位。所有的字符处理完成后CRC寄存器内的值即为最终的CRC值。 -Below the most commonly used CRC-16 as an example to illustrate the generation process. CRC-16 yards by two-bytes at the beginning of every one of the CRC register is preset to 1, then the CRC register with the 8-bit data XOR (exclusive or: the same as the binary operation 0, different 1 0 ^ 0 = 0 0 ^ 1 = 1 1 ^ 0 = 1 1 ^ 1 = 0), After the shift the CRC register from highest to lowest, the most significant bit (MSB) position zeros, the least significant bit (LSB after the shift has been out of the CRC register) 1, put the register with pre-defined item code different, or, otherwise, if the LSB is zero, you do not need to XOR. Repeat the above the descending order of the shift eight times, the first 8-bit data processing is completed, such as previous data like 8 times shift the CRC register values ​ ​ and the next 8-bit data XOR and . After completion of all the characters deal with the value of the CRC register is the final CRC value.
Platform: | Size: 11264 | Author: malimin | Hits:

[VHDL-FPGA-VerilogA-Fast-CRC-Implementation-on-FPGA

Description: CRC错误检测是一个非常 电信应用上常见的功能。 对提高数据速率的发展要求 更多和更sofisticated实现。 在本文中,我们提出了一个方法来实现 管道结构为基础的CRC功能 多项式除法。它非常有效地改善 高速性能,允许从1 Gb / s的数据传输速率 4千兆位/秒,基于FPGA implementions根据 并行化水平(8至32位)。- The CRC error detection is a very common function on telecommunication applications. The evolution towards increasing data rates requires more and more sofisticated implementations. In this paper, we present a method to implement the CRC function based on a pipeline structure for the polynomial division. It improves very effectively the speed performance, allowing data rates from 1 Gbits/s to 4 Gbits/s on FPGA implementions, according to the parallelisation level (8 to 32 bits).
Platform: | Size: 226304 | Author: 吴越强 | Hits:

[MPIcrc8

Description: 8位crc校验,tb文件也包含,已验证通过。-8 crc check, tb file also contains, has been verified.
Platform: | Size: 1024 | Author: 钟大 | Hits:

[ARM-PowerPC-ColdFire-MIPSCRC

Description: 针对ARM Cortex M0的CRC文件校验,可选择产生8位、16位、32位校验码的生成,有验证代码验证生成的校验码是否合格-CRC file checksum for the ARM Cortex M0, you can choose to produce 8, 16, 32 checksum generation and validation code to verify that the generated checksum is qualified
Platform: | Size: 175104 | Author: 赵抟 | Hits:

[LabViewcrc-16

Description: modbus rtu的crc16 校检程序。8.5版本。-modbus rtu crc16 checksum program.
Platform: | Size: 21504 | Author: john | Hits:

[Windows DevelopCcrc-88R

Description: CRC-8 检错码 -CRC-8 error code CRC-8 Error Code, -CRC-8 error detection code CRC-8 error code CRC-8 the Error Code
Platform: | Size: 1024 | Author: tuition | Hits:

[Web ServerMyFramer

Description: ethernet帧解析,根据截获得数据包,按照以太帧结构解析,crc-8校验-ethernet frame to resolve, in accordance with cut-off access to data packets, in accordance with the Ethernet frame structure analysis, crc-8 Checksum
Platform: | Size: 1024 | Author: keying | Hits:

[Othercrc

Description: 主要做了crc的4位、8位、16位算法。-crc for four/eight/sixteen arithmetic.
Platform: | Size: 4096 | Author: 秋风 | Hits:

[matlabCRC8pro2

Description: MATLAB环境下,CRC-8生成校验码-MATLAB environment,CRC-8,Parity bit
Platform: | Size: 1024 | Author: 刘念 | Hits:

[Other Embeded programThe-Mitsubishi-PLC-checksum-program

Description: 三菱PLC校验程序 异或效验 LRC效验 CRC效验 ASCII 求和效验-The Mitsubishi PLC the calibration procedure XOR efficiency experience LRC validation the CRC adjustment ASCII summation efficacy
Platform: | Size: 41984 | Author: 张忠 | Hits:

[Algorithmcrc

Description: 电子软件工程师必备的工具,CRC8\CRC16\CRC32\totlesum,数据校验工具。-data crc check ,8\26\32
Platform: | Size: 1864704 | Author: 许云飞 | Hits:

[LabViewCRC8_3BYTE

Description: 3字节CRC-8的生成 (labview 2009sp1) 输入3字节的数组,得到4字节的数组。CRC会加在第四字节-3-byte CRC-8 generation (LabVIEW 2009sp1)
Platform: | Size: 9216 | Author: chengong | Hits:

[CSharpCRC-cyclic-convolution-code

Description: CRC循环卷积码的源程序,(8,5)循环卷积-CRC cyclic convolution of the source, (8,5) cyclic convolution
Platform: | Size: 5120 | Author: 杜春娟 | Hits:

[Windows DevelopMyFramer

Description: ethernet帧解析,根据截获得数据包,按照以太帧结构解析,crc8校验-ethernet frame to resolve, in accordance with cut-off access to data packets, in accordance with the Ethernet frame structure analysis, crc-8 Checksum-8校验-ethernet frame to resolve, in accordance with cut-off access to data packets, in accordance with the Ethernet frame structure analysis, crc-8 Checksum
Platform: | Size: 1024 | Author: whicme | Hits:

[Software EngineeringCRC-6-8-12-16-32

Description: CRC校验代码,包含6bit\8bit\12bit\16bit\32bit 查表法和移位法-CRC checksum code, including 6bit \ 8bit \ 12bit \ 16bit \ 32bit lookup table and shift method
Platform: | Size: 17408 | Author: luice | Hits:

[matlabtestCRC8

Description: 使用MATLAB仿真CRC-8校验码在二进制对称信道中的检错性能-Using MATLAB simulation CRC-8 checksum in the binary symmetric channel error detection performance
Platform: | Size: 1024 | Author: 黎子 | Hits:

[OtherCRCCheck

Description: CRC-6 CRC-8 CRC-12 CRC-16 CRC-32等查表和移位实现,相关部分可以参考。-CRC-6 CRC-8 CRC-12 CRC-16 CRC-32 and other look-up and shift to achieve, you can refer to the relevant section.
Platform: | Size: 17408 | Author: maikeyiwen | Hits:

[Mathimatics-Numerical algorithmsCRC8

Description: CRC 8 校验和计算函数可以直接使用,纯C语言格式。-CRC 8 Cal function ,Can be used Direcctlly ,Pure C laguage Format.
Platform: | Size: 124928 | Author: wyb | Hits:
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 »

CodeBus www.codebus.net