搜索资源列表
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) //找到指定目录下的
MyDosDir
- 该资源利用FindFirstFile()和FindNextFile()实现了对文件夹的浏览。可作为学习这两个函数的入门资料
CCeFileFind_src
- WinCE环境下文件查找源码。 文件清单: CeFileFind.cpp CeFileFind.h-environment WinCE source document search. The list of documents : CeFileFind.cpp CeFileFind.h
CORPuS
- 文件查找的示例小程序,VC++编写,运用了API函数中的FINDFIRSTFILE(),FINDNEXTFILE()-documents identify examples of small programs, VC preparation, use of the API function FINDFIRSTFILE (), FINDNEXTFILE ()
UThief
- 伪装成svchost进程,在windows服务里添加服务,对连接到电脑的U盘进行定时扫描,将其复制到电脑里默认的目录里-disguised as svchost process, the service windows add services, connect to the computer of the U disk regularly scan, copy it to the computer's default dire
ListingFiles
- This Program to listing all files and folder in one directory. FindNextFile, FindFirstFile, GetLastError, strcpy, strcat, printf-This Program to listing all files and folder in one directory. FindNextFile, FindFirstFi
multithreading_file_search
- 本程序实现一个多线程的文件快速搜索。在通常的操作系统中,比如Windows 2000,都提供了文件搜索功能,但采用的是顺序搜索,搜索效率较低。在本程序中,使用多线程的搜索技术,可以明显提高搜索效率。 本程序主要用到以下函数: //找到指定目录下的第一个文件 HUNDLE FindFirstFile(LPCTSR lpFileName,LPWIN32_FIND_DATA lpFindFileData) //找到指定目录下的
MyDosDir
- 该资源利用FindFirstFile()和FindNextFile()实现了对文件夹的浏览。可作为学习这两个函数的入门资料-The resource use FindFirstFile () and FindNextFile () realize the folder browser. Could serve as a learning function of these two introductory information
UFW
- 基于对话框的MFC优盘杀毒程序,运行程序时.有优盘插入时检测u盘里的autorun.inf-for(char cbNum= D cbNum<= Z cbNum++) //遍历可能的U盘盘符 { strdir.Empty() strdir.Format(" c:",cbNum) if(GetDriveType((LPCTSTR)strdir)==DRIVE_REMOVABLE)//
findfile
- 查找任意路径下的文件名。主要是对FindFirstFile函数的使用。-Find any path of the file name. Mainly for the use FindFirstFile function.
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, FindNextFi
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 Fi
findfirstfile
- 使用递归的方法查询目录下的文件,一种比较费时但是稳定的遍历算法!-Using a recursive method to query the files in that directory, a more time-consuming but stable traversal algorithm!
find_first
- 文件查找 在vs2010下用findfirstfile查找文件-File Finder Find in vs2010 files using findfirstfile
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
findfirstfile
- fpga使用能够ftdi桥接,实现高速USB访问和传输-fpga capable ftdi bridge, high-speed USB access and transfer
FindFirstFile
- 利用Windows API接口函数FindFirstfiles和FindNextfiles遍历一个文件目录-Using Windows API interface functions FindFirstfiles and FindNextfiles traverse a file directory