搜索资源列表
Excelbij
- 該演示代碼示例了使用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
DESProcess
- 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
File-integrity-testing-procedures
- 基于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
librsync-0.9.7.tar
- rsync的核心代码库。主要作用是比较二进制文件,使得通过网络同步处于两台机器上的二进制文件所用的网络传输最少。-rsync the core code base. The main role is to compare binary files, making the adoption of network synchronization in the two machines on the binary file used in at least Network.
UpdateSample
- 软件自动升级功能实现,在程序启动时从远程服务器下载升级配置文件,比较版本号,如果有更用更新,开始按升级配置文件中的配置进行下载升级文件,支持多个文件依次下载,并带有下载进度条显示,下载文件个数在配置文件中有定义。远程配置文件示例,见update.txt,将update.txt配置好后,将升级可用文件与update.txt一并放到自建的IIS目录中即可进行调试(以IIS方式模拟Http远程下载服务)。-Automatic update feature software to achieve, wh
fastfile
- 本实验是根据老师给的课件完成的,整个实验的思路是这样的:先设计三中文件读写模式,每种读写模式中首先从源文件中读取数据,然后在对数据进行某些操作,比如:移位等,接着再写到目标文件中。由于每次读写所用的时间具有一定的随机性,为了比较准确地比较各种模式的读写时间,程序中对每种读写模式都进行了十次操作,然后再得到每种模式的平均读写时间,之后再进行比较。-The experiment is based on the teacher to complete the courseware, the whole
200611919209267
- 主要是对文件的一些操作:加密、解密文件,加密、解密可运行文件,批量更名,文件比较,文件分割 -Document some of the main operations: encryption, decryption file, encryption, decryption can run the file, batch rename, file compare, file split
VBadsfasdfasdf
- 文件系统全家福 AddadString Dir 快速全盘查找文件 Dir和Api扫描驱动器 Exe伪装天使 FreeActiveX Shell获取特殊文件 安全的删除自己 比较两个文件是否相同 查找目录全部文件大小 查找文件 从全路径名中获得文件扩展名 从全路径名中提取文件名 二进制复制文件 获取当前目录下所有文件和文件夹 记载Windows使用的时间 检测文件是否存在 建立多级目录 将文件夹目录保存到INI文件当中
unimodem.dll-adapted-for-windows-ce-3.0-systems.r
- BSTR2, Bubble Sort2, Character to integer, CString s into char s. I am posting , Letter count with linked list, MasterString - over 3,000 lines of hardcore string manipluation (classes, structs, functions ) etc, string functions using both user
Lab2-2
- 作为通讯的双方A和B已经共享一个会话主密钥Km。在完成会话密钥Ks的分配后,A利用Ks对特定文件(test-1.txt)进行加密,并发送给B;B利用Ks对密文进行解密,并对比解密后的明文信息同原来的文件是否一致。-As communication between the parties A and B have shared a session master key Km. Upon completion of the distribution of session key Ks, A-Ks f
check_tasl_dll
- 一个监测并对比进程的DLL,附带测试程序。 DLL获取当前进程列表,并与文件中存储的列表相比对,得出的比较结果输出到文件中。-A process to monitor and compare the DLL, with a test suite. DLL for the current process list and the list stored in the file comparison, compare the results derived from the output
Linux-CPU-function-test
- 对cpu进行压力测试,并获得cpu相关参数与配置文件进行比对以测试cpu功能完整性-1.do cpu stress test 2. get cpu information and compare with configuration file
pgmexe
- C#怎样调用外部的Exe文件 C#文件比较,比较两个文件大小和内容是否一样-C# how to call an external exe file C# file, compare two file size and content
sodcp130618
- 扩展linux/unix的cp命令:拷贝一或多个文件到某目录下(保持文件原名),若有同名文件可通过参数自动选择:直接跳过、直接覆盖、先比较内容若相同则跳过不同则覆盖。方便脚本调用。-Expansion linux/unix cp command: copy one or more files to a directory (keep the file formerly), if the same name file by automatic parameter selection: skip,
Getmd5
- 通过参数将文件名传给程序,输出文件的MD5值。可供Dos批处理调用获得MD5值比较两个文件。-C++ development files MD5 value obtained by the file name parameter passed to the program, the output file MD5 value. Available Dos Batch calls to get MD5 value to compare two files.
Centralized-symmetric-key
- 完成集中式对称密钥的分配工作 说明:作为通讯的双方A和B,都已经分别和KDC拥有会话密钥Ka和Kb,但A、B之间事先没有保密通道,需要依赖KDC为它们的会话分配临时密钥Ks。在完成会话密钥Ks的分配后,A利用Ks对特定文件(test-1.txt)进行加密,并发送给B;B利用Ks对密文进行解密,并对比解密后的明文信息同原来的文件是否一致。 要求: (1)JAVA语言编程实现,基于DES完成对称密码技术的加/解密(JAVA有库函数支持); (2)通信内容为一文本文件(test-1.t
ExtensionFileComparator
- Compare the file name extensions for order (see FilenameUtilsgetExtension(String)).
SizeFileComparator
- Compare the <b>length size< b> of two files for order (see Filelength() and FileUtilssizeOfDirectory(File)).
filetools
- Goes through the given directory recursive to compare each file s modification time with that of the file given.
2012551674213
- 系统自动升级 1、通过将更新文件上传到soft_fileinfo表中,并且版本号version要大于历史所有版本号,上传时请用rar压缩文件 2、下载时先备份原有文件,如果中间有任何网络问题将恢复原有文件,下载后将比较文件大小与数据库中文件大小是否一致 3、解压缩文件 -1, through the update files uploaded to the soft fileinfo table, and the version number is greater than th
