CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - crc算法

搜索资源列表

  1. CRC-16 CRC-32 算法介绍,程序代码 .rar

    1下载:
  2. CRC-16 CRC-32 算法介绍,程序代码
  3. 所属分类:数值算法/人工智能

    • 发布日期:
    • 文件大小:5206
    • 提供者:
  1. crc.zip

    1下载:
  2. crc数据校验算法
  3. 所属分类:数值算法/人工智能

    • 发布日期:
    • 文件大小:5787
    • 提供者:
  1. CRC算法.rar

    2下载:
  2. 详细的记载了CRC算法的具体过程
  3. 所属分类:数值算法/人工智能

    • 发布日期:
    • 文件大小:7067
    • 提供者:
  1. 8051c 的一个Crc 算法分析

    0下载:
  2. 8051c 的一个Crc 算法分析-8051c of an algorithm analysis Crc
  3. 所属分类:数据结构常用算法

    • 发布日期:2012-10-15
    • 文件大小:4360
    • 提供者:kenny
  1. CRC

    0下载:
  2. 一个由浅入深的演示CRC算法的例子,对于理解CRC算法比较好用
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:2363
    • 提供者:小汪
  1. 16位CRC校验_Modbus标准算法

    5下载:
  2. CRC校验 1、循环校验码(CRC码):是数据通信领域中最常用的一种差错校验码,其特征是信息 字段和校验字段的长度可以任意选定。 2、生成CRC码的基本原理:任意一个由二进制位串组成的代码都可以和一个系数仅 为‘0’和‘1’取值的多项式一一对应。例如:代码1010111对应的多项式 为x6+x4+x2+x+1,而多项式为x5+x3+x2+x+1对应的代码101111。 3、CRC码集选择的原则:若设码字长度为N,信息字段为K位,校验字
  3. 所属分类:密码/编码算法

    • 发布日期:2008-11-07
    • 文件大小:6509
    • 提供者:ttongg
  1. CRC效验

    2下载:
  2.     CRC效验算法 VC++源码
  3. 所属分类:数据结构常用算法

    • 发布日期:2009-01-20
    • 文件大小:409480
    • 提供者:janylin
  1. CRC-16 CRC-32 算法介绍,程序代码

    0下载:
  2. CRC-16 CRC-32 算法介绍,程序代码-CRC-16 CRC-32 algorithm, the program code
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-11-09
    • 文件大小:5477
    • 提供者:管冬兵
  1. CRC

    0下载:
  2. 三种常用的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
  3. 所属分类:Algorithm

    • 发布日期:2017-11-07
    • 文件大小:226406
    • 提供者:zenglinman
  1. crc

    0下载:
  2. crc数据校验算法-crc data check algorithm
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-12-07
    • 文件大小:6100
    • 提供者:冯郝韵
  1. crc

    1下载:
  2. delphi CRC 8 16 32 计算算法-delphi crc
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-17
    • 文件大小:134204
    • 提供者:123456
  1. CRC

    0下载:
  2. 本文从理论上推导出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
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-07
    • 文件大小:27801
    • 提供者:陈安伟
  1. CRC

    0下载:
  2. CRC演算封装库 轻松实现CRC的计算和效验,并通过修改算法实现自定义的CRC效验-CRC Calc library
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-14
    • 文件大小:4463
    • 提供者:Jiet
  1. Fast-CRC

    0下载:
  2. 本文档是基于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.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-02
    • 文件大小:354351
    • 提供者:胡攀
  1. CRC-AND-C

    0下载:
  2. CRC 算法原理及C 语言实现,对CRC 介绍,以及C语言处理-CRC PRINCLE AND C LANGUAGE REALIZE,INTRODUCTION OF CRC ,REALIZATION OF CRC BY C LANGUANGE
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:28065
    • 提供者:袁源
  1. CRC

    0下载:
  2. crc 算法,大家可以高效利用的算法,谢谢大家的使用啊 -crc algorithm, we can use efficient algorithms, thank you for the use of ah
  3. 所属分类:Algorithm

    • 发布日期:2017-11-14
    • 文件大小:1158843
    • 提供者:yangjaijia
  1. cRC

    0下载:
  2. CRC算法是modbus中比较常见的校验算法。本例实现了对Modbus总线中的CRC算法-crc is the most popular algrithm,the code implements the modbus bus s CRC algrithm
  3. 所属分类:Algorithm

    • 发布日期:2017-05-08
    • 文件大小:1865255
    • 提供者:liwei
  1. CRC

    2下载:
  2. crc编码、译码、检错、可视化界面,界面友好,可操作性强,MATLAB(CRC encoding, decoding, error detection and visual interface)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2017-12-19
    • 文件大小:17408
    • 提供者:司波达也
  1. 循环冗余校验(CRC)算法入门引导

    0下载:
  2. 主要介绍CRC算法,方便理解CRC原理。里面也有相关程序(This paper mainly introduces the CRC algorithm)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2018-04-20
    • 文件大小:81920
    • 提供者:asfdfsf
  1. crc

    0下载:
  2. 使用C语言开发,crc校验的算法,测试通过了,没有问题,可直接使用(Using C language development, the CRC checking algorithm, test passed, there is no problem, can be used directly)
  3. 所属分类:matlab例程

    • 发布日期:2018-04-21
    • 文件大小:1024
    • 提供者:fangyu7777
« 12 3 4 »
搜珍网 www.dssz.com