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

搜索资源列表

  1. Modbus_crc_c

    0下载:
  2. 】 本文主要讨论了Modbus 通信协议的R TU 帧格式中常用的错误校验方法,即循环冗余校验法( CRC) 。 提出了Modbus 协议反转CRC 校验的方法,推导了反转CRC 校验快速计算表格,并用C 语言实现了基于快速查 表算法的循环冗余校验程序。
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:77.86kb
    • 提供者:xiaogao
  1. CRC

    0下载:
  2. CRC教研实用库,由于CRC在通讯和数据处理软件中经常采用,笔者在实际工作中对其算法进行了研究和比较,总结并编写了一个具有最高效率的CRC通用程序库。该程序采用查表法计算CRC,在速度上优于一般的直接模仿硬件的算法,可以应用于通讯和数据压缩程序。
  3. 所属分类:数据库编程

    • 发布日期:2008-10-13
    • 文件大小:6.13kb
    • 提供者:xzd
  1. CRC-32校验的小程序

    0下载:
  2. CRC校验由于实现简单,检错能力强,被广泛使用在各种数据校验应用中。占用系统资源少,用软硬件均能实现,是进行数据传输差错检测地一种很好的手段。为了提高编码效率,在实际运用中大多采用查表法来完成CRC-32校验。
  3. 所属分类:Windows编程

    • 发布日期:2011-07-25
    • 文件大小:2.69kb
    • 提供者:dotaluna
  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
    • 文件大小:34.2kb
    • 提供者:庄少轩
  1. vb

    0下载:
  2. 查表法计算CRC码的VB程序设计,生成多项式为CRC-32-Look-up table method to calculate CRC code of VB programming, generating polynomial for the CRC-32
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:4.44kb
    • 提供者:程雪娇
  1. crc

    0下载:
  2. 查表法CRC校验,用C语言编写,简单实用.-Check CRC look-up table method, the use of C to prepare, simple and practical procedures.
  3. 所属分类:Communication

    • 发布日期:2017-04-11
    • 文件大小:1.25kb
    • 提供者:yan jie
  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
    • 文件大小:3.13kb
    • 提供者: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
    • 文件大小:962byte
    • 提供者:易帛
  1. VB

    3下载:
  2. 1、掌握循环冗余校验码的生成原理; 2、了解CRC校验程序有两种办法:一种为计算法,一种为查表法; 3、进一步掌握VB编程CRC校验程序; 4、用查表法计算CRC码的VB程序设计,生成多项式为CRC- CCITT; -A master cyclic redundancy check code generation principle 2, understand the CRC checking of program in two ways: one for the calcul
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-28
    • 文件大小:4.04kb
    • 提供者:任务
  1. MyCRC16

    0下载:
  2. visual basic 的CRC-ITU算法程序,用查表法实现,crc多项式为x^16 + x^15 + x^2 +1-visual basic procedures of the CRC-ITU algorithm, using look-up table method to achieve, crc polynomial x ^ 16+ x ^ 15+ x ^ 2+1
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-05
    • 文件大小:1.52kb
    • 提供者:汪柏
  1. main_CRC

    0下载:
  2. 工业上运用到的16位CRC校验码的编程方法,采用查表法-get the CRC CODE by check the list
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-10
    • 文件大小:801byte
    • 提供者:李海峰
  1. CRC

    0下载:
  2. CRC8校验 直接调用即可 非常值得收藏 而且作用明显-CRC8 check directly call can be very worthwhile collection, and obvious effect
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-10
    • 文件大小:1.46kb
    • 提供者:liwei
  1. MB_RTU

    0下载:
  2. Modbus RTU CRC校验码的两种计算方法。 查表法,直接计算法。-Modbus RTU CRC.
  3. 所属分类:Windows Develop

    • 发布日期:2015-04-17
    • 文件大小:1kb
    • 提供者:
  1. CRCjiaoyan

    0下载:
  2. 根据CDT规约的要求,实现CRC校验。本CRC校验程序采用非查表法,为大家提供一种思考编写CRC校验程序的思路。-According to the requirements of the statute CDT achieve CRC. The CRC checking of program non-look-up table, provide a way of thinking the idea of ​ ​ writing programs CRC checksum.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:654byte
    • 提供者:石头
  1. crc

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

    • 发布日期:2017-04-13
    • 文件大小:2.16kb
    • 提供者:宋通
  1. CRC

    0下载:
  2. C#编写程序,功能实现CRC计算,采用程序循环方式,节约程序,程序效率没有查表快。-C# programming functions for CRC calculation program loop, saving the program, program efficiency is not fast look-up table.
  3. 所属分类:CSharp

    • 发布日期:2017-11-27
    • 文件大小:54.95kb
    • 提供者:yaoqiang
  1. CRC

    0下载:
  2. 各种多项式的CRC算法,有直接计算的,有查表的,可以在各种平台上使用- Various polynomial CRC algorithm, there is direct calculation, there are look-up table, can be used on a variety of platforms
  3. 所属分类:其他小程序

    • 发布日期:2017-04-29
    • 文件大小:22.98kb
    • 提供者:zhangjunning
  1. CRC-PROGRAM

    0下载:
  2. 以VC6为开发环境无需查表用算法实现CRC校验.-Without using the look-up table algorithm CRC.
  3. 所属分类:Communication

    • 发布日期:2017-05-11
    • 文件大小:2.23mb
    • 提供者:姚晓东
  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
    • 文件大小:12kb
    • 提供者: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
    • 文件大小:1kb
    • 提供者:唐春林
« 12 »
搜珍网 www.dssz.com