搜索资源列表

  1. crc

    0下载:
  2. CRC校验程序,使用了CRC-16和CRC-CCITT方法 -CRC inspection program, which use crc-16 and crc-ccitt method
  3. 所属分类:加密解密

    • 发布日期:2024-11-23
    • 文件大小:1kb
    • 提供者:站长
  1. CRC-16 CRC-32 算法介绍,程序代码

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

    • 发布日期:2024-11-23
    • 文件大小:5kb
    • 提供者:管冬兵
  1. CRC-16

    0下载:
  2. VC++开发的冗余码算法-VC redundancy Algorithm
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-11-23
    • 文件大小:2kb
    • 提供者:
  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-11-23
    • 文件大小:131kb
    • 提供者:邓光
  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-11-23
    • 文件大小:27kb
    • 提供者:jojo
  1. CRC循环校验具体算法

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

    • 发布日期:2024-11-23
    • 文件大小:2kb
    • 提供者:汪永威
  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-11-23
    • 文件大小:19kb
    • 提供者:小康
  1. CRC校验代码源程序

    0下载:
  2. CRC循环冗余,是一种查表法,实现数据的自动打包问题-Cyclic Redundancy is a look-up table method, the data is automatically packaged problems
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-11-23
    • 文件大小:14kb
    • 提供者:黄宁
  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-11-23
    • 文件大小:229kb
    • 提供者:李慎丹
  1. crc_test

    0下载:
  2. 使用CRC-16 ,CCITT多项式的CRC检验生成,检验的原程序,可用于网路通信的信号传输检验用-using CRC-16, CCITT CRC polynomial test generation, the original testing procedures, can be used for network communications signal transmission tests using
  3. 所属分类:通讯/手机编程

    • 发布日期:2024-11-23
    • 文件大小:39kb
    • 提供者:ligao111
  1. crc_16

    0下载:
  2. CRC-16的编解码程序和仿真结果。统计了漏检概率随错误比特数目的曲线。-CRC-16 codec procedures and simulation results. Statistics of the undetected bit error probability with the number of curves.
  3. 所属分类:通讯/手机编程

    • 发布日期:2024-11-23
    • 文件大小:21kb
    • 提供者:李明
  1. crc

    0下载:
  2. MSP430的CRC程序设计实现,位运算和查表法-MSP430 realize the CRC program design, digital computing and look-up table method
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-11-23
    • 文件大小:1kb
    • 提供者:caichangxin
  1. crc

    0下载:
  2. 生成多项式的最高位必须是1。例如:CRC-CCITT标准的16位生成多项式:g(x)= x16+x12+x1+1;阶数r = 16 即:0x11021.最高位通常为1。-Generating polynomial must be the highest one. For example: CRC-CCITT standard 16-bit generation polynomial: g (x) = x16+ X12+ X1+ 1
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2024-11-23
    • 文件大小:3kb
    • 提供者:xuhailun
  1. CRCALL

    0下载:
  2. 此软件是CRC的软件实现方法,包括了CRC8,CRC16,CRC32的全部算法,每一种算法又分速度优先与资源优先型以及适中型三种算法。全部通过调试验证,与硬件无关,可移植于任何MCU-This software is the software realization of CRC, including the CRC8, CRC16, CRC32 all the algorithms, each algorithm was divide
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2024-11-23
    • 文件大小:3kb
    • 提供者:wentsing
  1. CRC16_D8.v

    0下载:
  2. 完成ccitt crc的校验。针对hdlc协议控制器编写的crc校验模块。通过了仿真测试-Ccitt crc checksum completed. HDLC protocol controller for the preparation of the CRC checksum module. Through the simulation test
  3. 所属分类:通讯编程

    • 发布日期:2024-11-23
    • 文件大小:1kb
    • 提供者:
  1. vb-CRC

    0下载:
  2. CRC校验VB源码,直接可以使用,有注释-CRC Checksum VB source, can be used directly, has the Notes
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-11-23
    • 文件大小:2kb
    • 提供者:sunshuwen
  1. lib_crc-CRC_library

    0下载:
  2. The file lib_crc.c contains source code for functions to calculate five commonly used CRC values: CRC-16, CRC-32, CRC-DNP, CRC-SICK, CRC-Kermit and CRC-CCITT. The functions can be freely used. - The file
  3. 所属分类:加密解密

    • 发布日期:2024-11-23
    • 文件大小:8kb
    • 提供者:freaX
  1. CRC

    0下载:
  2. The 16-bit CRC checksum. The algorithm used is CRC-CCITT. The CRC calcula- tion includes all bytes of the fr a me. The data bytes have to be calculated as a word. At first you have to shift in the high byte of the d
  3. 所属分类:Windows编程

    • 发布日期:2024-11-23
    • 文件大小:156kb
    • 提供者:jj
  1. checkCRC

    0下载:
  2. CRC效验程序,使用CRC-16和CRC-CCITT方法。 其中CRC-16的效验字是: X^16 + X^15 + X^2 + 1,CRC-12的效验字是: X^12 + X^11 + X^3 + X^2 + X^1 +1 CRC-CCITT的效验字是: X^16 + X^12 + X^5 + 1 -CRC-tested program, using the CRC-16 and CRC-CCITT method. Inclu
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-11-23
    • 文件大小:1kb
    • 提供者:spencer
  1. CRC16_2

    0下载:
  2. IAR Asm for MSP430. Calculate the CCITT/ITU/CRC-16 parameters for this CRC are: Polynomial: x^16 + x^12 + x^5 + 1 (0x1021) Start value 0xFFFF Data receives from USART Checksum in R11.-IAR Asm for MSP430.
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2024-11-23
    • 文件大小:2kb
    • 提供者:vlad
« 12 3 4 »

源码中国 www.ymcn.org