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

搜索资源列表

  1. 循环冗余码校验crc算法

    0下载:
  2. 这是一个小程序,用VC++6.0来实现循环冗余码校验CRC算法。 标准为CRC-4,生成多项式为C(X)=X4+X+1, 应用举例为ITU G704 -This is a small program used to achieve VC 6.0 cyclical redundancy check CRC algorithm. Standards for the CRC-4, generating polynomial C (X) = X-1 X4, applications for th
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:6.85kb
    • 提供者:藤力
  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
    • 文件大小:1.68kb
    • 提供者:liu
  1. CRC.rar

    0下载:
  2. CRC-16算法的C语言实现(以常见的CRC-ITU为例引出的比特型算法)。,CRC-16 algorithm of the C language (in common CRC-ITU as an example of bit-based algorithm for extraction).
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:6.12kb
    • 提供者:semihost
  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. CRC16packetdetection

    0下载:
  2. 用CRC-16实现错误的校验,生成多项式为ITU标准多项式。我将这一模块用于数据包纠错中效果很好-CRC-16 used to achieve the wrong checksum, generating polynomial for the ITU standard polynomials. I will package this module for data error correction in the effective
  3. 所属分类:Communication

    • 发布日期:2017-04-16
    • 文件大小:185.14kb
    • 提供者:vera
  1. CRCDelphi

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

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

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

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

    0下载:
  2. visual basic 的CRC-ITU算法程序,用查表法实现,crc多项式为x^16 + x^15 + x^2 +1-visual basic procedures of the CRC-ITU algorithm, using look-up table method to achieve, crc polynomial x ^ 16+ x ^ 15+ x ^ 2+1
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-05
    • 文件大小:1.52kb
    • 提供者:汪柏
  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
    • 文件大小:1.65kb
    • 提供者:vlad
  1. CRC-SEAQ

    0下载:
  2. CRC seaQ资料,内涵peaq国际标准ITU-R Rec.BS-1116-1,对peaq进行设计和规范-RECOMMENDATION ITU-R BS.1116-1* METHODS FOR THE SUBJECTIVE ASSESSMENT OF SMALL IMPAIRMENTS IN AUDIO SYSTEMS INCLUDING MULTICHANNEL SOUND SYSTEMS
  3. 所属分类:Communication

    • 发布日期:2017-11-10
    • 文件大小:4.33mb
    • 提供者:stone
  1. CRC16

    0下载:
  2. CRC ITU CODE FOR CRC-16 CYLIC REDUCDANCY CHECK
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:761byte
    • 提供者:celo celka
  1. crc-itu-t

    0下载:
  2. CRC table for the CRC ITU-T V.41 0x0x1021 (x^16 + x^12 + x^15 + 1).
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:1.7kb
    • 提供者:yuepuihue
  1. crc-itu-t

    0下载:
  2. crc_itu_t - Compute the CRC-ITU-T for the data buffer.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:1.79kb
    • 提供者:kuyrrong
  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
    • 文件大小:49.15kb
    • 提供者:aaa
  1. crc16_d8

    0下载:
  2. 此代码采用Verilog语言实现8位CRC校验功能,采用CRC-ITU标准制定的CRC16校验-This code USES the Verilog language function of eight CRC check the CRC- ITU CRC16 calibration standards
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-12
    • 文件大小:1.08kb
    • 提供者:zhangpeng
搜珍网 www.dssz.com