CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - CRC 8

搜索资源列表

  1. pycrc-0.7.8

    0下载:
  2. This directory contains the pycrc general purpose CRC utility and C source file generator. See http://www.tty1.net/pycrc/ for more details.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:55552
    • 提供者:gabihodoroaga
  1. 16f873-serial-communication

    0下载:
  2. PIC单片机16f873串行通信程序 包括CRC-8校验-PIC microcontroller 16f873 serial communication program, including CRC-8 checksum
  3. 所属分类:SCM

    • 发布日期:2017-04-16
    • 文件大小:19094
    • 提供者:yuanjm
  1. crc

    0下载:
  2. 多种CRC算法,包含8位,16位等算法。-A variety of CRC algorithms, including 8-bit, 16-bit algorithm。
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-04
    • 文件大小:604
    • 提供者:向鹏飞
  1. CRC.C

    0下载:
  2. 下面以最常用的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
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-27
    • 文件大小:11311
    • 提供者:malimin
  1. A-Fast-CRC-Implementation-on-FPGA

    0下载:
  2. CRC错误检测是一个非常 电信应用上常见的功能。 对提高数据速率的发展要求 更多和更sofisticated实现。 在本文中,我们提出了一个方法来实现 管道结构为基础的CRC功能 多项式除法。它非常有效地改善 高速性能,允许从1 Gb / s的数据传输速率 4千兆位/秒,基于FPGA implementions根据 并行化水平(8至32位)。- The CRC error detection is a very common functio
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-30
    • 文件大小:226487
    • 提供者:吴越强
  1. CRC

    1下载:
  2. 针对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
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-04
    • 文件大小:174727
    • 提供者:赵抟
  1. crc-16

    1下载:
  2. modbus rtu的crc16 校检程序。8.5版本。-modbus rtu crc16 checksum program.
  3. 所属分类:LabView编程

    • 发布日期:2015-10-11
    • 文件大小:21504
    • 提供者:john
  1. Ccrc-88R

    0下载:
  2. CRC-8 检错码 -CRC-8 error code CRC-8 Error Code, -CRC-8 error detection code CRC-8 error code CRC-8 the Error Code
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-09
    • 文件大小:815
    • 提供者:tuition
  1. MyFramer

    0下载:
  2. 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
  3. 所属分类:Web Server

    • 发布日期:2017-11-13
    • 文件大小:1423
    • 提供者:keying
  1. crc

    0下载:
  2. 主要做了crc的4位、8位、16位算法。-crc for four/eight/sixteen arithmetic.
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-29
    • 文件大小:4260
    • 提供者:秋风
  1. CRC8pro2

    0下载:
  2. MATLAB环境下,CRC-8生成校验码-MATLAB environment,CRC-8,Parity bit
  3. 所属分类:matlab

    • 发布日期:2017-12-10
    • 文件大小:1230
    • 提供者:刘念
  1. crc

    1下载:
  2. 电子软件工程师必备的工具,CRC8\CRC16\CRC32\totlesum,数据校验工具。-data crc check ,8\26\32
  3. 所属分类:Algorithm

    • 发布日期:2017-11-17
    • 文件大小:1864823
    • 提供者:许云飞
  1. CRC8_3BYTE

    0下载:
  2. 3字节CRC-8的生成 (labview 2009sp1) 输入3字节的数组,得到4字节的数组。CRC会加在第四字节-3-byte CRC-8 generation (LabVIEW 2009sp1)
  3. 所属分类:LabView

    • 发布日期:2017-11-14
    • 文件大小:9463
    • 提供者:chengong
  1. CRC-cyclic-convolution-code

    0下载:
  2. CRC循环卷积码的源程序,(8,5)循环卷积-CRC cyclic convolution of the source, (8,5) cyclic convolution
  3. 所属分类:CSharp

    • 发布日期:2017-11-13
    • 文件大小:4782
    • 提供者:杜春娟
  1. MyFramer

    0下载:
  2. 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 acc
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:1469
    • 提供者:whicme
  1. CRC-6-8-12-16-32

    0下载:
  2. CRC校验代码,包含6bit\8bit\12bit\16bit\32bit 查表法和移位法-CRC checksum code, including 6bit \ 8bit \ 12bit \ 16bit \ 32bit lookup table and shift method
  3. 所属分类:software engineering

    • 发布日期:2017-04-01
    • 文件大小:17289
    • 提供者:luice
  1. testCRC8

    0下载:
  2. 使用MATLAB仿真CRC-8校验码在二进制对称信道中的检错性能-Using MATLAB simulation CRC-8 checksum in the binary symmetric channel error detection performance
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:528
    • 提供者:黎子
  1. CRC8

    1下载:
  2. CRC 8 校验和计算函数可以直接使用,纯C语言格式。-CRC 8 Cal function ,Can be used Direcctlly ,Pure C laguage Format.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-05
    • 文件大小:124679
    • 提供者:wyb
  1. crcgen

    0下载:
  2. CRC 8 CRC 16 CHECK PROGRAM .
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-27
    • 文件大小:105018
    • 提供者:didi
  1. Crc

    0下载:
  2. crc的生成与验证,包括16位,8位,32位-CRC generation and validation, including 16, 8, 32 bits
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-14
    • 文件大小:4098
    • 提供者:cjf
« 1 2 3 4 56 7 8 9 »
搜珍网 www.dssz.com