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

搜索资源列表

  1. crc16

    0下载:
  2. CRC-16的编码程序,这个程序比较简洁,容易明白。- CRC-16 coding program, this procedure is relatively simple and easy to understand.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-28
    • 文件大小:189877
    • 提供者:WPFEI
  1. CRC

    0下载:
  2. CRC校验算法(包含8位16位32位),多种方式的CRC码的校验。-CRC verification, a variety of ways to verify the CRC code
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-25
    • 文件大小:185944
    • 提供者:WSQ
  1. crc16

    0下载:
  2. CRC table for the CRC-16. The poly is 0x8005 (x^16 + x^15 + x^2 + 1).
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-12
    • 文件大小:1305
    • 提供者:diemegj
  1. crc1021

    0下载:
  2. CRC-16有两个算法规则,一个是欧洲标准,一个是美国标准,本程序是多项式1021-CRC-16 algorithm has two rules, a European standard, a US standard, this program is a polynomial 1021
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-24
    • 文件大小:130882
    • 提供者:cml
  1. CRC-ITU

    0下载:
  2. CRC-ITU算法C#实现,输入16进制字符串,算出CRC的码-CRC-ITU algorithm in C#, enter a hexadecimal string, calculates the CRC code
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-29
    • 文件大小:50331
    • 提供者:aaa
  1. 16-bit-Serial-CRC-CCITT-Generator.vhd.tar

    0下载:
  2. 16-bit Serial CRC-CCITT Generator
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:592
    • 提供者:FranxCuckoo
  1. CRC16Calculator

    0下载:
  2. CRC16Calculater,免安装绿色版。能够计算CRC-160-IBM(8008)/CRC-16-CCITT(1021)输入原始数据(十六进制数),校验码(低字节在前,高字节在后)-CRC16Calculater, free installation green version. Able to calculate CRC-160-IBM (8008)/CRC-16-CCITT (1021) original input data (hexadecimal), check code (lo
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-01
    • 文件大小:12325
    • 提供者:guanpeng
  1. CRC

    0下载:
  2. crc冗余检验,可以进行15,16位的检错,仿真ok-crc redundancy check can be 15, 16-bit error detection, simulation ok
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-05-11
    • 文件大小:2121260
    • 提供者:Wane
  1. crc16

    0下载:
  2. CRC 16 endcoder/ decoder. The source includes two modules. The first operates with 16 bit register. The second one operates with serial data.
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-12
    • 文件大小:960
    • 提供者:harvanek
  1. CRC-Calculator

    0下载:
  2. CRC校验程序,含32位 16位校验,含测试程序-CRC calibration procedures, including 16 bit 32 parity, including test procedures
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-01
    • 文件大小:15952
    • 提供者:李明
  1. CRC16

    0下载:
  2. CRC 16 calculation.Part of this code involves using a CRC16 checksum on the data to detect corruption line noise.-CRC 16 calculation.Part of this code involves using a CRC16 checksum on the data to detect corruption line noise.
  3. 所属分类:Communication

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

    0下载:
  2. crc32 源代码,包括16位和32位crc算法,循环冗余校验码(CRC)的基本原理是:在K位信息码后再拼接R位的校验码,整个编码长度为N位,因此,这种编码又叫(N,K)码。对于一个给定的(N,K)码,可以证明存在一个最高次幂为N-K R的多项式G(x)。根据G(x)可以生成K位信息的校验码,而G(x)叫做这个CRC码的生成多项式-crc32 functions
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-12
    • 文件大小:731
    • 提供者:钊 吕
  1. 16-CRC

    0下载:
  2. 16位CRC校验码的计算方式和方法,两种方法可选。-CRC calculation
  3. 所属分类:software engineering

    • 发布日期:2017-12-15
    • 文件大小:4096
    • 提供者:孙蒜苗
  1. crc16

    0下载:
  2. 信息交换内容为文本文件;通信信息交换通过共享文件实现编码要求:用模 2 除法计算 CRC 码,生成多项式为 CRC-16 能在两台计算机机上运行程序,一台产生 CRC 码,另一台校验。-Clearing the contents of a text file communications exchange achieved through shared document coding requirements: CRC code calculated by modulo-2 division,
  3. 所属分类:software engineering

    • 发布日期:2017-12-11
    • 文件大小:366314
    • 提供者:易航
  1. Crc.c

    0下载:
  2. 多项式x^16 + x^15 + x^2 + 1 种子0xFFFF -Polynominal x^16+ x^15+ x^2+ 1 seed : 0xFFFF
  3. 所属分类:CSharp

    • 发布日期:2017-12-15
    • 文件大小:1024
    • 提供者:Frank
  1. guoc55668

    0下载:
  2. crc校验的程序,modbus实现中的CRC-16程序。很好的(CRC checksum procedures, MODBUS implementation of the CRC-16 program. Very good)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-23
    • 文件大小:9216
    • 提供者:gugu0988
  1. crc16

    0下载:
  2. 程序文件是CRC-16校验码的计算,多项式0xA001(the attachment is CRC-16 calculation with poly = 0xA001)
  3. 所属分类:其他

    • 发布日期:2017-12-30
    • 文件大小:1024
    • 提供者:ganlanshu
  1. CRC-16校验

    0下载:
  2. you can do it.it is so easy.wheater it is a good job for you.
  3. 所属分类:其他

    • 发布日期:2017-12-31
    • 文件大小:64512
    • 提供者:akmmm
  1. NLMQHK

    0下载:
  2. 使用CRC-16 ,CCITT多项式的CRC检验生成,检验的原程序,可用于网路通信的信号传输检验用()
  3. 所属分类:Linux/Unix编程

  1. encarp45

    0下载:
  2. 使用CRC-16 ,CCITT多项式的CRC检验生成,检验的原程序,可用于网路通信的信号传输检验用()
  3. 所属分类:系统编程

    • 发布日期:2018-04-18
    • 文件大小:30720
    • 提供者:lymcojic
« 1 2 ... 8 9 10 11 12 1314 15 16 17 18 19 »
搜珍网 www.dssz.com