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

搜索资源列表

  1. 两个例子

    0下载:
  2. crc.cpp是一个产生0-255对应的16位循环冗余码的例子 correlator.cpp是一个相关滤波例子-crc.cpp have 0-255 is a corresponding 16-bit cyclic redundancy code examples correlator.cpp filtering is a relevant example
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1992
    • 提供者:廖新根
  1. CRC循环校验具体算法

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

    • 发布日期:2008-10-13
    • 文件大小:2521
    • 提供者:汪永威
  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. 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. program to calculate the crc code
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:1758
    • 提供者:Amarpreet
  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. Crctable

    0下载:
  2. crc校验实现代码,可以生成16bit和32bit的校验值-crc check implementation code, you can generate a checksum value of the 16bit and 32bit
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:624
    • 提供者:
  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. testCRC

    0下载:
  2. 这是一个实现CRC算法的实例。代码虽然不多,但它在实际工程中却是很实用,也很容易理解。-This is an instance of the CRC algorithm. Code, while small, but it is in the actual project is very practical, very easy to understand.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:7138
    • 提供者:jhlng.Liang
  1. crc_pure_c

    0下载:
  2. 整理的C RC通用计算代码。可用于没有OS的嵌入式-CRC general purpose computing, finishing the C code. Can be used for the OS embedded
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:1807
    • 提供者:汤海平
  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. DATECS-CRC-VISUALFOX-PRO

    0下载:
  2. DATECS ECR CRC CALCULATION SOURCE CODE IN VISUALFOX PRO.COMMUNICATION BETWEEN ECR AND PC.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-28
    • 文件大小:80231
    • 提供者:Robert
  1. CRCchecksumdemocode

    0下载:
  2. VB CRC校验演示代码.很方便调试,对其原理也可很快了解和掌握。-VB CRC checksum demo code.Very convenient debugging, its principles can quickly understand and master.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-29
    • 文件大小:8325
    • 提供者:wangkun
  1. vbau

    0下载:
  2. 多种编写CRC校验方法的源码及介绍说明,供参考使用-A variety of written source code and introduces the CRC calibration method, for reference
  3. 所属分类:Algorithm

    • 发布日期:2017-04-30
    • 文件大小:137457
    • 提供者:jack
搜珍网 www.dssz.com