Welcome![Sign In][Sign Up]
Location:
Search - tree node

Search list

[Other二叉树的类实现

Description: 二叉树的一般操作: 1. 判断二叉树是否为空。 2. 搜索二叉树中的某一项。 3. 在二叉树中插入一项。 4. 从二叉树中删除一项。 5. 求二叉树的高度。 6. 求二叉树的节点数量。 7. 求二叉树的叶节点数量。 8. 遍历二叉树。 9. 复制二叉树。 -binary tree : 1. To judge whether the binary tree is empty. 2. Binary Tree Search of a one. 3. The insertion of a binary tree. 4. From a binary tree removed. 5. For binary tree height. 6. For binary tree node number. 7. For binary tree leaf node number. 8. Traverse binary tree. 9. Replication binary tree.
Platform: | Size: 109568 | Author: 刘炎黄 | Hits:

[Picture Viewernodetree

Description: Node Tree is nice Node Tree is nice -Node Tree is nice Node Tree is niceNode Tree is niceNode is niceNode Tree is nice
Platform: | Size: 2048 | Author: | Hits:

[OtherTree

Description: 演示二叉树的生成及一些常用操作; 包括插入节点,删除节点等。-Demonstration of the generation of binary tree and a number of commonly used operations include insert node, delete node and so on.
Platform: | Size: 3072 | Author: Alex | Hits:

[GDI-Bitmaprbt

Description: 红黑树的实现代码,在VC下可演示红黑树结点的动态变化.-Red and black tree realize the code in the VC can be red and black tree node demonstration of the dynamic changes.
Platform: | Size: 34816 | Author: aa | Hits:

[Otherbuildtree

Description: WEB开发,从数据库中找出结点实现树结构-WEB development, from the database to find the realization of the tree node structure
Platform: | Size: 2048 | Author: your name | Hits:

[DocumentsBinary-Tree

Description: 数据结构 1、算法思路: 在此二叉树操作中,主要采用链式存储结构,由于遍历二叉树基本操作是访问结点,则不论按哪一种次序进行遍历,对含有n个结点的二叉树,其时间复杂度均为O(n);空间复杂度为二叉树的高度。 -Data Structure 1, Algorithm idea: In this binary tree operation, mainly the structure of chain stores, due to the basic operation is a binary tree traversal to visit nodes, regardless of by what kind of order traversal, containing n- node of the tree, its time complexity are O (n) space complexity for the tree height.
Platform: | Size: 29696 | Author: Anson | Hits:

[DocumentsHuffman-tree

Description: 数据结构 1、算法思路: 哈夫曼树算法:a)根据给定的n个权值{W1,W2… ,Wn }构成 n棵二叉树的集合F={T1,T2…,T n },其中每棵二叉树T中只有一个带权为W i的根结点,其左右子树均空;b)在F中选取两棵根结点的权值最小的树作为左右子树构造一棵新的二叉树,且置新的二叉树的根结点的权值为其左、右子树上结点的权值之和;c)F中删除这两棵树,同时将新得到的二叉树加入F中; d)重复b)和c),直到F只含一棵树为止。 -Data Structure 1, Algorithm idea: Huffman tree algorithm: a) in accordance with a given value of n of the right (W1, W2 ..., Wn) constitute a set of n binary tree trees F = (T1, T2 ..., T n) , which for each binary tree T with only one right for the W i of the root node, its about subtree are empty b) in the F 2 in the root node of the right to select the smallest value of the tree as a subtree structure around a new binary tree, binary tree and the new home of the root node of the right value for the left and right sub-tree nodes and the right value c) F in the deletion of the two trees, at the same time obtained by adding a new binary tree F in d) repeat b) and c), until a tree F containing only so far.
Platform: | Size: 28672 | Author: Anson | Hits:

