搜索资源列表

  1. CRC-CCITT-tab

    0下载:
  2. 一个生成反相CRC-CCITT校验码表的单片机C程序,反相CRC-CCITT= 0x8408,开发环境为Keil C51-a generation RP-CRC-CCITT CRC table of SCM C procedures, RP-CRC-CCITT = 0x8408, the development environment for Keil C51
  3. 所属分类:其它资源

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

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

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

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

    • 发布日期:2024-06-03
    • 文件大小:5120
    • 提供者:管冬兵
  1. crc

    1下载:
  2. vb关于CRC校验的程序-vb about CRC verification procedure
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-06-03
    • 文件大小:25600
    • 提供者:王宁
  1. crc16

    0下载:
  2. A CCITT-16 CRC calculator. The source contains both the calculated (smaller but slower) version, and the table driven (faster but larger) version.
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2024-06-03
    • 文件大小:3072
    • 提供者:buaalzx
  1. crc8

    0下载:
  2. 8051上的CRC8校验 A CCITT-8 CRC calculator. The source contains both the calculated (smaller but slower) version, and the table driven (faster but larger) version.-8051 CRC8 check on the CCITT A-8 CRC calculator. Th e source
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-06-03
    • 文件大小:2048
    • 提供者:buaalzx
  1. CRC算法原理及C语言实现

    0下载:
  2. ARM开发详解CRC算法原理及C语言实现-CRC algorithms for C Language
  3. 所属分类:微处理器(ARM/PowerPC等)

    • 发布日期:2024-06-03
    • 文件大小:5120
    • 提供者:王兴锋
  1. CRC-16

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

    • 发布日期:2024-06-03
    • 文件大小:2048
    • 提供者:
  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-06-03
    • 文件大小:27648
    • 提供者:jojo
  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-06-03
    • 文件大小:234496
    • 提供者:李慎丹
  1. CRC-CCITT-tab

    0下载:
  2. 一个生成反相CRC-CCITT校验码表的单片机C程序,反相CRC-CCITT= 0x8408,开发环境为Keil C51-a generation RP-CRC-CCITT CRC table of SCM C procedures, RP-CRC-CCITT = 0x8408, the development environment for Keil C51
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-06-03
    • 文件大小:12288
    • 提供者:吴健
  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-06-03
    • 文件大小:39936
    • 提供者:ligao111
  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-06-03
    • 文件大小:3072
    • 提供者:xuhailun
  1. ccitt

    0下载:
  2. 能够对十六进制的数据进行CRC校验,校验码为ccitt码。
  3. 所属分类:加密解密

    • 发布日期:2024-06-03
    • 文件大小:31744
    • 提供者:王先生
  1. crc-ccitt

    0下载:
  2. 计算xk+1除CRC-CCITT后的余式,k从1到32768-Calculated xk+ 1 In addition to the post-CRC-CCITT congruence, k from 1-32768
  3. 所属分类:加密解密

    • 发布日期:2024-06-03
    • 文件大小:2048
    • 提供者:小刀
  1. vb-CRC

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

    • 发布日期:2024-06-03
    • 文件大小:2048
    • 提供者:sunshuwen
  1. CCITT-CRC

    0下载:
  2. ccitt-crc文件校检方法的详细介绍,可以理解校检问题-ccitt-crc school paper details the methods, you can understand the issue of school seizure
  3. 所属分类:加密解密

    • 发布日期:2024-06-03
    • 文件大小:13312
    • 提供者:ml
  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-06-03
    • 文件大小:159744
    • 提供者:jj
  1. testcrc

    1下载:
  2. 计算CRC16/CRC8/CRC32的程序,可获得CRC-CCITT/CRC-16/CRC-8/CRC-32的计算结果。 提供Delphi源代码和MCS51单片机的汇编源代码,分别采用两至三种不同算法实现。有比较详细的调用和使用说明-Calculation CRC16/CRC8/CRC32 procedures, available CRC-CCITT/CRC-16/CRC-8/CRC-32 calculations. Delphi s
  3. 所属分类:Dephi控件源码

    • 发布日期:2024-06-03
    • 文件大小:137216
    • 提供者:guibin
  1. CRC.txt

    0下载:
  2. 用查表法计算CRC码 C的程序设计,生成多项式为CRC-CCITT -CRC look-up table method using C programming code, generating polynomial for the CRC-CCITT
  3. 所属分类:编程文档

    • 发布日期:2024-06-03
    • 文件大小:58368
    • 提供者:lfzxyy
« 12 3 4 5 6 7 8 »

源码中国 www.ymcn.org