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

搜索资源列表

  1. labview-Modbus-CRC

    1下载:
  2. 16位CRC校验算法,作为子VI可直接调用-16-bit CRC checksum algorithm, can be directly invoked as a sub-VI
  3. 所属分类:Communication

    • 发布日期:2017-03-26
    • 文件大小:5908
    • 提供者:zz
  1. CRC-16

    0下载:
  2. 16位CRC校验原理与算法分析,不讨论CRC的纠错原理以及为什么要选下面提及的生成多项式,只是针对以下的生成多项式,如何获得CRC校验码,作一个比较详细的说明。-16-bit CRC checksum algorithm theory and analysis, not to discuss the principles of the CRC error correction, and why to choose the generator polynomial mentioned below,
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-23
    • 文件大小:2359
    • 提供者:李楠
  1. Perl_for_CRC

    0下载:
  2. Cyclic Redundancy Check (CRC) is an error-checking code that is widely used in data communication systems and other serial data transmission systems. CRC is based on polynomial manipulations using modulo arithmetic. Some of the common Cyclic Redu
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-26
    • 文件大小:89718
    • 提供者:尤恺元
  1. CRC-algorithm-design

    0下载:
  2. 数字通信系统的数据传输为了保证数据传输的有效性 ,常用的方法就是对传输数据进行 CRC校验。首先分析了CRC的校验原理 ,然后以常见的CRC-16为例 ,提出了生成CRC码的算法 ,给出了该算法的实现软件流程图 ,并在Windows平台上用 VC++实现。该算法实现简单 ,实时性强 ,非常适合于大数据块传输的情况。计算机仿真实验表明 ,这是一种有效地实现CRC校验码的方法 ,为通信系统的差错控制提供了一种简捷的解决方案。-Digital communication system of data
  3. 所属分类:Communication

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

    0下载:
  2. 用汇编语言实现的CRC-8和CRC-16的算法包 -Calculate CRC-8 & CRC-16 Values
  3. 所属分类:SCM

    • 发布日期:2017-04-15
    • 文件大小:5962
    • 提供者:zentoku
  1. CRC.C

    0下载:
  2. 下面以最常用的CRC-16为例来说明其生成过程。   CRC-16码由两个字节构成,在开始时CRC寄存器的每一位都预置为1,然后把CRC寄存器与8-bit的数据进行异或(异或:二进制运算 相同为0,不同为1;0^0=0 0^1=1 1^0=1 1^1=0),   之后对CRC寄存器从高到低进行移位,在最高位(MSB)的位置补零,而最低位(LSB,移位后已经被移出CRC寄存器)如果为1,则把寄存器与预定义的多项式码进行异或,否则如果LSB为零,则无需进行异或。重复上述的由高至低的移位8
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-27
    • 文件大小:11311
    • 提供者:malimin
  1. CRC32-16

    0下载:
  2. 输入16进制字符串即可进行CRC的16位校验和32位检验,已测试-Hexadecimal string to the CRC 16 checksum 32 test has been tested
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-03
    • 文件大小:180760
    • 提供者:jiecai
  1. crc

    0下载:
  2. Code to find CRC 16 of a sequence
  3. 所属分类:CA program

    • 发布日期:2017-12-09
    • 文件大小:659
    • 提供者:Pramod
  1. CRC-16

    0下载:
  2. CRC16查表式校验算法,CRC16Table为CRC表格数据,占用256个字节,使用时把此表放在ROM中-CRC16 look-up table-checksum algorithm, CRC16Table CRC tabular data, occupies 256 bytes, use this table in ROM
  3. 所属分类:Algorithm

    • 发布日期:2017-11-10
    • 文件大小:5166
    • 提供者:陈志浩
  1. MB-CRC-16

    0下载:
  2. modbus通信协议校crc验码,通讯控制必备哦-Modbus communication protocol school CRC check code, communication and control must Oh
  3. 所属分类:Other systems

    • 发布日期:2017-11-20
    • 文件大小:6711
    • 提供者:王平静
  1. crc

    0下载:
  2. CRC-16 编码在DECT中的应用及性能-CRC-16 encoded in the DECT Application and performance
  3. 所属分类:matlab

    • 发布日期:2017-11-19
    • 文件大小:11041
    • 提供者:李宏豆
  1. CRC-16

    0下载:
  2. 实现PLC通讯中CRC循环冗余校验,在串口通讯过程中校验环节必不可少。-complete the function for communication between the PLC and PC
  3. 所属分类:LabView

    • 发布日期:2017-04-01
    • 文件大小:7846
    • 提供者:张伊山
  1. CRC

    0下载:
  2. CRC校验参考设计Verilog代码,crc8,16,32bit- crc8_8.v : CRC-8, 8-bit data input. crc12_4.v : CRC-12, 4-bit data input. crc16_8.v : CRC-16, 8-bit data input. crc_ccit_8.v : CRC-CCIT, 8-bit data input.
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-23
    • 文件大小:10344
    • 提供者:guangngqiang
  1. fast-crc.tar

    0下载:
  2. crc-16-code for check redundancy code fast in 16 bit- in parallel and serial architecture-crc-16-code for check redundancy code fast in 16 bit- in parallel and serial architecture
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-05-18
    • 文件大小:4769050
    • 提供者:fghj
  1. CRC-16

    0下载:
  2. CRC Calculator,可以直接使用,也可以直接调用-CRC Calculator
  3. 所属分类:LabView

    • 发布日期:2017-04-28
    • 文件大小:8488
    • 提供者:许卫平
  1. CRC-code

    0下载:
  2. 用模2除法计算CRC码,生成多项式为CRC-16;允许输入字符等,有完备的报错功能。-The 2 division calculation CRC code mode, generating polynomial for CRC-16 allow input characters, there are errors of complete function.
  3. 所属分类:WinSock-NDIS

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

    0下载:
  2. 循环冗余校验16位的,c语言编程环境,能够正常运行,程序详细注释-16 bit cyclic redundancy check, C language programming environment, normal operation, procedures detailed notes
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-05
    • 文件大小:228645
    • 提供者:hongzhe
  1. crc

    0下载:
  2. 自己编写的CRC16校验小程序,自动计算CRC 16值-I have written a small program CRC16 checksum automatically calculated value CRC 16
  3. 所属分类:Communication

    • 发布日期:2017-04-15
    • 文件大小:5441
    • 提供者:患过风伤
  1. 51_CRC-16

    0下载:
  2. 51内核单片机实现CRC-16校验,同样适用于51内核的其他芯片-51 core MCU CRC-16 checksum
  3. 所属分类:SCM

    • 发布日期:2017-04-13
    • 文件大小:1617
    • 提供者:寇阳
  1. CRC-16

    0下载:
  2. 该程序用来得到十六进制指令的CRC校验码,可以直接使用。-The procedure used to obtain the hexadecimal command the CRC can be used directly.
  3. 所属分类:LabView

    • 发布日期:2017-05-01
    • 文件大小:11693
    • 提供者:丁小保
« 1 2 3 4 56 7 8 9 10 ... 19 »
搜珍网 www.dssz.com