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

搜索资源列表

  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
    • 文件大小:28050
    • 提供者:jojo
  1. 网络crc

    0下载:
  2. 这个是计算机网络第四版其中的一道编程题目.是实现CRC编码的程序.对于网络初学者来说是一个不可多得的学习的程序.-This is the fourth edition of which the computer network of a programming topic. Yes CRC coding procedures. Beginners network is a rare study of the procedure.
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:7956
    • 提供者:李想
  1. CRC码

    0下载:
  2. 分别采用C++和javascr ipt进行CRC编码。并可以对出错编码进行简单的判断。-C and were used for CRC javascr ipt coding. And can a simple coding error of judgment.
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:113551
    • 提供者:许智勇
  1. 循环冗余编码

    0下载:
  2. 学习网络原理时用到的CRC循环冗余编码,希望大家多多指教-learning network to use the principle when Cyclic Redundancy coding, we hope the exhibitions
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:36555
    • 提供者:刘沅斌
  1. crcDecode

    0下载:
  2. 比较完善的CRC编码VerilogHDL描述-more perfect descr iption of CRC coding VerilogHDL
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:4640
    • 提供者:nil
  1. 1

    0下载:
  2. 因为在网上看到的都是用C++写的CRC编码,所以我特意自己编写一个的CRC编码,供大家参考
  3. 所属分类:其它

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

    0下载:
  2. 基于ActiveX的CRC32校验源码,利用VC++开发一个CRC32的编码程序,与大分享
  3. 所属分类:ActiveX/DCOM

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

    0下载:
  2. FPGA实现差错控制编码技术,非常不错的一篇毕业论文,很详细,推荐
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:431527
    • 提供者:mediative
  1. ThesimulationoftheencryptionanddecryptionofCRCwith

    0下载:
  2. 实现CRC编码的加解密过程仿真,包含常用的MFC下的界面编程源码(对话框、按钮、编辑框等)及CRC加密解密算法。
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:2790935
    • 提供者:王维雄
  1. crc-32b

    0下载:
  2. 一个纠错编码源代码,用c写的,在某些对错误比较敏感的地方可以有很大作用.-a source code error correction coding, using c wrote, in some of the more sensitive the wrong place can be very effective.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1129
    • 提供者:团党
  1. CRC-32校验的小程序

    0下载:
  2. CRC校验由于实现简单,检错能力强,被广泛使用在各种数据校验应用中。占用系统资源少,用软硬件均能实现,是进行数据传输差错检测地一种很好的手段。为了提高编码效率,在实际运用中大多采用查表法来完成CRC-32校验。
  3. 所属分类:Windows编程

    • 发布日期:2011-07-25
    • 文件大小:2753
    • 提供者:dotaluna
  1. CRCjiaoyanma

    0下载:
  2. 编写出CRC码的编码和解码程序。 (1)实验框架:CRC编码-信道传输-CRC解码。 (2)CRC编码将原始数据按照既定的生成多项式进行编码; (2)信道传输中实现模拟信道,某些位数据随机发生差错; (3)CRC解码要能准确判断是否有差错,无差错要恢复出原始数据。 -CRC to prepare a code of encoding and decoding process. (1) experimental framework: CRC coding- Transmissi
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-20
    • 文件大小:223590
    • 提供者:liki
  1. CRC

    0下载:
  2. 在串口通信时为避免错误,常用到检错编码,这里是CRC检错的实现函数,C++编写的,希望对大家有帮助!-Serial communication in order to avoid error, the error encoding used here is the realization of CRC error detection function, C++ to prepare, and I hope all of you help!
  3. 所属分类:Communication

    • 发布日期:2017-04-02
    • 文件大小:938
    • 提供者:ouyangyajuan
  1. crc_rs_inv

    1下载:
  2. CRC和RS的组合编码,自编程序,能正确运行通过。 CRC+RS+交织 编码:计算CRC-->RS-->交织 数据:19byte 21byte 49byte 49byte 解码:解交织-->校验CRC-->输出/解RS后输出-->CRC校验-->输出 交织以7x7求转置交织,元素以字节为单位,交织深度7字节 数据量:19byte---->49byte(中包) 小包:10byte=
  3. 所属分类:Windows Develop

    • 发布日期:2016-03-16
    • 文件大小:9039
    • 提供者:
  1. CRC

    0下载:
  2. CRC编码程序,可以实现简单的CRC循环校验编码-CRC coding process can achieve a simple CRC checksum encoding loop
  3. 所属分类:CSharp

    • 发布日期:2017-04-09
    • 文件大小:1876799
    • 提供者:魏玉坤
  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
    • 文件大小:284619
    • 提供者:某某人
  1. CRC

    0下载:
  2. CRC编码程序,从文件中读取数据,每60个二进制数为一个码字,表示信息位,每64个为一个码字输出。-CRC coding process to read data from a file, each binary number 60 as a code word, said information bits, each code word for a 64 output.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:365428
    • 提供者:will li
  1. CRC

    0下载:
  2. CRC编码程序,使用C编程,有界面,可用BC编译和VC编译-CRC coding procedures, using the C programming, the interface can be used to compile and VC compiler BC
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-29
    • 文件大小:179956
    • 提供者:牟灿
  1. crc

    0下载:
  2. 关于CRC编码校正代码,程序效率还行。应用于计算机网络分组中CRC error detection-CRC error detection
  3. 所属分类:Other systems

    • 发布日期:2017-04-05
    • 文件大小:1015
    • 提供者:yusiyu
  1. CRC编码

    0下载:
  2. MATLAB 对CRC编码的图形界面显示 附带C语言实现(MATLAB graphical display of CRC encoded interface Comes with the C language implementation)
  3. 所属分类:Windows编程

« 12 3 »
搜珍网 www.dssz.com