CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - CheckSum

搜索资源列表

  1. checksum

    0下载:
  2. 软件模拟CRC冗余校验,可以对任意长度的发送序列求16位校验和,并且可以对接收序列进行检查。有详细的中文注释,和模拟函数-simulation software CRC Redundancy Check, for any length of this sequence for 16 checksum, and to be able to receive sequence for the examination. The Chinese have detailed notes and simula
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:1563
    • 提供者:邓飞
  1. Checksum.Src

    1下载:
  2. 一个checksum工具源代码 用于从命令行中生成和校验文件的checksum digest 支持MD5, MD2, MD4, SHA1 and CRC32-a checksum tool for source code generated from the command line and checking documents to support MD5 checksum data, MD2, MD4, SHA1 and CRC
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:48832
    • 提供者:甘荣
  1. checksum

    0下载:
  2. 一个用来快速求出文件checksum的工具,短小精悍。
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:11894
    • 提供者:anbaoyong
  1. checksum

    0下载:
  2. 程式名称:Checksum creater开放源码 程式语言C
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:1000
    • 提供者:bluse
  1. CHECKSUM

    0下载:
  2. 算法类,checksum算法的源代码,算法导论上的
  3. 所属分类:开发工具

    • 发布日期:2008-10-13
    • 文件大小:2222
    • 提供者:孟超
  1. checksum

    0下载:
  2. 这是一款校验和算法的源代码,有需要校验和算法的朋友,可以借鉴一下。-This is a checksum algorithm source code, the checksum algorithm need a friend, you can learn from it.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-03
    • 文件大小:1628
    • 提供者:恒博
  1. MD5Checksum

    0下载:
  2. MD5校验和算法源码-MD5 checksum algorithm source
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-11-08
    • 文件大小:65951
    • 提供者:刘谓
  1. CheckSum

    0下载:
  2. Hex 文件 Checksum,计算工具-Hex File Checksum, computational tools
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-29
    • 文件大小:145808
    • 提供者:张军平
  1. crc_check

    0下载:
  2. CRC校验,包括crc8_4、crc12_4、crc16_8、crc32_8-CRC checksum, including crc8_4, crc12_4, crc16_8, crc32_8
  3. 所属分类:Communication

    • 发布日期:2017-03-24
    • 文件大小:4346
    • 提供者:wl
  1. checksum

    0下载:
  2. The program computes the checksum and displays the result in an output port. The program is written for Microchip PIC16F877A target device
  3. 所属分类:Other Embeded program

    • 发布日期:2017-03-26
    • 文件大小:794
    • 提供者:ramani
  1. CheckSum

    0下载:
  2. it is source code for calculate checksum
  3. 所属分类:.net

    • 发布日期:2017-04-01
    • 文件大小:50645
    • 提供者:
  1. Checksum-Code

    0下载:
  2. This code implement checksum generate
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-03-24
    • 文件大小:550
    • 提供者:shiran raviv
  1. CheckSum

    0下载:
  2. 测试通讯中必不可少的一项检查:CHECKSUM,对于需要进行CHECKSUM检查的应用程序来说,此源码是很好的参考-Test communication essential to a check: CHECKSUM, CHECKSUM check for the required application procedures, this is a good source of reference
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:69040
    • 提供者:付大强
  1. checksum

    0下载:
  2. 个人总结的关于ipv4和ipv6包中checksum的计算方法,包括所有类型的包,很详细。之前子座这块块是在网上一直找不到完整详细的说明。这里是我花了很长时间总结的,与大家分享。-about checksum
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2015-05-27
    • 文件大小:8777
    • 提供者:snmp
  1. checksum

    0下载:
  2. 用来计算51单片机rom内程序的checksum值,C51 keil编译-SCM calculation rom checksum value within the program, C51 keil compiler
  3. 所属分类:SCM

    • 发布日期:2017-03-23
    • 文件大小:11246
    • 提供者:Tony
  1. Add.VB.code.convert.hex.checksum

    0下载:
  2. VB校验和 进制转换相加代码Add VB code to convert hex checksum -Add VB code to convert hex checksum
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-22
    • 文件大小:8246
    • 提供者:,
  1. Checksum

    0下载:
  2. 校验和的计算过程主要分位三个步骤:数据文件的输入,校验和的计算和校验结果的输出。输入数据可能是以字符形式存储的 ,而校验和的计算则要采用数据形式,所以在从文件读取数据时,都要进行字符到数据的相互转换. 使用C++编程时直接使用16进制的方式打开输入文件。待校验的数据按16位位一个单位相加,采用端循环进位,最后对所得16位的数据取反码。因为待校验的数据时以字节方式分隔的 ,所以为了方便,将16位的数据分成高8位和 低8位处理。-Checksum calculation process is div
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-26
    • 文件大小:7519
    • 提供者:刘俊涛
  1. MD5-Checksum

    0下载:
  2. MD5校验,拖动一个或者多个文件到一个表中,能够得到他的校验值-MD5 checksum, drag one or more files into a table, to get his check value
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-27
    • 文件大小:42193
    • 提供者:邓会林
  1. CheckSum

    2下载:
  2. 计算CheckSum校验和的一个小工具。(That is a tool for getting the checksum value.)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-07
    • 文件大小:60416
    • 提供者:nekin
  1. checksum

    0下载:
  2. 对内存中的数据计算它的checksum码并验证(compute the checksum code of the data in the buff and check it)
  3. 所属分类:其他

    • 发布日期:2018-01-05
    • 文件大小:1024
    • 提供者:zytriumph
« 12 3 4 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com