搜索资源列表

  1. CORPuS

    0下载:
  2. 文件查找的示例小程序,VC++编写,运用了API函数中的FINDFIRSTFILE(),FINDNEXTFILE()-documents identify examples of small programs, VC preparation, use of the API function FINDFIRSTFILE (), FINDNEXTFILE ()
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:30277
    • 提供者:李力
  1. ListingFiles

    0下载:
  2. This Program to listing all files and folder in one directory. FindNextFile, FindFirstFile, GetLastError, strcpy, strcat, printf
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:29859
    • 提供者:Merc
  1. multithreading_file_search

    0下载:
  2. 本程序实现一个多线程的文件快速搜索。在通常的操作系统中,比如Windows 2000,都提供了文件搜索功能,但采用的是顺序搜索,搜索效率较低。在本程序中,使用多线程的搜索技术,可以明显提高搜索效率。 本程序主要用到以下函数: //找到指定目录下的第一个文件 HUNDLE FindFirstFile(LPCTSR lpFileName,LPWIN32_FIND_DATA lpFindFileData) //找到指定目录下的
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:30813
    • 提供者:郭小川
  1. MyDosDir

    0下载:
  2. 该资源利用FindFirstFile()和FindNextFile()实现了对文件夹的浏览。可作为学习这两个函数的入门资料
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:81046
    • 提供者:zj
  1. CORPuS

    0下载:
  2. 文件查找的示例小程序,VC++编写,运用了API函数中的FINDFIRSTFILE(),FINDNEXTFILE()-documents identify examples of small programs, VC preparation, use of the API function FINDFIRSTFILE (), FINDNEXTFILE ()
  3. 所属分类:文件操作

    • 发布日期:2024-05-11
    • 文件大小:29696
    • 提供者:李力
  1. UThief

    0下载:
  2. 伪装成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
  3. 所属分类:磁盘编程

    • 发布日期:2024-05-11
    • 文件大小:88064
    • 提供者:肖羽
  1. ListingFiles

    0下载:
  2. 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
  3. 所属分类:Windows编程

    • 发布日期:2024-05-11
    • 文件大小:29696
    • 提供者:Merc
  1. multithreading_file_search

    0下载:
  2. 本程序实现一个多线程的文件快速搜索。在通常的操作系统中,比如Windows 2000,都提供了文件搜索功能,但采用的是顺序搜索,搜索效率较低。在本程序中,使用多线程的搜索技术,可以明显提高搜索效率。 本程序主要用到以下函数: //找到指定目录下的第一个文件 HUNDLE FindFirstFile(LPCTSR lpFileName,LPWIN32_FIND_DATA lpFindFileData) //找到指定目录下的
  3. 所属分类:进程与线程

    • 发布日期:2024-05-11
    • 文件大小:30720
    • 提供者:郭小川
  1. MyDosDir

    0下载:
  2. 该资源利用FindFirstFile()和FindNextFile()实现了对文件夹的浏览。可作为学习这两个函数的入门资料-The resource use FindFirstFile () and FindNextFile () realize the folder browser. Could serve as a learning function of these two introductory information
  3. 所属分类:文件操作

    • 发布日期:2024-05-11
    • 文件大小:80896
    • 提供者:zj
  1. HookFindNextFile

    0下载:
  2. hook findnextfile 隐藏文件-hook findnextfile hidden files
  3. 所属分类:系统编程

    • 发布日期:2024-05-11
    • 文件大小:2048
    • 提供者:张松
  1. VCyuandaimachengxu

    0下载:
  2. 车牌识别程序,准确定位车牌,真正实现了车牌识别的程序 -CDocument CString CFile CFileDialog CFileFind FindNextFile CScrollView CDC CPen CSize CBitmap CBrush CRect GetClientRect LoadBitmap CreatePatternBrush SelectObject FillRect DeleteObject GetO
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-11
    • 文件大小:2519040
    • 提供者:zhangyongjian
  1. HideFileHookFindNextFileFunction

    0下载:
  2. 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
  3. 所属分类:界面编程

    • 发布日期:2024-05-11
    • 文件大小:1024
    • 提供者:noisc
  1. zhengjiaobianhuan

    0下载:
  2. 几个正交变换的例子,对于学习数字图像的新手来说会有点帮助的。-CWinApp CSingleDocTemplate CCommandLineInfo ShowWindow UpdateWindow DragAcceptFiles CDialog CDataExchange CDocument MessageBox GetCurrentDirectory GlobalAlloc GlobalFree CFile CString CCmdU
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-11
    • 文件大小:2360320
    • 提供者:mclong
  1. EnumerateFile

    0下载:
  2. 该应用程序可以快速查找文件夹的文件,比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
  3. 所属分类:.net编程

    • 发布日期:2024-05-11
    • 文件大小:44032
    • 提供者:林近男
  1. Test

    0下载:
  2. 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
  3. 所属分类:对话框与窗口

    • 发布日期:2024-05-11
    • 文件大小:68608
    • 提供者:马川
  1. FindFile

    0下载:
  2. 搜索文件 搜索的文件名注意要区分大小写, 通过对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
  3. 所属分类:文件操作

    • 发布日期:2024-05-11
    • 文件大小:11264
    • 提供者:qzy
  1. 1234

    0下载:
  2. 完成一个目录复制命令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
  3. 所属分类:文件操作

    • 发布日期:2024-05-11
    • 文件大小:5120
    • 提供者:于冰
  1. HookFindNextFile

    0下载:
  2. hook findnextfile 隐藏文件-hook findnextfile hidden files
  3. 所属分类:数据库编程

    • 发布日期:2024-05-11
    • 文件大小:2048
    • 提供者:dp0857sihuanji

源码中国 www.ymcn.org