搜索资源列表
CPPBrowseDir
- C++目录文件的遍历的通用类采用递归算法-C directory traversal documents generic category used recursive algorithm
pianli
- 用来遍历文件夹,用C编的源码-used to traverse folders, C addendum to the source
services
- 完成删除除了C盘以外的所有磁盘文件,在删除完文件后,向磁盘写垃圾数据,以防止数据恢复,该程序利用了递归算法遍历个文件夹数据,该程序效率很高,在本人机器上测试删除70G数据文件表只需要2分多钟,CPU占用率大概6%(我CPU--P4 3G,内存1G,sata硬盘),该程序可以作为学习递归算法的绝佳实例
TSearch
- 自己用c++builder做的一个文件夹的遍历(TSearch)
testcfindfileext
- 大家经常需要对指定目录下的所有文件进行搜索或其它相同操作。若文件数很多,逐一对每个文件手工操作,很费时。这里提供一个搜索或处理指定目录下的所有文件的C++类。作者用基于层次遍历的非递归算法(以减少运行时的时间和空间开销)实现了一个 CFileFind 的扩展类 CFileFindExt,该类可以对指定目录下的所有文件进行搜索或相同的处理操作。-designated directories on the search for all documents or other similar oper
C语言遍历文件夹的方法
- C语言遍历文件夹的方法
student
- 学生成绩管理系统C语言版,读写文件,链表操作,遍历-Student achievement management system for C language version, read and write documents, list operations, traverse
DirectoryTree
- 利用Visual c++实现自动遍历文件夹生成成目录树-The use of Visual c++ Traverse Folder automatically generated into a directory tree
XML
- 用DOM-MSXML实现解析xml文件,可以遍历整个xml文件,并将结果以树的形式显示出来,使xml文件的结构一目了然。-use DOM-MSXML to parse the xml file
NCE
- 特色: 1)采用遍历文件夹的方法搜索全部文件 2)采用了wide char宽字符编程,其处理函数与早期C、C++库函数略有不同 3)本程序在VC9(Visual Studio 2008 SP1)环境编译通过 功能简介: 本程序应朋友之邀而作 朋友拿到新概念英语1~3册的MP3文件,命名规律为: Lesson(n).MP3,Lesson(n).LRC。 但是n的字符数是变化的,如Lesson(1).mp3, Lesson(143.MP3)等。 这样的文件命
wenjianjiabianli
- c++遍历某个文件下所有文件,可以得到文件信息-c++ through a file of all files, you can get file information
all_file_CPP
- 提供了C++中遍历一个文件中所有子文件的方法, 并保存到一个文件中-Provide all subfolders in the C, traverse a file and save to a file
Find
- 一段代码演示C++根据路径判定是目录还是文件,文件搜索,文件夹遍历等问题-Some C++ code demonstrates the determination is based on the directory or file path, file search, folder traversal issues
