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

搜索资源列表

  1. Windows资源管理器

    3下载:
  2. 本例实现了一个Windows资源管理器,该资源管理器具有浏览系统文件、目录,以及对其进行删除、移动等操作的功能。本例主要介绍了树形控件的使用,列表控件的使用,相关Windows API的使用,系统图标列表的获取,以及递归实现遍历目录等。-the cases to achieve a Windows Explorer, the resource manager with View system files, directories, and delete them, mobile operator
  3. 所属分类:对话框与窗口

    • 发布日期:2008-10-13
    • 文件大小:29466
    • 提供者:唐堂
  1. BrowseDir8

    0下载:
  2. 递归法遍历磁盘目录,在vc++6.0环境下编译通过。-recursive directory traversal disk, vc 6.0 environment compile.
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:26680
    • 提供者:李华磊
  1. BrowseFolde

    0下载:
  2. 主要是遍历整个系统目录,在VC++上编译通过.-mainly traverse the entire system directory, compiled by VC.
  3. 所属分类:TreeView控件

    • 发布日期:2008-10-13
    • 文件大小:3402
    • 提供者:王峰
  1. perl_misc

    0下载:
  2. 对文件或目录的操作函数模版.根据对目录的分析结果对目录进行深度或广度遍历从而操作文件(或目录)-right file or directory operation function templates. Based on the analysis results directory of directories depth or breadth traversal thus operational documents (or directory)
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:6925
    • 提供者:tzl
  1. SystemTree

    0下载:
  2. 这是一个获得系统树的类功能演示,使用这个类可以方便的得到电脑上的所有文件夹目录,不用在写遍历函数
  3. 所属分类:对话框与窗口

    • 发布日期:2008-10-13
    • 文件大小:44045
    • 提供者:陈诚
  1. 文件树的实现

    0下载:
  2. 以递归搜索的方法实现对目录的遍历,然后用treeview现实整个目录树.-recursive search for the right way to achieve directory traversal, and then use the treeview reality the whole directory tree.
  3. 所属分类:TreeView控件

    • 发布日期:2008-10-13
    • 文件大小:345152
    • 提供者:林之焕
  1. filetree.rar

    0下载:
  2. 生成目录树结构的一个好范例,自动读取指定文件夹的内容,并遍历文件夹下的目录,最后生成TREE目录树结构。在XP下测试通过。,Directory tree structure to generate a good example, automatically read the contents of the specified folder, and traverse the directory folder, and finally generate the directory tree str
  3. 所属分类:GUI Develop

    • 发布日期:2017-03-28
    • 文件大小:15142
    • 提供者:161
  1. file_box

    0下载:
  2. 显示一目录下的文件的列表框-The listbox displaying files belonging to a dir
  3. 所属分类:GUI Develop

    • 发布日期:2017-11-13
    • 文件大小:19711
    • 提供者:站长
  1. FileTree20

    0下载:
  2. 可遍历整个文件夹或者目录,然后将子目录和文件用树形控件列出来-Can traverse the entire folder or directory, and then use the tree controls subdirectories and files to list
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-03
    • 文件大小:437991
    • 提供者:feifei
  1. allfind

    0下载:
  2. 打开对话框后,遍历目录下所有文件和子目录。-find all files and folders
  3. 所属分类:Dialog_Window

    • 发布日期:2017-03-29
    • 文件大小:75039
    • 提供者:张斌
  1. TraverseMagneticDiskCatalogue

    0下载:
  2. C#使用TreeView组件遍历磁盘目录,C#目录遍历功能的方法与实现实例,利用TreeView组件实现,实际上是扩展了TreeView的功能,增加了目录遍历功能,这就大大提高了TreeView的实用性,C#实例源代码下载-C# uses TreeView Component traverse the disk directory, C# directory traversal function instance, use the TreeView component to achieve, i
  3. 所属分类:TreeView

    • 发布日期:2017-03-31
    • 文件大小:15328
    • 提供者:方鸣
  1. Demo

    0下载:
  2. 类似于资源管理器的树控件的遍历算法,此代码演示了怎么样遍历文件树种所以的目录和文件 -Traverse the tree control Traverse the tree control Traverse the tree control Traverse the tree controlTraverse the tree control
  3. 所属分类:TreeView

    • 发布日期:2017-06-20
    • 文件大小:32033710
    • 提供者:CaoYuqin
  1. FileTree

    0下载:
  2. 这个文件主要是实现遍历文件夹并建成目录树的功能-generate directories of files
  3. 所属分类:TreeView

    • 发布日期:2017-05-17
    • 文件大小:4688693
    • 提供者:张意见
  1. TerryjNovelReader

    0下载:
  2. 页面很简单,有两个控件TreeView和textbox,后台遍历文件信息,把目录树放在TreeView里展示,点击具体小说的时候展示到TextBox控件里-Show page is very simple, the two TreeView and the textbox background traverse the file information, the directory tree on display on the TreeView, click on the specific no
  3. 所属分类:TreeView

    • 发布日期:2017-12-03
    • 文件大小:1549312
    • 提供者:杀毒
  1. CheckFileDemo

    0下载:
  2. 实现遍历目录下的每个文件 实现遍历目录下的每个文件-Each traverse the file directory
  3. 所属分类:ListView-ListBox

    • 发布日期:2017-05-07
    • 文件大小:1863284
    • 提供者:cq
  1. FileTree

    0下载:
  2. 遍历文件夹并建成目录树 简单的演示了目录树的实现-Traverse Folder and the completion of the directory tree Simple demonstration implementation of the directory tree
  3. 所属分类:TreeView

    • 发布日期:2017-04-17
    • 文件大小:17510
    • 提供者:KCT
  1. FileTree20

    0下载:
  2. 该程序遍历指定文件夹内的所有目录及其子目录。-The program traverses all the specified folder directory and its subdirectories.
  3. 所属分类:TreeView

    • 发布日期:2017-05-12
    • 文件大小:2916909
    • 提供者:左小司
  1. EliminateCollision

    0下载:
  2. 本程序的作用是将金山快盘2016年6月以后产生的错误冲突文件全部改正成正确文件名。 由于金山快盘已经不能读写了,所以会发生错误的同步命名,如下面的文件 MyLib(冲突_Vision6_2016-06-09 04-18-11).PcbLib 实际上应该是 MyLib.PcbLib 本程序通过遍历本程序所在目录及子目录,找到所有错误标记的冲突文件,将它们的名字改回来。 本程序涉及到CListView类的用法,文件和目录遍历、修改的技术。-The role of t
  3. 所属分类:ListView-ListBox

    • 发布日期:2017-04-02
    • 文件大小:164093
    • 提供者:左天罡
  1. JDTD

    0下载:
  2. 主要是遍历整个系统目录,在VC++上编译通过,不错的源码(Mainly through the system directory, on the vc + + compiled through, good source)
  3. 所属分类:对话框与窗口

  1. zkgo

    0下载:
  2. 递归法遍历磁盘目录,在vc++60环境下编译通过,()
  3. 所属分类:对话框与窗口

    • 发布日期:2018-04-22
    • 文件大小:21504
    • 提供者:NKP%2D07095
« 12 »
搜珍网 www.dssz.com