Welcome![Sign In][Sign Up]
Location:
Search - Cfilefind

Search list

[File Operate搜索子目录(VC源码)

Description: (1) 代码接口和CFileFind一样,所以如果原来有搜索单一目录的程序,现在要把下 面的子目录也搜索,那么只需要把原来的CFileFind改成CFileFindAll就可以了 (当然要包含FileFindAll头文件了)。 这样就不用大段的改代码了。 (2) 增加了同一个子目录下文件按文件名排序,或者随机打乱顺序 (3) 增加了返回文件路径的n级根目录的功能。+n返回n级目录,-n返回(总级数-n) 级目录。 -(1) interface and CFileFind code, So if they have a single directory search procedures, it will also subdirectories below the search, only then should the original CFileFind CFileFindAll can change the (course the first document contains the FileFindAll). This would not have a big change of the code. (2) an increase in the same subdirectory documents by file name, in order of random order to disrupt or (3) increase the return path of documents n-root directory functions. N to n-catalog-n return (total Series-n) level directory.
Platform: | Size: 3333 | Author: 牛牛 | Hits:

[File OperatevcFileIO

Description: 内容摘要: 1. 使用CFile类进行文件读写、删除、改名及访问文件属性 2. 使用CStdioFile类操作文本文件 3.  使用CFileFind类查找文件 4.了解windows API的文件操作 文件中含有文件操作课件说明及具体实例源码,适用于较初学VC人员.-Abstract : 1. CFile use category for document literacy, delete, accessing files and renamed attributes 2. CStdioFile class operation using text files 3.
Platform: | Size: 70666 | Author: mypudn | Hits:

[Hook apizjdQQ

Description: CFile CWinApp CString CloseHandle GetCurrentProcessId CallNextHookEx GetForegroundWindow SendMessage GetAsyncKeyState ZeroMemory GetKeyNameText SetWindowsHookEx UnhookWindowsHookEx EnumWindowsProc GetProp EnumWindows LoadLibrary GetProcAddress ShowWindow CDialog CDataExchange CWnd DestroyIcon LoadIcon SetProp GetSystemMenu CMenu LoadString AppendMenu CFileFind CreateFile IsIconic CPaintDC GetSystemMetrics CRect GetClientRect DrawIcon GetModuleFileName RegOpenKey RegSetValueEx
Platform: | Size: 1428 | Author: gulin | Hits:

[File OperateFindFiles

Description: 这是一个基于CFileFind类的比较完善的文件查找程序。
Platform: | Size: 47253 | Author: 阿三 | Hits:

[File Operatetestcfindfileext

Description: 大家经常需要对指定目录下的所有文件进行搜索或其它相同操作。若文件数很多,逐一对每个文件手工操作,很费时。这里提供一个搜索或处理指定目录下的所有文件的C++类。作者用基于层次遍历的非递归算法(以减少运行时的时间和空间开销)实现了一个 CFileFind 的扩展类 CFileFindExt,该类可以对指定目录下的所有文件进行搜索或相同的处理操作。-designated directories on the search for all documents or other similar operations. If the document number many, one by one for each document manually, a very time-consuming. Search here for a designated directory or processing of all documents under the C category. Based on the author traverse the level of non - recursive algorithm (to reduce the running time and space costs) achieved a CFileFind CFileFindExt the extension of the class, such right can be specified directory of all documents or search for the same handling operations.
Platform: | Size: 60008 | Author: lbq | Hits:

[File Operatetestcfindfileext

Description: 大家经常需要对指定目录下的所有文件进行搜索或其它相同操作。若文件数很多,逐一对每个文件手工操作,很费时。这里提供一个搜索或处理指定目录下的所有文件的C++类。作者用基于层次遍历的非递归算法(以减少运行时的时间和空间开销)实现了一个 CFileFind 的扩展类 CFileFindExt,该类可以对指定目录下的所有文件进行搜索或相同的处理操作。-designated directories on the search for all documents or other similar operations. If the document number many, one by one for each document manually, a very time-consuming. Search here for a designated directory or processing of all documents under the C category. Based on the author traverse the level of non- recursive algorithm (to reduce the running time and space costs) achieved a CFileFind CFileFindExt the extension of the class, such right can be specified directory of all documents or search for the same handling operations.
Platform: | Size: 59392 | Author: lbq | Hits:

[File Operate搜索子目录(VC源码)

Description: (1) 代码接口和CFileFind一样,所以如果原来有搜索单一目录的程序,现在要把下 面的子目录也搜索,那么只需要把原来的CFileFind改成CFileFindAll就可以了 (当然要包含FileFindAll头文件了)。 这样就不用大段的改代码了。 (2) 增加了同一个子目录下文件按文件名排序,或者随机打乱顺序 (3) 增加了返回文件路径的n级根目录的功能。+n返回n级目录,-n返回(总级数-n) 级目录。 -(1) interface and CFileFind code, So if they have a single directory search procedures, it will also subdirectories below the search, only then should the original CFileFind CFileFindAll can change the (course the first document contains the FileFindAll). This would not have a big change of the code. (2) an increase in the same subdirectory documents by file name, in order of random order to disrupt or (3) increase the return path of documents n-root directory functions. N to n-catalog-n return (total Series-n) level directory.
Platform: | Size: 3072 | Author: 牛牛 | Hits:

[File OperatevcFileIO

Description: 内容摘要: 1. 使用CFile类进行文件读写、删除、改名及访问文件属性 2. 使用CStdioFile类操作文本文件 3.  使用CFileFind类查找文件 4.了解windows API的文件操作 文件中含有文件操作课件说明及具体实例源码,适用于较初学VC人员.-Abstract : 1. CFile use category for document literacy, delete, accessing files and renamed attributes 2. CStdioFile class operation using text files 3.
Platform: | Size: 70656 | Author: cobra | Hits:

[File OperateFindFiles

Description: 这是一个基于CFileFind类的比较完善的文件查找程序。-This is a category based on the relatively perfect CFileFind documents Finder.
Platform: | Size: 64512 | Author: 阿三 | Hits:

[File OperateCFileFindExt

Description: CFileFind的扩展类CFileFindExt。加强了CFileFind类的功能,直接做成类CFileFind的继承类,非递归化时(为加快搜索速度,减少开销)将先深遍历改为层次遍历,用户根据需要可增加返回所有子目录名函数以及其它多参数处理函数。-CFileFind the expansion of category CFileFindExt. Strengthened CFileFind functions directly into the category of succession CFileFind category of non-recursive pm (To speed up the search for speed, to reduce overhead), will be replaced by the level of deep traversal Traversal, users need to increase the return of all sub- directory name, as well as other multi-parameter function handler.
Platform: | Size: 3072 | Author: narnia | Hits:

[File OperateCFileFindExt_src

Description: 一个CFileFind的扩展类CFileFindExt,该类可以对指定目录下的所有文件进行搜索或相同的批处理操作,同时也可根据搜索后得到的文件名对每个文件分别进行处理。-CFileFind the expansion of a category CFileFindExt, such can be specified directory, or search all the files the same batch operations, but also according to the search after the file name of each file separately for processing.
Platform: | Size: 6144 | Author: 王奔 | Hits:

[Special EffectsVCyuandaimachengxu

Description: 车牌识别程序,准确定位车牌,真正实现了车牌识别的程序 -CDocument CString CFile CFileDialog CFileFind FindNextFile CScrollView CDC CPen CSize CBitmap CBrush CRect GetClientRect LoadBitmap CreatePatternBrush SelectObject FillRect DeleteObject GetObject BitBlt CreateCompatibleDC CreateSolidBrush CreatePen LineTo TextOut CPrintInfo CreatePalette SelectPalette SetStretchBltMode SetDIBitsToDevice StretchDIBits wsprintf ZeroMemory CWnd CDialog CDataExchange GetWindowRect CPaintDC Rectangle CRichEditCtrl InvalidateRect UpdateWindow
Platform: | Size: 2519040 | Author: zhangyongjian | Hits:

[Windows DevelopGetFileNameList

Description: 自己写的一段遍历文件的代码,用了MFC的CFileFind类-Traverse a section of his paper to write the code, use the MFC' s CFileFind class
Platform: | Size: 7168 | Author: Magic G | Hits:

[Windows Developcfilefind

Description: 利用cfilefind去,查找目录中的文件以及文件夹-fasjdfjalsfjlajsldfjklaskdfsdajklfjalsdjflsdf
Platform: | Size: 5120 | Author: 龙仔 | Hits:

[Windows DevelopCFileFindExt

Description: 一个扩展的CFileFind扩展了原来CFileFind类的功能-An extended CFileFind expanded the functions of the original CFileFind class
Platform: | Size: 8192 | Author: hh | Hits:

[Windows CECCeFileFind_src

Description: Wince下的CFileFind类,与windows下的CFIleFind类使用完全相同。-class CFileFind in Wince,just like using in windows.
Platform: | Size: 3072 | Author: mixdollar | Hits:

[VC/MFCVCzwjcz00001

Description: 剖析VC中文件操作 各种有关文件操作在设计中是十分常见如果能对其各种操作都了如指掌就可以根据实际情况找到最佳解决方案 从而在较短时 间内编写出高效代码因而熟练掌握文件操作是十分重要本文将对Visual C中有关文件操作进行全面介绍并对在 文件操作中经 常遇到些疑难问题进行详细分析   1.文件查找   当对个文件操作时如果不知道该文件是否存在就要首先进行查找MFC中有个专门用来进行文件查找类 CFileFind使用它可以 方便快捷地进行文件查找下面这段代码演示了这个类最基本使用思路方法   CString strFileTitle   CFileFind finder   BOOL bWorking = finder.FindFile("C:\\windows\\sysbkup\\*.cab")-剖析VC中文件操作 各种有关文件操作在设计中是十分常见如果能对其各种操作都了如指掌就可以根据实际情况找到最佳解决方案 从而在较短时 间内编写出高效代码因而熟练掌握文件操作是十分重要本文将对Visual C中有关文件操作进行全面介绍并对在 文件操作中经 常遇到些疑难问题进行详细分析   1.文件查找   当对个文件操作时如果不知道该文件是否存在就要首先进行查找MFC中有个专门用来进行文件查找类 CFileFind使用它可以 方便快捷地进行文件查找下面这段代码演示了这个类最基本使用思路方法   CString strFileTitle   CFileFind finder   BOOL bWorking = finder.FindFile("C:\\windows\\sysbkup\\*.cab")
Platform: | Size: 249856 | Author: kate | Hits:

[OS program0523

Description: 判断光盘是否有光盘,通过使用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.
Platform: | Size: 104448 | Author: Matt | Hits:

[Windows DevelopTraversalFile

Description: 用MFC中的CFileFind类查找电脑中的所有文件,并统计。用到多线程。-CFileFind with the MFC classes in the computer to find all the files, and statistics. Use multi-threading.
Platform: | Size: 36864 | Author: 小让 | Hits:

[Ftp ClientCFileFind

Description: C类CFileFind执行本地文件查找,是CGopherFileFind和CFtpFileFind的基类;后两类用于Internet文件查找。CFileFind包括的成员函数有开始查找、定位文件、返回标题名或路径。对于Internet查找来说,GetFileURL返回文件的URL。 -C CFileFind implement local file search, is CGopherFileFind and CFtpFileFind base class Two kinds of used for Internet files after the search. CFileFind including member functions have to find out, positioning document, return to title name or path. For Internet search for, GetFileURL return to file URL.
Platform: | Size: 28672 | Author: 魔天尊主 | Hits:
« 12 »

CodeBus www.codebus.net