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

搜索资源列表

  1. ccitt

    0下载:
  2. 能够对十六进制的数据进行CRC校验,校验码为ccitt码。
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:32206
    • 提供者:王先生
  1. tt

    0下载:
  2. 计算xk+1除CRC-CCITT后的余式,k从1到32768
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:1427
    • 提供者:小刀
  1. crc_table_init

    0下载:
  2. 根据不同的生成多项,生成CRC的初始表值,包括CRC16,CRC-CCITT,CRC32
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:2553
    • 提供者:林司令
  1. 1crc

    0下载:
  2. 计算CRC16/CRC8/CRC32的程序,可获得CRC-CCITT/CRC-16/CRC-8/CRC-32的计算结果。 提供Delphi源代码和MCS51单片机的汇编源代码,分别采用两至三种不同算法实现。有比较详细的调用和使用说明。 更新历史: 2003/05/04 新增CRC-8算法的实现。 2004/02/02 修改CRC-8算法,新增CRC-32算法,增加比较详细的调用和使用说明。-CRC16/CRC8/CRC32 calculation procedures available CRC
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:134336
    • 提供者:邓光
  1. CCITT_CRC

    0下载:
  2. CCITT的CRC检验代码。不是很难,但也是心血所结-CCITT The CRC check code. Is not difficult, but also efforts by the knot! ! !
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:1637
    • 提供者:wang hao
  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
    • 文件大小:584
    • 提供者:张原
  1. 0626C2

    0下载:
  2. 计算xk+1除CRC-CCITT后的余式,k从1到32768-Xk+1 In addition to calculating the CRC-CCITT after more than style, k from 1-32768
  3. 所属分类:CSharp

    • 发布日期:2017-04-12
    • 文件大小:581
    • 提供者:赵越
  1. CRC_bit_arithmetic

    0下载:
  2. CRC采用比特型算法,生成多项式为CCITT 0x1021,无需查表,节省内存空间。-CRC-bit-based algorithm used to generate a polynomial for the CCITT 0x1021, no look-up table to save memory space.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-26
    • 文件大小:221928
    • 提供者:张键
  1. crc_high

    0下载:
  2. 用c语言实现crc算法,采用ccitt标准多项式,查找表方法实现,高位先处理,接收校验成功标志为1d0f.-Checksum crc algorithm to achieve the standard which use ccitt polynomial, using look-up table method to achieve, high bit to deal with first, mark of success receiving check is 1d0f.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-01
    • 文件大小:1316
    • 提供者:dustin
  1. crc8

    0下载:
  2. for microcontroller Calculate CRC-8 Values. Uses The CCITT-8 Polynomial, Expressed As X^8 + X^5 + X^4 + 1-for microcontroller Calculate CRC-8 Values. Uses The CCITT-8 Polynomial, Expressed As X^8+ X^5+ X^4+ 1
  3. 所属分类:SCM

    • 发布日期:2017-03-28
    • 文件大小:5782
    • 提供者:milind
  1. crc_peripheral

    0下载:
  2. -- crc.vhd -- Used for calculation of CRC16-CCITT -- Intended use is as custom peripheral for Nios processor -- When address is logic 0 => -- Internal CRC register is initialised with write_data value -- When address is logic 1 =>
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:1165
    • 提供者:Jan Petak
  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
    • 文件大小:1687
    • 提供者:vlad
  1. MYCRC

    0下载:
  2. 由于altera公司的CRC生成和校验模块不支持本系统使用的Cyclone IV E系列FPGA,因此本文独立设计了CRC模块。该模块的接口与altera公司的CRC模块接口基本一致,能够对16位输入的数据流进行CRC校验码生成和校验。本文采用CRC-CCITT生成项,其表达式为:X16+X12+X5+X0。本模块需要startp信号及endp信号指示数据传输的起始及结束。本模块采用状态机设计,对于数据头和数据尾分别由不同的状态来处理。在本模块中,使用了for循环,这会消耗较多的FPGA资源,但
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-27
    • 文件大小:4311
    • 提供者:陈建
  1. QCRC

    0下载:
  2. qt下CRC-CCITT生成算法,可以选择文件进行计算CRC的值.-the CRC-CCITT algorithm under qt,it can select a file to calculate the CRC value.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-03
    • 文件大小:3383
    • 提供者:罗东
  1. xmodemCRC16.c

    0下载:
  2. 本人根据XMODEM协议的16位CRC校验方式CRC--CCITT(X^16 + X^12 + X^5 + 1),根据其理论思路一步一步编写的源代码,按照程序思路,会比较容易理解CRC16较验方式的来龙去脉。 -I according to the XMODEM protocol 16 of the CRC method CRC- CCITT (X ^ 16+ X ^ 12+ X ^ 5+ 1), according to their theoretical ideas step by st
  3. 所属分类:SCM

    • 发布日期:2017-03-29
    • 文件大小:702
    • 提供者:海天
  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
    • 文件大小:1269
    • 提供者:李洁
  1. crc_ccitt

    0下载:
  2. Checksum algorithm CRC CCI-Checksum algorithm CRC CCITT
  3. 所属分类:CSharp

    • 发布日期:2017-11-19
    • 文件大小:6855
    • 提供者:mtomescu
  1. FCS_16

    0下载:
  2. Frame Check Sequence 16 bit Generator (CRC-CCITT and CRC-16)
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-28
    • 文件大小:2506
    • 提供者:hadimk
  1. CRC16aCRCCCITT.c

    0下载:
  2. CRC-16和CRC-CCITT的C程序实现,非常适用。-CRC-16 and CRC-CCITT program。
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-04
    • 文件大小:1214
    • 提供者:LWF
  1. CRC16

    0下载:
  2. 16位 CRC-CCITT A001码进行CRC校验小工具-CRC16 CRC-CCITT A001
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-07
    • 文件大小:3342
    • 提供者:邸兴超
« 1 2 34 5 »
搜珍网 www.dssz.com