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

搜索资源列表

  1. AVR单片机CRC校验码的查表与直接生成.zi

    0下载:
  2. AVR单片机CRC校验码的查表与直接生成-AVR monolithic integrated circuit CRC verification code Zha Biao with directly produces
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:5096
    • 提供者:吕吕
  1. crc 51

    0下载:
  2. 51单片机的CRC程序,此程序是通过查表的办法进行计算,对于51单片机相当适用-51 SCM CRC procedure, this procedure is through the look-up table approach, for quite applicable MCU 51
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:3258
    • 提供者:郭子旺
  1. 16位CRC算法

    1下载:
  2. 16位CRC:生成CRC16表(256项),用于快速查表计算 // 在程序初始化时就先调用,预先生成CRC16Tab[256]查表数据-16 CRC : formation CYXLIC REDUNDANCY (256), Fast look-up table for calculation / / initialization procedure on first call, pre-generation CRC16Tab [256] Lookup Data
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:134251
    • 提供者:456
  1. CRC校验代码源程序

    0下载:
  2. CRC循环冗余,是一种查表法,实现数据的自动打包问题-Cyclic Redundancy is a look-up table method, the data is automatically packaged problems
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:14764
    • 提供者:黄宁
  1. 串口发送modbus协议CRC校验

    0下载:
  2. 串口发送modbus协议CRC校验低字节(若为查表所得数据为高字节,其实为CRC的低字节)-serial modbus connection agreement low byte CRC (if available for look-up table for the high-byte data, In fact, for low-byte CRC)
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2013-10-06
    • 文件大小:907
    • 提供者:小刚
  1. CRC-C51

    0下载:
  2. 单片机的CRC C51源程序。本程序采用查表法,提高单片机运算速度。-MCU CRC C51 source. The program uses a look-up table, the enhancement of SCM computational speed.
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:1570
    • 提供者:张庆顺
  1. CRC.CRC8、CRC16查表法

    2下载:
  2. CRC8、CRC16查表法,在delphi中的实现,调用简单,都已封装成函数,CRC8, CRC16 look-up table method, in the realization of delphi, called simple, are a function of package
  3. 所属分类:Delphi控件源码

    • 发布日期:2015-10-21
    • 文件大小:2296
    • 提供者:yifan
  1. CRC

    0下载:
  2. 查表法CRC16校正源代码,不需要CRC的计算,适合在单片机上使用。-CRC16
  3. 所属分类:SCM

    • 发布日期:2017-03-29
    • 文件大小:1300
    • 提供者:challenge
  1. crc

    1下载:
  2. CRC校验程序包,包含VB,C,汇编下,实现CRC校验程序的代码,详细介绍CRC校验的原理,介绍 查表法,半字节查表法,等等实现CRC校验的方法,希望对大家有所帮组。-CRC Checksum package, including VB, C, compilation achieve CRC checksum code, detailing the principles of CRC checksum on look-up table method, semi-byte look-up tabl
  3. 所属分类:Windows Develop

    • 发布日期:2015-04-14
    • 文件大小:35020
    • 提供者:庄少轩
  1. CRC-16LHF

    0下载:
  2. MCS51的CRC-16快速查表计算函数 要预先生成CRC16查表数据,起始地址CRC16TAB,按高/低字节顺序存放(512字节) // CRC-CCITT16 = X16+X12+X5+1, 00010000 00100001($1021) 郑州 汉威光电 刘海峰编制 (0371-62003091),欢迎交流-MCS51 the CRC-16 fast look-up table calculation function to pre-generated look-up tab
  3. 所属分类:SCM

    • 发布日期:2017-03-31
    • 文件大小:1924
    • 提供者:liuhaifeng
  1. crc

    0下载:
  2. 一个非常简单的CRC计算程序,采用查表方式,用于单片机程序,占用资源少。采用c51源代码。本人用于计算温度传感器18b20的CRC非常方便-A very simple CRC calculation program, using look-up table approach for single-chip process, occupy less resources. Using C51 source code. I used to calculate the temperature senso
  3. 所属分类:SCM

    • 发布日期:2017-04-10
    • 文件大小:1052
    • 提供者:肖勋
  1. CRC

    0下载:
  2.  本文提出一种通用的CRC 并行计算原理及实现方法,适于不同的CRC 生成多项式和不同并行度(如8 位、16 位、及32 位等) ,与目前已采用的查表法比较,不需要存放余数表的高速存储器,减少了时延,且可通过增加并 行度来降低高速数传系统的CRC 运算时钟频率.-In this paper, a universal principle of CRC and implementation of parallel computing methods for generating differ
  3. 所属分类:Project Design

    • 发布日期:
    • 文件大小:144382
    • 提供者:黑月
  1. CRC

    0下载:
  2. 查表方式CRC校验,要点是:1速度快,缺点:代码大一些。-CRC checksum table approach, the main points are: 1 speed
  3. 所属分类:SCM

    • 发布日期:2017-04-03
    • 文件大小:1345
    • 提供者:kk
  1. crc32

    1下载:
  2. CRC32计算的高效算法,利用查表法,可以直接使用。- CRC32 calculation efficient algorithm, using look-up table method can be used directly.
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-30
    • 文件大小:3203
    • 提供者:legendox
  1. crc

    0下载:
  2. CRC查表式校验文件,包含该文件后,调用函数的形参为被校验数据串的表头和长度-CRC checksum-type look-up table file that contains the file, call the function parameters have been checking the data for the table header and the length of the string
  3. 所属分类:Other systems

    • 发布日期:2017-04-10
    • 文件大小:962
    • 提供者:易帛
  1. crc

    0下载:
  2. CRC原始算法及查表算法,本程序描述了CRC的原始算法,和当用查表算法时,可按多项式生成余式表-CRC arithmetic
  3. 所属分类:Com Port

    • 发布日期:2017-04-05
    • 文件大小:303534
    • 提供者:jack lin
  1. CRC.txt

    0下载:
  2. 用查表法计算CRC码 C的程序设计,生成多项式为CRC-CCITT -CRC look-up table method using C programming code, generating polynomial for the CRC-CCITT
  3. 所属分类:Communication

    • 发布日期:2017-03-29
    • 文件大小:58338
    • 提供者:lfzxyy
  1. crc

    0下载:
  2. 可以对长帧进行CRC校验,速度比较快,采用的是CRC查表的方式进行校验。-Long frame CRC, faster, using look-up table of CRC checksum.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:2211
    • 提供者:宋通
  1. crc查表

    0下载:
  2. 这是个Word文件,其中只有crc 查法表的原代码(This is a Word file with only the original code of the CRC look-up table)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-27
    • 文件大小:12288
    • 提供者:ZZcxy
  1. CRC查表

    0下载:
  2. 实现modbus crc校验功能,通过查表法,返回16为crc校验结果(To achieve modbus crc check function, through the look-up table method, return 16 for the crc check results)
  3. 所属分类:其他

    • 发布日期:2017-12-21
    • 文件大小:1024
    • 提供者:唐春林
« 12 3 4 5 »
搜珍网 www.dssz.com