搜索资源列表
filesearch
- 仿操作系统的文件查找,利用遍历器对磁盘某个目录进行文件搜索-Find a document like the operating system, the use of traverse directories on a disk for a file search
FileSearch
- C#开发检索文件夹程序,简单,可做为参考使用.-Folder search procedures, simple to use as a reference.
test3
- 文件夹与文件的查找的例子----借助CStringList来查找D盘下的所有TXT文件-demo how to search all folder and file---through using the CStringList to find out all the txt file in the d:
fileSearch
- 文件搜索器 实现子文件夹搜索 实现多种文件过滤方式 文件匹配 完全自主编写 C#环境-File search engine to achieve sub-folders search methods to achieve a variety of file filters matching the file completely independent environment for the preparation of C#
Filesearch
- 程序一方面展示VC++多线程的应用,一方面是线程搜索,学会了线程操作,对提升程序性能大有帮助。 -Procedures on the one hand shows VC++ multi-threaded applications, one is the thread search, learn the thread operation go a long way in enhancing program performance.
search-file
- 2. 设计一个程序,实现文件查找。文件查找操作是一项非常基本的操作,一般的文件查找操作采用递归算法,实际上是采用“深度优先”的策略。请设计一个基于“广度优先”算法的文件查找程序。 提示:由于要找的文件往往距离待查文件夹最近的文件加中。因此,基于“广度优先”算法的文件查找的效率会优于“深度优先”算法。可以将待搜索的文件夹放入一个队列,然后列出该文件夹下所有成员:如果是文件,则与查找条件进行匹配;如果是文件夹,则将其放入队列。在次从队列头取文件夹,执行同样逻辑,直到队列为空。 - De
FileSearch
- 来自Primer例子实现!自己实现的一个文本查询程序,可以实现,查找你所找的任意一个单词,或者单词的组合,然后返回给你出现该词的每一句话!这个程序,你可以学习c++的继承,以及句柄类的实现!很不错!代码无误,质量高!-Examples from the Primer to achieve! Their implementation of a text query program, you can achieve, you are looking to find any word or combi
fileSearch.tar
- 一个android的文件搜索小工具,包含了android系统中的文件权限和文件操作的知识。-a application you can used it to search the file ,then it will callback the path where you put the file.
Filesearch
- 主要是一个C++方面的小项目,使用了多线程的方式和MFC的界面,程序读取文件夹中的文本文件,然后判断文件中是否有指定字符串。使用信号量来维持线程间的通信,用临界区来保护资源。-Is a C++ aspects of small items, use the text file on multiple threads, and the MFC interface, the program reads the file in the folder, and then determine whethe
java-filesearch
- 一个java开发的文件搜索器,可以查找自己电脑下的文件。支持模糊查询-Developed a java file finder, you can find files under their computer. Support fuzzy queries
FileSearch
- 用java写的文本文件搜索工具,可以按文件的创建修改日期、文件类型、文件名、文件内容等搜索,并可以将符合条件的文件复制出来-Using java to write the text document search tools, you can create a modified date, file type, file name, file contents of the file and other search Press, and may be eligible files copied
fileSearch
- 用JAVA写的一个关键词检索的程序,能够读取文件,并对输入的关键词进行检索的功能。(Using JAVA to write a keyword search program, to read the document, and the input keywords to search function.)