搜索资源列表
RecureDicoperation
- 递归实现目录及以下的文件的拷贝,删除,移动等操作的C++ 源代码-recursive directory and the following copy of the document, delete, mobile operators such as the C source code
rdel
- 该程序是用汇编语言编写的,采用COM 文件格式。主要设计思想为:把目录当作N个结点的二叉树, 采用二叉树的先序遍历完成对盘上目录的搜索、定位,即从根目录开始用INT21H的 4EH号子功能搜索匹配目录(CL=10H)并判断搜索的结果是否为目录,若是则进入此目录,删除文件后继续搜索下一级子目录。若不是则用INT21H的4FH号子功能搜索下一个匹配目录, 并在判断为真后进入目录删除文件,如此一级一级地纵向深入子目录删除文件,直到完成此目录的最后一级子目录的文件删除(遍历左子树)。然后用INT21的4
lldiguisuanfa
- 递归算法的java语言介绍和实现,内容详细-recursive algorithm on the java language and the achievement, detailed
testcfindfileext
- 大家经常需要对指定目录下的所有文件进行搜索或其它相同操作。若文件数很多,逐一对每个文件手工操作,很费时。这里提供一个搜索或处理指定目录下的所有文件的C++类。作者用基于层次遍历的非递归算法(以减少运行时的时间和空间开销)实现了一个 CFileFind 的扩展类 CFileFindExt,该类可以对指定目录下的所有文件进行搜索或相同的处理操作。-designated directories on the search for all documents or other similar oper
enum_file
- 实现对磁盘文件递归搜索,利用回调函数来实现对搜索-The realization of recursive search of the disk file, using a callback function to achieve the search
FileCopy
- 一个实现文件拷贝,递归拷贝,剪切,删除,递归删除的小程序
SearchFile
- 快速检索文件,主要通过递归的方法来实现,可以了解递归的实现机制-Rapid retrieval of documents, mainly through the recursive method to achieve, you can understand the recursive implementation mechanism
mydir
- 简单的遍历文件夹程序,实现了类似于系统自带的"dir"功能,支持递归遍历。-Traverse Folder simple process, achieved a similar system, comes with " dir" function, support recursive traversal.
DeleteFilesPath
- 删除指定文件下的文件, 利用递归方法实现-deletefiles
NewCopyPdfFile
- 名字可能有点怪,只要是当时出于某咱考虑取了这个名,可不用太理会。 采用VC API实现枚举目录下所有文件,并可以递归子目录,同时实现两个功能:1,将所有搜索到的文件添加.bak后缀,并且存储到指定目录;2,又可以将所有带.bak后缀的文件完全改回原来的文件名。 功能不难,但功能都是在工作中经常使用到的。-Achieved using VC API enumeration directory of all files and subdirectories recursively, w
DelVCTemp
- 递归调用查询,清除VC++编译连接产生的中间件.程序支持自定义后缀,所以也可以设置成清理其它文件.其中对查找,文本写入,读出等功能的实现代码会是一个好例子.(工程使用VC++6.0)-Recursive call query, clear connection VC++ compiler generated middleware. Program supports custom suffix, so it can be set to clean up other files. One of th
FileFindThread
- 本程序是关于文件操作的源码,实现了用多线程技术递归查找文件的方法来遍历每一个文件和文件夹-The program is operating on the source file to achieve with multi-threading approach to find files recursively through every file and folder
pic_rename
- c#批量实现图片的重命名源码,用递归算法遍历目录,很适合特大图片目录重命名-c# batch rename source to achieve a picture with recursive directory traversal algorithm is very suitable for large picture directory to rename
FileUtil
- 简单实现文件(夹)的复制、移动、删除、获取大小等操作 复制文件或者目录,复制前后文件完全一样。 删除一个文件或者目录 。 移动文件或者目录,移动前后文件完全一样,如果目标文件夹不存在则创建。 重命名文件或文件夹 。 读取文件或者目录的大小 。 判断一个文件是否存在 。 本地某个目录下的文件列表(不递归) 。 递归目录下的所有文件。 将字符串写入指定文件(当指定的父路径中文件夹不存在时,会最大限度去创建,以保证保存成功!) 获得文件大小-Simple i
Directory_Listing
- 显示文件及目录。本程序使用了递归的方法,遍历磁盘目录,最后给出显示结果。类似于资源管理器。侧重于算法实现的学习。-Display files and directories. This program uses a recursive method to traverse the disk directory Finally, the result will be displayed. Similar to the Explorer. Focus on the learning algorith
search
- 利用CFileFind类和递归实现的简单文件搜索并回显文件路径。 -Classes and use CFileFind simple recursive file search and echo file path.
Ftp
- Ftp工具类,具有入,出和查找文件功能,同时实现了按照指定的文件名在指定的目录下查找,本算法为递归算法,会自动查找目录下的 -Ftp tools