搜索资源列表
CRC-16 CRC-32 算法介绍,程序代码 .rar
- CRC-16 CRC-32 算法介绍,程序代码
crc.zip
- crc数据校验算法
CRC算法.rar
- 详细的记载了CRC算法的具体过程
8051c 的一个Crc 算法分析
- 8051c 的一个Crc 算法分析-8051c of an algorithm analysis Crc
CRC
- 一个由浅入深的演示CRC算法的例子,对于理解CRC算法比较好用
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效验算法 VC++源码
CRC-16 CRC-32 算法介绍,程序代码
- CRC-16 CRC-32 算法介绍,程序代码-CRC-16 CRC-32 algorithm, the program code
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
crc
- delphi CRC 8 16 32 计算算法-delphi crc
CRC
- 本文从理论上推导出CRC 算法实现原理,给出三种分别适应不同计算机或微控 制器硬件环境的C 语言程序。读者更能根据本算法原理,用不同的语言编写出独特风格 更加实用的CRC 计算程序。-This paper theoretically deduced from the principles of CRC algorithm is given three separate computers or micro-controller to adapt to different hardware
CRC
- CRC演算封装库 轻松实现CRC的计算和效验,并通过修改算法实现自定义的CRC效验-CRC Calc library
Fast-CRC
- 本文档是基于intel架构下,intel公司自己提出的使用“无进位乘法”指令实现快速的CRC算法的介绍。-This document is based on the Intel architecture, the intel' s own proposed using the binary multiplication " instruction to achieve rapid introduction of the CRC algorithm.
CRC-AND-C
- CRC 算法原理及C 语言实现,对CRC 介绍,以及C语言处理-CRC PRINCLE AND C LANGUAGE REALIZE,INTRODUCTION OF CRC ,REALIZATION OF CRC BY C LANGUANGE
CRC
- crc 算法,大家可以高效利用的算法,谢谢大家的使用啊 -crc algorithm, we can use efficient algorithms, thank you for the use of ah
cRC
- CRC算法是modbus中比较常见的校验算法。本例实现了对Modbus总线中的CRC算法-crc is the most popular algrithm,the code implements the modbus bus s CRC algrithm
CRC
- crc编码、译码、检错、可视化界面,界面友好,可操作性强,MATLAB(CRC encoding, decoding, error detection and visual interface)
循环冗余校验(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)