搜索资源列表
crc.zip
- crc数据校验算法
CRC_FILE_SRC
- 32 bits CRC算法演示,用户可以选择输入一个文件,本工具根据循环雍余校验算法,生成并显示出其32位计算结果。-32 bits CRC algorithm demonstration, a user could choose to import a document, the tools under the revolving Yong I checksum algorithm for generating and demonstrated its 32 results.
CRC循环校验具体算法
- 本代码是C语言实现的CRC循环校验具体算法-the code is the C language CRC checksum algorithm for the cycle
CRCDelphi.ZIP
- crc校验算法,包括编码和解码-unicef.org checksum algorithm, including encoding and decoding
CRC 校验源码分析
- CRC-16校验源程序及算法分析-CRC-16 checksum algorithm analysis and source
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
- 三种常用的CRC16校验算法的C51程序。以及16位CRC校验原理与算法分析。 CRC校验有多种方式,如:CRC8、CRC16、CRC32等等。在实际使用中,我们经常使用CRC16校验。CRC16校验也有多种,如:1005多项式、1021多项式(CRC-ITU)等。在这里我们不讨论CRC算法是怎样产生的,而是重点落在几种算法的C51程序的优化上。-three commonly CRC16 checksum algorithm C51 program. And a 16-bit CRC check
crc
- crc数据校验算法-crc data check algorithm
CRCcheck
- 此文章介绍了CRC校验的基本原理和算法,并列举出相关的C语言代码-CRC check
CRC
- 用于编写CRC校验的一段主程序,包括参数,算法等等,可直接开发CRC校验软件-CRC check for writing the section of the main program, including parameters, algorithms, and so, development of CRC, the software can be directly
CRC
- CRC循环校验的具体算法:包括具体代码实现 和简单的注释-CRC check of the specific algorithm cycle: including specific code and a simple note
jiaoyan
- 做的CRC校验,VC++环境编译通过,采用的是计算法求CRC码-pls do it
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,
CRC-8
- 一套实用的CRC校验算法,供参考! 供参考! -O,My God!,My God!My God!My God!about CRC!
CRC-16
- CRC16查表式校验算法,CRC16Table为CRC表格数据,占用256个字节,使用时把此表放在ROM中-CRC16 look-up table-checksum algorithm, CRC16Table CRC tabular data, occupies 256 bytes, use this table in ROM
cRC
- CRC算法是modbus中比较常见的校验算法。本例实现了对Modbus总线中的CRC算法-crc is the most popular algrithm,the code implements the modbus bus s CRC algrithm
循环冗余校验(CRC)算法入门引导
- 主要介绍CRC算法,方便理解CRC原理。里面也有相关程序(This paper mainly introduces the CRC algorithm)
crc
- 使用C语言开发,crc校验的算法,测试通过了,没有问题,可直接使用(Using C language development, the CRC checking algorithm, test passed, there is no problem, can be used directly)
mveb
- CRC校验程序,在通信中,我们常用的一种CRC校验程序()
CRC校验算法
- 包含8位、12位、16位、24位CRC校验算法,5G、4G物理层设计可参考