搜索资源列表
《运用多线程技术实现文件的快速搜索》配套代码
- 《运用多线程技术实现文件的快速搜索》配套代码-"use multithreading technology to achieve the document Fast Search" complementary code
ProcessFind
- 搜索系统的所有进程,并可以进行中止等操作实现系统的管理,系统界面采用了skin技术-search systems for all process, and can stay operational for the realization of system management, system interface technology used skin
multithreading_file_search
- 本程序实现一个多线程的文件快速搜索。在通常的操作系统中,比如Windows 2000,都提供了文件搜索功能,但采用的是顺序搜索,搜索效率较低。在本程序中,使用多线程的搜索技术,可以明显提高搜索效率。 本程序主要用到以下函数: //找到指定目录下的第一个文件 HUNDLE FindFirstFile(LPCTSR lpFileName,LPWIN32_FIND_DATA lpFindFileData) //找到指定目录下的下一个文件 BOOL FindNextFile(HAND
FILEFIND
- 多线程文件搜索工具,使用多线程技术,C++语言开发。具有良好的界面。
SearchFile
- 该程序采用多线程技术来进行搜索,即遍历文件的过程中,每当发现一个文件夹时,就新建一个工作线程进行文件搜索-The program multi-thread technology to search, that is, the process of traversing documents, whenever found in a folder, then create a new thread to document the work of the search
SearchFile
- MFC,本例采用多线程技术,即遍历文件的过程中,每当发现一个文件夹时,就新建一个工作线程进行文件搜索。-MFC, in this case multi-threading technology, that is, the process of traversing documents, whenever found in a folder, you create a new worker thread for file search.
FileFind
- 运用多线程技术实现文件的快速搜索,居然要二十个汉字- the use of multi-threading technology to quickly search files
