CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - 循环冗余校验

搜索资源列表

  1. CRC算法和c语言实现

    1下载:
  2. CRC的全称为Cyclic Redundancy Check,中文名称为循环冗余校验。它是一类重要的线性分组码,编码和解码方法简单,检错和纠错能力强,在通信领域广泛地用于实现差错控制-CRC called the Cyclic Redundancy Check, the Chinese name of the Cyclic Redundancy Check. It is an important class of linear block codes, encoding and decoding
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:27.39kb
    • 提供者:jojo
  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. SPIHT

    0下载:
  2. 本程序实现了基于SPITH的自删余循环冗余校验码,运行成功!-the program based on SPITH I cut from the cyclic redundancy check code, running success!
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:355.56kb
    • 提供者:周坤
  1. CRCsuanfayuanchengxu

    0下载:
  2. 这个是CRC循环冗余校验的源代码例子 很适合学习的-this is the Cyclic Redundancy Check the source code example is suitable for learning
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:13.89kb
    • 提供者:刘翔
  1. CRC4

    0下载:
  2. 16位循环冗余校验的4位查表法,用法在文件内有祥细说明
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1.18kb
    • 提供者:bgl
  1. Modbus_crc_c

    0下载:
  2. 】 本文主要讨论了Modbus 通信协议的R TU 帧格式中常用的错误校验方法,即循环冗余校验法( CRC) 。 提出了Modbus 协议反转CRC 校验的方法,推导了反转CRC 校验快速计算表格,并用C 语言实现了基于快速查 表算法的循环冗余校验程序。
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:77.86kb
    • 提供者:xiaogao
  1. modbus

    1下载:
  2. 16位modbus循环冗余校验,是一种工业应用标准,本代码使用于初学者掌握crc基本原理,欢迎下载,
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:29.29kb
    • 提供者:佘九华
  1. CRCSET11

    0下载:
  2. 循环冗余校验的C程序,有详细资料和循环冗余校验的说明
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:30.87kb
    • 提供者:dw0000000
  1. CRC_rongyu

    0下载:
  2.  在远距离数据通信中,为确保高效而无差错地传送数据,必须对数据进行校验即差错控制。循环冗余校验CRC(Cyclic Redundancy Check)是对一个传送数据块进行校验,
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2.45kb
    • 提供者:艳梅
  1. CALC_CRC

    0下载:
  2. 这是用C语言写的循环冗余校验源代码,参考一下吧-This is written in C language of Cyclic Redundancy Check the source code and reference it
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:1.37kb
    • 提供者:朱卓吾
  1. FF2

    0下载:
  2. 模拟CRC循环冗余校验的C语言源程序,不是很完善-simulation Cyclic Redundancy Check the C language source code is not perfect
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1.42kb
    • 提供者:福兴
  1. crc1010

    0下载:
  2. 通信的目的是要把信息及时可靠地传送给对方,因此要求一个通信系统传输消息必须可靠与快速,在数字通信系统中可靠与快速往往是一对矛盾。为了解决可靠性,通信系统都采用了差错控制。本文详细介绍了循环冗余校验CRC(Cyclic Redundancy Check)的差错控制原理及其算法实现。-the purpose of communication is to timely and reliable information to be transmitted to the other side, thus
  3. 所属分类:编辑框

    • 发布日期:2008-10-13
    • 文件大小:19.76kb
    • 提供者:xn
  1. CRC

    0下载:
  2. VisualBasic编程的循环冗余校验CRC校验程序。程序运行后,在输入框填入输入值,点击“CRC校验”按钮后,可得到运行结果,显示在“校验结果”文本框内。-VisualBasic programming Cyclic Redundancy Check CRC checksum procedure. Program running, fill in the input box enter the value, click the
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-28
    • 文件大小:1.92kb
    • 提供者:jiang
  1. CRC

    0下载:
  2. 循环冗余校验码源码,比较基础的东西,初学者建议看看 ~-Cyclic Redundancy Check Source Code, comparison of the basic things, recommends beginners take a look at ~
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-11
    • 文件大小:1.12kb
    • 提供者:xiaer
  1. CyclicRedundancyCRC

    0下载:
  2. 循环冗余校验的CRC算法和程序实现,已解决大家在做校验时的一些难题-Cyclic Redundancy Check CRC algorithms and procedures of implementation, has been resolved in the U.S. to do some calibration problems
  3. 所属分类:Communication

    • 发布日期:2017-04-29
    • 文件大小:18.35kb
    • 提供者:cdzz
  1. crc

    0下载:
  2. 循环冗余校验码CRC的VerilogHDL源程序-CRC cyclic redundancy check code of the source VerilogHDL
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:683byte
    • 提供者:hh
  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
    • 文件大小:4.04kb
    • 提供者:任务
  1. CRCAlgorithm

    0下载:
  2. 实现循环冗余校验算法CRC16功能,可输入待校验的16进制字符串,按照CRC16算法得到校验结果。-implementing the Algorithm of CRC16. you can input the string needed to check ,and you can get the result of checking by Algorithm of CRC16
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-08
    • 文件大小:1.86mb
    • 提供者:邹芸
  1. CRC

    0下载:
  2. 循环冗余校验就是一种被广泛采用的错误检验编码。介绍了循环冗余校验码的差错控制原理及其算法实现。-CRC is a widely used test coding errors. Introduced a cyclic redundancy check code for error control principle and algorithm.
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:277.95kb
    • 提供者:某某人
  1. CRCSimulink

    1下载:
  2. 循环冗余校验就是一种被广泛采用的错误检验编码。介绍了循环冗余校验码的差错控制原理及其算法实现。-CRC is a widely used test coding errors. Introduced a cyclic redundancy check code for error control principle and algorithm.
  3. 所属分类:Other systems

    • 发布日期:2017-04-17
    • 文件大小:224.99kb
    • 提供者:某某人
« 12 3 »
搜珍网 www.dssz.com