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

搜索资源列表

  1. CRCDelphi

    0下载:
  2. delphi CRC 16 32 delphi下的crc8,CRC16,CRC32算法的例子,直接拷贝代码就可以使用了-delphi CRC 16 32
  3. 所属分类:Communication

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

    0下载:
  2. CRC-16 VHDL Source Code
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2014-12-06
    • 文件大小:164567
    • 提供者:kobin
  1. CRC

    0下载:
  2. The 16-bit CRC checksum. The algorithm used is CRC-CCITT. The CRC calcula- tion includes all bytes of the frame. The data bytes have to be calculated as a word. At first you have to shift in the high byte of the data word. This is the opposite
  3. 所属分类:Windows Develop

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

    0下载:
  2. 可以完成CRC的校验功能,提供16为的循环冗余校验-it can support the check of CRC
  3. 所属分类:Com Port

    • 发布日期:2017-04-03
    • 文件大小:524
    • 提供者:王瑜
  1. Crc_Parallel

    0下载:
  2. CCITT Parallel CRC 16-bit
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-31
    • 文件大小:726
    • 提供者:timngo
  1. checkCRC

    0下载:
  2. CRC效验程序,使用CRC-16和CRC-CCITT方法。 其中CRC-16的效验字是: X^16 + X^15 + X^2 + 1,CRC-12的效验字是: X^12 + X^11 + X^3 + X^2 + X^1 +1 CRC-CCITT的效验字是: X^16 + X^12 + X^5 + 1 -CRC-tested program, using the CRC-16 and CRC-CCITT method. Including CRC-16' s efficacy wor
  3. 所属分类:SCM

    • 发布日期:2017-03-28
    • 文件大小:1107
    • 提供者:spencer
  1. CRC-16Code

    0下载:
  2. CRC-16是检测数据在发送过程中发生错误的常用校验方法,本文通过从工程应用的角度,讲述如何实现CRC-16的程序开发,并给出了Visual Basic和Visual C++程序代码,给从事工业控制的人员在写通信程序的时候提供一些有价值的参考。-CRC-16 is to detect data errors in the process of sending commonly used calibration methods, the paper from the engineering poi
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-26
    • 文件大小:30010
    • 提供者:kkk
  1. crc

    0下载:
  2. CRC code for CCIT 16 CRC
  3. 所属分类:Voice Compress

    • 发布日期:2017-03-29
    • 文件大小:3183
    • 提供者:ahsanhijazi
  1. CRC16_2

    0下载:
  2. IAR Asm for MSP430. Calculate the CCITT/ITU/CRC-16 parameters for this CRC are: Polynomial: x^16 + x^12 + x^5 + 1 (0x1021) Start value 0xFFFF Data receives from USART Checksum in R11.-IAR Asm for MSP430. Calculate the CCITT/ITU/CRC-
  3. 所属分类:Other Embeded program

    • 发布日期:2017-03-26
    • 文件大小:1687
    • 提供者:vlad
  1. CR16

    0下载:
  2. 循环冗余校验码——CRC-16算,网络通信或者串口通信中的数据校验算法,很好用的-Cyclic redundancy check- CRC-16 calculation, network communication or serial communication data validation algorithm, a very good use
  3. 所属分类:Com Port

    • 发布日期:2017-03-29
    • 文件大小:138898
    • 提供者:wxp
  1. CRC-Parallel-Computation

    0下载:
  2. 用软件实现CRC校验码计算很难满足高速数据通信的要求, 基于硬件的实现方法中, 有串行经典算法LFSR,电路以及由软件算法推导出来的其它各种并行计算方法。以经典的LFSR,电路为基础, 研究了按字节并行计算CRC校验码的原理.-Implemented in software CRC checksum calculation is difficult to meet the requirements of high-speed data communications, hardware-based
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-29
    • 文件大小:205611
    • 提供者:Geer
  1. CRC-16-jisuanfangfa

    0下载:
  2. CRC-16循环冗余码的计算方法源代码程序-CRC-16 cyclic redundancy code calculation method source code
  3. 所属分类:Grid Computing

    • 发布日期:2017-03-27
    • 文件大小:158685
    • 提供者:蔡玉
  1. crc-16

    0下载:
  2. Crc-16 校验码 vb实例,拿过来就能用的-Crc-16 checksum the vb instance, take over will be able to use
  3. 所属分类:Com Port

    • 发布日期:2017-11-07
    • 文件大小:2921
    • 提供者:江湖
  1. CRC-16

    2下载:
  2. 循环冗余校验(CRC)的生成多项式为CRC-16: x16+x15+x2+1。-CRC-16: x16+x15+x2+1.
  3. 所属分类:Other systems

    • 发布日期:2017-10-31
    • 文件大小:1567
    • 提供者:吴悠
  1. Fast-CRC-16-bits-for-8051-core

    0下载:
  2. Fast CRC 16 bits for 8051 core
  3. 所属分类:Other Embeded program

    • 发布日期:2017-11-18
    • 文件大小:1040
    • 提供者:
  1. CRC-16-based-on-LabVIEW

    0下载:
  2. 基于LabVIEW的CRC-16程序分析与实现-CRC-16 based on the analysis and implementation of the program LabVIEW .pdf
  3. 所属分类:software engineering

    • 发布日期:2017-04-17
    • 文件大小:235314
    • 提供者:kingboo
  1. CRC-16

    0下载:
  2. 串口通信CRC-16校验。labview2014程序源码,可执行-Serial communication CRC16 check, labview program source code
  3. 所属分类:LabView

    • 发布日期:2017-05-04
    • 文件大小:16144
    • 提供者:阿梅
  1. MB CRC-16 HEX

    0下载:
  2. 自动计算一串数据的CRC校验值(calculate CRC Value)
  3. 所属分类:LabView编程

    • 发布日期:2017-12-17
    • 文件大小:11264
    • 提供者:Hll888
  1. CRC_16

    0下载:
  2. 源代码直接实现CRC-16的v语言程序,经过试验验证,可以在ISE上直接run。(The source code directly implements the CRC - 16 v language program, after test verification, can be directly run on ise.)
  3. 所属分类:通讯编程

    • 发布日期:2017-12-25
    • 文件大小:166912
    • 提供者:华南虎2
  1. crc_mod

    0下载:
  2. 实现了MODBUS协议的CRC-16校验,数据可以连续进行输入,可以连续得出N个字节的校验码(Implement the CRC - 16 check the MODBUS protocol, data can be input, continuous check code can continuous draw N bytes)
  3. 所属分类:通讯编程

    • 发布日期:2018-01-07
    • 文件大小:1024
    • 提供者:飞飞亲
« 1 23 4 5 6 7 8 9 10 ... 19 »
搜珍网 www.dssz.com