搜索资源列表

  1. crc

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

    • 发布日期:2025-04-03
    • 文件大小:1kb
    • 提供者:站长
  1. crc-16 crc-32 算法介绍,程序代码

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

    • 发布日期:2025-04-03
    • 文件大小:5kb
    • 提供者:管冬兵
  1. crc-16

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

    • 发布日期:2025-04-03
    • 文件大小: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等)

    • 发布日期:2025-04-03
    • 文件大小: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. 所属分类:通讯编程

    • 发布日期:2025-04-03
    • 文件大小:27kb
    • 提供者:jojo
  1. crc循环校验具体算法

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

    • 发布日期:2025-04-03
    • 文件大小: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. 所属分类:通讯编程

    • 发布日期:2025-04-03
    • 文件大小:19kb
    • 提供者:小康
  1. crc校验代码源程序

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

    • 发布日期:2025-04-03
    • 文件大小: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. 所属分类:数值算法/人工智能

    • 发布日期:2025-04-03
    • 文件大小:229kb
    • 提供者:李慎丹
  1. crc_test

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

    • 发布日期:2025-04-03
    • 文件大小: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. 所属分类:通讯/手机编程

    • 发布日期:2025-04-03
    • 文件大小:21kb
    • 提供者:李明
  1. crc

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

    • 发布日期:2025-04-03
    • 文件大小: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. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2025-04-03
    • 文件大小:3kb
    • 提供者:xuhailun
  1. crcALL

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

    • 发布日期:2025-04-03
    • 文件大小: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. 所属分类:通讯编程

    • 发布日期:2025-04-03
    • 文件大小:1kb
    • 提供者:
  1. vb-crc

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

    • 发布日期:2025-04-03
    • 文件大小: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. 所属分类:加密解密

    • 发布日期:2025-04-03
    • 文件大小: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编程

    • 发布日期:2025-04-03
    • 文件大小:156kb
    • 提供者:jj
  1. checkcrc

    0下载:
  2. crc效验程序,使用crc-16crc-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等)

    • 发布日期:2025-04-03
    • 文件大小: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. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2025-04-03
    • 文件大小:2kb
    • 提供者:vlad
« 12 3 4 »

源码中国 www.ymcn.org