CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - Tree
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Sub Category
Compress-Decompress algrithms
STL
Data structs
Algorithm
AI-NN-PR
matlab
Bio-Recognize
Crypt_Decrypt algrithms
mathematica
Maple
DataMining
Big Data
comsol
physical calculation
chemical calculation
simulation modeling
Search - Tree - List
[
Data structs
]
TREE
DL : 0
数据结构:有关树所有操作- Construction of data: The related tree all operates
Date
: 2025-12-20
Size
: 2kb
User
:
tyler28
[
Data structs
]
tree-leave
DL : 0
中序遍历输出二叉树 输出二叉树的叶子树 输出二叉树的节点数-which preorder output binary tree output binary tree leaf tree output binary tree nodes
Date
: 2025-12-20
Size
: 274kb
User
:
刘黎
[
Data structs
]
tree-2.03
DL : 0
一个德国人Kasper Peeters用C++ template写的tree的STL实现,并和STL其他容器vector,map一样,提供标准STL接口,供用户调用。非常有参考价值,说明文档参见tree.pdf。-a German Kasper Peeters C template to write the tree S TL realized, and other containers and STL vector, map, providing standard STL interface, Calling for users. Very valuable reference documentation See tree.pdf.
Date
: 2025-12-20
Size
: 191kb
User
:
苏缦云
[
Data structs
]
tree
DL : 0
参照网上的例子改写的多叉树的读写程序,可以从文件读取并显示,支持查找,修改等操作-Examples of online reference to rewrite the multi-tree reading and writing process, you can read and display from the document to support the search, modify, such as operation
Date
: 2025-12-20
Size
: 282kb
User
:
雷文平
[
Data structs
]
tree
DL : 0
广仪表转二插树 广仪表转二插树-Canton instrument to the second plug to 2 meters wide tree interpolation tree
Date
: 2025-12-20
Size
: 2.55mb
User
:
zwb
[
Data structs
]
Tree
DL : 0
树(Tree)中的各种经典操作,如遍历,查找节点,删除节点,等等。-Tree (Tree) in a variety of classic operation, such as traversal, find nodes, delete nodes, and so on.
Date
: 2025-12-20
Size
: 27kb
User
:
王新新
[
Data structs
]
tree
DL : 0
用二叉树实现重言式真假的判别问题,对于矛盾式可以进行自己输入值判断-With binary tree to achieve true tautology Discriminant problems contradiction can enter their own value judgments
Date
: 2025-12-20
Size
: 2kb
User
:
李天宇
[
Data structs
]
tree
DL : 0
c语言编写的B+树,可实现树的构造和记录查找。-c language B+ tree, the tree structure can be achieved and records to find.
Date
: 2025-12-20
Size
: 178kb
User
:
Y.A.M
[
Data structs
]
rb-tree
DL : 0
红黑树的算法,网上有好多例子,包括移植STL中的RBTREE算法,但是我试了,不怎么好用阿。 这是麻省理工数据结构课程的一个实现,我把它改造了一下,经过30-40万的数据量测试 windows/unix下都做过测试,没有问题。-Red and black tree algorithm, the Internet has a lot of examples, including the transplantation of STL algorithms RBTREE, but I tried, not very easy to use the Arab-Israeli. This is the Massachusetts Institute of Technology, a data structure course realize, I modified it a bit, after 30-40 million the amount of data to test windows/unix done under test, no problem.
Date
: 2025-12-20
Size
: 5kb
User
:
zhi
[
Data structs
]
tree
DL : 0
完成二叉树的初始化、遍历以及相应的操作-Complete binary tree initialization, ergodicity and the corresponding operation
Date
: 2025-12-20
Size
: 1kb
User
:
[
Data structs
]
tree
DL : 1
表达式类型的实现: 1、 一个表达式和一颗二叉树之间,存在着自然的对应关系。 2、 假设算术表达式Expression内可以含有变量(a~z)、常量(0~9)和二元运算符(+,-,*,/,^)。实现一下操作。 (1) ReadExpr(E)——以字符序列的形式输入语法正确的前缀表示式并构造表达式E。 (2) WritrExpr(E)——用带括弧的中缀表示式输出表达式E。 (3) Assign(V,c)——实现对变量V的赋值(V=c),变量的初值为0。 (4) Value(E)——对算术表达式E求值。 (5) CompoundExpr(P,E1,E2)——构造一个新的复合表达式(E1)P (E2)。 -Realize the type of expression: one, an expression, and between a binary tree, there is a natural correspondence between. 2, assuming that the arithmetic expression Expression can contain variables (a ~ z), constant (0 ~ 9) and binary operators ( ,-,*,/,^)。 You realize the operation. (1) ReadExpr (E)- sequence of characters in the form of input grammar correct prefix expressions and tectonic expression of E. (2) WritrExpr (E)- used within parentheses express output infix expression E. (3) Assign (V, c)- realize the value V of the variables (V = c), variable initial value is 0. (4) Value (E)- on the arithmetic expression E is evaluated. (5) CompoundExpr (P, E1, E2)- Construction of a new composite expression (E1) P (E2).
Date
: 2025-12-20
Size
: 57kb
User
:
[
Data structs
]
b-tree
DL : 1
程序名称: B-树的实现 创建时间: 2008.03.16 最后修改: 2008.03.18 程序作者: monkeylee 联系方式: leeocean2004@163.com 程序说明:实现B-树的相关操作,查找插入删除 -Name: B-tree realize the creation of Time: 2008.03.16 last modified: 2008.03.18 procedures Author: monkeylee Contact: leeocean2004@163.com program Description: B-tree realize the relevance of the operation, find insert delete
Date
: 2025-12-20
Size
: 3kb
User
:
leeocean
[
Data structs
]
tree
DL : 0
附件是一个关于树的遍历的例子的源代码程序,介绍了树的遍历-Annex is a tree traversal on the example of the source code of procedures, introduction of the tree traversal
Date
: 2025-12-20
Size
: 5kb
User
:
igeit
[
Data structs
]
B+tree
DL : 0
B+树算法,没有密码,供学习使用.质量高-B+ Tree algorithm, there is no password, for learning to use. High-quality
Date
: 2025-12-20
Size
: 16kb
User
:
cqu2000
[
Data structs
]
tree
DL : 0
该程序的功能为已知二叉树中序遍历和后序遍历序列,求二叉树的二叉链表结构,程序中假设前序序列和中序序列已经分别储存在数组Pre和In中,由子树的前序和中序序列建立其二叉链表,在中序序列中查找子树根,计算左右子树的大小,置队列为空队列,输出左右孩子并入队列中-The functions of the program in order for the known binary tree traversal and postorder traversal sequence, and the binary tree structure list, the program assumes the former order sequence and sequences in the sequence has been stored in the array, respectively, Pre and In by sub-tree in the sequence before the sequence and the sequence of the establishment of second fork list, in order to find sub-sequences Shugen calculated about the size of subtree, home Queue queue is empty, the output about the children into the queue
Date
: 2025-12-20
Size
: 1kb
User
:
ruikobe
[
Data structs
]
b-tree
DL : 0
二叉树算法集 二叉树算法集-Binary tree algorithms algorithms
Date
: 2025-12-20
Size
: 3kb
User
:
sky
[
Data structs
]
dictionary-tree-soursecode
DL : 0
此代码是字典树的实现源代码,字典树是一种数据结构,用它可以实现对各种单词的检索。而对每一个单词的查找次数是单词的长度。做acm题很有用,应用程序中相信也能优化很多算法!-This code is the dictionary tree realize the source code, the dictionary is a tree data structure, it can be achieved on a variety of word retrieval. And for each word is the number of search words in length. Acm title make useful applications, many believe that the optimization algorithm can be!
Date
: 2025-12-20
Size
: 1kb
User
:
孟繁荣
[
Data structs
]
B-Tree
DL : 0
实现B-树的创建、插入、删除、遍历等功能,并以层序方式通过程序台显示输出。-B-tree to achieve the creation, insertion, deletion, traversal functions, and to sequence through the procedure showed that the output of Taiwan.
Date
: 2025-12-20
Size
: 473kb
User
:
Carol
[
Data structs
]
TREE
DL : 0
这个是二叉树的19个功能演示! 初学者可以看看 希望可以交流交流-This is a binary tree of 19 functional demo! Beginners can take a look at the exchange hope that we can exchange
Date
: 2025-12-20
Size
: 4kb
User
:
jwjshitiancai
[
Data structs
]
tree
DL : 0
数据结构二叉树算法的应用,VC环境下运行可通过-Binary tree data structure of the application algorithm, VC environment to run through
Date
: 2025-12-20
Size
: 1kb
User
:
刘佳
«
1
2
3
4
5
6
7
8
9
10
...
50
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.