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

搜索资源列表

  1. crc

    0下载:
  2. CRC校验码的算法,给出了16位,32位等的CRC算法和详细说明
  3. 所属分类:Windows编程

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

    0下载:
  2. 计算CRC16/CRC8/CRC32的程序,可获得CRC-CCITT/CRC-16/CRC-8/CRC-32的计算结果。 提供Delphi源代码和MCS51单片机的汇编源代码,分别采用两至三种不同算法实现。有比较详细的调用和使用说明。 更新历史: 2003/05/04 新增CRC-8算法的实现。 2004/02/02 修改CRC-8算法,新增CRC-32算法,增加比较详细的调用和使用说明。-CRC16/CRC8/CRC32 calculation procedures available CRC
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:134336
    • 提供者:邓光
  1. CRC16子程序

    1下载:
  2. CRC校正子程序,已测试OK,适用: CRC-16-IBM x16 +x15 + x2 + 1 0x8005 or 0xA001 (0x4003)
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2009-03-12
    • 文件大小:299
    • 提供者:technicxie
  1. CRC 小程序

    0下载:
  2. CRC 小程序,自动统计数据块CRC8/16/32 值
  3. 所属分类:源码下载

  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. CRC_16.rar

    1下载:
  2. MODBUS-RTU计算CRC-16校验,MODBUS-RTU calculated CRC-16 checksum
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-03-29
    • 文件大小:17742
    • 提供者:xuhao
  1. CCITT_CRC

    0下载:
  2. CCITT的CRC检验代码。不是很难,但也是心血所结-CCITT The CRC check code. Is not difficult, but also efforts by the knot! ! !
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:1637
    • 提供者:wang hao
  1. CRC-test

    0下载:
  2. 自己做的关于Modbus RTU通信的16位CRC校验码生成的示例,希望对各位有所帮助-Own on the Modbus RTU communication 16 CRC checksum generated code example, you want to be helpful
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-30
    • 文件大小:75534
    • 提供者:任国军
  1. CRC32-16

    1下载:
  2. CRC16_32 C实例与硬件CRC精解 CRC16/CRC32必看-CRC16_32 C instance fine with the hardware CRC Solutions CRC16/CRC32 must see!!
  3. 所属分类:SCM

    • 发布日期:2017-03-22
    • 文件大小:70938
    • 提供者:hong
  1. UART_TX

    0下载:
  2. UART串口发送,并且带CRC-16校验程序。板级验证通过,已经应用于过程中。-UART serial port to send with CRC-16 checksum program. Board-level verification is passed, has been applied to the process.
  3. 所属分类:Com Port

    • 发布日期:2017-10-31
    • 文件大小:5141
    • 提供者:wsk
  1. CRC32_D32

    0下载:
  2. MAC帧32 FCS校验算法,32位并行CRC校验算法。-MAC Frame 32 bit FCS
  3. 所属分类:MPI

    • 发布日期:2017-03-28
    • 文件大小:2480
    • 提供者:于华
  1. CrcTest

    0下载:
  2. 所属分类:Communication

    • 发布日期:2017-04-01
    • 文件大小:35742
    • 提供者:www220
  1. CRC

    0下载:
  2. 三种常用的CRC16校验算法的C51程序。以及16位CRC校验原理与算法分析。 CRC校验有多种方式,如:CRC8、CRC16、CRC32等等。在实际使用中,我们经常使用CRC16校验。CRC16校验也有多种,如:1005多项式、1021多项式(CRC-ITU)等。在这里我们不讨论CRC算法是怎样产生的,而是重点落在几种算法的C51程序的优化上。-three commonly CRC16 checksum algorithm C51 program. And a 16-bit CRC check
  3. 所属分类:Algorithm

    • 发布日期:2017-11-08
    • 文件大小:226406
    • 提供者:zenglinman
  1. c51

    0下载:
  2. crc-16 编码程序 实现16位的循环冗余编码 -crc-16 coding procedures to achieve 16-bit cyclic redundancy coding
  3. 所属分类:Other systems

    • 发布日期:2017-11-13
    • 文件大小:897
    • 提供者:黄渊
  1. Crc_C

    0下载:
  2. 用于51单片机的高速CRC-16计算程序,不需查表,校验一个字节仅需19个指令周期,-For 51 single-chip high-speed CRC-16 program, no look-up table, check one byte only 19 instruction cycle,
  3. 所属分类:SCM

    • 发布日期:2017-04-01
    • 文件大小:13952
    • 提供者:赵春宇
  1. CRC32

    0下载:
  2. 以太网桢解析和crc校验,了解以太网桢的结构 -Ethernet Zhaozhen parsing and CRC check, know the structure of Ethernet frames
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-26
    • 文件大小:48953
    • 提供者:宋学清
  1. CRC_ASM

    0下载:
  2. 所属分类:assembly language

    • 发布日期:2017-04-15
    • 文件大小:6804
    • 提供者:fuqiang
  1. CRC16

    0下载:
  2. 应用crc-16编码校验数据包是否出错,包括编码、解码,引入错误-Application of crc-16 code check whether the error packet, including encoding, decoding, the introduction of error
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-28
    • 文件大小:189342
    • 提供者:bupt
  1. pcie_vera_tb_latest.tar

    0下载:
  2. FEATURES • 16 bit PIPE Spec PCI Express Testbench • Link training • Initial Flow Control • Packet Classes for easy to build PHY,DLLP and TLP packets • DLLP 16 bit CRC and TLP LCRC generation • Sequence Number
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-24
    • 文件大小:170066
    • 提供者:Arun
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 19 »
搜珍网 www.dssz.com