CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - CRC32校验

搜索资源列表

  1. CRC32_code_59.zip

    1下载:
  2. CRC32文件校验
  3. 所属分类:数值算法/人工智能

    • 发布日期:
    • 文件大小:23641
    • 提供者:
  1. CRC

    0下载:
  2. 这是一个用DELPHI实现的CRC32位校验的小程序,各位可以用来进行CRC校验.
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:2533
    • 提供者:欧盛芬
  1. CRC32

    0下载:
  2. 我用查表法写的CRC32校验程序,恶劣条件下的数据传输有可能需要自已些校验程序,或许可以帮你.
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:5365
    • 提供者:xuchangliang
  1. FileCheck

    0下载:
  2. crc32 算法的delphi实现。并且可以对指定文件进行校验。
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:199637
    • 提供者:junfeng
  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 check that the error control. C
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:19028
    • 提供者:zhou
  1. CalcxiaonegCRC32

    0下载:
  2. CRC32数据校验工具,能将计算结果分别用十进制和十六进制显示源代码。-CRC32 data validation tool, able to calculate the results were displayed in decimal and hexadecimal code.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:33203
    • 提供者:悬挂
  1. CRC

    0下载:
  2. 三种常用的CRC16校验算法的C51程序。以及16位CRC校验原理与算法分析。 CRC校验有多种方式,如:CRC8、CRC16、CRC32等等。在实际使用中,我们经常使用CRC16校验。CRC16校验也有多种,如:1005多项式、1021多项式(CRC-ITU)等。在这里我们不讨论CRC算法是怎样产生的,而是重点落在几种算法的C51程序的优化上。-three commonly CRC16 checksum algorithm C51 program. And a 16-bit CRC check
  3. 所属分类:Algorithm

    • 发布日期:2017-11-08
    • 文件大小:226406
    • 提供者:zenglinman
  1. CRC32

    0下载:
  2. 数据结构算法:CRC32算法实现原理 简而言之,CRC是一个数值。该数值被用于校验数据的正确性。CRC数值简单地说就是通过让你需要做处理的数据除以一个常数而得到的余数。 -Data structure algorithms: CRC32 algorithm theory short, CRC is a value. This value is used to verify the accuracy of the data. CRC value is simply handled by h
  3. 所属分类:Data structs

    • 发布日期:2017-04-09
    • 文件大小:5393
    • 提供者:张聪
  1. CRxiaoyanfanfCIT

    0下载:
  2. 自己写的CRCIT算法和校验方法,不同于常见的CRC16或CRC32,在VB环境下通过二进制的方式计算得到结果的代码。-Write their own algorithms and verification methods of CRCIT, unlike common CRC16 or CRC32, in the VB environment by way of the calculated results of the binary code.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-16
    • 文件大小:22862
    • 提供者:
  1. crc32

    0下载:
  2. 在tc 上测试通过的 循环冗余校验 CRC32 算法-CRC 32 cyclic redundancy check
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-01
    • 文件大小:883
    • 提供者:李国梁
  1. CRC32

    0下载:
  2. CRC校验由于实现简单,检错能力强,被广泛使用在各种数据校验应用中。占用系统资源少,用软硬件均能实现,是进行数据传输差错检测地一种很好的手段。-Look-up table to complete the CRC-32
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-04
    • 文件大小:2763
    • 提供者:lxl
  1. CRC32_DotNet_src

    0下载:
  2. 用于数据存储和数据通讯领域的循环冗余校验(CRC32)算法的C#实现-C# implementation of the cyclic redundancy check (CRC32) algorithm for data storage and data communication field
  3. 所属分类:Algorithm

    • 发布日期:2017-11-19
    • 文件大小:9370
    • 提供者:明廷堂
  1. crc

    1下载:
  2. 电子软件工程师必备的工具,CRC8\CRC16\CRC32\totlesum,数据校验工具。-data crc check ,8\26\32
  3. 所属分类:Algorithm

    • 发布日期:2017-11-17
    • 文件大小:1864823
    • 提供者:许云飞
  1. CRC32

    0下载:
  2. 本程序结合MFC对话框界面,融入了CRC32校验算法,校验结果和WinRar CRC32校验结果相同。-This program combines the MFC dialog with CRC32 parity algorithm, and the result is the same as the WinRar parity.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:133970
    • 提供者:攀高
  1. CRCTool-v2.0

    1下载:
  2. 一个 CRC32/CRC16 计算和校验的工具,可以直接校验文件的 CRC.-A tools for CRC32 /CRC16.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-29
    • 文件大小:488448
    • 提供者:ljg
  1. CRC32

    0下载:
  2. 32bitCRC校验,主要应用与Modbus协议通信,详细内容见源码参考-32bit CRC check, the main application and Modbus protocol communications, for details, see the reference source
  3. 所属分类:Algorithm

    • 发布日期:2017-05-04
    • 文件大小:199680
    • 提供者:Chain
  1. crc32

    0下载:
  2. crc循环冗余算法,crc校验,验证码,可以校验数据冗余
  3. 所属分类:密码/编码算法

搜珍网 www.dssz.com