搜索资源列表
autofindanddelete3
- VC产生的临时文件有时真的很烦人!当你编译一个程序,突然系统弹出一个对话框:“D盘已经没有足够的空间~~~~~~~~~请问需要进行磁盘清理吗”,而它只能清掉了Nkb的的东东,你有什么理由不自己写一个专门清理VC垃圾的小工具呢?隔一段时间运行一次,彻底清除指定类型的垃圾文件:干干净净,中国人,奇强! 很明显,这个程序的核心代码肯定是一个有通配符的功能的递归查找文件的函数。我的想法是先查找给定目录下的所有符合条件的文件,再递归查找下级文件夹下所有符合条件的文件。为了保证其封闭性,我用了一个CSt
ext
- 批量解压缩的原代码,通过递归遍历所有文件夹下的压缩文件,可以设置文件格式-batch extract the source code through the recursive folder traversal of all the compressed files can document format
Treetraversalfolderrecursivealgorithm
- MFC实现,树型递归算法遍历文件夹。列出文件的大小,类型等属性-MFC implementation, recursive algorithm for tree traversal folder. Documents listed in the size, type and other property
DataStruct
- 此文件夹中共包括十二个小程序 AVL创建平衡二叉树,通过加入一个个的结点创建,并实现了平衡二叉树中的结点删除 Boyer_Moore算法的串模式匹配 Horspool算法的串模式匹配 Graph实现了有向图的非递归广度优先遍历及非递归深度优先遍历 HeapSort利用堆排序实现优先级队列 Merge实现二路归并排序算法 MFK动态规划解背包问题 nqueue求解n皇后问题 QuickSort快速排序算法的实现。 Shell排序算法的实现。 Tree程序
Search_Directory
- 使用递归算法,对一个指定的文件夹进行遍历-The use of recursive algorithms, to a designated folder to traverse
FileTree20
- 主要是用一个递归函数来扫描目标文件夹,但是这个函数还存在目录层数的限制。 我写了另外一个函数,实现的结果跟上文一模一样,但消除了目录层数的限制。-it main use recursive arithmetic to scan folder and subfolder.it eliminate the limit of directory.
AsyncCalculateFolderSize
- 异步编程的列子,异步递归文件夹,取得文件的尺寸。-Liezi asynchronous programming, asynchronous recursive folder size to obtain the document.
ivzcl
- 查找文件夹下所有的文件,递归算法实现,delphi-Folder to find all the documents, recursive algorithm
fib
- 此文件夹有两种代码 一为普通方法叠加 得出第n个斐波那契数 另一个用递归的方式得出-This folder there are two kinds of code to a draw for the general method of superposition of the first n-Fibonacci another way to draw recursive
mydir
- 简单的遍历文件夹程序,实现了类似于系统自带的"dir"功能,支持递归遍历。-Traverse Folder simple process, achieved a similar system, comes with " dir" function, support recursive traversal.
TextParser
- VS2005写的,可以递归分析目录,指定文件后缀的文件里中文出现的函数,位置,并且可以替换用指定字符替换这些中文字符。 程序包含两部分: 1。选择文件夹,分析中文字符,并输出到日志文件中 2。选择一个日志文件,设置好替换内容,即可执行替换 程序可以方便地移植到vc6.0版本上,把需要的类导出即可。 config.ini指定待分析文件后缀-VS2005 written analysis can be recursive directory, specify a file
FileUtil
- 简单实现文件(夹)的复制、移动、删除、获取大小等操作 复制文件或者目录,复制前后文件完全一样。 删除一个文件或者目录 。 移动文件或者目录,移动前后文件完全一样,如果目标文件夹不存在则创建。 重命名文件或文件夹 。 读取文件或者目录的大小 。 判断一个文件是否存在 。 本地某个目录下的文件列表(不递归) 。 递归目录下的所有文件。 将字符串写入指定文件(当指定的父路径中文件夹不存在时,会最大限度去创建,以保证保存成功!) 获得文件大小-Simple i
blwjj
- 遍历目录下的子夹名称和文件名,采用了递归算法-Traverse the directory sub-folder name and file name, using a recursive algorithm
delete_folerafile
- 改程序实现了删除指定路径文件夹及其内部文件的功能,使用了递归寻找文件,最后删除最外层文件夹,简单实用。-Change the program folder delete the specified path and its internal documents, the use of a recursive find files, and finally remove the outermost layer of the folder, simple and practical.
invokeFiles
- 用python实现递归函数调用各目录下的文件夹-Recursive function call directory folder with python
RDsub_v1.0.2
- Commandline program for recursive deletion of child files and folders of specified path, but leaving input folder itself intact. (RD command would remove folder too) Useful for cleaning TEMP folder.. Included is source code in Delphi and Exe
Folder-ergodic
- 文件夹遍历 通过递归遍历文件夹 通过递归遍历文件夹-Folder ergodic The recursive traversal folder
inevent.c
- 该文件实现文件夹目录的递归,并把新添加的路径加入数组中-This file implements a recursive directory folder, and add the path to join the new array
digui--xiajiang
- 编译,递归下降分析。不仅包含代码,而是整个文件夹,应付课程作业的话,可以完全直接使用;为学习递归下降分析的话,也是和简单易懂。-Compile, analyze recursive descent. Includes not only the code, but the entire folder to cope with course work, it can be completely used directly for learning recursive descent analysi
inevent.c
- 该文件实现文件夹目录的递归,并把新添加的路径加入数组中-This file implements a recursive directory folder, and add the path to join the new array
