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

搜索资源列表

  1. CRC ANSI X3.66

    0下载:
  2. 32位CRC循环冗余源代码 符合ANSI X3.66标准,运用于CCITT s X.25协议-32 Cyclic Redundancy source code conforms to the ANSI X3.66 standard, used CCITT s X.25
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:4187
    • 提供者:赵磊
  1. CRC16_D8.v

    0下载:
  2. 完成ccitt crc的校验。针对hdlc协议控制器编写的crc校验模块。通过了仿真测试
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:915
    • 提供者:张纪强
  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. crc

    0下载:
  2. 用VC++6编写的CRC校验小程序,有操作界面,可直接输入需要校验的十六进制数据-With VC++ 6 prepared CRC checksum applet, there are user interface, can be directly input hexadecimal checksum data
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-16
    • 文件大小:3070744
    • 提供者:jiarui
  1. CrcTest

    0下载:
  2. 所属分类:Communication

    • 发布日期:2017-04-01
    • 文件大小:35742
    • 提供者:www220
  1. VBCRC

    0下载:
  2.   循环冗余码校验英文名称为Cyclical Redundancy Check,简称CRC。它是利用除法及余数的原理来作错误侦测(Error Detecting)的。实际应用时,发送装置计算出CRC值并随数据一同发送给接收装置,接收装置对收到的数据重新计算CRC并与收到的CRC相比较,若两个CRC值不同,则说明数据通讯出现错误。 根据应用环境与习惯的不同,CRC又可分为以下几种标准:   ①CRC-12码;   ②CRC-16码;   ③CRC-CC
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-30
    • 文件大小:3160
    • 提供者:qizhiwei
  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

    0下载:
  2. 使用C开发的一个计算循环冗余码的程序,希望对大家有用-Use C to develop a calculation of cyclical redundancy procedures, in the hope that useful to everybody
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-29
    • 文件大小:92256
    • 提供者:洪武
  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_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. CRC-CCITT

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

    • 发布日期:2017-03-26
    • 文件大小:2717
    • 提供者:周先生
  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. crc_ccitt

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

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

    0下载:
  2. 循环冗余检验(CRC-16-CCITT)类,包括两个函数:得到检验码;判断数据是否符合CRC。 -Cyclic redundancy check (CRC- 16- CCITT) class, including two functions: the tested code To judge whether data conforms to the CRC.
  3. 所属分类:CSharp

    • 发布日期:2017-04-04
    • 文件大小:1710
    • 提供者:陈军
  1. CRC16

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

    • 发布日期:2017-04-07
    • 文件大小:3342
    • 提供者:邸兴超
  1. CRC_CCIT

    0下载:
  2. CRC-CCITT校验码生成工具, 专门生成16位校验数据-CRC-CCITT Tool
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-25
    • 文件大小:31466
    • 提供者:chosion
  1. CRC_5_8

    0下载:
  2. 本程序使用Verilog语言来编写,实现基于CCITT-16算法的CRC检验码产生电路。-This program uses Verilog language to write, implement generating circuit based on CCITT-16 algorithm CRC check code.
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:3613
    • 提供者:李世平
  1. CRC16Calculator

    0下载:
  2. CRC16Calculater,免安装绿色版。能够计算CRC-160-IBM(8008)/CRC-16-CCITT(1021)输入原始数据(十六进制数),校验码(低字节在前,高字节在后)-CRC16Calculater, free installation green version. Able to calculate CRC-160-IBM (8008)/CRC-16-CCITT (1021) original input data (hexadecimal), check code (lo
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-01
    • 文件大小:12325
    • 提供者:guanpeng
« 12 »
搜珍网 www.dssz.com