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

搜索资源列表

  1. lib_crc-CRC_library

    0下载:
  2. The file lib_crc.c contains source code for functions to calculate five commonly used CRC values: CRC-16, CRC-32, CRC-DNP, CRC-SICK, CRC-Kermit and CRC-CCITT. The functions can be freely used. - The file lib_crc.c contains source cod
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:7720
    • 提供者:freaX
  1. CRC

    0下载:
  2. The 16-bit CRC checksum. The algorithm used is CRC-CCITT. The CRC calcula- tion includes all bytes of the frame. The data bytes have to be calculated as a word. At first you have to shift in the high byte of the data word. This is the opposite
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-31
    • 文件大小:159600
    • 提供者:jj
  1. Crc_Parallel

    0下载:
  2. CCITT Parallel CRC 16-bit
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-31
    • 文件大小:726
    • 提供者:timngo
  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. ccittcheck

    0下载:
  2. crc-ccitt校验原理及编程实现,硬件采用FPGA实现CCITT校验.-usefull material for crc check ,including the funcion of crc and program.
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-03-29
    • 文件大小:230355
    • 提供者:nihao
  1. checkCRC

    0下载:
  2. CRC效验程序,使用CRC-16和CRC-CCITT方法。 其中CRC-16的效验字是: X^16 + X^15 + X^2 + 1,CRC-12的效验字是: X^12 + X^11 + X^3 + X^2 + X^1 +1 CRC-CCITT的效验字是: X^16 + X^12 + X^5 + 1 -CRC-tested program, using the CRC-16 and CRC-CCITT method. Including CRC-16' s efficacy wor
  3. 所属分类:SCM

    • 发布日期:2017-03-28
    • 文件大小:1107
    • 提供者:spencer
  1. testcrc

    1下载:
  2. 计算CRC16/CRC8/CRC32的程序,可获得CRC-CCITT/CRC-16/CRC-8/CRC-32的计算结果。 提供Delphi源代码和MCS51单片机的汇编源代码,分别采用两至三种不同算法实现。有比较详细的调用和使用说明-Calculation CRC16/CRC8/CRC32 procedures, available CRC-CCITT/CRC-16/CRC-8/CRC-32 calculations. Delphi source code and provides a comp
  3. 所属分类:Delphi VCL

    • 发布日期:2017-03-26
    • 文件大小:137540
    • 提供者:guibin
  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. VB

    3下载:
  2. 1、掌握循环冗余校验码的生成原理; 2、了解CRC校验程序有两种办法:一种为计算法,一种为查表法; 3、进一步掌握VB编程CRC校验程序; 4、用查表法计算CRC码的VB程序设计,生成多项式为CRC- CCITT; -A master cyclic redundancy check code generation principle 2, understand the CRC checking of program in two ways: one for the calcul
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-28
    • 文件大小:4138
    • 提供者:任务
  1. crc-ccitt

    0下载:
  2. 所属分类:Other windows programs

    • 发布日期:2017-03-27
    • 文件大小:566
    • 提供者:zhangshcong
  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. CRC.txt

    0下载:
  2. 用查表法计算CRC码 C的程序设计,生成多项式为CRC-CCITT -CRC look-up table method using C programming code, generating polynomial for the CRC-CCITT
  3. 所属分类:Communication

    • 发布日期:2017-03-29
    • 文件大小:58338
    • 提供者:lfzxyy
  1. CCITT-X733

    0下载:
  2. CCITT X733规范pdf版本,内容是否详细,值得一看哦!-CCITT X733 specification pdf version of the content is detailed and worth a visit Oh!
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:112622
    • 提供者:blue2008sky
  1. CRC-CCITT

    0下载:
  2. CRC-CCITT 16校验 带数据位检测-CRC-CCITT 16 data bits with parity detection
  3. 所属分类:Other systems

    • 发布日期:2017-03-26
    • 文件大小:2717
    • 提供者:周先生
  1. crc-ccitt

    0下载:
  2. CRC校验ccitt的串行功能实现,实现16位CRC校验,校验方式是CCI-function of realize crc ccitt 16BIT
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-24
    • 文件大小:697
    • 提供者:xiang
  1. program-for-error-detecting-code-using-CRC-CCITT-

    0下载:
  2. program for error detecting code using CRC-CCITT (16-bits).
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:977
    • 提供者:garv24
  1. CRC16-CCITT

    0下载:
  2. CRC16-CCITT校验算法,包含Visual C源程序。-CRC16-CCITT calibration algorithm
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:278077
    • 提供者:杨啸天
  1. CRC-CCITT

    0下载:
  2. LabVIEW 的串口CRC-CCITT校验程序 用于无符号字符型数据的校验码生成!-CRC-CCITT checksum program LabVIEW serial port for data unsigned char checksum generation!
  3. 所属分类:Com Port

    • 发布日期:2017-11-06
    • 文件大小:11807
    • 提供者:刘庆文
  1. CRC16-CCITT

    0下载:
  2. CRC16-CCITT算法源代码,我的工程使用正确,没问题-CRC16-CCITT algorithm source code, my project used correctly, no problem
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-04
    • 文件大小:1043
    • 提供者:wu
  1. CRC-ccitt

    0下载:
  2. 这是一个计算crc的另外一个算法,计算crc-ccitt,很实用的一个工具-Calculate crc-ccitt a good tool
  3. 所属分类:Algorithm

    • 发布日期:
    • 文件大小:1091404
    • 提供者:蒋璐
« 1 23 4 5 6 7 8 »
搜珍网 www.dssz.com