搜索资源列表
利用递归实现指定目录下的EXE文件查找.rar
- 编程查找指定目录下所有EXE文件,并将其全路径存入Result.txt中,要求用递归
searchfiles
- 源码简介:采用递归查询文件的例子,可以查询指定目录下的符合条件的文件,可以搜索文件中的字符串-source profiles : recursive query document examples can be specified directory inquiries eligible documents, document search string
flist
- 一个在unix/linux下遍历目录的程序,它使用递归方式进行实现的.-a unix / linux directory traversal under the procedures it uses recursive manner to achieve.
unix下目录递归查询(shell)
- shell对指定目录下的指定文件类型进行递归查询所要的内容-shell of a designated directory specified file types recursive query as to the contents
一个递归删除指定目录和文件的例子
- 使用Visual C++编程久了,编写的工程多了,如果我们没有及时删除工作目录下的Debug或者Release目录,就会有大量的垃圾的中间文件存留在我们的系统中。占用我们大量的硬盘空间。但是,如果我们每次编译完一个工程就手动去删除这些多余的文件,是比较麻烦的一件事情。为了解决这个不便,我花了一点时间写了递归删除指定目录和文件的小工具。 -use Visual C Programming long, the preparation of the works and more, and if w
如何返回目录大小
- 用C#写的返回目录大小(包括子目录) 用到递归,速度一般-written in C# size of the back catalog (including subdirectories) uses recursion, the pace
程序员之家 - 用VisualC++6_0递归查找目录树 论文
- 用递归查找目录树 这个小程序本人认为还不错 大家共享一下吧 有用的到的 尽量下吧 -using recursive search tree this small program, I think it is good share my views useful to the next as it
dirr.m 用于递归的打印
- Matlab中用于递归的打印当前目录下所有的文件和子目录名称。Lists all files in the current directory and sub directories recursively.
递归算法添加目录
- 简单的利用TreeView添加目录的算法
CFileFindExt
- CFileFind的扩展类CFileFindExt。加强了CFileFind类的功能,直接做成类CFileFind的继承类,非递归化时(为加快搜索速度,减少开销)将先深遍历改为层次遍历,用户根据需要可增加返回所有子目录名函数以及其它多参数处理函数。-CFileFind the expansion of category CFileFindExt. Strengthened CFileFind functions directly into the category of succession C
dirtotreeview
- Delphi 递归遍历目录到树的源码,很经典的源码-Delphi recursive traversal of the source directory to the tree, it is the classic source
md5deep-3.4.tar
- 计算任何数量文件的MD5、SHA-1、SHA-256、Tiger、whirlpool的消息摘要,通过递归目录结构的方式。亦可以匹配输入的多种格式哈希表文件。-Computes the MD5, SHA-1, SHA-256, Tiger, or Whirlpool message digest for any number of files while optionally recursively digging through the directory structure. Can also
2008
- 清华大学计算机系大二小学期第4次Java作业,文件目录递归读取,输出目录树-School of Computer Science Department, Tsinghua University sophomore 4th Java operations, file directory recursively read, the output directory tree
bianlidir
- 递归遍历目录树(用递归算法遍历目录下的文件和文件夹)-Recursively traverse the directory tree (directory with a recursive algorithm traverse the files and folders)
DialogSample
- 具有递归目录选取对话框功能、文件open对话框提示、文件save对话框提示、颜色对话框、字体对话框和打印对话框概念股-Function with the recursive directory selection dialog, file open dialog box prompts, file save dialog box prompts, color dialog, font dialog box and the Print dialog box stocks
FileZipServicesSln
- 一个自动压缩文件的服务程序, 可以实现递归目录的压缩,单个文件的压缩,多个文件压缩-An automatic archive service program can recursively directory compression, compress single files, multiple file compression, etc.
FileUtil
- 简单实现文件(夹)的复制、移动、删除、获取大小等操作 复制文件或者目录,复制前后文件完全一样。 删除一个文件或者目录 。 移动文件或者目录,移动前后文件完全一样,如果目标文件夹不存在则创建。 重命名文件或文件夹 。 读取文件或者目录的大小 。 判断一个文件是否存在 。 本地某个目录下的文件列表(不递归) 。 递归目录下的所有文件。 将字符串写入指定文件(当指定的父路径中文件夹不存在时,会最大限度去创建,以保证保存成功!) 获得文件大小-Simple i
Line_count.tar.gz
- 文本模式下统计你总共书写了多少行程序。递归目录实现,有点小坑,不过还算不错,我用着挺顺的 ,The text mode statistics you have a total of the number of lines of program writing. The recursive directory implementations, a little small pits, but pretty good, I used quite smooth
threadPool
- 线程池使用例程,内含线程池的定义和使用例程。另外含有一个个人编写的使用线程池的多线程COPY程序,采用命令行形式,命令格式类似于linux下cp命令,支持单文件,多文件,目录移动,重命名,文件覆盖等功能,程序采用模拟堆栈的方式递归目录,能够完整的保持目录结构的进行COPY。-Thread pool using the routines, containing the definition of the thread pool and use of routine. Also contains a
递归搜索的使用方法
- delphi递归搜索的使用,如何快速搜索指定目录下的文件和文件夹,无控件可直接编译,对于新手掌握文件夹和文件的快速检索提供学习方法