搜索资源列表
CORPuS
- 文件查找的示例小程序,VC++编写,运用了API函数中的FINDFIRSTFILE(),FINDNEXTFILE()-documents identify examples of small programs, VC preparation, use of the API function FINDFIRSTFILE (), FINDNEXTFILE ()
ListingFiles
- This Program to listing all files and folder in one directory. FindNextFile, FindFirstFile, GetLastError, strcpy, strcat, printf
multithreading_file_search
- 本程序实现一个多线程的文件快速搜索。在通常的操作系统中,比如Windows 2000,都提供了文件搜索功能,但采用的是顺序搜索,搜索效率较低。在本程序中,使用多线程的搜索技术,可以明显提高搜索效率。 本程序主要用到以下函数: //找到指定目录下的第一个文件 HUNDLE FindFirstFile(LPCTSR lpFileName,LPWIN32_FIND_DATA lpFindFileData) //找到指定目录下的下一个文件 BOOL FindNextFile(HAND
MyDosDir
- 该资源利用FindFirstFile()和FindNextFile()实现了对文件夹的浏览。可作为学习这两个函数的入门资料
HideFileHookFindNextFileFunction
- Hide File By Hook FindNextFile(Dll)2009年04月19日 星期日 22:23此为dll代码,使用的时候加载并调用SelfInject函数即可 -Hide File By Hook FindNextFile (Dll) 2009 年 04 月 Sunday, 19 22:23 This is the dll code, use the time to load and function can be called SelfInject
EnumerateFile
- 该应用程序可以快速查找文件夹的文件,比IO自身的getfiles快一倍,采用Win32API函数 FindFirstFile , FindNextFile,FindClose.-The application can quickly find the file folder, and twice as IO itself getfiles fast Win32API functions FindFirstFile, FindNextFile, FindClose,
Test
- VS2008 实时的计算CPU,获取物理内存和磁盘大小 ShellExecute的使用 FindFirstFile和FindNextFile的使用-simple code for Getting message of CPU , disk , physical memory and in real time simple code for ShellExecute Funtion simple code for FindFirstFile and FindNextFile F
FindFile
- 搜索文件 搜索的文件名注意要区分大小写, 通过对FindFile、FindNextFile等函数的调用查找给定名称的文件-Search file search file names are case-sensitive attention by calling for FindFile, FindNextFile lookup functions such as the given name of the file
1234
- 完成一个目录复制命令mycp,包括目录下的文件和子目录, 运行结果如下: beta@bugs.com [~/]# ls -l sem total 56 drwxr-xr-x3 beta beta 4096 Dec 19 02:53 ./ drwxr-xr-x8 beta beta 4096 Nov 27 08:49 ../ -rw-r r 1 beta beta128 Nov 27 09:31 Makefile -rwxr-xr-x1 beta beta 5705 Nov
HookFindNextFile
- hook findnextfile 隐藏文件-hook findnextfile hidden files