搜索资源列表
BPlusTree
- 数据库课程上的Project,用B+树实现数据的快速外部检索。-Database programs on the Project, with a B+ tree, fast external retrieval of data.
bplustree
- C语言实现B+树的操作 建立 插入 删除 查找 合并 分裂-C language to the operation of the establishment of the B+ tree insertion and deletion Find merge split
BTree
- this is a Implementation of a B* tree,not yet completed, because I need help for this task.
ab-tree
- (a,b) tree with finger search
BPlusTree
- 生成windows窗口,编辑之中能够显示B+树格式,并能实现基本的插入删除工作-Generate windows window, edited and can show B+ tree format, and can achieve basic work of the insertion deletion
B-TREE
- 二叉树算法是数据结构中最基本也是很重要的算法之一-Binary tree algorithm is the most basic data structure is also one of the important algorithms
btree
- b树的实现,通过b树算法,对于b树的一个简单的实现-b tree implementation, through the b-tree algorithm, for b tree implementation of a simple
B
- B+树实现代码,C++实现插入,删除等功能-B+ tree implementation code, C++
BTree
- B tree implementation
B-Tree
- 这是一个关于b-树的程序,要求能够实现b-树的增删改插等基本操作-This is a b-tree program, required to achieve b-tree basic operations such as additions and deletions to change plug
bMinusTree
- B-树的实现代码,实现基本操作,有需要的同志下吧-the implementation of B- tree
B-Tree
- 纯粹算法,实现B减树,当然无法跟stl的代码比,但是可以从中看到B减树的实现过程。-Pure algorithm, the B tree, of course, can not be compared with stl code, but you can see the B tree implementation process.
BP-tree
- b+树 是b树的变种 是在磁盘存储中利用B+树数据结构-B+ tree B+ tree B+ tree B+ tree
B-tree
- 数据结构 作业 B树的建立,添加,删除,遍历,显示等,适合初学者-B-tree data structure operations to establish, add, delete, traversal, display, suitable for beginners
B-tree
- 二叉树遍历,本程序可以完成二叉树遍历的功能,进入页面按提示操作即可。-Binary tree traversal, this procedure can be completed binary tree traversal function, go to the page according to the prompts.
B-Tree_Demo
- B树的实现 B+树的实现,数据库课上要求写的b+树的c++实现,可以进行插入查找删除等操作,代码简单,适合新手(c++)-We design classes require written b+ Tree c++ Achieve, can be inserted to find the deletion of such operations, the code is simple, suitable for novice
B-Tree
- 采用二叉树,快速处理字符,排除重复字符,并进行排序,比一般的排序方法效率提高非常多-Binary tree, rapid processing of characters, excluding repeated characters, and sorted, higher than the average efficiency is very much sort method
B+树
- 实现b+树索引功能,可以改变和调用。。。(Implementing the b+ tree index)
BTree-and-BPlusTree-Realize-master
- B+树、b-树的代码实现,采用了C/C++来写 # 文件说明: 1.Tree.h:B树和B+树的通用接口,虚基类。BTree和BPlusTree都继承它,只有BPlusTree才有linear函数 2.BTree.h,BTree.cpp:B树的声明、实现代码 3.BPlusTree.h,BPlusTree.cpp:B+树的声明、实现代码,注:大多数的函数,B和B+都是一样的,但是我还是分开写了,比如输出函数 4.Context.h:策略方法的实现 5.mian.cpp:使用用例,因为
dbProject
- a database finished with b+ tree