CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 数学计算/工程计算 搜索资源 - crc校验

搜索资源列表

  1. CRC循环校验具体算法

    0下载:
  2. 本代码是C语言实现的CRC循环校验具体算法-the code is the C language CRC checksum algorithm for the cycle
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:2521
    • 提供者:汪永威
  1. gcrc8

    0下载:
  2. 8位crc校验的计算源码,查表计算,可以计算任意8位的多项式的校验-eight crc check the source calculation, look-up table to be calculated in terms of the eight random polynomial Check
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:858
    • 提供者:geast
  1. crc16

    0下载:
  2. 函数名称:CRC-16 Process 函数原型:INT16U make_crc16(INT8U *msgaddr,INT8U datalen) 函数功能:进行CRC校验和产生CRC代码.这个函数只影响全局变量crc16. 校验字放在字符串最后,低8位在前高8位在后. msgaddr : 进行CRC16校验的据块的首地址 datalen : 进行CRC16校验的据块的个数 CRC-ITU的计算算法如下: a.寄存器组初始化为全\"1\"(
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1717
    • 提供者:liu
  1. CRCV2

    0下载:
  2. 加权多项式采用CRC16=X16+X15+X5+1,函数crc16(uchar *ptr,uchar len)对地址ptr起始的len个字节进行CRC校验,并将结果保存在变量CRC中。
  3. 所属分类:数学计算/工程计算

    • 发布日期:2014-01-17
    • 文件大小:8312
    • 提供者:Ashtray
  1. CRC

    0下载:
  2. 计算程序。可以通过它来进行CRC的校验计算。可以将十六进制数转化为十进制数据
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:26949
    • 提供者:花博
  1. verilog_multicrc

    0下载:
  2. 该文件为多种CRC校验的不同的verilog实现,开发平台为QUATUS2,可直接运行
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:10752
    • 提供者:金智远
  1. CRC

    0下载:
  2. 数组为8位char型数值,通过该函数可以计算出数组的16位循环校验码。
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:8910
    • 提供者:刘中
  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. CRC-verify-programming

    0下载:
  2. CRC校验算法详解(从校验码原理到源码的详细说明)。-CRC checksum algorithm Xiang Jie (from the principle of parity to the source code for details).
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:24663
    • 提供者:Higharea
  1. CRCcheck

    0下载:
  2. 此文章介绍了CRC校验的基本原理和算法,并列举出相关的C语言代码-CRC check
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:27762
    • 提供者:liujunfang
  1. crc

    0下载:
  2. 自动完成CRC校验码的计算 1 010110001101 110011 可以得到: (1)index:5 pointing:1 101011 110011 011000 (2)index:6 pointing:0 110000 110011 000011 (3)index:7 pointing:0 000110 0 000110 (4)index:8 pointing:0 001100 0 001100 (5)ind
  3. 所属分类:Algorithm

    • 发布日期:2017-03-24
    • 文件大小:564
    • 提供者:夏治文
  1. jscrc

    0下载:
  2. VB6.0编写的计算CRC校验码程序,适用于通讯程序编写者.-VB6.0 CRC checksum calculation written procedures for communications writers.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-05
    • 文件大小:6359
    • 提供者:guodeming
  1. Crctable

    0下载:
  2. crc校验实现代码,可以生成16bit和32bit的校验值-crc check implementation code, you can generate a checksum value of the 16bit and 32bit
  3. 所属分类:Algorithm

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

    0下载:
  2. 生成crc校验码和校验crc的c语言源码,直接复制使用-Generate crc crc check code and verify the c language source code, use the direct copy
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:571
    • 提供者:zhouguoliang
  1. CRC16

    0下载:
  2. labview环境下的CRC校验使用的是CRC16-labview environment using a CRC16 checksum CRC
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:6346
    • 提供者:邵奎
  1. CRC16_3-CRC16_8

    0下载:
  2. 此源码包是3到8个16位字的crc校验程序,已通过本人验证。-The source package is 3-8 16-bit word crc check procedures have been verified by me.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:5631
    • 提供者:李楠
  1. CRC-algorithm-principle---C

    0下载:
  2. CRC的英文全称为Cyclic Redundancy Check(Code),中文名称为循环冗余校验(码)。它是一类重要的线性分组码,编码和解码方法简单,检错和纠错能力强,在通信领域广泛地用于实现差错控制。-The English full CRC Cyclic Redundancy Check (Code), the Chinese name for the cyclic redundancy check (code). It is an important class of linear
  3. 所属分类:Algorithm

    • 发布日期:2017-03-24
    • 文件大小:22882
    • 提供者:shitou
  1. CRCTest

    0下载:
  2. 进行数据11021的16为crc校验 展示了数据字节流的流动使用 二进制的加减法-Data 11 021 16 crc check Shows the use of the data byte stream flow Binary addition and subtraction
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:9112
    • 提供者:donglipeng
  1. CRC

    0下载:
  2. CRC校验码,本软件可在输入16进制数据后直接计算出CRC校验码-CRC, the software can enter the hexadecimal data directly calculate a CRC checksum
  3. 所属分类:Algorithm

    • 发布日期:2017-11-28
    • 文件大小:55134
    • 提供者:zz
  1. The-CRC-checksum

    0下载:
  2. 实现多个数据的CRC校验,通过输入数据和校验数据,计算出CRC校验码。-CRC check multiple data through the input data and parity data to calculate the CRC checksum.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-16
    • 文件大小:136735
    • 提供者:
« 12 »
搜珍网 www.dssz.com