[ListView/ListBoxsupergrid

Description: VC++超级列表listview控件源代码.这个控件是C++下的网格控件,可以在ListView中显示树,每个树节点可以有Checkbox选择框,可以在其中单元中插入图片,并且支持排序功能。可以通过+-号展开或者合并树节点。-VC++ Super list listview control the source code. This control is C++ Grid under the control can be displayed in the ListView trees, each tree node can have Checkbox selection box, you can insert the unit in which the picture, and support the sort function. By+- Expand its tree node or merger.
Platform: | Size: 362496 | Author: mysisi | Hits:

[JSP/Javatree

Description: 树是一种很强大的数据结构,它的特点是每个节点最多只有一个前驱节点,有多个后继节点!-Tree is a very powerful data structure, it is characterized by a maximum of each node is only one pre-node, a number of follow-up node!
Platform: | Size: 3072 | Author: 灵朗 | Hits:

[Database systemtree

Description: 可以有多层目录的树控件,连接数据库,自由的添加删除节点!-Can have multi-directory tree controls, connect database, free to add delete the node!
Platform: | Size: 265216 | Author: 张亚丽 | Hits:

[Data structsB-

Description: 三阶B-树的节点插入与删除 三阶B-树的节点插入与删除-Third-order B-tree node insertion and deletion of third-order B-tree node insert and delete
Platform: | Size: 6144 | Author: 小周 | Hits:

[JSP/Javartree_src_1_0_updt

Description: 本程序是由JAVA实现的R-树新建、结点增加、删除功能。-This procedure is achieved by the JAVA new R-tree, node to add, delete function.
Platform: | Size: 423936 | Author: folishwood | Hits:

[Windows Developext-tree

Description: ext的树的实例.通过右键菜单操作树节点对数据库进行增删改查.-Examples of trees ext. through the operation menu tree node additions and deletions to the database search.
Platform: | Size: 881664 | Author: 付学勇 | Hits:

[Data structsdraw-tree

Description: 伸展树,基本数据结构,The tree is drawn in such a way that both of the edges down from a node are the same length. This length is the minimum such that the two subtrees are separated by at least two blanks.-The tree is drawn in such a way that both of the edges down from a node are the same length. This length is the minimum such that the two subtrees are separated by at least two blanks.
Platform: | Size: 4096 | Author: GK | Hits:

[Other Web CodedynamicTree

Description: 动态加载树,点一个节点时,用ajax到数据库去取该节点的子节点-Dynamic loading tree node points, the use of ajax to the database to fetch the child nodes of the node
Platform: | Size: 9740288 | Author: 张文 | Hits:

[Documentstree

Description: 定义二叉树的结点类型,实现其最基本的操作-The definition of binary tree node type, to achieve its most basic operations
Platform: | Size: 1024 | Author: 候青 | Hits:

[Data structsli

Description: c语言实现的数据结构中线形表的应用,包括二叉树结点的插入,删除,查询等-c language data structure in binary tree of applications, including binary tree node insert, delete, query, etc. -XIANXINGBIAOYINGYONG
Platform: | Size: 1024 | Author: li | Hits:

[JSP/JavaE3TREE

Description: 一个功能较全面的树,可自由加减树的节点,展示树的各级节点-A function of a more comprehensive tree, free tree node addition and subtraction to demonstrate at all levels of the tree node
Platform: | Size: 8586240 | Author: 刘博文 | Hits:

[Othertree

Description: 拖拉树节点,用于VB开发。可以生成拖拉树型的界面和功能。-Drag the tree node
Platform: | Size: 6144 | Author: czs | Hits:

[JSP/Javatree

Description: javascript 带checkBox 的tree,可联选 选择节点,即可自动全选子节点,并选中其所有父节点 取消节点,即取消所有子节点 类似权限树 支持IE fireFox 支持cookie保存最后一次的展示状态,即刷新页面后权的展示节点情况保留 -javascript with checkBox of the tree, the election could be linked to select a node to automatically select all child nodes, and select cancel all of its parent node, that is, the abolition of all child nodes of the tree to support IE fireFox similar privileges to support display of cookie to save the last state, that is, after refreshing the page to retain the right to display the node of
Platform: | Size: 18432 | Author: 崔易 | Hits:
« 12 3 4 5 6 7 8 9 10 ... 50 »

CodeBus www.codebus.net