CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 搜索资源 - Compare

搜索资源列表

  1. MD5算法的JavaBean

    0下载:
  2. MD5计算,可以将文件提取出摘要,进行比对,校验,实现指纹算法-MD5, can be extracted document summaries, compare and testing to achieve fingerprint algorithm
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:5.26kb
    • 提供者:钟伟明
  1. Excelbij

    0下载:
  2. 該演示代碼示例了使用VB進行比較2個Excel工作表文件是否存在不同,程序先把工作表載入到表格文件,然後輸出工作表的差異的詳細報告,並以紅色提示。-code examples for the demonstration of the use of VB compare two Excel worksheet file exists, procedures included in the first sheet of paper forms, and then output the work ta
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:13.9kb
    • 提供者:王鸿博
  1. vivi-br-release(20060330).tar

    0下载:
  2. arm9的bootloader,适合通用2410x平台 vivi.pal(20051228)支持tv输出和vga输出,vclk为26.25mhz vivi(20060330)支持vga输出和tv输出,vclk为25mhz 以上两个vivi均编译自vivi-br-release(20051228).tar.gz 在两个不同vivi间切换的方法是在源文件“/include/platform/smdk2410.h”中打开或者取消对PAL640480宏的定义: #define PAL
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:573.92kb
    • 提供者:star
  1. drivers

    0下载:
  2. PPC Linux Driver, use makefile to compare the routen in Linux.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:188.03kb
    • 提供者:PPCDriver
  1. classicladder-run.tar

    0下载:
  2. 电路仿真程序 Classic Ladder is coded 100% in C.It can be used for educational purposes or anything you want... The graphical user interface uses GTK. In the actual version, the following elements are implemented : * Booleans elements * Rising
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:1.07mb
    • 提供者:chinnei
  1. DESProcess

    0下载:
  2. DESProcess FILE *mfp,*cfp int ttch=0,xorRes,ttbitdiff=0 char mch,cch float bdiff=0 if((mfp=fopen(mfile,\"r\"))==NULL) {cout<<\"Cannot open the file to compare\"<<endl } if((cfp=fopen(cfile,\"r\"))==NULL) {cou
  3. 所属分类:CA认证

    • 发布日期:2008-10-13
    • 文件大小:4.8kb
    • 提供者:wxh
  1. fasta-35.3.6.tar

    0下载:
  2. 序列对齐 Compare a protein sequence to a protein sequence database or a DNA sequence to a DNA sequence database using the Smith-Waterman algorithm.[.wat815.] \\fCssearch3\\fP is about 10-times slower than FASTA3, but is more sensitive for full
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:600.2kb
    • 提供者:Galaxy
  1. qgspider-2.0.tar

    0下载:
  2. QGSpider is a generic cheat tool for games running under Linux, it s distributed under the GPL v2 license. Most games store their values for money, energy, lives etc. in memory while they are running. QGSpider gives you the power to search f
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:58.6kb
    • 提供者:graysun
  1. md5.rar

    0下载:
  2. MD5算法及例子 1、 MD5String、MD5File、MD5Print、MD5Match这四个函数是供调用的。其他是用来辅助这几个函数的子函数。 2、MD5String为加密字符串。 3、MD5File为加密这个文件。 4、MD5Print是将加密后的密文转换成字符串。 5、MD5Match是用来比较密文是否一致。 加密字符串aaa MD5String(‘aaa‘) 将加密后的aaa显示出来 MD5Print(MD5String(‘aaa‘)) 比较两次密文是否一致:
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:8.97kb
    • 提供者:ourfirebird
  1. meld-1.2.tar.gz

    0下载:
  2. 一份linux上的比较工具meld的源代码,这是最新版本。可以自行编译后使用,也可以将代码用于比较工具的开发上。,Linux on a comparison tool meld the source code, which is the latest version. Can be compiled on its own use, the code can also be used to compare the development of tools.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-25
    • 文件大小:703.49kb
    • 提供者:cache89
  1. compare

    1下载:
  2. 指纹对比系统,通过将扫描的两副指纹照片进行比对,可以分析出其中的不同,主要是像素点的对比,结合了一些算法-Fingerprint comparison system, by scanning the fingerprint of the two photos to compare, you can analyze the different pixels are mainly contrast, combined with a number of algorithms
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-28
    • 文件大小:82.82kb
    • 提供者:泛奇
  1. File-integrity-testing-procedures

    0下载:
  2. 基于MD5的文件完整性检测程序,共包含4个文件:md5.h、md5.cpp、test.cpp、nankai.txt。其中md5.h与md5.cpp文件实现了md5类。test.cpp文件包含了整个程序的main函数,根据不同的命令完成不同的功能,如显示摘要信息,生成MD5摘要等。nankai.txt是本书提供的用于验证文件完整性测试文件。读者可以自己编写程序来生成nankai.txt的md5摘要,然后与书中的结果进行比较,验证所编程序的正确性。-MD5 File Integrity based
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-27
    • 文件大小:20.99kb
    • 提供者:Sunny kim
  1. MD5

    0下载:
  2. 易语言版MD5检测源码,用于检测/比对文件的MD5值!-Easy to detect source-language version of MD5, used to detect/compare files MD5 value!
  3. 所属分类:加密解密

    • 发布日期:2017-04-06
    • 文件大小:64.94kb
    • 提供者:其实吧
  1. tcl/ns2/queuing algorithms/tcp/udp

    0下载:
  2. Compare the three different queuing algorithms Drop tail, Stochastic fair queuing and Random early detection. determine which queuing algorithm gives the least lost packets for the three different queue lengths
  3. 所属分类:Linux/Unix编程

  1. process

    0下载:
  2. 进程通信中管道和共享内存的源码,可以比较通信方式,更好的使用进程通信来开发程序。-The process of communication channels and shared memory of the source, can compare the means of communication, better use of the process to develop procedures for communication.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-31
    • 文件大小:1.06kb
    • 提供者:daisy_du
  1. upack_dump

    0下载:
  2. 本文首先指出了DUMP技术的原理,并尝试着编写一个实现于LordPE的基本功能的dump,并针对dump的编写一层一层的突出了dump过程中所注意的事项,对其加以不断的完善;讨论了一般的anti-dump的原理和解决的办法,用实践说明在脱壳中dump的技巧。最后比较了几种常用的dump工具的优劣。-DUMP this paper points out the principle, and try to write an implementation of the basic functions
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-13
    • 文件大小:3.35mb
    • 提供者:naiooit
  1. ctags-5.7.tar

    0下载:
  2. ctags的最新版5.7,可以比较5.6版看看,免费下载-ctags latest version 5.7, version 5.6 can compare to see, free download
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-27
    • 文件大小:280.76kb
    • 提供者:guo
  1. AbilityTest_Thread

    0下载:
  2. 系统性能测试,对一台计算机创建线程的能力进行评估,记录创建线程的时间,并进行比较-System performance testing, to a computer s ability to create a thread to evaluate and record the time to create threads, and to compare
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-04
    • 文件大小:16.67kb
    • 提供者:王小二
  1. compare

    0下载:
  2. compare whether or not two UUID s are the same for Linux.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-22
    • 文件大小:1.15kb
    • 提供者:pingcuzun
  1. compare

    0下载:
  2. compare whether or not two UUID s are the same.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-12-06
    • 文件大小:2.09kb
    • 提供者:hokanring
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com