搜索资源列表
phptree
- PHP+HTML开发,树型结构自动生成HTML文件-PHP HTML development, tree structure automatically generate HTML documents
jtree
- javascr ipt做的树型结构。改一下自己就能用,-javascr ipt do tree structure. Change it will be able to use their own,
pagewalker
- PageWalker是一个能够递归跌代asp.net页面控件的树型结构。可以用来遍历访问页面控件层次。 -PageWalker is a recursive or to substituting pages Asp. Net Control tree structure. Traverse visit can be used to control page level.
文件树列表
- 以树型结构显示出文件以及子目录的程序,运行通过.-a tree structure shown documents and subdirectory, the running through.
改进的显示目录的树型结构
- 你能指定对话框的父窗口,它能作为一个模态对话框. 你能指定对话框的标题 dobrowse()函数能切断默认路径的 \\ 字符. 这个类有个虚拟成员能动态的使能或禁用ok按钮.它还能指定状态区显示的文字. -you can designate the parent dialog window it could serve as a Modal Dialog. you can designate the title of the dialog dobrowse () func
用文件来记住形成的树型结构
- 该代码例子提供了用文件来记住形成的树型结构。-the code examples provided with documents to remember the tree structure formation.
DELPHIGZ
- 用delphi7.0做的一个树型结构源码-delphi7.0 do with a tree structure FOSS
CreateTree
- 关于树型结构的一个递归函数处理方法.要使用可以进一步处理.-on the tree structure of a recursive function approach. To use can be further processed.
tre
- 树型结构完整版 我在天津“天财圣峰”公司工作过一段时间,做过树型结构的java程序,给的时间很短,匆忙完成,如今重新完成,与大家共勉。wwwliqinglinwww@126.com-tree structure in the full version I Tianjin "Choi St. peak days," the company worked for a period of time. done Tree Structure java programs for t
xmltut1
- XML解析器,vc++,可以解吸XML文件并形成树型结构-XML parser, vc, desorption and formed XML document tree structure
MyPanelUnit
- 模块名称:ADO树型数据显示控件 v1.0 修改日期:2005.10.11 作者: 蒋文杰 三江文杰工作室 用途: 此为与ADO数据库捆绑在一起的专用显示数据库中树型结构表的控件, 要求数据库中的表要与控件同构,数据库控件必须用ADOquery, 表中的树型数据的字段要有: 1、唯一标识的结点ID号,整型,从1开始; 2、结点名称,字串型; 3、父结点的ID号,整型,0为没有父结点; 4、树型结点是否是叶子结点,是为0(默认),
MyDBTreeunit
- 模块名称:ADO树型数据显示控件 v1.0 修改日期:2005.10.11 作者: 蒋文杰 三江文杰工作室 用途: 此为与ADO数据库捆绑在一起的专用显示数据库中树型结构表的控件, 要求数据库中的表要与控件同构,数据库控件必须用ADOquery, 表中的树型数据的字段要有: 1、唯一标识的结点ID号,整型,从1开始; 2、结点名称,字串型; 3、父结点的ID号,整型,0为没有父结点; 4、树型结点是否是叶子结点,是为0(默认),
VB数据库树型结构查询
- VB数据库树型结构查询-VB database inquiries tree structure
树型结构的存储文件+VB源码.zip
- 树型结构的存储文件+VB源码.zip
数据结构二叉树C++实现
- 软件功能 (1)新建 建立一棵二叉树: (2)遍历 选择进行先序、中序、或后序遍历,并显示。 (3)统计叶子节点个数 随时统计并显示树中的叶子节点个数。 (4)显示 将树型显示出来 开发平台 Microsoft Visual C++ 6.0 系统的运行结果 可以实现树的先序中序后序遍历,并显示树形和叶子节点数
编写并调试一个树型目录结构的文件系统
- 编写并调试一个树型目录结构的文件系统,模拟文件管理工作流程.设计多用户文件系统,采用多级文件目录。-Write and debug a directory tree structure, file systems, document management workflow modeling. Design a multi-user file systems, multi-level directory.
DataStructure
- 我的数据结构实验指导与练习题,非常经典的哈!《数据结构》是计算机几相关专业的一门核心基础课程,也是很多高校考研专业课之一。它主要介绍线性结构、树型结构、图状结构三种逻辑结构元素的存储实现,在此基础上介绍一些典型算法及时、空效率分析。这门课程的主要任务是培养学生的算法设计能力及良好的程序设计习惯。-Data Structure of Computer Algorithmic Language Experiment ,very nice to download it ,thank you!!!
Tree
- 使用ASP制作的通讯录,采用树型结构。可以联系人进行增删除改查。-无
个人的树型结构程序例(一张表的)
- 个人的树型结构程序例(一张表的),是一个小小的树型结构的例子(An example of a personal tree structure program (a table) is an example of a small tree structure.)
tree
- 用程序演示二叉树的存储结构的建立方法和遍历过程。(The program demonstrates the establishment of a binary tree's storage structure and the traversal process.)