搜索资源列表
findfile
- delphi历遍递归快速查找文件算法:运用独特的运算算法,和精简的代码实现的历遍递归快速查找文件,是个不可多得实用实例,里面代码全。-delphi calendar quickly locate files all over the recursive algorithm: the use of a unique computing algorithms, and streamlining the code over the recursive implementation of the cal
200741119366291
- 速度飞快的数独计算器,基本的原理就是递归搜索,但在检查9个3*3小方块的时候使用了复杂度为O(1)的算法,使得求解速度极快 使用方法: 使用方法: STEP One:在文本文档中 写入81个数(待填的用0表示,每九个换行,每两个数之间空一个) 保存为 input.in(注意后缀) 运行 “数独终结者.exe” 文件夹内会生成一个Answer.out的文件,用文本打开,便是答案 (bestshudu.pas是源程序) -Sudoku calculator fast sp
white
- 递归扫描指定路劲下的Excel文件,并获取Excel指定内容-this is good source
findfile
- 在本地硬盘上,递归查找相同文件,并更新该文件-recursion find file
RecurSearchFile
- 可以利用递归查找文件,可以根据需要选择不同的文件类型,简单方便实用-Can use a recursive search for files based on the need to choose a different file type, convenient and practical
UddCLean
- 自己写的UddCLeaner for ollydbg。Delphi完成遍历Udd目录下的子文件及文件夹递归删除。最后重建Udd文件夹。达到清空Udd文件夹的目的-Written UddCLeaner. Delphi to complete Udd traverse the directory sub-files and folders recursively deleted. Finally, reconstruction Udd folder. Reach Empty the purpose
DeleteSpecifiedExtFilesRecur
- 递归删除指定类型后缀名文件 递归删除指定类型后缀名文件(包括是否递归和是否直接删除以及可排除例外) 本程序为原创,开发语言为Delphi.功能为递归删除指定类型后缀名文件,是否递归和是否直接删除可选。 还包含例外,可排除不想删除的文件。 由于Delphi编译会生成很多不需要的系统自动生成 文件,文件夹中文件就会很多(当然正规开发是需要专建文件夹的,但有时为了简单,比较小的程序就不想麻烦重新另建文件夹) 用批处理当然可以实现一定类似功能。 但是批处理能力有限,要递归或排除例外不
RecursiveDirFile
- 递归搜索复制删除对象,搜索文件目录,搜索指定目录路径下的所有对象,复制目录,复制一个对象(源对象(文件或目录)-Recursive search copied delete objects, search for files directory, specify the directory path search all objects, copy the directory, copy an object (the source object (file or directory)
FTPdownloadPath
- 从FTP下载目录及目录下所有文件,可以实现递归下载-The download directory and the directory of all files from FTP