搜索资源列表
crc
- crc原理与实现 介绍crc的原理与实现方案-crc principle and achieve crc on the principle and implementation of the program
矛與盾的較量(2)——CRC原理篇
- 矛與盾的較量(2)——CRC原理篇-spear and shield the contest (2) -- CRC principles Part
16位CRC校验_Modbus标准算法
- CRC校验 1、循环校验码(CRC码):是数据通信领域中最常用的一种差错校验码,其特征是信息 字段和校验字段的长度可以任意选定。 2、生成CRC码的基本原理:任意一个由二进制位串组成的代码都可以和一个系数仅 为‘0’和‘1’取值的多项式一一对应。例如:代码1010111对应的多项式 为x6+x4+x2+x+1,而多项式为x5+x3+x2+x+1对应的代码101111。 3、CRC码集选择的原则:若设码字长度为N,信息字段为K位,校验字
CRC校验编程和硬件快速校验探讨
- CRC原理
CRC-C-Source
- CRC校验原理及其C语言实现CRC校验原理及其C语言实现-CRC checking principle and C language realization,CRC checking principle and C language realization
crc
- 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
CRC
- 一篇关于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-
crc
- 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
CRC
- CRC原理及其逆向分析方法 CRC教程與c001的CRC逆向分析方法.-Principle of reverse CRC analysis
CRC
- 本文提出一种通用的CRC 并行计算原理及实现方法,适于不同的CRC 生成多项式和不同并行度(如8 位、16 位、及32 位等) ,与目前已采用的查表法比较,不需要存放余数表的高速存储器,减少了时延,且可通过增加并 行度来降低高速数传系统的CRC 运算时钟频率.-In this paper, a universal principle of CRC and implementation of parallel computing methods for generating differ
crc
- crc32的 vhdl实现源代码,对crc原理有说明-crc32 to achieve the vhdl source code, has made it clear that the principle of the crc
crc_verilog_xilinx
- CRC,对于研究通信的有重要意义.利用VERILOG实现8位,16位等CRC原理,-CRC, the study of communication are important. VERILOG to achieve the use of 8, 16, such as CRC principle,
CRC
- 详细介绍了循环冗余校验CRC(Cyclic Redundancy Check)的差错控制原理及其算法实 现。-Details of Cyclic Redundancy Check CRC (Cyclic Redundancy Check) theory and the error control algorithm.
CRC_error_Resend
- CRC偵測 可以找出錯誤率 及錯的個數 可以懂CRC原理-CRC detection can find the error rate and the number of mistakes you can understand the principles of CRC
CRC
- 循环冗余校验就是一种被广泛采用的错误检验编码。介绍了循环冗余校验码的差错控制原理及其算法实现。-CRC is a widely used test coding errors. Introduced a cyclic redundancy check code for error control principle and algorithm.
CRC
- 通过学习CRC编码原理,本部分建立了SIMULINk模型,实现了CRC编译码。-in this part we build the simulink modol of the encoded and decoded of CRC.we can more understand the code
CRC--C-language
- 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
CRC-Parallel-Computation
- 用软件实现CRC校验码计算很难满足高速数据通信的要求, 基于硬件的实现方法中, 有串行经典算法LFSR,电路以及由软件算法推导出来的其它各种并行计算方法。以经典的LFSR,电路为基础, 研究了按字节并行计算CRC校验码的原理.-Implemented in software CRC checksum calculation is difficult to meet the requirements of high-speed data communications, hardware-based
CRC-theory-and-implentment
- CRC原理和实现,CRC实现的原理,和DSP实现算法-The CRC principle and realization principle CRC implementation, and DSP algorithm
循环冗余校验(CRC)算法入门引导
- 主要介绍CRC算法,方便理解CRC原理。里面也有相关程序(This paper mainly introduces the CRC algorithm)