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

搜索资源列表

  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
    • 文件大小:858byte
    • 提供者:geast
  1. Projectjohu123006

    1下载:
  2. crc任意位生成多项式 任意位运算 自适应算法 循环冗余校验码(CRC,Cyclic Redundancy Code)是采用多项式的 编码方式,这种方法把要发送的数据看成是一个多项式的系数 ,数据为bn-1bn-2…b1b0 (其中为0或1),则其对应的多项式为: bn-1Xn-1+bn-2Xn-2+…+b1X+b0 例如:数据“10010101”可以写为多项式 X7+X4+X2+1。 循环冗余校验CRC 循环冗余校验方法的原理如下:
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:449.4kb
    • 提供者:johu
  1. crc-ccitt

    1下载:
  2. CRC-CCITT码: G(x)=X16+X12+X5+1 多项式为 0x08408 用VC++写的DLL 用VB调用的 有调用实例 -CRC-CCITT code : G (x) = X16 X12 X5 to a polynomial with VC 0x08408 written with VB DLL called the Call example
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:225.76kb
    • 提供者:李慎丹
  1. CCITT_CRC16

    2下载:
  2. CCITT的CRC16代码,自己编写的已通过验证,注意和Matlab的CRC函数有所不同。-This scr ipt calculates the 16-bit ITU-T CRC. The generator polynomial is G(x)=1+ X^5+ X^12+ X^16
  3. 所属分类:matlab

    • 发布日期:2014-12-14
    • 文件大小:584byte
    • 提供者:张原
  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
    • 文件大小:221.1kb
    • 提供者:zenglinman
  1. CRC

    0下载:
  2. CRC校验采用多项式编码方法。被处理的数据块可以看作是一个n阶的二进制多项式-CRC checksum using polynomial encoding. Data blocks can be processed as a binary n-order polynomial
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:63.45kb
    • 提供者:我下下
  1. CRC-32

    0下载:
  2. CRC是由待傳輸的資料區塊計算出的,它的計算方式是將待傳輸的區塊視為一堆連續位元所構成的一整個數值,並將此數值除以一特定的除數,通常以二進位表示,此除數又稱為衍生多項式 (Generation Polynomial),該除數一般皆由設計硬體或軟體的廠商所提供,而除數值位元數目則視欲得到的 CRC 位元數目而定。-CRC is transmitted by the data block to be calculated, which is calculated by the block to be
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:268.64kb
    • 提供者:david
  1. clc

    0下载:
  2. A cyclic redundancy check (CRC) is an error-detecting code designed to detect accidental changes to raw computer data, and is commonly used in digital networks and storage devices such as hard disk drives. Blocks of data entering these systems get a
  3. 所属分类:matlab

    • 发布日期:2017-03-23
    • 文件大小:8.49kb
    • 提供者:sathyapriyanga
  1. crc-for-data

    0下载:
  2. A cyclic redundancy check (CRC) is an error-detecting code designed to detect accidental changes to raw computer data, and is commonly used in digital networks and storage devices such as hard disk drives. Blocks of data entering these systems get a
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:8.5kb
    • 提供者:sathyapriyanga
  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
    • 文件大小:2.3kb
    • 提供者:李楠
  1. CRCcheckout

    1下载:
  2. CRC检验,可以对任意输入的多项式进行检验,我的给出实例中只写了,2,3,4,8,16,32位。。。如果需要检测其他位,可以自行添加。-CRC inspection, can input of arbitrary polynomial for inspection, I give examples of only write, 2,3,4,8,16,32 a...
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:110.38kb
    • 提供者:田锋
  1. crc16-CCITT

    1下载:
  2. crc-16的编码,使用的多项式是G(x)=x^16+x^12+x^5+1-generator polynomial of degree 16: G(X)=x^16+x^12+x^5+1
  3. 所属分类:matlab

    • 发布日期:2017-11-28
    • 文件大小:1.24kb
    • 提供者:李洁
  1. CRC_Check_sv2

    0下载:
  2. 运用matlab实现CRC编码。输入任意二进制数据,输出相应CRC编码。可选择CRC-12,CRC-16,CRC-CCIT 或者自己输入多项式系数。-CRC coding using matlab realize. Arbitrary binary data input, the output corresponding CRC encoding. Optional CRC-12, CRC-16, CRC-CCIT or enter your own polynomial coefficient
  3. 所属分类:matlab

    • 发布日期:2017-04-15
    • 文件大小:7.13kb
    • 提供者:刘蛋蛋
  1. PCK_CRC16_D32.vhd.tar

    0下载:
  2. synthesizable CRC function WITH polynomial: (0 2 15 16), data width: 32
  3. 所属分类:Algorithm

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

    0下载:
  2. 循环冗余检查(CRC)是一种数据传输检错功能,对数据进行多项式计算,并将得到的结果附在帧的后面,接收设备也执行类似的算法,以保证数据传输的正确性和完整性。-Cyclic Redundancy Check (CRC) is a data transmission error detection function, the data polynomial, and the result was attached to the back frame, the receiving device also
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:2.34kb
    • 提供者:张洋
搜珍网 www.dssz.com