搜索资源列表
Struts-tree
- 开发web应用程序的组件,能结合struts框架快速开发出多个层次的动态树。-development of the web application components, in conjunction with struts framework of the rapid development of many kinds of dynamic tree.
net中树状控件
- 在C的web开发中的一个树状动态链接库非常的好用,其控制显示部分是在数据库中对于操作人员是非常之方便的。-C web development of a dynamic link library tree is so easy to use, its control is shown in the database for the operators is very convenient.
从数据库中加载树和动态添加树的节点例子
- 开发环境:VB.NET 从数据库中加载树和动态添加树的节点例子.该例子演示了如何从数据库中读出记录作为树的节点及动态加载节点-development environment : VB.NET from the database and dynamic loading tree nodes of the tree to add examples. The example demonstrates how to read the database records as tree nodes an
动态哈夫曼的改进
- 来有人提出了一种动态的哈夫曼编码方法。动态哈夫曼编码使用一棵动态变化的哈夫曼树,对第t+1个字符的编码是根据原始数据中前t个字符得到的哈夫曼树来进行的,编码和解码使用相同的初始哈夫曼树,每处理完一个字符,编码和解码使用相同的方法修改哈夫曼树,所以-was raised to a dynamic Huffman coding method. Dynamic Huffman coding using a dynamic changes in the Huffman tree for the firs
改进的显示目录的树型结构
- 你能指定对话框的父窗口,它能作为一个模态对话框. 你能指定对话框的标题 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
dtree_jsp
- 很不错的JSP动态树实现方式,可惜代码不全。-very good JSP Dynamic Tree, unfortunately incomplete code.
DynamicTree
- 动态树生成 可用于命令终端解析-dynamic tree can be used to generate orders end analytic
drag-drop-folder-tree
- 一个功能非常强大的动态树,可以实现结点的拖拉,还可以点击右键
treeview
- power builder 动态树结构实现
Ajax_Tree
- 开发语言c# + javascr ipt 功能 : 动态树结构,可以动态创建树的节点和叶枝
JS目录树
- Javascr ipt编写的目录树菜单 目录树代码 V1.21 .无限分类 .以\"-\"数目表示层数,清晰明了 .动态展开&收缩 天窗 http://www.faisun.com 暖阳 faisun@sina.com 2004 年 11 月-Javascr ipt prepared by the tree menu tree code V1.21. Unlimited classification. "-" Number, said the number of layers
ajax动态树
- 纯源码动态ajax 动态加载树
B树的图形化显示插入删除
- 使用C++编写成的关于B-树的插入和删除,动态展示变化。
B-Tree.在MFC的SDI中动态产生二叉树并动态使用箭头进行遍历
- 在MFC的SDI中动态产生二叉树并动态使用箭头进行遍历,难得一见,B-Tree in SDI
cnwebshowtreemenu
- 漂亮的树形菜单,可以建立动态的菜单和目录树。-Beautiful tree menu, you can create a dynamic menu and directory tree.
2008101802
- 动态树的创建解说及示例.zip 很好的例子-Dynamic tree create explanations and examples. Zip good example
TestTree
- 使用dtree.js组件创建动态树,非常简单。-Dtree.js components used to create dynamic tree, very simple.
DataStruct
- 此文件夹中共包括十二个小程序 AVL创建平衡二叉树,通过加入一个个的结点创建,并实现了平衡二叉树中的结点删除 Boyer_Moore算法的串模式匹配 Horspool算法的串模式匹配 Graph实现了有向图的非递归广度优先遍历及非递归深度优先遍历 HeapSort利用堆排序实现优先级队列 Merge实现二路归并排序算法 MFK动态规划解背包问题 nqueue求解n皇后问题 QuickSort快速排序算法的实现。 Shell排序算法的实现。 Tree程序
3-18有向树k值
- 要求有向树T的k个顶点组成的集合F,使cost(F)=∑min w(x)*d(x,u)的值达到最小。在一般情况下,有向树是一棵多叉树,为了便于计算,我们把多叉树变转成为与之等价的二叉树,将每个顶点的第一个儿子做为其父顶点的左儿子顶点,同时增加一个0权0边长的附加顶点做为右儿子顶点。然后对于其他儿子项点以相同方式作为新增附加顶点的左儿子顶点,一直继续下去,直至处理完所有顶点。所得到的二叉树与树T具有相同的最小耗费。(A set F that consists of the k vertices o
3-19有向树独立K
- 要求有向树T的k个独立顶点组成的集合F,使cost(F)=∑min w(x)*d(x,u)的值达到最小。与有向树k中值问题类似,把有向树变转成为与之等价的二叉树,设T的以顶点x为根的子树T(x),其左、右儿子顶点分别为y和z。(A set F that consists of a k independent vertex to a tree T is required to minimize the value of the cost (F) = min w (x) *d (x, U). Sim