搜索资源列表
FILE_CRC
- 计算文件的32位CRC校验码.比较简单实用,Demo中一次性读完整个文件是不可取的,您需要作些修改以应用于所有大小的文件CRC.-calculations of 32 of CRC. Relatively simple and practical, Demo one time reading the entire document is undesirable, You need to make some changes to apply to all size of the CRC docum
CodeErroeDetecting
- 海明码和CRC校验码加密和捡错程序 c编写,有注释-Hamming code and CRC encryption and seizure procedures c prepared wrong, Notes
CRC 校验源码分析
- CRC-16校验源程序及算法分析-CRC-16 checksum algorithm analysis and source
CRC
- 数组为8位char型数值,通过该函数可以计算出数组的16位循环校验码。
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位,校验字
信道编码的matlab程序,CRC校验码,RS码,卷积码
- 信道编码的matlab程序,CRC校验码,RS码,卷积码,turbo码,TCM码-Matlab program channel coding, CRC check code, RS code, convolutional codes, turbo codes, TCM code
crc.cpp
- CRC 校验的基本思想是利用线性编码理论,在发送端根据要传送的k 位二进制码序-crc
CRC-verify-programming
- CRC校验算法详解(从校验码原理到源码的详细说明)。-CRC checksum algorithm Xiang Jie (from the principle of parity to the source code for details).
crc
- 自动完成CRC校验码的计算 1 010110001101 110011 可以得到: (1)index:5 pointing:1 101011 110011 011000 (2)index:6 pointing:0 110000 110011 000011 (3)index:7 pointing:0 000110 0 000110 (4)index:8 pointing:0 001100 0 001100 (5)ind
jscrc
- VB6.0编写的计算CRC校验码程序,适用于通讯程序编写者.-VB6.0 CRC checksum calculation written procedures for communications writers.
CRC
- 一种CRC8校验码生成程序,该程序适用于ZBH device-a kind of CRC8 program
jiaoyan
- 做的CRC校验,VC++环境编译通过,采用的是计算法求CRC码-pls do it
crc
- 生成crc校验码和校验crc的c语言源码,直接复制使用-Generate crc crc check code and verify the c language source code, use the direct copy
CRC-16
- 16位CRC校验原理与算法分析,不讨论CRC的纠错原理以及为什么要选下面提及的生成多项式,只是针对以下的生成多项式,如何获得CRC校验码,作一个比较详细的说明。-16-bit CRC checksum algorithm theory and analysis, not to discuss the principles of the CRC error correction, and why to choose the generator polynomial mentioned below,
JCBustszs
- 串口调试助手8通道 modbus crc校验码自动加载-Assistant 8-channel serial debugging modbus crc checksum automatically loaded
CRC
- CRC校验码,本软件可在输入16进制数据后直接计算出CRC校验码-CRC, the software can enter the hexadecimal data directly calculate a CRC checksum
The-CRC-checksum
- 实现多个数据的CRC校验,通过输入数据和校验数据,计算出CRC校验码。-CRC check multiple data through the input data and parity data to calculate the CRC checksum.
CRC-8
- 本程序能够完成Matlab环境下crc-8 校验码在二进制对称信道中的检错能力-This procedure can be completed in Matlab environment crc-8 checksum binary symmetric channel error detection capability
(13-9)CRC冗余校验码的编译码仿真实现
- CRC冗余校验码的编译码仿真实现 ,MATLAB仿真(Compiling and coding simulation implementation of CRC redundancy check code, MATLAB simulation)
CRC
- CRC校验码的生成及检错,随机生成/自行输入错误图样;汉明距离函数(CRC check code generation and error detection, random or self input error pattern;Hamming distance function)