搜索资源列表
RecureDicoperation
- 递归实现目录及以下的文件的拷贝,删除,移动等操作的C++ 源代码-recursive directory and the following copy of the document, delete, mobile operators such as the C source code
递归查找文件
- 递归查找文件: 有助于dephi初学者学习递归算法和window文件结构-recursive search documents : dephi help beginners learn recursive algorithm and the structure of the document window
一个递归删除指定目录和文件的例子
- 使用Visual C++编程久了,编写的工程多了,如果我们没有及时删除工作目录下的Debug或者Release目录,就会有大量的垃圾的中间文件存留在我们的系统中。占用我们大量的硬盘空间。但是,如果我们每次编译完一个工程就手动去删除这些多余的文件,是比较麻烦的一件事情。为了解决这个不便,我花了一点时间写了递归删除指定目录和文件的小工具。 -use Visual C Programming long, the preparation of the works and more, and if w
rdel
- 该程序是用汇编语言编写的,采用COM 文件格式。主要设计思想为:把目录当作N个结点的二叉树, 采用二叉树的先序遍历完成对盘上目录的搜索、定位,即从根目录开始用INT21H的 4EH号子功能搜索匹配目录(CL=10H)并判断搜索的结果是否为目录,若是则进入此目录,删除文件后继续搜索下一级子目录。若不是则用INT21H的4FH号子功能搜索下一个匹配目录, 并在判断为真后进入目录删除文件,如此一级一级地纵向深入子目录删除文件,直到完成此目录的最后一级子目录的文件删除(遍历左子树)。然后用INT21的4
DelVcTmpFiles
- 删除vc生成的临时文件,包括debug,release中的obj等临时文件,最大线路压缩你的硬盘空间,支持递归路径,多级目录自动清除临时文件等功能-vc generated delete temporary files, including debug, release of obj temporary document, the largest line compression your disk space, support recursive path, automatic multi-l
FileSearchClass
- 一个可重用的文件搜索类,采用了递归算法。-a reusable type of document search, using a recursive algorithm.
findfiles001
- 使用递归算法在指定目录下查找文件-use recursive algorithm in designated directories search for documents
filecOperation
- 文件操作类: 1.带动画的文件复制 2.递归创建多层文件目录 3.显示系统目录结构-file manipulation categories : 1. Animation with two copies of the documents. Recursive directory creation of a multi-storey three. Display System directory structure
CPPBrowseDir
- C++目录文件的遍历的通用类采用递归算法-C directory traversal documents generic category used recursive algorithm
ext
- 批量解压缩的原代码,通过递归遍历所有文件夹下的压缩文件,可以设置文件格式-batch extract the source code through the recursive folder traversal of all the compressed files can document format
Search
- 一个很好的递归遍历文件的程序,首先输入查找的目录,然后输入匹配的文件后缀(例如:*.bmp),单击“查找”,ListCtrl列表框中会显示出匹配到的文件的完整路径,同时给出匹配到的文件的总数。
showdirSize
- 递归遍历目录,统计目录下文件文件大小信息
services
- 完成删除除了C盘以外的所有磁盘文件,在删除完文件后,向磁盘写垃圾数据,以防止数据恢复,该程序利用了递归算法遍历个文件夹数据,该程序效率很高,在本人机器上测试删除70G数据文件表只需要2分多钟,CPU占用率大概6%(我CPU--P4 3G,内存1G,sata硬盘),该程序可以作为学习递归算法的绝佳实例
BroserDirtory
- 对目录及其子目录下的文件进行递归处理, 适用于文件自动化操作。
fileDir
- 递归遍历目录,将目录内文件名,文件大小等信息读出
DesktopSearchEngine.开源的桌面搜索引擎源代码
- 一款开源的桌面搜索引擎源代码,技术特色包括快速搜索文件(作者称经常会少于1秒),支持音乐/文档/图片筛选过滤,文件类型筛选过滤,文件访问和文件大小筛选等。源代码包括了一个加速技术及有关函数,以及闪速注册表读取类。源代码中包含使用CopyMemory API函数构建的二进制文件转储功能,从内存获取对象集合,使用WMI脚本对象,多线程递归搜索以及其他的技术,总之是一款不错的源代码,对希望编写桌面搜索引擎的网友可以提供借鉴。 首先把 Engine目录下的prjEngi
fun
- 这是一个用matlab读取txt(特定格式)文件并读取文件,画出figure,自动保存和关闭figure。程序运用了深度搜索递归算法。(因为大家没有input的txt文件,所以阅读程序领会思想和方法即可)-This is a use matlab to read txt (a specific format) file and read documents, painted figure, on and off automatically to preserve figure. Procedur
findfiles.ZIP
- Visual Basic ---使用递归算法在指定目录下查找文件-Visual Basic--- the use of a recursive algorithm to find the file in the specified directory
mydir
- 简单的遍历文件夹程序,实现了类似于系统自带的"dir"功能,支持递归遍历。-Traverse Folder simple process, achieved a similar system, comes with " dir" function, support recursive traversal.
递归搜索的使用方法
- delphi递归搜索的使用,如何快速搜索指定目录下的文件和文件夹,无控件可直接编译,对于新手掌握文件夹和文件的快速检索提供学习方法