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

搜索资源列表

  1. CRC循环校验具体算法

    0下载:
  2. 本代码是C语言实现的CRC循环校验具体算法-the code is the C language CRC checksum algorithm for the cycle
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:2521
    • 提供者:汪永威
  1. CRC

    0下载:
  2. 计算程序。可以通过它来进行CRC的校验计算。可以将十六进制数转化为十进制数据
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:26949
    • 提供者:花博
  1. CRC

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

    • 发布日期:2008-10-13
    • 文件大小:2363
    • 提供者:小汪
  1. crc

    0下载:
  2. CRC循环算法的C语言实现,非常好用CRC循环算法的C语言实现
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:29256
    • 提供者:阿晨
  1. CRC16Modbbus

    1下载:
  2. CRC-16 Modbus 标准协议原理及C代码实现实例-CRC-16 Modbus standard protocol principles and examples of C code to achieve
  3. 所属分类:Algorithm

    • 发布日期:2015-10-11
    • 文件大小:3346
    • 提供者:刘彦旭
  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. crcasm.asm

    0下载:
  2. 8 bit very fast CRC generator for polynom x8+x2+x1+x (0x07), fits any AVR processor and any type of 8-bit data trasfer with 8 bit CRC code written in AVR assembler with AVRStudio 4. Author: Jens Hallgren, Sweden-8 bit very fast CRC generator for po
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:698
    • 提供者:jens
  1. CRC-verify-programming

    0下载:
  2. CRC校验算法详解(从校验码原理到源码的详细说明)。-CRC checksum algorithm Xiang Jie (from the principle of parity to the source code for details).
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:24663
    • 提供者:Higharea
  1. crc

    0下载:
  2. this program talks about crc , crc12 , crc16 and crc ccip of error detection method
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:1046
    • 提供者:rajesh
  1. crc

    0下载:
  2. program to calculate the crc code
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:1758
    • 提供者:Amarpreet
  1. CRCcheck

    0下载:
  2. 此文章介绍了CRC校验的基本原理和算法,并列举出相关的C语言代码-CRC check
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:27762
    • 提供者:liujunfang
  1. crc

    0下载:
  2. CRC校验算法软件,同时给出CRC子程序。可以直接使用,非常方便-CRC checksum algorithm software, CRC routines are given. Can be used directly, very convenient
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:133948
    • 提供者:
  1. crc

    0下载:
  2. 自动完成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
  3. 所属分类:Algorithm

    • 发布日期:2017-03-23
    • 文件大小:564
    • 提供者:夏治文
  1. CRC-32

    0下载:
  2. CRC是由待傳輸的資料區塊計算出的,它的計算方式是將待傳輸的區塊視為一堆連續位元所構成的一整個數值,並將此數值除以一特定的除數,通常以二進位表示,此除數又稱為衍生多項式 (Generation Polynomial),該除數一般皆由設計硬體或軟體的廠商所提供,而除數值位元數目則視欲得到的 CRC 位元數目而定。-CRC is transmitted by the data block to be calculated, which is calculated by the block to be
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:275092
    • 提供者:david
  1. CRC

    0下载:
  2. test a different CRC standard
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:3142
    • 提供者:Lajnef
  1. crc

    0下载:
  2. 生成crc校验码和校验crc的c语言源码,直接复制使用-Generate crc crc check code and verify the c language source code, use the direct copy
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:571
    • 提供者:zhouguoliang
  1. CRC-algorithm-principle---C

    0下载:
  2. CRC的英文全称为Cyclic Redundancy Check(Code),中文名称为循环冗余校验(码)。它是一类重要的线性分组码,编码和解码方法简单,检错和纠错能力强,在通信领域广泛地用于实现差错控制。-The English full CRC Cyclic Redundancy Check (Code), the Chinese name for the cyclic redundancy check (code). It is an important class of linear
  3. 所属分类:Algorithm

    • 发布日期:2017-03-24
    • 文件大小:22882
    • 提供者:shitou
  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校验码,本软件可在输入16进制数据后直接计算出CRC校验码-CRC, the software can enter the hexadecimal data directly calculate a CRC checksum
  3. 所属分类:Algorithm

    • 发布日期:2017-11-28
    • 文件大小:55134
    • 提供者:zz
  1. crc

    1下载:
  2. 电子软件工程师必备的工具,CRC8\CRC16\CRC32\totlesum,数据校验工具。-data crc check ,8\26\32
  3. 所属分类:Algorithm

    • 发布日期:2017-11-17
    • 文件大小:1864823
    • 提供者:许云飞
« 12 3 4 »
搜珍网 www.dssz.com