登录
首页 » Visual C++ » FileFindThread

FileFindThread

于 2011-06-07 发布 文件大小:3573KB
0 310
下载积分: 1 下载次数: 8

代码说明:

  本程序是关于文件操作的源码,实现了用多线程技术递归查找文件的方法来遍历每一个文件和文件夹(The program is operating on the source file to achieve with multi-threading approach to find files recursively through every file and folder)

文件列表:

FileFindThread
..............\ChildFrame.cpp,1856,2009-02-20
..............\ChildFrame.h,1616,2009-02-20
..............\Debug
..............\.....\ChildFrame.obj,21000,2011-05-13
..............\.....\ChildFrame.sbr,0,2011-05-13
..............\.....\FileFindThread.bsc,3154944,2011-05-13
..............\.....\FileFindThread.exe,127064,2011-05-13
..............\.....\FileFindThread.ilk,362576,2011-05-13
..............\.....\FileFindThread.obj,14744,2011-05-13
..............\.....\FileFindThread.pch,6881656,2011-05-13
..............\.....\FileFindThread.pdb,459776,2011-05-13
..............\.....\FileFindThread.res,2912,2011-05-13
..............\.....\FileFindThread.sbr,0,2011-05-13
..............\.....\FileFindThreadDlg.obj,44935,2011-05-13
..............\.....\FileFindThreadDlg.sbr,0,2011-05-13
..............\.....\SplitterEx.obj,16084,2011-05-13
..............\.....\SplitterEx.sbr,0,2011-05-13
..............\.....\StdAfx.obj,105910,2011-05-13
..............\.....\StdAfx.sbr,1375010,2011-05-13
..............\.....\TreeFrame.obj,31376,2011-05-13
..............\.....\TreeFrame.sbr,0,2011-05-13
..............\.....\vc60.idb,214016,2011-05-13
..............\.....\vc60.pdb,364544,2011-05-13
..............\FileFindThread.aps,36656,2011-05-13
..............\FileFindThread.clw,2212,2011-05-13
..............\FileFindThread.cpp,2175,2009-02-19
..............\FileFindThread.dsp,4698,2009-02-20
..............\FileFindThread.dsw,553,2009-02-19
..............\FileFindThread.h,1412,2009-02-19
..............\FileFindThread.ncb,50176,2011-05-13
..............\FileFindThread.opt,52736,2011-05-13
..............\FileFindThread.plg,793,2011-05-13
..............\FileFindThread.rc,6237,2011-05-13
..............\FileFindThreadDlg.cpp,7636,2009-03-09
..............\FileFindThreadDlg.h,2065,2009-02-20
..............\ReadMe.txt,3723,2009-02-19
..............\res

..............\...\FileFindThread.rc2,406,2009-02-19
..............\resource.h,919,2011-05-13
..............\Splitter.cpp,3423,2009-02-19
..............\Splitter.h,1743,2009-02-19
..............\SplitterEx.cpp,3315,2009-02-20
..............\SplitterEx.h,1319,2009-02-20
..............\StdAfx.cpp,216,2009-02-19
..............\StdAfx.h,1054,2009-02-19
..............\TreeFrame.cpp,4172,2009-02-20
..............\TreeFrame.h,1689,2009-02-20

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • SelDEL
    实现在程序运行完毕后,删除自身exe文件.适用于需要时间限制类程序.(Time limit for applications that require such procedures in the program is complete, delete the exe file.)
    2013-05-19 10:22:03下载
    积分:1
  • booksave
    将结构体中的内容保存到指定文件,打开指定文件添加内容,添加完毕关闭文件(To save the contents of the structure to the specified file, open the specified file to add content, add close the file)
    2015-01-15 15:39:11下载
    积分:1
  • defreader
    读取行情的def文件的例子,并保存到数据库了,包含了两个行情数据库,上海和深圳的。(Quotes of the def file to read the example, and saved to the database, and contains two Quotes databases, Shanghai and Shenzhen.)
    2009-10-27 09:29:38下载
    积分:1
  • shi
    这个类似文件搜索的非WINDOWS编程.如果对于你们有帮助也是好事(The non-WINDOWS similar documents search program if help is good for you)
    2011-07-23 12:58:41下载
    积分:1
  • read-and-write-CSV-file
    可以实现CSV的写入文件读取。同样如果将程序稍作改动就可实现各种格式的文件的写入和读取。文件是以逗号和回车为间隔的写入的。这样可以用excel软件打开该文件。同时,在读取时,将存取的数字在逗号和回车的交替中提取出来。(You can write the CSV file to read. The same if the program make a little change can be achieved in various formats file write and read. The file is comma and carriage return intervals write. This can open the file with excel software. The same time, in reading, access to digital in the alternation of comma and carriage return is extracted. )
    2012-02-13 10:39:35下载
    积分:1
  • COM_op_Excel
    VC通过com操作Excel文档的封装。可以轻松实现对excel文件行列,单元格的操作。(VC operation by com Excel document package. Can easily achieve the ranks of the excel file, the cell operation.)
    2012-03-15 14:35:34下载
    积分:1
  • Access-in-and-out-Excel
    VC++中access与excel的交互的实现(VC++ in access and excel interactive )
    2012-12-06 21:58:42下载
    积分:1
  • OperateFile
    拷贝、删除和移动文件OperateFile,很不错的vc源码,希望能对大家有所帮助(Copy, delete and move files OperateFile, very good vc source code, I hope you can help)
    2011-09-06 23:02:02下载
    积分:1
  • FilesRecover
    以前写的文件删除恢复软件代码发出来,希望能对大家有帮助,源码比较乱,也没时间整理,源码sdk写的,vc6.0编译通过,win7、xp测试通过。支持fat32和ntfs文件系统的文件删除恢复 (Write files deleted recovery software code issued to hope that it can help, chaotic source, there is no time to sort out, source sdk write, vc6.0 compiled through win7, xp test by. Support fat32 and ntfs file system file deletion recovery)
    2012-10-28 16:11:24下载
    积分:1
  • doc_view
    基于doc_view多文件示例(源码),可以改变文档的图片工具.好好玩玩啊(Doc_view based on multi-file examples (source), can change the document image tools. Good play ah)
    2007-08-23 12:41:08下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载