搜索资源列表

  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. crc16

    0下载:
  2. 16位的CRC校验函数包。符合ccitt标准,查表法校验,速度快。节省CPU时间。值得一看!
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:1483
    • 提供者:cumt
  1. CRC_PPP

    0下载:
  2. 单片机实现的CRC校验,特别针对PPP协议验证过。 多项式是:CRC16-CCITT x16+x12+x5+1
  3. 所属分类:TCP/IP协议栈

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

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

    • 发布日期:2024-06-11
    • 文件大小:1024
    • 提供者:站长
  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-11
    • 文件大小:3072
    • 提供者:buaalzx
  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-11
    • 文件大小:134144
    • 提供者:邓光
  1. crc16(VC)

    0下载:
  2. crc16的算法,格式为X16+X12+X5+1,用于串口通讯数据的校验。-crc16 algorithm, the format for X16 X12 X5 one for serial data communications check.
  3. 所属分类:C#编程

    • 发布日期:2024-06-11
    • 文件大小:28672
    • 提供者:
  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-11
    • 文件大小:208896
    • 提供者:dszc
  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-06-11
    • 文件大小:3072
    • 提供者:wentsing
  1. CRC

    0下载:
  2. Modbus串行通讯的CRC16校验和计算方法-Modbus serial communications CRC16 checksum calculation
  3. 所属分类:串口编程

    • 发布日期:2024-06-11
    • 文件大小:2048
    • 提供者:
  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-11
    • 文件大小:1024
    • 提供者:cumt
  1. crc16

    0下载:
  2. crc的学习资料我发费很长的时间得到的大家共同学习-CRC of the learning materials costs me a long time to get everyone together to learn
  3. 所属分类:Windows编程

    • 发布日期:2024-06-11
    • 文件大小:15360
    • 提供者:dongyou
  1. CRC_PPP

    0下载:
  2. 单片机实现的CRC校验,特别针对PPP协议验证过。 多项式是:CRC16-CCITT x16+x12+x5+1-Singlechip realize the CRC checksum, with special reference to PPP agreements verified. Polynomial is: CRC16-CCITT x16+ X12+ X5+ 1
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2024-06-11
    • 文件大小:1024
    • 提供者:王强
  1. CRC16

    0下载:
  2. 纯c代码编写,可以单独的进行CRC16校验,结果可以16进制显示。-The preparation of pure c code can be carried out separate CRC16 checksum, 16-band results can be displayed.
  3. 所属分类:串口编程

    • 发布日期:2024-06-11
    • 文件大小:96256
    • 提供者:chen
  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-11
    • 文件大小:137216
    • 提供者:guibin
  1. crc_peripheral

    0下载:
  2. -- crc.vhd -- Used for calculation of CRC16-CCITT -- Intended use is as custom peripheral for Nios processor -- When address is logic 0 => -- Internal CRC register is initialised with write_data value --
  3. 所属分类:其他小程序

    • 发布日期:2024-06-11
    • 文件大小:1024
    • 提供者:Jan Petak
  1. CRC16-CCITT

    0下载:
  2. CRC16-CCITT校验算法,包含Visual C源程序。-CRC16-CCITT calibration algorithm
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-06-11
    • 文件大小:278528
    • 提供者:杨啸天
  1. CRC16-CCITT

    0下载:
  2. CRC16-CCITT算法源代码,我的工程使用正确,没问题-CRC16-CCITT algorithm source code, my project used correctly, no problem
  3. 所属分类:其他小程序

    • 发布日期:2024-06-11
    • 文件大小:1024
    • 提供者:wu
  1. crc16

    0下载:
  2. CRC16-CCITT的算法实现,包括数据流低位先发和数据流高位先发时的两种算法。在这种算法在通信系统经常用到。-It is an implementation of CRC16-CCITT,including two type of algorithm when both the LSB and MSB of data stream transmitted.
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-06-11
    • 文件大小:1024
    • 提供者:hanshan
  1. CRC16-CCITT

    0下载:
  2. 代码用C实现了CRC16 CCITT x1021算法。并带有位交换和种子初始化。-This code is used to program algorithm of CRC16 CCITT x1021 with C. Inside there are bit-reverse and seed-initialization provided.
  3. 所属分类:单片机(51,AVR,MSP430等)

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

源码中国 www.ymcn.org