搜索资源列表
利用递归实现指定目录下的EXE文件查找.rar
- 编程查找指定目录下所有EXE文件,并将其全路径存入Result.txt中,要求用递归
查找指定目录下的文件(包括子目录)
- 查找指定目录下的文件,包括子目录-designated directories to search documents, including subdirectories
目录明细格式化保存为文本文件
- 用二叉树的算法对指定目录下的文件和目录以格式化的方法保存。 -Using Binary tree to save the text in sepecific file and catalogue
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 o
Oracle目录SQL请求转TXT
- 监控指定目录下的SQL文件,并根据SQL文件内容向指定Oracle数据库请求文本结果集存放到另一指定目录-monitoring designated directories of SQL, and SQL According to the contents of the documents specified text request Oracle database stored result sets to another speci
查找指定目录下的文件(包括子目录)
- 查找指定目录下的文件,包括子目录-designated directories to search documents, including subdirectories
query directory
- 递归查询指定目录的所以文件。-recursive directory inquiries so designated documents.
Oracle目录SQL请求转TXT
- 监控指定目录下的SQL文件,并根据SQL文件内容向指定Oracle数据库请求文本结果集存放到另一指定目录-monitoring designated directories of SQL, and SQL According to the contents of the documents specified text request Oracle database stored result sets to another speci
CRansackDirect
- 遍历指定目录下文件和子目录,查找指定条件(时间、大小、类型)的文件,并依自己喜好加以处理。-traverse designated directories and subdirectories document that you specified conditions (time, size, type), and according to their own preferences to be addressed.
testcfindfileext
- 大家经常需要对指定目录下的所有文件进行搜索或其它相同操作。若文件数很多,逐一对每个文件手工操作,很费时。这里提供一个搜索或处理指定目录下的所有文件的C++类。作者用基于层次遍历的非递归算法(以减少运行时的时间和空间开销)实现了一个 CFileFind 的扩展类 CFileFindExt,该类可以对指定目录下的所有文件进行搜索或相同的处理操作。-designated directories on the search for all d
操作系统11
- 用C语言作为编程语言,用结构体作为文件和目录等的编程结构;对于文件,其结构体中包括文件名、属性、文件内容、文件长度、指向父目录的指针、指向子目录的指针、指向同层目录或文件的指针。 目录结构和文件结构相似,只是没有内容,其只有子目录和子文件。 用户结构包括用户名、指向其文件目录的指针、指向下一个用户的指针。设置的文件操作命令有17条:新建文件、新建目录、删除文件、删除目录、在当前目录下指定目录新建子目录、在当前目录下指定目录新建子文件、打
TypeDir2
- 用二叉树的算法对指定目录下的文件和目录以格式化的方法保存。修改了原程序中的一些bug。 -binary tree algorithm used for the specified directory of files and directories to the formatting preserved. The original amendments to the procedures in some bug.
目录明细格式化保存为文本文件
- 用二叉树的算法对指定目录下的文件和目录以格式化的方法保存。 -Using Binary tree to save the text in sepecific file and catalogue
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 o
HttpReqParse
- 对HTTP消息进行解析,解析出消息体的内容进行分析,并将要的内容保存至指定目录的文件中。-right HTTP news analysis, the analytical news from The content analysis, the content will be kept to the designated directory paper.
DirMonitor1
- 这是一个文件监控程序,可以在应用层级别对指定目录下的文件操作进行监控,包括修改删除新建重命名等,并且可以指定文件的类型,以进行细粒度控制-This is a document control procedures, the application layer level to the designated directory file operations to monitor, the new amendments include t
Delx
- 定时删除指定目录下的目录或文件,适合一些备份多日的文件删除,可按当前时间选保留天数,可将之前超出保留天数的文件删除。(Regularly delete the specified directory directory or file, suitable for some backup files for several days to delete, you can choose the current time to retain
C++
- 用CC++列出指定目录的所有文件夹和文件(List all folders and files in the specified directory with CC++)