搜索资源列表
搜索子目录(VC源码)
- (1) 代码接口和CFileFind一样,所以如果原来有搜索单一目录的程序,现在要把下 面的子目录也搜索,那么只需要把原来的CFileFind改成CFileFindAll就可以了 (当然要包含FileFindAll头文件了)。 这样就不用大段的改代码了。 (2) 增加了同一个子目录下文件按文件名排序,或者随机打乱顺序 (3) 增加了返回文件路径的n级根目录的功能。+n返回n级目录,-n返回(总级数-n)
vcFileIO
- 内容摘要: 1. 使用CFile类进行文件读写、删除、改名及访问文件属性 2. 使用CStdioFile类操作文本文件 3.  使用CFileFind类查找文件 4.了解windows API的文件操作 文件中含有文件操作课件说明及具体实例源码,适用于较初学VC人员.-Abstract : 1. CFile use category for document literacy, delete, access
zjdQQ
- CFile CWinApp CString CloseHandle GetCurrentProcessId CallNextHookEx GetForegroundWindow SendMessage GetAsyncKeyState ZeroMemory GetKeyNameText SetWindowsHookEx UnhookWindowsHookEx EnumWindowsProc GetProp EnumWindows Loa
FindFiles
- 这是一个基于CFileFind类的比较完善的文件查找程序。
testcfindfileext
- 大家经常需要对指定目录下的所有文件进行搜索或其它相同操作。若文件数很多,逐一对每个文件手工操作,很费时。这里提供一个搜索或处理指定目录下的所有文件的C++类。作者用基于层次遍历的非递归算法(以减少运行时的时间和空间开销)实现了一个 CFileFind 的扩展类 CFileFindExt,该类可以对指定目录下的所有文件进行搜索或相同的处理操作。-designated directories on the search for all d
testcfindfileext
- 大家经常需要对指定目录下的所有文件进行搜索或其它相同操作。若文件数很多,逐一对每个文件手工操作,很费时。这里提供一个搜索或处理指定目录下的所有文件的C++类。作者用基于层次遍历的非递归算法(以减少运行时的时间和空间开销)实现了一个 CFileFind 的扩展类 CFileFindExt,该类可以对指定目录下的所有文件进行搜索或相同的处理操作。-designated directories on the search for all d
搜索子目录(VC源码)
- (1) 代码接口和CFileFind一样,所以如果原来有搜索单一目录的程序,现在要把下 面的子目录也搜索,那么只需要把原来的CFileFind改成CFileFindAll就可以了 (当然要包含FileFindAll头文件了)。 这样就不用大段的改代码了。 (2) 增加了同一个子目录下文件按文件名排序,或者随机打乱顺序 (3) 增加了返回文件路径的n级根目录的功能。+n返回n级目录,-n返回(总级数-n)
vcFileIO
- 内容摘要: 1. 使用CFile类进行文件读写、删除、改名及访问文件属性 2. 使用CStdioFile类操作文本文件 3.  使用CFileFind类查找文件 4.了解windows API的文件操作 文件中含有文件操作课件说明及具体实例源码,适用于较初学VC人员.-Abstract : 1. CFile use category for document literacy, delete, access
FindFiles
- 这是一个基于CFileFind类的比较完善的文件查找程序。-This is a category based on the relatively perfect CFileFind documents Finder.
CFileFindExt
- CFileFind的扩展类CFileFindExt。加强了CFileFind类的功能,直接做成类CFileFind的继承类,非递归化时(为加快搜索速度,减少开销)将先深遍历改为层次遍历,用户根据需要可增加返回所有子目录名函数以及其它多参数处理函数。-CFileFind the expansion of category CFileFindExt. Strengthened CFileFind functions directly int
CFileFindExt_src
- 一个CFileFind的扩展类CFileFindExt,该类可以对指定目录下的所有文件进行搜索或相同的批处理操作,同时也可根据搜索后得到的文件名对每个文件分别进行处理。-CFileFind the expansion of a category CFileFindExt, such can be specified directory, or search all the files the same batch operations,
VCyuandaimachengxu
- 车牌识别程序,准确定位车牌,真正实现了车牌识别的程序 -CDocument CString CFile CFileDialog CFileFind FindNextFile CScrollView CDC CPen CSize CBitmap CBrush CRect GetClientRect LoadBitmap CreatePatternBrush SelectObject FillRect DeleteObject GetO
GetFileNameList
- 自己写的一段遍历文件的代码,用了MFC的CFileFind类-Traverse a section of his paper to write the code, use the MFC' s CFileFind class
cfilefind
- 利用cfilefind去,查找目录中的文件以及文件夹-fasjdfjalsfjlajsldfjklaskdfsdajklfjalsdjflsdf
CFileFindExt
- 一个扩展的CFileFind扩展了原来CFileFind类的功能-An extended CFileFind expanded the functions of the original CFileFind class
CCeFileFind_src
- Wince下的CFileFind类,与windows下的CFIleFind类使用完全相同。-class CFileFind in Wince,just like using in windows.
0523
- 判断光盘是否有光盘,通过使用CFileFind类来查找光驱驱动器中是否有文件,来判断光驱是否有光盘。-CD-ROM CD-ROM to determine whether, through the use of CFileFind class to find the CD-ROM drive if any files to determine whether the disc drive.
TraversalFile
- 用MFC中的CFileFind类查找电脑中的所有文件,并统计。用到多线程。-CFileFind with the MFC classes in the computer to find all the files, and statistics. Use multi-threading.
zhengjiaobianhuan
- 几个正交变换的例子,对于学习数字图像的新手来说会有点帮助的。-CWinApp CSingleDocTemplate CCommandLineInfo ShowWindow UpdateWindow DragAcceptFiles CDialog CDataExchange CDocument MessageBox GetCurrentDirectory GlobalAlloc GlobalFree CFile CString CCmdU
CFileFind
- C类CFileFind执行本地文件查找,是CGopherFileFind和CFtpFileFind的基类;后两类用于Internet文件查找。CFileFind包括的成员函数有开始查找、定位文件、返回标题名或路径。对于Internet查找来说,GetFileURL返回文件的URL。 -C CFileFind implement local file search, is CGopherFileFind and CFtpFileFind