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

搜索资源列表

  1. Md5Test

    0下载:
  2. 本例是用md5做为数据校验的算法防止自己的程序被篡改的小例子。有些可执行程序,当被改了资源时再运行会有文件已损坏的提示,这就是使用了数据校验。当然你可以使用个性化的,比如des作为数字签名,那样安全性更高。具体请见代码及注释.-cases is the use of data as md5 checksum algorithm to prevent their own procedures be tampered with small examples. Some of the executa
  3. 所属分类:CA认证

    • 发布日期:2008-10-13
    • 文件大小:51328
    • 提供者:曲进
  1. 发现网络中的活动主机

    0下载:
  2. 关键字: socket, 校验和算法, ICMP, connect, 端口,扫描, 这是我课程设计时,用VC.NET写的一个程序,功能是在利用socket提供的API函数, 填充并发送ICMP包,测试指定IP地址段中活动主机. 使用简单的connect方法来测试目的端口是否可通.并附带了校验和算法.希望更多的人与我交流, QQ:270596846 e_mail:chmuggmwtg@163.com-keyword : socket, the checksum algorithm, I
  3. 所属分类:扫描程序

    • 发布日期:2008-10-13
    • 文件大小:14061
    • 提供者:陈成
  1. 计算校验和

    0下载:
  2. 关键字: 校验和算法, VC.NET, 这是我VC.NET写的一个小程序,在控制台模式下实现校验和算法 希望更多的人与我交流, QQ:270596846 E_MAIL:chmuggmwtg@163.com -keyword : checksum algorithm, VC.NET, this is my VC.NET write a small program the console model under checksum algorithm hope more people sh
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:7688
    • 提供者:陈成
  1. xHEX

    0下载:
  2. 一个简单的16进制编辑器,新版本添加了以下的功能: 1。更强的撤消 2。块删除 3。插入 4。块填充 5。内存编辑 6。checksum(计算CRC32,求和) 7。直接对数值运算-a simple band of 16 editors, the new version adds the following features : 1. Subsequent to the withdrawal of two. Delete three blocks. Insert 4.
  3. 所属分类:编辑器/阅读器

    • 发布日期:2008-10-13
    • 文件大小:35394
    • 提供者:兰根顺
  1. tcpick0.2.1.tar

    0下载:
  2. tcpick is a textmode sniffer that can track TCP streams and saves the data captured in files or displays them in the terminal. It is useful for picking files in a passive way. It can store all connections in different files, or it can display all the
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:175871
    • 提供者:贺鹏
  1. mpeg2audio

    0下载:
  2. MSSG-MPEG2源代码,为MPEG组织为校验mpeg2提供的mpeg2校验代码。适合初学视频编程入门。-MSSG-MPEG2 source code, MPEG organizations to check the mpeg2 mpeg2 checksum code. Video programming suitable for beginners entry.
  3. 所属分类:Audio

    • 发布日期:2008-10-13
    • 文件大小:107947
    • 提供者:刘武
  1. 2004112614305417231

    0下载:
  2. 一个右校验CRC16的程序,简单好用,界面不错-a right checksum CYXLIC REDUNDANCY procedures simple and easy, good interface
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:356528
    • 提供者:feng
  1. CRC32_code_59

    1下载:
  2. CRC32校验,网络安全项目必用的冬冬,在VC6.0下测试通过,有完整的测试程序-CRC checksum, and network security projects must use the kick in VC6.0 under test, a comprehensive test procedures
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:16839
    • 提供者:刘胜国
  1. GrqCom

    0下载:
  2. 串口调试帮手,可以连续发送多个命令以及求解命令的CRC,BCC,CHECKSUM码-serial debugging assistant consecutive can send multiple commands and orders of the CRC solution, BCC, CHECKSUM code
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:119503
    • 提供者:张胜
  1. door1

    0下载:
  2. 本人还是超给菜鸟,本程序是属于网络编程中的最简单的,TCP/IP的校验和-- I or exposure to the procedures network programming is the most simple, TCP / IP checksum
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:1118
    • 提供者:廖其学
  1. CRC32123

    0下载:
  2. 这是一个字符串和这个字符串的CRC32校验码,谢谢! -This is a string and the string of CRC checksum code, thank you!
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:1903
    • 提供者:renyu
  1. check_os

    1下载:
  2. 此程序的功能为:0。读取mbr信息,取活动分区的dpt(分区表信息),从中取出分区的起始 柱面号,磁头号,扇区号 1。读取DBR字段,从中取出硬盘参数和FAT32文件系统的信息。 2。根据1中的信息,读取C盘根目录区 3。在根目录区中查找要检测的文件名,找到,则取出它的起始簇号和文件长度。 4。根据起始簇号找到此文件对应的扇区和在FAT表中的簇链 5。根据4的信息,控制读取文件的数据(用来做校验和)。 6。检测下一个文件名,重复3-5步-this progra
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:3340
    • 提供者:江河
  1. CmdLine-src

    0下载:
  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
    • 文件大小:31732
    • 提供者:papaya
  1. crc_suanfajiaoyan

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

    • 发布日期:2008-10-13
    • 文件大小:3772
    • 提供者:王剑光
  1. FRAMER

    0下载:
  2. 数据帧的CRC校验和算法-data frames CRC checksum algorithm
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:1300
    • 提供者:王鹏
  1. md5testprj

    0下载:
  2. 用MD5进行数据校验-with MD5 checksum data
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:48559
    • 提供者:afiw
  1. check_sum

    0下载:
  2. 计算校验和 校验和算法描述:为保证网络上传输的数据的可靠性,在许多协议中都设置了校验和项,例如:IPv4、ICMPv4、IGMPV4、ICMPv6、UDP和TCP 等等。计算这些校验和的算法称为网际校验和算法,简单来说就是:把被校验的数据16位进行累加,然后取反码,若数据字节长度为奇数,则数据尾部补一个字节的0以凑成偶数。 由于从输入文件读入的数据不能直接满足计算校验和的条件,所以首先对从文件读入缓冲区的数据进行预处理,即读入缓冲区时忽略空格。由于累加是按16位进行的,所以每次从缓冲
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:88943
    • 提供者:阿蒙
  1. an391_performance_checksum

    0下载:
  2. checksum fpga verilog
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:7642
    • 提供者:fenghua
  1. wxjm

    0下载:
  2. 解密万象2004的资料,使用dns欺骗,md5加密和crc32算法进行校验-declassified information, the use of deception, dns, md5 encryption and checksum algorithm crc32
  3. 所属分类:Delphi控件源码

    • 发布日期:2008-10-13
    • 文件大小:33633
    • 提供者:hujianhua
  1. countCrc

    1下载:
  2. 计算CRC校验和,可以计算modbus规约/CDT规约/DISA规约/DF1规约/DNP规约/1801等规约的校验和.-and CRC calculation, modbus connection can be calculated Statute / CDT Statute / DISA Statute / DF1 Statute / DNP Statute / 18 01 of the Statute, such as checksum.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:7041
    • 提供者:张张里
« 1 2 3 4 5 67 8 9 10 11 ... 50 »
搜珍网 www.dssz.com