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

搜索资源列表

  1. crc

    0下载:
  2. crc原理与实现 介绍crc的原理与实现方案-crc principle and achieve crc on the principle and implementation of the program
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:205.88kb
    • 提供者:hunter
  1. 矛與盾的較量(2)——CRC原理篇

    0下载:
  2. 矛與盾的較量(2)——CRC原理篇-spear and shield the contest (2) -- CRC principles Part
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:12.01kb
    • 提供者:陸頤
  1. 16位CRC校验_Modbus标准算法

    5下载:
  2. CRC校验 1、循环校验码(CRC码):是数据通信领域中最常用的一种差错校验码,其特征是信息 字段和校验字段的长度可以任意选定。 2、生成CRC码的基本原理:任意一个由二进制位串组成的代码都可以和一个系数仅 为‘0’和‘1’取值的多项式一一对应。例如:代码1010111对应的多项式 为x6+x4+x2+x+1,而多项式为x5+x3+x2+x+1对应的代码101111。 3、CRC码集选择的原则:若设码字长度为N,信息字段为K位,校验字
  3. 所属分类:密码/编码算法

    • 发布日期:2008-11-07
    • 文件大小:6.36kb
    • 提供者:ttongg
  1. CRC校验编程和硬件快速校验探讨

    0下载:
  2. CRC原理
  3. 所属分类:编程文档

    • 发布日期:2011-03-29
    • 文件大小:291.5kb
    • 提供者:gongkongren
  1. CRC-C-Source

    0下载:
  2. CRC校验原理及其C语言实现CRC校验原理及其C语言实现-CRC checking principle and C language realization,CRC checking principle and C language realization
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-27
    • 文件大小:9.37kb
    • 提供者:jnhoodlum
  1. crc

    1下载:
  2. CRC校验程序包,包含VB,C,汇编下,实现CRC校验程序的代码,详细介绍CRC校验的原理,介绍 查表法,半字节查表法,等等实现CRC校验的方法,希望对大家有所帮组。-CRC Checksum package, including VB, C, compilation achieve CRC checksum code, detailing the principles of CRC checksum on look-up table method, semi-byte look-up tabl
  3. 所属分类:Windows Develop

    • 发布日期:2015-04-14
    • 文件大小:34.2kb
    • 提供者:庄少轩
  1. CRC

    0下载:
  2. 一篇关于CRC循环冗余校验的科普文献 .内容是循环冗余校验CRC的算法分析和程序实现.解释了CRC的原理--采用多显示编码方法.并对其算法进行了分析.-A CRC cyclic redundancy check on the popular science literature. Is Cyclic Redundancy Check CRC algorithm analysis and program. Explained the CRC principle- the use of multi-
  3. 所属分类:software engineering

    • 发布日期:2017-03-29
    • 文件大小:104.1kb
    • 提供者:廖琦
  1. crc

    0下载:
  2. crc校验 包括原理文件和说明 另附有一个crc16的c程序函数和crc32的vc项目文件-CRC checksum, including the principle of documents and a note attached CRC16 function of c procedures and CRC32 of vc project documents
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-10
    • 文件大小:2.29mb
    • 提供者:梁健
  1. CRC

    0下载:
  2. CRC原理及其逆向分析方法 CRC教程與c001的CRC逆向分析方法.-Principle of reverse CRC analysis
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-01
    • 文件大小:13.73kb
    • 提供者:Bevis
  1. CRC

    0下载:
  2.  本文提出一种通用的CRC 并行计算原理及实现方法,适于不同的CRC 生成多项式和不同并行度(如8 位、16 位、及32 位等) ,与目前已采用的查表法比较,不需要存放余数表的高速存储器,减少了时延,且可通过增加并 行度来降低高速数传系统的CRC 运算时钟频率.-In this paper, a universal principle of CRC and implementation of parallel computing methods for generating differ
  3. 所属分类:Project Design

    • 发布日期:
    • 文件大小:141kb
    • 提供者:黑月
  1. crc

    0下载:
  2. crc32的 vhdl实现源代码,对crc原理有说明-crc32 to achieve the vhdl source code, has made it clear that the principle of the crc
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-04
    • 文件大小:1.96kb
    • 提供者:张峰
  1. crc_verilog_xilinx

    1下载:
  2. CRC,对于研究通信的有重要意义.利用VERILOG实现8位,16位等CRC原理,-CRC, the study of communication are important. VERILOG to achieve the use of 8, 16, such as CRC principle,
  3. 所属分类:VHDL-FPGA-Verilog

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

    0下载:
  2. 详细介绍了循环冗余校验CRC(Cyclic Redundancy Check)的差错控制原理及其算法实 现。-Details of Cyclic Redundancy Check CRC (Cyclic Redundancy Check) theory and the error control algorithm.
  3. 所属分类:Communication

    • 发布日期:2017-03-28
    • 文件大小:103.91kb
    • 提供者:elunlang2000
  1. CRC_error_Resend

    0下载:
  2. CRC偵測 可以找出錯誤率 及錯的個數 可以懂CRC原理-CRC detection can find the error rate and the number of mistakes you can understand the principles of CRC
  3. 所属分类:assembly language

    • 发布日期:2017-04-08
    • 文件大小:1.32kb
    • 提供者:李文隆
  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. CRC

    2下载:
  2. 通过学习CRC编码原理,本部分建立了SIMULINk模型,实现了CRC编译码。-in this part we build the simulink modol of the encoded and decoded of CRC.we can more understand the code
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:7.67kb
    • 提供者:jie zhang
  1. CRC--C-language

    1下载:
  2. CRC校验C语言实现,CRC(Cyclic Redundancy Check)校验应用较为广泛,以前为了处理简单,在程序中大多数采用LRC(Longitudinal Redundancy Check)校验,LRC校验很好理解,编程实现简单。用了一天时间研究了CRC的C语言实现,理解和掌握了基本原理和C语言编程。结合自己的理解简单写下来。-CRC, C language, CRC (Cyclic Redundancy Check) verification is widely used, prev
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-24
    • 文件大小:3.85kb
    • 提供者:xiangyunl
  1. CRC-Parallel-Computation

    0下载:
  2. 用软件实现CRC校验码计算很难满足高速数据通信的要求, 基于硬件的实现方法中, 有串行经典算法LFSR,电路以及由软件算法推导出来的其它各种并行计算方法。以经典的LFSR,电路为基础, 研究了按字节并行计算CRC校验码的原理.-Implemented in software CRC checksum calculation is difficult to meet the requirements of high-speed data communications, hardware-based
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-29
    • 文件大小:200.79kb
    • 提供者:Geer
  1. CRC-theory-and-implentment

    0下载:
  2. CRC原理和实现,CRC实现的原理,和DSP实现算法-The CRC principle and realization principle CRC implementation, and DSP algorithm
  3. 所属分类:3G develop

    • 发布日期:2017-11-05
    • 文件大小:27.13kb
    • 提供者:杨米克
  1. 循环冗余校验(CRC)算法入门引导

    0下载:
  2. 主要介绍CRC算法,方便理解CRC原理。里面也有相关程序(This paper mainly introduces the CRC algorithm)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2018-04-20
    • 文件大小:80kb
    • 提供者:asfdfsf
« 12 3 4 5 6 7 »
搜珍网 www.dssz.com