搜索资源列表
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