CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - Binary Tree
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - Binary Tree - List
[
Other
]
ASIC-MP4V_VID_MPEG4_ASP
DL : 0
ASIC-MP4V_VID—MPEG4 ASP标准理解。本文对MPEG4标准中的Advanced Simple Profile(ASP)做一个完整的说明,作者并不只是对标准进行翻译,而是根据他当初读标准时遇到的问题,给出一个更容易理解的阅读标准的途径。-binary tree Sort of several operations, including : the establishment of two binary sort tree node insert, delete nodes, the nodes you. For a novice structure of the data useful.
Date
: 2025-12-18
Size
: 281kb
User
:
张磊
[
Other
]
AnAlgorithmicViewonOVSFCode
DL : 0
The combinatorial core of the OVSF code assignment problem that arises in UMTS is to assign some nodes of a complete binary tree of height h (the code tree) to n simultaneous connections, such that no two assigned nodes (codes) are on the same root-to-leaf path. Each connection requires a code on a specified level. The code can change over time as long as it is still on the same level. We consider the one-step code assignment problem: Given an assignment, move the minimum number of codes to serve a new request. Minn and Siu proposed the so-called DCAalgorithm to solve the problem optimally. We show that DCA does not always return an optimal solution, and that the problem is NP-hard. We give an exact nO(h)-time algorithm, and a polynomial time greedy algorithm that achieves approximation ratio Θ(h). Finally, we consider the online code assignment problem for which we derive several results-The combinatorial core of the OVSF code assignment problemthat arises in UMTS is to assign some nodes of a complete binarytree of height h (the code tree) to n simultaneous connections, such thatno two assigned nodes (codes) are on the same root-to- leaf path. Eachconnection requires a code on a specified level. The code can change overtime as long as it is still on the same level. We consider the one-step codeassignment problem: Given an assignment, move the minimum number ofcodes to serve a new request. Minn and Siu proposed the so-called DCAalgorithmto solve the problem optimally. We show that DCA does notalways return an optimal solution, and that the problem is NP-hard.We give an exact nO (h)-time algorithm, and a polynomial time greedyalgorithm that achieves approximation ratio Θ (h). Finally, we considerthe online code assignment problem for which we derive several results
Date
: 2025-12-18
Size
: 154kb
User
:
shilei
[
Other
]
Data.Structures.and.Algorithms.in.C...(Adam.Drozde
DL : 0
this book mainly includes these contents :linked list, stacks and queuse, recursions, binary tree, multi tree, graphs, sorting, hashing, data compression.-Data Structures and Algorithms in C++(Adam.Drozdek).2nd.Ed.2001
Date
: 2025-12-18
Size
: 21.48mb
User
:
michael
[
Other
]
SVM
DL : 0
基于二叉树的支持向量机svm再工程中的应用,一篇论文。-Based on Binary Tree Support Vector Machine svm re-engineering the application of a paper.
Date
: 2025-12-18
Size
: 289kb
User
:
lihui
[
Other
]
1217302593
DL : 0
c++builder程序员学习数据结构源代码:二叉树,哈夫曼树,线性表,队列等等的Form面板可视程序源码! ...查看-c++ builder source code for programmers to learn data structures: binary trees, Huffman tree, linear tables, queues, etc. Form panel visual programming source code! ... see
Date
: 2025-12-18
Size
: 1.91mb
User
:
李晓芳
[
Other
]
2
DL : 0
3. 设有n个学生,每个学生包含学号、姓名、分数三部分数据,其中学号是关键字,依次输入这些学生数据来建立一棵二叉排序树,然后再输入一个学号进行查找,查找成功则输出该学生的数据;查找失败输出找不到信息。-3. With n students, each student with Student ID, name, score three parts of the data, including Student ID is the keyword, followed by these students enter the data to create a binary sort tree, and then enter a Student ID to find, Find the success of the output of the student' s data lookup failed output can not find the information.
Date
: 2025-12-18
Size
: 1kb
User
:
徐晟喆
[
Other
]
The-flash-demo-of-various-algorithms
DL : 1
各种算法的flash演示(一共45个:B树的删除、生长过程,单链表结点的插入、删除,二叉排序树的生成、删除,构造哈夫曼树的算法模拟、克鲁斯卡尔算法构造最小生成树、邻接表表示的图的广度优先遍历、寻找中序线索化二叉树指定结点的后继......)-The flash demo of various algorithms (a total of 45: B tree removal, growth process, a single linked list node insert, delete, binary sort tree generation, deletion, Huffman tree construction algorithm simulation, Kruskal construct minimum spanning tree algorithm, adjacency list that breadth-first traversal of the graph to find clues to the sequence of binary tree nodes designated successor ......)
Date
: 2025-12-18
Size
: 942kb
User
:
[
Other
]
shujujiegou
DL : 0
数据结构学习资料二叉树习题严魏明老师还有答案,如果有更多而要可以找我哦,还可以上传。情深意浓大家喜欢-A binary tree data structure learning materials Exercise Yan Wei teachers have the answer, if there are more, you can come to me to be Oh, you can also upload. Qingshen Yi thick that everyone likes
Date
: 2025-12-18
Size
: 1.09mb
User
:
zhang
[
Other
]
datastructure
DL : 0
数据结构的相关知识讲解,如二叉树,huffman树,红黑树,线性表-Knowledge to explain the data structure, such as binary, huffman tree, red-black tree, linear tables, etc.
Date
: 2025-12-18
Size
: 1.8mb
User
:
linlin
[
Other
]
BiTree
DL : 0
以下问题要求统一在一个大程序里解决。 13、 按先序遍历的扩展序列建立二叉树的存储结构 14、 二叉树先序、中序、后序遍历的递归算法 15、 二叉树中序遍历的非递归算法 16、 二叉树层次遍历的非递归算法 17、 求二叉树的深度(后序遍历) 18、 建立树的存储结构 19、 求树的深度 -The following question requires unity in a large program and solve. 13, according to the first order binary tree traversal of the extended sequence of the establishment of the storage structure 14, the first order binary tree, in order, after traversing the recursive algorithm 15, a binary tree in order traversal non-recursive algorithm 16, a binary tree level of non-recursive traversal algorithm 17, find the depth of a binary tree (postorder traversal) 18, the establishment of tree storage structure 19, find the depth of the tree
Date
: 2025-12-18
Size
: 2kb
User
:
南风雅
[
Other
]
class_presentation
DL : 0
是一种多路搜索树(并不是二叉的): 1.定义任意非叶子结点最多只有M个儿子;且M>2; 2.根结点的儿子数为[2, M]; 3.除根结点以外的非叶子结点的儿子数为[M/2, M]; -Is a multi-way search tree (not binary in): 1. The definition of any non-leaf node at most M son and M> 2 2. The son of the root node number [2, M] 3 . Except root node, other than the son of non-leaf node number [M/2, M]
Date
: 2025-12-18
Size
: 58kb
User
:
korbon
[
Other
]
avl
DL : 0
n computer science, an AVL tree is a self-balancing binary search tree, and it was the first such data structure to be invented.[1] In an AVL tree, the heights of the two child subtrees of any node differ by at most one if at any time they differ by more than one, rebalancing is done to restore this property-n computer science, an AVL tree is a self-balancing binary search tree, and it was the first such data structure to be invented.[1] In an AVL tree, the heights of the two child subtrees of any node differ by at most one if at any time they differ by more than one, rebalancing is done to restore this property
Date
: 2025-12-18
Size
: 21kb
User
:
aa
[
Other
]
Tree
DL : 0
数据结构中关于二叉树的基本操作,包括建立树,插入,删除,遍历等操作-Basic operations on binary tree data structure, including the establishment of a tree, insert, delete, traversal and other operations
Date
: 2025-12-18
Size
: 606kb
User
:
yangmin
[
Other
]
BST
DL : 0
详细介绍了二叉查找树,BST的概念,功能,实现,非常好的课件-Details of the binary search tree, BST concept, function and achieve very good courseware
Date
: 2025-12-18
Size
: 51kb
User
:
wuchunbin
[
Other
]
shujujiegou
DL : 0
数据结构课程的电子书籍,里面有关于数据结构基本的知识点和多种算法,包括单链表、循环队列、二叉树、有序的二分法查找、快速排序等-Electronic books data structures course, there are the basic data structure of knowledge and a variety of algorithms, including single linked list, circular queue, binary tree, ordered binary search, quick sort, etc.
Date
: 2025-12-18
Size
: 2.79mb
User
:
张慧英
[
Other
]
Binary-Tree
DL : 0
binary tree explaination ebook
Date
: 2025-12-18
Size
: 58kb
User
:
chinng
[
Other
]
Total_T
DL : 0
经典数据结构代码,二叉树的遍历(递归与非递归)以及求树高-The typical datas tructure code:the recursion and nonrecursion of Preorder,Inorder,Postorder in a binary tree.It s also include the height of a BiTree
Date
: 2025-12-18
Size
: 2.55mb
User
:
jiayu
[
Other
]
ConciseNotes
DL : 0
Concise Notes on Data Structures and Algorithms Ruby Edition by Christopher Fox Introduction,Buillt in types, Arrays, Assertions, Containers, Stack, Queues,Stacks and recursion, Collections, List, Analyzing algorithms, Function growth rates, basic Sorting algorithms, Recurrences, Merge sort and Quicksort, Trees,Heaps, Heapsort, Binary Tree,Binary Search , The Binary Search Tree, Sets, Maps, Hashing, Hashed Collections.
Date
: 2025-12-18
Size
: 735kb
User
:
roger
[
Other
]
shu-ju-jie-gou
DL : 0
数据结构课程的讲义对于学习链表二叉树基本排序算法有很大的帮助-PPT of binary tree and sorting and many other algorithms
Date
: 2025-12-18
Size
: 13.3mb
User
:
li
[
Other
]
Binary-tree-nodes-
DL : 0
求二叉树中节点的最大距离,希望能给你有效帮助.-Binary tree nodes in the maximum distance,we hope to give you effective help.
Date
: 2025-12-18
Size
: 272kb
User
:
shouzhongsha
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.