Location:
Search - B_tree
Search list
Description: 用控制台实现了经典的数据结构B树,可以通过测试文件.txt加载已有的B树,有插入,删除,查找的功能,加深对数据结构的理解。
Platform: |
Size: 141801 |
Author: waleking |
Hits:
Description: B-树的创建、插入、删除等一系列操作!-B-tree creation, insert, delete a series of manipulations!
Platform: |
Size: 4091 |
Author: 刘意 |
Hits:
Description: B-树的创建、插入、删除等一系列操作!-B-tree creation, insert, delete a series of manipulations!
Platform: |
Size: 4096 |
Author: 刘意 |
Hits:
Description: 用控制台实现了经典的数据结构B树,可以通过测试文件.txt加载已有的B树,有插入,删除,查找的功能,加深对数据结构的理解。-Using the console to achieve the classic B tree data structure, you can pass the test document. Txt already loaded B-tree, there are insert, delete, search functions, to deepen understanding of the data structure.
Platform: |
Size: 141312 |
Author: waleking |
Hits:
Description: 实现树的各项操作,包含三个文件在内,编译已通过,可正常运行,如有错误,请留言-Realization tree of the operation, contains three documents as well, the compiler has passed, can be normal operation, if there is an error, please Message
Platform: |
Size: 74752 |
Author: hunter |
Hits:
Description: 樣板 B 樹 ( B - tree )
規則 :
(1) 每個節點內元素個數在 [MIN,2*MIN] 之間, 但根節點元素個數為 [1,2*MIN]
(2) 節點內元素由小排到大, 元素不重複
(3) 每個節點內的指標個數為元素個數加一
(4) 第 i 個指標所指向的子節點內的所有元素值皆小於父節點的第 i 個元素
(5) B 樹內的所有末端節點深度一樣-B model tree (B- tree) rules: (1) number of elements within each node in [MIN, 2* MIN], but the root node for the number of elements [1,2* MIN] (2) node elements from small into large, non-duplicate element (3) each node within the target number for the number of elements add 1 (4) Section i of the target point to a subset of nodes within the value of all the elements are less than the parent node the first i elements (5) B trees within the same depth of all the end nodes
Platform: |
Size: 8192 |
Author: 朱长春 |
Hits:
Description: This demo about B_tree struct.
Platform: |
Size: 3522560 |
Author: binhnguyen |
Hits:
Description: B树的实现,请大家都来试试看,功能比较全面!-B-tree to achieve, let us all to give it a try, function more comprehensive!
Platform: |
Size: 2048 |
Author: 祥瑞阳光 |
Hits:
Description: program b tree by C. you can run it on Borlan C 5.0
Platform: |
Size: 1860608 |
Author: haiha |
Hits:
Description: B_tree的插入与删除
B树的表示及基本操作的实现。
1.掌握B树的存贮结构。
2.实现B树中关键字值的插入及删除操作。
3.练习屏幕图形化的显示。
-B_tree insertion and deletion B tree representation and the realization of basic operations. 1. Master B tree storage structure. 2. Keyword values to achieve B tree insertion and deletion operations. 3. Exercise-screen graphical display.
Platform: |
Size: 3072 |
Author: 赵欣婷 |
Hits:
Description: 实现二叉树的查找,实现二叉树的查找实现二叉树的查找-select the b_tree
Platform: |
Size: 2048 |
Author: su |
Hits:
Description: This BTree code in console mode.-This is BTree code in console mode.
Platform: |
Size: 76800 |
Author: W.J.Kim |
Hits:
Description: (1)建立二叉树的左右连存储结构
(2)能够对二叉树进行递归的与非递归的先、中、后根遍历
-(1) about the establishment of a binary tree with storage structure (2) can be recursive binary tree with non-recursive first, during, and after Traversal
Platform: |
Size: 1024 |
Author: Beaug |
Hits:
Description: 用C实现的一段B树源码。 是一个简单的示例,主要介绍如何实现B树的建立,插入、查询、删除等功能-Section B with the C implementation source code tree. Is a simple example, describes how to build a tree B, insert, query, delete, etc.
Platform: |
Size: 16384 |
Author: yang_pdager |
Hits:
Description: B树的表示及基本操作的实现。
1.掌握B树的存贮结构。
2.实现B树中关键字值的插入及删除操作。
3.练习屏幕图形化的显示。
-B-tree representation and basic operations. A. Master of B-tree storage structure. Two. Keyword values, insert and delete operations in the B-tree. 3. Practice-screen graphical display.
Platform: |
Size: 167936 |
Author: luokun |
Hits:
Description: 程序工程内共包括B_Tree.h,B_Tree.cpp,B_TreeMain.cpp三个文件。
B_Tree.h:定义了B_树的结点类型,通过常量给出B_树的阶树
-The total program works include three files of B_Tree.h, B_Tree.cpp, B_TreeMain.cpp. B_Tree.h: B_ tree node type defined by constants B_ tree is given TREES
Platform: |
Size: 9216 |
Author: pxxxb |
Hits:
Description: B树的表示及基本操作的实现。
1.掌握B树的存贮结构。
2.实现B树中关键字值的插入及删除操作。
3.练习屏幕图形化的显示。
-Representation of the B-tree and the realization of the basic operations. 1. The master of the B-tree storage structure. 2. Keyword value in the B-tree insert and delete operations. 3. Exercise screen graphical display.
Platform: |
Size: 290816 |
Author: 田顺建 |
Hits: