搜索资源列表

  1. CRC编码

    0下载:
  2. CRC编码算法,用VC实现-CRC coding algorithm, with VC
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:17326
    • 提供者:沈凌
  1. 循环冗余校验CRC的算法分析和程序实现

    1下载:
  2. 循环冗余校验CRC(Cyclic Redundancy Check)是由分组线性码的分支而来,其主要应用是二元码组。编码简单且误判概率很低,在通信系统中得到了广泛的应用。重点介绍了CRC校验的原理及其算法实现。-Cyclic Redundancy Check (Cyclic Redundancy Check) is a linear code from the branch, its main application is binary
  3. 所属分类:多媒体

    • 发布日期:2008-10-13
    • 文件大小:8714
    • 提供者:许俊
  1. CRC32数据检验算法代码

    0下载:
  2. 在远距离数据通信中,为确保高效而无差错地传送数据,必须对数据进行校验即差错控制。循环冗余校验CRC(Cyclic Redundancy Check/Code)是对一个传送数据块进行校验,是一种高效的差错控制方法。-in long-distance data communication, in order to ensure efficient without error to transmit data, the data must c
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:19028
    • 提供者:zhou
  1. 字符串加CRC校验

    0下载:
  2. 给任意长度的字符串,加CRC校验码的c语言算法-to arbitrary length of the string, plus CRC algorithm in C Language
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1887
    • 提供者:赵小美
  1. C_CRC

    0下载:
  2. 本文从理论上推导出CRC 算法实现原理,给出三种分别适应不同计算机或微控制器硬件环境的C 语言程序。读者更能根据本算法原理,用不同的语言编写出独特风格更加实用的CRC 计算程序。-is theoretically derived from the CRC algorithm principle is given, respectively, to adapt to three different computer or microcon
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:28010
    • 提供者:杨连勇
  1. 单片机CRC算法与实现

    1下载:
  2. 利用单片机实现CRC8,CRC16校验的具体实现的几种方案-use MCU CRC8, CYXLIC REDUNDANCY Check the concrete realization of several options
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:7520
    • 提供者:cp
  1. 4种crc效验的算法

    0下载:
  2. crc16 crc32 crc8 crc-II 算法介绍
  3. 所属分类:源码下载

    • 发布日期:2010-10-21
    • 文件大小:15548
    • 提供者:hlccwp
  1. 循环校验码算法分析与程序实现

    0下载:
  2. 循环冗余校验是一种编码简单,且高效、可靠的差错控制方法,广泛应用于数据通信领域,本文将对循环校验码CRC的原理进行阐述,并且通过C代码对其进行简单的实现
  3. 所属分类:报告论文

  1. CRC校验,16位算法

    0下载:
  2. C#编写,应用于文件的CRC16位校验算法
  3. 所属分类:Windows编程

  1. crc_suanfajiaoyan

    0下载:
  2. CRC的算法校验-CRC checksum algorithm
  3. 所属分类:其他小程序

    • 发布日期:2024-05-21
    • 文件大小:3072
    • 提供者:王剑光
  1. CRCDelphi.ZIP

    0下载:
  2. crc校验算法,包括编码和解码-unicef.org checksum algorithm, including encoding and decoding
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-21
    • 文件大小:238592
    • 提供者:杨春宝
  1. Mlcrc

    0下载:
  2. delphi6写的CRC32的加密算法。 另有付加例子程序-Delphi6 CRC wrote the encryption algorithm. Another example of pay increase procedures
  3. 所属分类:加密解密

    • 发布日期:2024-05-21
    • 文件大小:2048
    • 提供者:卧龙
  1. crc1010

    0下载:
  2. 通信的目的是要把信息及时可靠地传送给对方,因此要求一个通信系统传输消息必须可靠与快速,在数字通信系统中可靠与快速往往是一对矛盾。为了解决可靠性,通信系统都采用了差错控制。本文详细介绍了循环冗余校验CRC(Cyclic Redundancy Check)的差错控制原理及其算法实现。-the purpose of communication is to timely and reliable information to be transm
  3. 所属分类:编辑框

    • 发布日期:2024-05-21
    • 文件大小:20480
    • 提供者:xn
  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-05-21
    • 文件大小:134144
    • 提供者:邓光
  1. crc16andall

    0下载:
  2. 调试多年的CRC通用程序,适于各种生成多项式.调试通过.与手工算法一致 -debugging years of CRC program, suitable for a variety of generating polynomial. Debugging through. Consistent with the manual algorithm
  3. 所属分类:通讯编程

    • 发布日期:2024-05-21
    • 文件大小:2048
    • 提供者:sss
  1. GeneralHashFunctions_-_C

    0下载:
  2. 8种CRC的C++ hash算法,可以供需要寻找hash算法的人使用! 广泛应用于包括路由/纠错等领域中!-eight CRC C hash algorithm, for it needs to find the hash algorithm to use! Widely used include routing/correction fields!
  3. 所属分类:Windows编程

    • 发布日期:2024-05-21
    • 文件大小:3072
    • 提供者:张宾
  1. JCRC

    0下载:
  2. 将数据帧中的第一个8位字节与CRC寄存器中的低字节进行异或运算,CRC寄存器,循环冗余校验算法-data fr a me of an 8-byte CRC register with the low byte for XOR, CRC register, cyclic redundancy checking algorithm
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-21
    • 文件大小:2048
    • 提供者:
  1. FastFileCRC-ChecksumTagging

    0下载:
  2. 实现文件CRC加密的VB程序,运行速度快,算法优化占CPU很少。-CRC files encrypted VB program, run faster, algorithm optimization for the CPU rarely.
  3. 所属分类:加密解密

    • 发布日期:2024-05-21
    • 文件大小:30720
    • 提供者:李大卫
  1. newCcodeaboutCRC

    0下载:
  2. CRC循环校验的C语言程序,全新算法实现,编译过可用,简单易懂!-Cyclic Check the C Programming Language, the new algorithm, compiled available and easily understood!
  3. 所属分类:通讯编程

    • 发布日期:2024-05-21
    • 文件大小:6144
    • 提供者:彭杨
  1. genCRC32

    0下载:
  2. 本程序是使用Vc++6.0开发的用于计算机系通信理论课程的CRC32编码器模拟程序,它能模拟直接计算法和余式计算法,算法明晰。-this procedure is the use of Vitamin C 6.0 for the development of computer-communication theory courses CRC encoder simulation program, it can direct simula
  3. 所属分类:其他小程序

    • 发布日期:2024-05-21
    • 文件大小:2048
    • 提供者:刘权
« 1 2 ... 7 8 9 10 11 1213 14 15 16 17 ... 29 »

源码中国 www.ymcn.org