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

搜索资源列表

  1. 071006130105

    0下载:
  2. 以上介绍的三种求CRC的程序,按位求法速度较慢,但占用最小的内存空间;按字节查表求CRC的方法速度较快,但占用较大的内存;按半字节查表求CRC的方法是前两者的均衡,即不会占用太多的内存,同时速度又不至于太慢,比较适合8位小内存的单片机的应用场合。以上所给的C程序可以根据各微处理器编译器的特点作相应的改变,比如把CRC余式表放到程序存储区内等。
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:311175
    • 提供者:陈好
  1. parallel_CRC

    0下载:
  2. CRC校验并行实现,Verilog源码.8位数据输入,实现速度快,适用与各种类型的器件.
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:78868
    • 提供者:徐亮
  1. 905

    0下载:
  2. NRF905驱动代码 // The content of this struct is nRF905 s initialize data. // CH_NO=1 433MHZ Normal Opration,No Retrans RX,TX Address is 4 Bytes // RX TX Payload Width is 32 Bytes Disable Extern Clock Fosc=16MHZ // 8 Bits CRC And enable
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:2430
    • 提供者:罗明
  1. crc16_8bit.v

    0下载:
  2. 利用verilog硬件描述语言编写的8为并行输入的常crc校验模块。hdlc子模块
  3. 所属分类:微处理器(ARM/PowerPC等)

    • 发布日期:2008-10-13
    • 文件大小:1064
    • 提供者:张纪强
  1. crc8

    0下载:
  2. 8位沉余CRC校验算法,8051汇编语言编写。
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:1045
    • 提供者:ahbsg
  1. NewMsg-RF1100

    0下载:
  2. (1) 315、433、868、915Mh的ISM 和SRD频段 (2) 最高工作速率500kbps,支持2-FSK、GFSK和MSK调制方式 (3) 高灵敏度(1.2kbps下-110dDm,1%数据包误码率) (4) 内置硬件CRC 检错和点对多点通信地址控制 (5) 较低的电流消耗(RX中,15.6mA,2.4kbps,433MHz) (6) 可编程控制的输出功率,对所有的支持频率可达+10dBm (7) 支持低功率电磁波激活功能 (8) 支持传输前自动清理信道
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:319319
    • 提供者:李华力
  1. HotPower_CRC_PEC

    0下载:
  2. 通用CRC/PEC的8~64位计算器(内含菜农自创的CRC加密和解密技术)
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:5472
    • 提供者:雁塔菜农
  1. CRC_8

    1下载:
  2. Keil C51 上51系列单片机优化的CRC-8 算法。可以自己改其他算式的,包含字节查表,半字节查表,bit计算。很难得的哦。
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:1962
    • 提供者:iwill
  1. crc_d8

    0下载:
  2. Verilog module containing a synthesizable CRC function // * polynomial: (0 1 8) // * data width: 8
  3. 所属分类:VHDL编程

    • 发布日期:2008-10-13
    • 文件大小:1062
    • 提供者:yangyi
  1. c51源程序集合

    10下载:
  2. 源码 │ 0108_12864LCD-F149.ASM │ 12232-1520.c │ 12232.c │ 12864-ks0108.asm │ 12864-ST7290-F149.C │ 12864-zb.c │ 12887.c │ 24C01-64.C │ 24C01-F440.C │ 28sf040a.asm │ 51use.txt │ 6963.C │ 93c46.asm │ 93c46.c │ 93cxx.c │ ad7416-mcuzb.c │ ad7416.c │ AT24C01
  3. 所属分类:单片机(51,AVR,MSP430等)

  1. crc8.rar

    0下载:
  2. 并行计算8位CRC,可以很方便的转化为硬件实现,速度很快,效率很高,With this code, it s very easy to do CRC caculation.
  3. 所属分类:Compiler program

    • 发布日期:
    • 文件大小:305928
    • 提供者:田玉利
  1. trunk-hdlc.rar

    1下载:
  2. 高级链路层协议的实现,vhdl,fpga,- 8 bit parallel backend interface - use external RX and TX clocks - Start and end of frame pattern generation - Start and end of frame pattern checking - Idle pattern generation and detection (all ones) - Idle pattern
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-25
    • 文件大小:188322
    • 提供者:whs
  1. VBcrc16

    0下载:
  2. CRC-16是检测数据在发送过程中发生错误的常用校验方法,本文通过从工程应用的角度,讲述如何实现CRC-16的程序开发,并给出了Visual Basic和Visual C++程序代码,给从事工业控制的人员在写通信程序的时候提供一些有价值的参考。-1、 Load a 16-bit register with FFFF hex. Call this the CRC register. 2、 Exclusive OR the first 8-bit byte of the message with
  3. 所属分类:OS Develop

    • 发布日期:2017-03-30
    • 文件大小:899
    • 提供者:why
  1. CRC8

    1下载:
  2. 输入一定字节,可以生成8位crc校验数,用于调试极为方便-Enter some bytes that can generate 8-bit crc checksum number is very convenient for debugging
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2013-09-24
    • 文件大小:7570
    • 提供者:孔子
  1. hdlc_latest[1]

    0下载:
  2. HDLC解码控制,包括CRC校验,可以在一片3400A FPGA上实现8解码-HDLC decoding control, including the CRC check can be realized in a 3400A FPGA 8 decoding
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-07
    • 文件大小:572980
    • 提供者:宋珂
  1. CRC8

    0下载:
  2. 计算CRC校验(x^8+x^7+x^6+1)的通用函数-Calculate the CRC (x ^ 8+ x ^ 7+ x ^ 6+1) generic function
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-08
    • 文件大小:740
    • 提供者:李毅
  1. fzz

    0下载:
  2. 求crc冗余码,自己编的,这个程序求的是8位的,自己扩展一下可以求各种位数-Crc for redundancy, own, and this procedure is for the 8, you can seek to expand their range of median
  3. 所属分类:Other systems

    • 发布日期:2017-04-08
    • 文件大小:6581
    • 提供者:李园
  1. CRCJIAOYAN

    0下载:
  2. 本文介绍了CRC算法在单片机应用系统中的实现方法,通过一系列的理论推导,得到一种比较实用的8 位单片机系统CR C算法, 并给出了CR C码计算的汇编语言程序-This paper introduces the CRC algorithm in single-chip applications in the realization of methods, through a series of theoretical derivation, to be a more practical syst
  3. 所属分类:SCM

    • 发布日期:2017-04-01
    • 文件大小:76894
    • 提供者:叶超
  1. amode822

    0下载:
  2. crc校验的工具,可生成8位或者16位crc校验码-crc checking tool can generate 8-bit or 16-bit crc checksum
  3. 所属分类:Other systems

    • 发布日期:2017-04-05
    • 文件大小:76989
    • 提供者:xiao
  1. ethernet

    0下载:
  2. 基于C#的Ethernet的封装和解析程序(8位CRC校验),控制台程序,带有选项. -e o:封装控制台输入信息到文件o中。 -e o i:封装i中的数据位ethernet帧,并回写 至o中。 -u i:解析i中封装的ethernet帧(8位CRC),显示到控制台。-C#, Ethernet-based packaging and analytical procedures (8-bit CRC checksum), the console program, with the op
  3. 所属分类:CSharp

    • 发布日期:2017-03-29
    • 文件大小:4851
    • 提供者:changpengfei
« 1 2 3 4 5 6 78 9 »
搜珍网 www.dssz.com