CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - 历遍文件夹中的文件

搜索资源列表

  1. TransFolder

    0下载:
  2. 本程序实现了遍历一个文件夹下所有文件的功能,注意,若输入文件名必须在其后加上\"\\\",现时单击\"遍历\"按钮开始遍历,遍历后的结果将存在下面的列表框中-realized by the traverse a folder function of all the documents and pay attention, if documents were to be imported in the following words "\\", click "trav
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:46821
    • 提供者:刘风
  1. blwj

    0下载:
  2. 一个遍历文件夹中文件的例子,已经在源码上做了修改,方便调用!-traverse a document folder example, the source code has been revised to facilitate the call!
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:26339
    • 提供者:zy
  1. DelVCTempFolders

    0下载:
  2. 本程序涉及文件夹及文件的遍历访问和处理,实现对VC工程编译中生成的Debug和Release文件夹的自动删除。对于喜欢编程的人来说,可以节省很多硬盘空间哦。
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:66015
    • 提供者:
  1. read-all-files-in-a-folder

    0下载:
  2. 读取某个文件夹中所有的文件,通过递归的方式遍历包括子目录在内的所有文件。
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:14988
    • 提供者:陈兴峰
  1. readDisc

    0下载:
  2. 文件读取存入数据库中 可进行文件夹的无限深度遍历
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:72817
    • 提供者:jichunxiang
  1. DataStruct

    0下载:
  2. 此文件夹中共包括十二个小程序 AVL创建平衡二叉树,通过加入一个个的结点创建,并实现了平衡二叉树中的结点删除 Boyer_Moore算法的串模式匹配 Horspool算法的串模式匹配 Graph实现了有向图的非递归广度优先遍历及非递归深度优先遍历 HeapSort利用堆排序实现优先级队列 Merge实现二路归并排序算法 MFK动态规划解背包问题 nqueue求解n皇后问题 QuickSort快速排序算法的实现。 Shell排序算法的实现。 Tree程序
  3. 所属分类:Other systems

    • 发布日期:2017-03-27
    • 文件大小:374817
    • 提供者:zouyan
  1. Filelister_04

    0下载:
  2. 功能:列出指定目录内指定类型(所有)文件的信息。 用法:将本文件放在要调查的文件夹中运行,或照教程拖放(单目录),或加入窗口右键菜单中(注册表)。 技巧:包括vbs遍历文件夹,获取文件属性、排序(依Windows中的字符显示顺序)、vbs写文件,vbs启动程序…… 特点:代码公开,注释详细,是vbs的极佳范例(并非自夸,没那习惯)。 注意:对目录过深文件过多的情况会因超出vbs能力而假死。 后话:0.4为早年所写,0.5更添加功能,但从未发过,都是私家自用,愤慨于所见诸多光盘
  3. 所属分类:File Operate

    • 发布日期:2017-04-01
    • 文件大小:484133
    • 提供者:uhnmki
  1. SearchFile

    1下载:
  2. MFC,本例采用多线程技术,即遍历文件的过程中,每当发现一个文件夹时,就新建一个工作线程进行文件搜索。-MFC, in this case multi-threading technology, that is, the process of traversing documents, whenever found in a folder, you create a new worker thread for file search.
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-08
    • 文件大小:1990200
    • 提供者:钟毅
  1. source

    0下载:
  2. 一段小代码,可以遍历文件夹中文件,代码很短小的-A little code, you can loop through files in a folder, the code is very short
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-04
    • 文件大小:513
    • 提供者:xhflovemy
  1. QuickOpenFiles

    0下载:
  2. 遍历文件夹中所有文件,并返回所有文件的信息- AppWizard has created this QuickOpenFiles application for you. This application not only demonstrates the basics of using the Microsoft Foundation classes but is also a starting point for writing your application.
  3. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:165883
    • 提供者:kl
  1. Cplusfilefolderiterator

    0下载:
  2. C++文件夹中文件的遍历,很有用的程序,对于文件夹操作-C++ filefolder iterator may help you
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-15
    • 文件大小:4062950
    • 提供者:miaoxikui
  1. SearchFiles

    0下载:
  2. 在控制台程序中(当然也可以在MFC中)遍历指定文件夹及子文件夹,查找需要的文件。-To traverse the specified folder and subfolders to find the desired files in Console programs (MFC as well).
  3. 所属分类:File Operate

    • 发布日期:2017-04-02
    • 文件大小:2659
    • 提供者:Glorious Fool
  1. day02_04

    0下载:
  2. 遍历文件夹中的所有文件,将文件夹以及其子文件夹中的所有文件列出-checkout all files in the path which you chose
  3. 所属分类:EditBox

    • 发布日期:2017-04-01
    • 文件大小:30301
    • 提供者:王宇
  1. BrowseInAFolder

    0下载:
  2. 用C++语言实现遍历某路径下的所有文件或者子文件夹中的符合某一特定拓展名的文件-Traverse a path all the files or sub-folder in compliance with a particular file to expand the name C++ language
  3. 所属分类:Other systems

    • 发布日期:2017-05-24
    • 文件大小:3153024
    • 提供者:枪手
  1. SearchDirFile

    0下载:
  2. 使用Lambda遍历文件夹中的每个文件中的某个字符串,非常实用-traverse each file in give path Folder to find the string you want
  3. 所属分类:.net

    • 发布日期:2017-04-27
    • 文件大小:39140
    • 提供者:Anbit
  1. Filetraversal

    0下载:
  2. 文件遍历器 ---使用listctrl控件,如何把文件夹中的所有文件的属性写入其中-File walker--- use listctrl control how the properties of all the files in the folder in which to write
  3. 所属分类:File Operate

    • 发布日期:2017-04-23
    • 文件大小:134724
    • 提供者:程飞
  1. source104

    0下载:
  2. 一段小代码,可以遍历文件夹中文件,代码很短小的-A little code, you can loop through files in a folder, the code is very short
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-12
    • 文件大小:558
    • 提供者:jiaanbobb
  1. PassengerDetect

    0下载:
  2. 基于Opencv的行人检测,使用HOG+SVM,先遍历文件夹再对文件夹中的所有图片进行检测并把结果输出到txt中。-Pedestrian detection based on opencv,using hog and svm.
  3. 所属分类:Windows Develop

    • 发布日期:2017-06-16
    • 文件大小:24874926
    • 提供者:xt
  1. ReadFile

    0下载:
  2. 文件的读取,通过C++遍历目录下的文件,实现文件夹中文件夹的递归遍历(File read through C++ traversal directory files, folder folder traversal traversal)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-31
    • 文件大小:1024
    • 提供者:王蓝胖
  1. chuli

    0下载:
  2. 扩展开发功能列表: 1.双击文件列表中的文件名,打开文件。 2.右击文件列表中的文件名,弹出消息框显示文件信息(完整文件名路径,文件大小,文件的创建时间) 3.提供第五个选项:是否遍历文件夹的子文件夹。如果遍历,则子文件夹中的文件也会被处理,否则不处理子文件夹的文件。 4.批量替换中,提供指定字符位置的单个字符的替换,比如3bd343.jpg,指定位置为0,替换后的字符为2015,替换后就是2015bd343,而后面的位置的3则不会被替换。(Extended development fu
  3. 所属分类:其他

    • 发布日期:2018-04-18
    • 文件大小:34816
    • 提供者:ttthz
« 12 »
搜珍网 www.dssz.com