搜索资源列表
TypeDir2
- 用二叉树的算法对指定目录下的文件和目录以格式化的方法保存。修改了原程序中的一些bug。 -binary tree algorithm used for the specified directory of files and directories to the formatting preserved. The original amendments to the procedures in some bug.
目录明细格式化保存为文本文件
- 用二叉树的算法对指定目录下的文件和目录以格式化的方法保存。 -Using Binary tree to save the text in sepecific file and catalogue
rdel
- 该程序是用汇编语言编写的,采用COM 文件格式。主要设计思想为:把目录当作N个结点的二叉树, 采用二叉树的先序遍历完成对盘上目录的搜索、定位,即从根目录开始用INT21H的 4EH号子功能搜索匹配目录(CL=10H)并判断搜索的结果是否为目录,若是则进入此目录,删除文件后继续搜索下一级子目录。若不是则用INT21H的4FH号子功能搜索下一个匹配目录, 并在判断为真后进入目录删除文件,如此一级一级地纵向深入子目录删除文件,直到完成此目录的最后一级子目录的文件删除(遍历左子树)。然后用INT21的4
bianliwenjianjia
- 该源码可以从一个文件夹中撮所有的文件及文件夹名,并形成目录树,显示在控件中,供你查看。-the source code from a folder summarized all the documents and folders, and create directory tree and, displayed on the controller, you look for.
XTree
- 搜索目录树生成树形结构文本,是控制台命令Tree的可视化版本,可指定搜索深度、是否列出文件等多个可调的参数
MutilTree
- 用C语言实现的文件目录搜索并保存到多叉树中,本人能力有限,仅供参考。
treeview
- 构造目录树。解析操作系统文件结构,并在树控件中显示目录结构。自己编写,很实用。
javadirtree
- java实现系统目录树控件 //导入以下类 import cn.xcode.framework.gui.useModule.xFilesTree.FilesTreeManager //在面板初始化的地方 FilesTreeManager ftm=new FilesTreeManager() //新增一个文件目录树总管对象 JTree tree=ftm.getFilesTree() //新增一个JTree对象,把ftm.getFilesTree()赋值给它
LsFileExplorer28
- LsFileExplorer28.pas(ver 2.80)包含三个部分: (1)TLsDirTree21:简单但功能完全的目录树视图控件(包含基本文件列表视图).它支持在目录中创建、删除和重命名操作. (2)TLsDirTreeCombo28:树视图专用的ComboBox. (3)TLsFileListView28:具有快捷菜单的文件列表视图控件封装了如打开、查看、剪切、复制、粘贴、删除、发送到、重命名等文件管理操作. -LsFileExplorer28.pas (ver 2.80) cont
遍历文件夹并建成目录树
- 用VC实现遍历文件夹并建成对应的目录数。实现的操作封装成类,可重用。-with VC traverse folders and the completion of the corresponding directory number. To achieve the package into operation category, reusable.
编写并调试一个树型目录结构的文件系统
- 编写并调试一个树型目录结构的文件系统,模拟文件管理工作流程.设计多用户文件系统,采用多级文件目录。-Write and debug a directory tree structure, file systems, document management workflow modeling. Design a multi-user file systems, multi-level directory.
filetree
- 自动遍历文件夹生成成目录树,,可以参照其中的文件夹遍历算法-Traverse Folder automatically generated into a directory tree
DirectoryTree
- 利用Visual c++实现自动遍历文件夹生成成目录树-The use of Visual c++ Traverse Folder automatically generated into a directory tree
OSFile
- 本设计模拟文件管理工作流程, 编写了一个树型的目录结构的文件系统,可支持多用户、树型目录结构文件操作-Simulation of the design document management workflow, the preparation of a directory tree structure of the file system that supports multi-user, the directory tree structure of file operations
bianlidir
- 递归遍历目录树(用递归算法遍历目录下的文件和文件夹)-Recursively traverse the directory tree (directory with a recursive algorithm traverse the files and folders)
CTreeCtrlXML
- 将任何目录树生成XML文档,源码中是把指定盘符下的目录结构生成一个XML文档-CONVERT TREEVIEWLIST TO XML DOCUMENT
fileacc
- 扫描指定的目录,列出目录树下所有的文件(包括隐藏文件),根据指定的访问日期分别记录(早于该日期和晚于该日期)到两个文本文件。用于搜索文件系统中被用到的文件。-Scan the specified directory, listed in the directory tree all files (including hidden files) were recorded (according to the specified access date earlier than the date a
xml
- 本文是继《VCKBASE在线杂志》第十四期的XML栏目激烈文章之四。前面几篇文章介绍了XML目录树的创建、定制目录树的上下文菜单以及目录树节点的管理(如添加、删除、修改操作等)。-this is a good Program about XML.
thgthis
- VC中没有像VB中那样的目录树控件,这个类弥补了这一缺憾(No like VB in the VC directory tree controls, this class to make up for the defects)