搜索资源列表

  1. CRC-8

    0下载:
  2. CRC-8计算器
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:280152
    • 提供者:何肖磊
  1. crc-8

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

    • 发布日期:2010-11-19
    • 文件大小:1420
    • 提供者:cjlkbxt8
  1. CRC循环校验的具体算法

    0下载:
  2. Filename: main.c * Descr iption: A simple test program for the CRC implementations. * Notes: To test a different CRC standard, modify crc.h. * * * Copyright (c) 2000 by Michael Barr. This software is placed into * the pu
  3. 所属分类:文档资料

    • 发布日期:2024-04-28
    • 文件大小:2048
    • 提供者:韩卫东
  1. CRC 算法原理及C 语言实现

    0下载:
  2. CRC 算法原理及C 语言实现单片机和嵌入式系统使用-CRC algorithm principle and C language microcontroller and embedded systems use
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-04-28
    • 文件大小:27648
    • 提供者:李厘卡
  1. 字符串加CRC校验

    0下载:
  2. 给任意长度的字符串,加CRC校验码的c语言算法-to arbitrary length of the string, plus CRC algorithm in C Language
  3. 所属分类:其他小程序

    • 发布日期:2024-04-28
    • 文件大小:2048
    • 提供者:赵小美
  1. 1crc

    0下载:
  2. 计算CRC16/CRC8/CRC32的程序,可获得CRC-CCITT/CRC-16/CRC-8/CRC-32的计算结果。 提供Delphi源代码和MCS51单片机的汇编源代码,分别采用两至三种不同算法实现。有比较详细的调用和使用说明。 更新历史: 2003/05/04 新增CRC-8算法的实现。 2004/02/02 修改CRC-8算法,新增CRC-32算法,增加比较详细的调用和使用说明。-CRC16/CRC8/CRC32 calcul
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-04-28
    • 文件大小:134144
    • 提供者:邓光
  1. CRC算法和c语言实现

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

    • 发布日期:2024-04-28
    • 文件大小:27648
    • 提供者:jojo
  1. CRC循环校验具体算法

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

    • 发布日期:2024-04-28
    • 文件大小:2048
    • 提供者:汪永威
  1. CRC算法C源程序

    0下载:
  2. C语言编程的CRC校验方法程序设计源代码实现,程序写得不错,联系方式:QQ:76947175-C programming language CRC design methods and procedures to achieve the source code, procedures well-written, Contact : QQ : 76947175
  3. 所属分类:系统编程

    • 发布日期:2024-04-28
    • 文件大小:14336
    • 提供者:lq
  1. 8位C51CRC校验原程序

    0下载:
  2. 8位C51,CRC校验原理单片机编程原程序-eight C51, CRC principles SCM original programming procedures
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-04-28
    • 文件大小:1024
    • 提供者:欧阳
  1. crc校验详解

    0下载:
  2. CRC 校验源码分析,说明了CRC 校验中CRC 值是如何计算出来的,体现的多项式正是X16+X12+X5+1。 Serial Data 即是需要校验的数据。-CRC source analyzed that the CRC value of the CRC calculation of the show that the polynomial is an X16 X12 X5. Serial Data that is the ne
  3. 所属分类:通讯编程

    • 发布日期:2024-04-28
    • 文件大小:19456
    • 提供者:小康
  1. CRC校验算法(包含8位16位32位)

    0下载:
  2. CRC校验算法(包含8位16位32位),原文件中说明也不多,有兴趣的可以研究一下-CRC algorithm (includes 8 16 32), the original document which is not large, interested parties can study
  3. 所属分类:加密解密

    • 发布日期:2024-04-28
    • 文件大小:136192
    • 提供者:绝无重复
  1. 8-16位CRC校验的算法程序

    0下载:
  2. 分别用PIC和51系列语言编写的8位、16位CRC校验的算法程序,已经验证过,好用。-respectively PIC and 51 languages of eight, 16 of the CRC algorithm procedures, already tested and ease of use.
  3. 所属分类:其他小程序

    • 发布日期:2024-04-28
    • 文件大小:6144
    • 提供者:谢飞林
  1. crc_8

    0下载:
  2. crc效验程序,crc=x^8+x^2+x+1-unicef.org well-tested procedure, crc 8 = x ^ x ^ 2 x 1
  3. 所属分类:通讯编程

    • 发布日期:2024-04-28
    • 文件大小:5120
    • 提供者:马健
  1. crc-ccitt

    0下载:
  2. CRC-CCITT码: G(x)=X16+X12+X5+1 多项式为 0x08408 用VC++写的DLL 用VB调用的 有调用实例 -CRC-CCITT code : G (x) = X16 X12 X5 to a polynomial with VC 0x08408 written with VB DLL called the Call example
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-04-28
    • 文件大小:234496
    • 提供者:李慎丹
  1. crc

    0下载:
  2. 循环冗余校验CRC的算法分析和程序实现-Cyclic Redundancy Check Analysis of Algorithms and Procedures
  3. 所属分类:电子书籍

    • 发布日期:2024-04-28
    • 文件大小:106496
    • 提供者:huangjf
  1. CRC-8

    0下载:
  2. CRC-8计算器 -CRC-8 Calculator
  3. 所属分类:其他小程序

    • 发布日期:2024-04-28
    • 文件大小:279552
    • 提供者:何肖磊
  1. crc-8

    0下载:
  2. CRC-8 检错码 -CRC-8 error code CRC-8 Error Code
  3. 所属分类:其他小程序

    • 发布日期:2024-04-28
    • 文件大小:1024
    • 提供者:
  1. crc

    0下载:
  2. delphi CRC 8 16 32 计算算法-delphi crc
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-04-28
    • 文件大小:134144
    • 提供者:123456
  1. MB CRC-8

    0下载:
  2. Labview实现CRC-8的运算, 可选不同的匹配运算方式(CRC-8 based on Labview application software)
  3. 所属分类:LabView

    • 发布日期:2024-04-28
    • 文件大小:8192
    • 提供者:season_5
« 12 3 4 5 6 7 8 9 10 ... 13 »

源码中国 www.ymcn.org