搜索资源列表

  1. Compact

    0下载:
  2. 针对大型文件优化的数据压缩解压缩单元,另外也提供以 CRC32 算法快速核验数据正确的单元-against large files optimized data compression decompression modules, It also provides CRC algorithm for rapid verification of the correct data unit
  3. 所属分类:Windows编程

    • 发布日期:2024-05-22
    • 文件大小:22528
    • 提供者:tanwh
  1. CRCCHK

    0下载:
  2. 用C语言编的CRC校验程序,他是一种重要的通信算法-C language series of the CRC process, he is an important communications algorithm
  3. 所属分类:C#编程

    • 发布日期:2024-05-22
    • 文件大小:4096
    • 提供者:张自营
  1. CRC16CRC32CRC16F

    0下载:
  2. CRC16CRC32CRC16F算法和代码-CRC16CRC32CRC16F algorithm and the code
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-22
    • 文件大小:5120
    • 提供者:乐天
  1. CRCsuanfaheqita

    1下载:
  2. 包括CRC在内的N多算法2,自己自己看吧,很不错,对于需要快速开发数据效验的朋友很有帮助-including the CRC algorithm for two more N, mull their own, very good, the need for rapid development of data validity checks helpful friends
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-22
    • 文件大小:9216
    • 提供者:
  1. testcrc

    0下载:
  2. delphi下的CRC8,CRC16,CRC32算法的例子,直接拷贝代码就可以使用了,可省去晦涩的研究.-delphi the CRC8, CYXLIC REDUNDANCY, CRC32-algorithm example, directly copy code can use it, can be saved obscure research.
  3. 所属分类:通讯编程

    • 发布日期:2024-05-22
    • 文件大小:189440
    • 提供者:流星
  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-05-22
    • 文件大小:28672
    • 提供者:
  1. CRCRecycle

    0下载:
  2. CRC循环校验的具体算法方案 用vc++ 实现-cycle CRC checksum algorithm for the specific program used to achieve vc
  3. 所属分类:软件工程

    • 发布日期:2024-05-22
    • 文件大小:2048
    • 提供者:lxs
  1. tscrc

    0下载:
  2. 关于TS的CRC算法,通过这个程序可以测试TS中的CRC值是否正确-on the CRC algorithm, this procedure can test the TS value of the CRC is correct
  3. 所属分类:其他小程序

    • 发布日期:2024-05-22
    • 文件大小:330752
    • 提供者:强强
  1. CRC_CCITT_c

    0下载:
  2. 可以将以bit为单位进行处理的算法扩展到8位,即以Byte为单位进行处理。由于有8个bit,所以有2^8种选择。这样明显会使运行时 间大为减少,速度明显更快,但是也有它的缺点,即,占用资源太大,所以综合考虑速度和 资源两点,采用半字节查表法。即以半 Byte为单位进行处理。由于有4个bit,所以有2^4种选择。-bit can be processed for the extension of the algorit
  3. 所属分类:其他小程序

    • 发布日期:2024-05-22
    • 文件大小:1024
    • 提供者:jevidyang
  1. CsharpComDebug

    0下载:
  2. 用CSharp写的串口调试程序,包含CRC16算法-with CSharp write serial debugging procedures, including CYXLIC REDUNDANCY Algorithm
  3. 所属分类:串口编程

    • 发布日期:2024-05-22
    • 文件大小:72704
    • 提供者:silentdawn
  1. crcidentify

    0下载:
  2. 用vc开发工具开发的源码crc认证算法,大家可以试用一下-with vc Tools Development crc the source authentication algorithm, you can try the
  3. 所属分类:CA认证

    • 发布日期:2024-05-22
    • 文件大小:2048
    • 提供者:liuhp
  1. HEC-CRC8

    0下载:
  2. 针对4Bytes的CRC8算法,可纠一个比特的错误和检测一个比特以上错误。-against the CRC8 4Bytes algorithm can correct a bit error detection and error over a bit.
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-22
    • 文件大小:1024
    • 提供者:谭晓荣
  1. C51encrypt

    0下载:
  2. 3个C语言算法源代码:CRC校验、DES的单片机加密算法代码,好用-three C language source code algorithm : CRC, the DES encryption algorithm MCU code handy
  3. 所属分类:加密解密

    • 发布日期:2024-05-22
    • 文件大小:14336
    • 提供者:杨峰林
  1. crc_v3

    0下载:
  2. crc_32 checksum算法原理,以及具体如何用C语言实现.-crc_32 checksum algorithm theory, and the specifics of how to use C language.
  3. 所属分类:软件工程

    • 发布日期:2024-05-22
    • 文件大小:26624
    • 提供者:劉甜
  1. CRC16_C

    0下载:
  2. 在C语言中开发的crc16查表算法的源代码,看看有没有参考价值!-in C language development crc16 Lookups for the source code, to see if there is any reference value!
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-22
    • 文件大小:1024
    • 提供者:a
  1. CRC16_check

    0下载:
  2. 单片机用的CRC校验算法程序。CRC16 -microcontroller with the CRC algorithm procedures. CYXLIC REDUNDANCY
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-22
    • 文件大小:38912
    • 提供者:wgf
  1. crc2345

    0下载:
  2. crc任意位生成多项式 任意位运算 自适应算法 循环冗余校验码(CRC,Cyclic Redundancy Code)是采用多项式的 编码方式,这种方法把要发送的数据看成是一个多项式的系数 ,数据为bn-1bn-2…b1b0 (其中为0或1),则其对应的多项式为: bn-1Xn-1+bn-2Xn-2+…+b1X+b0 例如:数据“10010101”可以写为多项式 X7+X4+X2+1。 循环冗余校验CRC 循环冗余校验方法的原理如下:
  3. 所属分类:汇编语言

    • 发布日期:2024-05-22
    • 文件大小:1024
    • 提供者:yzs
  1. CRCVerifyArithmetic

    0下载:
  2. CRC校验算法 CRC校验算法 CRC校验算法-CRC algorithm CRC algorithm CRC algorithm C RC calibration algorithm CRC algorithm
  3. 所属分类:Dephi控件源码

    • 发布日期:2024-05-22
    • 文件大小:620544
    • 提供者:
  1. C51_shuziyubosuanfa

    0下载:
  2. 这是基于MCS51的软件抗干扰数字滤波算法,包括CRC校验算法、加权滤波算法、脉冲干扰抑制算法、滑动滤波算法等。对MCS51信号采集大有用处。其中CRC校验、滑动滤波算法在笔者的心电呼吸信号科技计划项目中应用,取得了较好的效果-MCS51 This is based on the anti-jamming software digital filtering algorithms, including CRC algorithm, we
  3. 所属分类:汇编语言

    • 发布日期:2024-05-22
    • 文件大小:6144
    • 提供者:蔡成林
  1. GetCRC32(CS)

    0下载:
  2. CRC32哈希算法的C#版源码.采用的是动态生成码表的方法.-CRC32-hash algorithm in C# version of the source code. The code is dynamically generated table method.
  3. 所属分类:加密解密

    • 发布日期:2024-05-22
    • 文件大小:23552
    • 提供者:李哓
« 1 2 ... 8 9 10 11 12 1314 15 16 17 18 ... 29 »

源码中国 www.ymcn.org