搜索资源列表
tr_crc16
- 8051-CRC 16 校驗檢查碼 CRC16 校驗檢查碼- 源碼 asm -8051-16 CRC checksum verification check code CYXLIC REDUNDANCY check code-source asm2
crc
- This GUI is an updated and enhanced version of the “StructBrowser” utility submitted to MatLab Central in May 2003. It comes with new interface and an enhanced display. It uses Microsoft TreeView control to display and explore any kind of MatLab stru
Crc-code
- CRC-16的校验代码。直接复制粘贴就可以使用。-CRC-16 code.
DNP3_CRC_Calculation
- SAMPLE CRC CALCULATIONS This document contains ‘C’ language coding examples that illustrate how to compute the DNP3 CRC.-SAMPLE CRC CALCULATIONS This document contains ‘C’ language coding examples that illustrate how to compute the DNP3 CRC.
Soft_ware-CRC
- 基于51单片机的CRC算法的C语言实现(文档内含源代码)-Based on 51 MCU CRC algorithm C language implementation (document containing the source code)
CRCM
- CRC MATLAB 源程序,包括了CRC添加功能,输出直接为已添加CRC的数据,CRC8,16,24!-CRC MATLAB source code, including CRC add functionality, the output directly to the CRC of the data has been added, CRC8, 16,24!
crc
- this code generates Cyclic Redundancy Code.
CRC.txt
- 用查表法计算CRC码 C的程序设计,生成多项式为CRC-CCITT -CRC look-up table method using C programming code, generating polynomial for the CRC-CCITT
20100711215057
- 本设计文档中所包含测试情况下, 单天线和双天线时各模块输出的结果数据。 测试条件: 一个分组数 所得结果: 1) CRCA校验模块result.DAT 2) CRC码块分隔模块result.DAT 3) turbo编码模块result.DAT 4) 速率匹配模块result.DAT 5) 级联模块result.DAT 6) 加扰模块result.DAT 7)
Cyclic-Redundancy-Code-(CRC)-Polynomial-Selection
- Cyclic Redundancy Code (CRC) Polynomial Selection For Embedded Networks
CRC-encoder
- 奇偶校验码作为一种检错码虽然简单,但是漏检率太高。在计算机网络和数据通信中用E得最广泛的检错码,是一种漏检率低得多也便于实现的循环冗余码CRC (Cyclic Redundancy .Code),CRC码又称为多项式码。-Parity error detection code as a simple, but the missing rate is too high. In computer networking and data communications using the most wi
CRC-algorithm-design
- 数字通信系统的数据传输为了保证数据传输的有效性 ,常用的方法就是对传输数据进行 CRC校验。首先分析了CRC的校验原理 ,然后以常见的CRC-16为例 ,提出了生成CRC码的算法 ,给出了该算法的实现软件流程图 ,并在Windows平台上用 VC++实现。该算法实现简单 ,实时性强 ,非常适合于大数据块传输的情况。计算机仿真实验表明 ,这是一种有效地实现CRC校验码的方法 ,为通信系统的差错控制提供了一种简捷的解决方案。-Digital communication system of data
crc
- 实现CRC循环冗余校验,可用于计算出任意位数的循环冗余校验码-The CRC Cyclic Redundancy Check can be used to calculate any digit cyclic redundancy check code
CRC
- CRC循环冗余码算法原理及三种C语言实现的算法。是一篇介绍CRC非常好的文章。-CRC Cyclic Redundancy Code algorithm and three C language algorithms. Is the one to introduce the CRC a very good article.
CRC-6-8-12-16-32
- CRC校验代码,包含6bit\8bit\12bit\16bit\32bit 查表法和移位法-CRC checksum code, including 6bit \ 8bit \ 12bit \ 16bit \ 32bit lookup table and shift method
Hamming-code-
- 海明码和CRC校验的源码,word文档格式,在通信系统中帧校验起纠错作用-Hamming code and CRC check the source, word document format, frame check in the communication system from correcting role
crc-(2)
- A cyclic redundancy check (CRC) is an error-detecting code commonly used in digital networks and storage devices to detect accidental changes to raw data.
crc16
- 信息交换内容为文本文件;通信信息交换通过共享文件实现编码要求:用模 2 除法计算 CRC 码,生成多项式为 CRC-16 能在两台计算机机上运行程序,一台产生 CRC 码,另一台校验。-Clearing the contents of a text file communications exchange achieved through shared document coding requirements: CRC code calculated by modulo-2 division,
new 1.txt
- CRC8Java 校验代码CRC校验可以简单地描述为:例如我们要发送一些数据(信息字段),为了避免一些干扰以及在接收端的对读取的数据进行判断是否接受的是真实的数据,这时我们就要加上校验数据(即CRC校验码),来判断接收的数据是否正确。在发送端,根据要传送的k位二进制码序列,以一定的规则(CRC校验有不同的规则。这个规则,在差错控制理论中称为“生成多项式”。)产生一个校验用的r位校验码(CRC码),附在原始信息后边,构成一个新的二进制码序列数共k+r位,然后发送出去。在接收端,根据信息码和CRC码
CRC-MATLAB
- 利用matlab编写CRC校验程序,附源代码(Using MATLAB to write CRC checkout program, source code)