搜索资源列表

  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. 所属分类:嵌入式/单片机编程

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

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

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

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

    • 发布日期:2024-06-13
    • 文件大小:5120
    • 提供者:管冬兵
  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-13
    • 文件大小:3072
    • 提供者:buaalzx
  1. CRC-16

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

    • 发布日期:2024-06-13
    • 文件大小: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-06-13
    • 文件大小:134144
    • 提供者:邓光
  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-13
    • 文件大小:234496
    • 提供者:李慎丹
  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-13
    • 文件大小:39936
    • 提供者:ligao111
  1. CRC_16_Sample

    0下载:
  2. MODBUS等通讯协议中CRC校验码的生成和测试-MODBUS communication protocol such as CRC code generation and testing
  3. 所属分类:Windows编程

    • 发布日期:2024-06-13
    • 文件大小:397312
    • 提供者:王跃跃
  1. CalCrc_V1.1

    0下载:
  2. CRC16,CRC32,校验和实用计算工具,支持10,16进制 V1.1 增强了系统兼容性-CYXLIC REDUNDANCY, CRC32-and testing and practical calculation tools, support 10, 16 V1.1 enhanced 229 system compatibility
  3. 所属分类:微处理器(ARM/PowerPC等)

    • 发布日期:2024-06-13
    • 文件大小:208896
    • 提供者:dszc
  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-06-13
    • 文件大小:21504
    • 提供者:李明
  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-13
    • 文件大小:3072
    • 提供者:xuhailun
  1. HDLC

    0下载:
  2. HDLC链路层协议的CRC校验.HDLC使用16位CRC校验。使用的多项式是:x16+x12+x5+x0-HDLC link layer protocol of the CRC checksum. HDLC using 16-bit CRC checksum. Polynomial is used: x16+ X12+ X5+ X0
  3. 所属分类:书籍源码

    • 发布日期:2024-06-13
    • 文件大小:1024
    • 提供者:李洪臣
  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-06-13
    • 文件大小:1024
    • 提供者:
  1. crc16

    0下载:
  2. 16位的CRC校验函数包。符合ccitt标准,查表法校验,速度快。节省CPU时间。值得一看!-16 The CRC checksum function package. Consistent with the CCITT standards, look-up table method validation, fast. Save CPU time. Worth a visit!
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2024-06-13
    • 文件大小:1024
    • 提供者:cumt
  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-13
    • 文件大小:13312
    • 提供者:ml
  1. CCITT_CRC16

    0下载:
  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例程

    • 发布日期:2024-06-13
    • 文件大小:1024
    • 提供者:张原
  1. CCITT_CRC

    0下载:
  2. CCITT的CRC检验代码。不是很难,但也是心血所结-CCITT The CRC check code. Is not difficult, but also efforts by the knot! ! !
  3. 所属分类:其他小程序

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

    0下载:
  2. CRC-CCITT 16校验 带数据位检测-CRC-CCITT 16 data bits with parity detection
  3. 所属分类:其他小程序

    • 发布日期:2024-06-13
    • 文件大小:3072
    • 提供者:周先生
  1. program-for-error-detecting-code-using-CRC-CCITT-

    0下载:
  2. program for error detecting code using CRC-CCITT (16-bits).
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-06-13
    • 文件大小:1024
    • 提供者:garv24
« 12 3 4 »

源码中国 www.ymcn.org