搜索资源列表
C语言开发 BTREE 数据文件索引程序库
- 用c开发的B+树索引结构,能实现B+树基本的查找,删除,搜索功能-with the development of B-tree index structures to achieve the basic B-tree search, delete, search functions
02342103110
- B-树实现索引和快速查找-B-Tree indexing and quick search
btree
- 为数据库创建索引的B+树的算法实现。功能包括创建删除节点、条目等。最终将树递归打印于屏幕。(包含内存资源管理)
btree
- b+树索引文件的节点添加、删除、查找,以及生成索引文件
btree
- b+树 数据库管理系统的索引结构 非常有用
WSE_SRC
- 数据库索引B树算法
Trie
- Trie树既可用于一般的字典搜索,也可用于索引查找。对于给定的一个字符串a1,a2,a3,...,an.则采用TRIE树搜索经过n次搜索即可完成一次查找。不过好像还是没有B树的搜索效率高,B树搜索算法复杂度为logt(n+1/2).当t趋向大,搜索效率变得高效。怪不得DB2的访问内存设置为虚拟内存的一个PAGE大小,而且帧切换频率降低,无需经常的PAGE切换。
Rhapsody-0.1.8.tar
- sourceforge历史版本完整下载: http://sourceforge.net/project/showfiles.php?group_id=202044 提供了基于b树索引算法的文件数据数据库模块详见storage/目录下面的 btree.c与pager.c container目录为常用的容器实现,如果rbtree avltree map heap list vector hashtable deque T树 B树, test目录为测试程序代码经过初步测试,比较稳定。 os_api:装
索引技术
- 是当初的数据结构的做业,用的是b+树这一块,非常值得初学者的参考-is the original data structure for doing business, it was a b tree this very worthwhile reference beginners
B+树
- 一个用B+树实现的快速索引!
B+树的实现
- B+树的实现,利用JAVA写的,有详细的注释说明-B+ Tree Implementation
111
- C语言书写的图书馆管理系统,运用了B树索引,大概就是这样-Written in C language library management system, using a B-tree index, this is probably
CIndexManager
- 数据库系统中使用的B+树索引,可以插入、删除键值,支持等值查找和范围查找。minisql中的index manager模块-Database system used in the B+ tree index, you can insert, delete the key, find support and range of equivalents to find. Index manager module in minisql.
incert
- 数据库中,B+树索引的构造,此程序实现了200000个项目的插入!-Database, B+ tree index structure, the program achieved 200,000 into the project!
book-mis
- 这是一个图书管理系统,该系统通过建立B树索引的方法来警醒对图书信息的查找、排序、添加、删除等操作,来进行图书信息的管理。-This is a library management system, to alert the system through the establishment of the B-tree index lookup of book information, sort, add, or delete operation to library information mana
MiniSql
- 用C++开发的数据库系统,有MFC界面,支持基本的SQL命令,用文件模拟硬件实现buffer调度,实现文件内的B+树索引,比较有参考价值。-With C++ development of the database system, there are MFC interface, support for basic SQL commands, with the file buffer analog hardware implementation schedule to achieve B+ tre
MiniSQL-v3
- 小型数据库系统,Visual Studio 2008/2010工程,可直接运行,支持SQL语句、建立B+树索引、计算操作时间等功能-Small database system, Visual Studio 2008/2010 project can be run directly support the SQL statement to establish B+ tree index, calculated operation time etc.
BTree
- 基础JAVA语言的B树索引算法的具体代码实现细节-JAVA language specific code base B-tree indexing algorithm implementation details
medrankDB
- 基于mnist数据库,对其用C++实现b+树索引和medrank搜索。data需要到mnist网站下下载-Based mnist , search for them using C++ achieve b+ tree indexes and medrank. data need to download website under mnist
B+树
- 实现b+树索引功能,可以改变和调用。。。(Implementing the b+ tree index)