CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - crc-16

搜索资源列表

  1. CRC-16

    0下载:
  2. CRC校验,C源代码,可应用于Modbus
  3. 所属分类:单片机(51,AVR,MSP430等)

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

    0下载:
  2. crc 16校验算法, 的例程实现, 短小精悍呵!
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:6464
    • 提供者:windyrobin
  1. CRC 校验源码分析

    0下载:
  2. CRC-16校验源程序及算法分析-CRC-16 checksum algorithm analysis and source
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:20063
    • 提供者:李小明
  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校验码软件

    0下载:
  2. CRC-16是检测数据在发送过程中发生错误的常用校验方法,本文通过从工程应用的角度,讲述如何实现CRC-16的程序开发,并给出了Visual Basic和Visual C++程序代码,给从事工业控制的人员在写通信程序的时候提供一些有价值的参考。
  3. 所属分类:源码下载

    • 发布日期:2011-01-13
    • 文件大小:8056
    • 提供者:wwwhhhyyy
  1. CRC8-16

    0下载:
  2. CRC校验的相关原理以及CRC-8和CRC-16的C语言实现。-The relevant principles of the CRC and the CRC-8 and CRC-16 of the C language.
  3. 所属分类:SCM

    • 发布日期:2017-03-28
    • 文件大小:62055
    • 提供者:刘世生
  1. crc_check

    0下载:
  2. CRC校验,包括crc8_4、crc12_4、crc16_8、crc32_8-CRC checksum, including crc8_4, crc12_4, crc16_8, crc32_8
  3. 所属分类:Communication

    • 发布日期:2017-03-24
    • 文件大小:4346
    • 提供者:wl
  1. CCITT_CRC16

    2下载:
  2. CCITT的CRC16代码,自己编写的已通过验证,注意和Matlab的CRC函数有所不同。-This scr ipt calculates the 16-bit ITU-T CRC. The generator polynomial is G(x)=1+ X^5+ X^12+ X^16
  3. 所属分类:matlab

    • 发布日期:2014-12-14
    • 文件大小:584
    • 提供者:张原
  1. 8bit.CRC.checksum.algorithm32bit

    0下载:
  2. CRC校验8位16位32位算法设计经典代码8-bit CRC checksum algorithm 16-bit 32-bit classic code -8-bit CRC checksum algorithm 16-bit 32-bit classic code
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-23
    • 文件大小:176940
    • 提供者:lili
  1. CRC

    0下载:
  2. 这一个16位的CRC校验的源码,源码也已经很详细的注释过了-This is a 16-bit CRC checksum of the source code, source code also has very detailed notes after a
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:1174
    • 提供者:紫睿
  1. crcm

    0下载:
  2. crc 校验,vhdl源码,经仿真能正常运行,供大家参考-CRC checksum, vhdl source, the simulation can be normal operation, for your reference
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-10
    • 文件大小:1023
    • 提供者:fangliang
  1. CRC16bits

    0下载:
  2. 16bit crc encoder ande demo
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-02
    • 文件大小:167769
    • 提供者:chen
  1. VBCRC

    0下载:
  2.   循环冗余码校验英文名称为Cyclical Redundancy Check,简称CRC。它是利用除法及余数的原理来作错误侦测(Error Detecting)的。实际应用时,发送装置计算出CRC值并随数据一同发送给接收装置,接收装置对收到的数据重新计算CRC并与收到的CRC相比较,若两个CRC值不同,则说明数据通讯出现错误。 根据应用环境与习惯的不同,CRC又可分为以下几种标准:   ①CRC-12码;   ②CRC-16码;   ③CRC-CC
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-30
    • 文件大小:3160
    • 提供者:qizhiwei
  1. CRCcheck

    0下载:
  2. crc检验生成详解详细说明了crc16 crc32 crc8的原理-crc check
  3. 所属分类:File Formats

    • 发布日期:2017-04-04
    • 文件大小:6087
    • 提供者:姜建钊
  1. 19CRC(Matlab)

    0下载:
  2. 主要完成CRC的编解码 16bit 可用于多种运算 可用于实际的仿真系统-CRC completed the main 16bit codec can be used for a variety of computing can be used for the actual simulation system
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:3484
    • 提供者:杨剑锋
  1. CRC

    0下载:
  2. The file contains 16-bit, 32-bit CRC checks.
  3. 所属分类:Com Port

    • 发布日期:2017-04-14
    • 文件大小:4234
    • 提供者:kent
  1. crc16

    0下载:
  2. 16bit CRC for 8bits data
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-11
    • 文件大小:870
    • 提供者:苗淼
  1. CRC16packetdetection

    0下载:
  2. 用CRC-16实现错误的校验,生成多项式为ITU标准多项式。我将这一模块用于数据包纠错中效果很好-CRC-16 used to achieve the wrong checksum, generating polynomial for the ITU standard polynomials. I will package this module for data error correction in the effective
  3. 所属分类:Communication

    • 发布日期:2017-04-16
    • 文件大小:189582
    • 提供者:vera
  1. crc-16

    0下载:
  2. 用于CRC校验使用,其中包含高低位字节的变化。(Use for CRC check)
  3. 所属分类:LabView编程

  1. VISA Modbus

    0下载:
  2. Labview 下 CRC-16之后输入字符串(Input string after Labview CRC-16)
  3. 所属分类:串口编程

    • 发布日期:2018-05-01
    • 文件大小:12288
    • 提供者:findwind
« 1 2 34 5 6 7 8 9 10 ... 19 »
搜珍网 www.dssz.com