搜索资源列表
btree
- b+树 数据库管理系统的索引结构 非常有用
BooksInfoManageSystem
- 图书信息管理系统(Btree) 功能概述 1.采编入库 2.借阅 3.查询图书信息 4.清除库存 5.归还 6.显示B树
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:装
csql-src-2.0GA.tar
- b树实现源码,linux和unix下运行,速度快,极好用
cfs B树
- rbtree
Btree
- B树的实现,实现B树的插入和删除等操作,可运行-B-tree implementation
VLDBJ09-PMD
- 用标准C++写的基于Linux平台的磁盘、内存管理、B+树等使用程序,简单易用,是C++新手学习的好实例。-Using standard C++ written in the disk based on the Linux platform, memory management, B+ trees, such as the use of procedures, easy to use, is a C++ novice learning a good example.
111
- C语言书写的图书馆管理系统,运用了B树索引,大概就是这样-Written in C language library management system, using a B-tree index, this is probably
kyotocabinet-java-1.14.tar
- 这是 kyoko cabinet C 代码有关 Java 的绑定接口。 kyoko cabinet 是一个管理数据库的库。该数据库是一个单一的数据文件,每个记录为关键字和值。每个关键字和值是可变长度的字节序。二进制数据和字符串都可作为关键字或值。每个关键字必须唯一。没有数据表和数据类型的概念。记录以哈希表和b树组织。 -Kyoto Cabinet is a library of routines for managing a database. The database is a
tokyocabinet-lua-1.10.tar
- Tokyo cabinet C 库的Lua绑定接口。 Tokyo cabinet 是一个管理数据库的库。该数据库是一个单一的数据文件,每个记录为关键字和值。每个关键字和值是可变长度的字节序。二进制数据和字符串都可作为关键字或值。每个关键字必须唯一。没有数据表和数据类型的概念。记录以哈希表、b树和定长数据组织。-Tokyo Cabinet is a library of routines for managing a database. The database is a simple
tokyocabinet-ruby-1.31.tar
- Tokyo cabinet C 库的 Ruby绑定代码API Tokyo cabinet 是一个管理数据库的库。该数据库是一个单一的数据文件,每个记录为关键字和值。每个关键字和值是可变长度的字节序。二进制数据和字符串都可作为关键字或值。每个关键字必须唯一。没有数据表和数据类型的概念。记录以哈希表、b树和定长数据组织。-Tokyo Cabinet is a library of routines for managing a database. The database is a sim
kyotocabinet-lua-1.13.tar
- 这是 kyoko cabinet C 库的Lua语言绑定的API接口。 kyoko cabinet 是一个管理数据库的库。该数据库是一个单一的数据文件,每个记录为关键字和值。每个关键字和值是可变长度的字节序。二进制数据和字符串都可作为关键字或值。每个关键字必须唯一。没有数据表和数据类型的概念。记录以哈希表和b树组织。-Kyoto Cabinet is a library of routines for managing a database. The database is a sim
kyotocabinet-perl-1.11.tar
- 这是 kyoko cabinet C语言库代码 Perl 的绑定接口。 kyoko cabinet 是一个管理数据库的库。该数据库是一个单一的数据文件,每个记录为关键字和值。每个关键字和值是可变长度的字节序。二进制数据和字符串都可作为关键字或值。每个关键字必须唯一。没有数据表和数据类型的概念。记录以哈希表和b树组织。 -This perl library wraps the polymorphic database of the C++ API. So, you can selec
kyotocabinet-python-1.14.tar
- 这是 kyoko cabinet C语言库代码 Python 的绑定接口。 kyoko cabinet 是一个管理数据库的库。该数据库是一个单一的数据文件,每个记录为关键字和值。每个关键字和值是可变长度的字节序。二进制数据和字符串都可作为关键字或值。每个关键字必须唯一。没有数据表和数据类型的概念。记录以哈希表和b树组织。 -This Python library wraps the polymorphic database of the C++ API. So, you can s
tokyocabinet-perl-1.34.tar
- Tokyo cabinet C库的Perl绑定代码API。 Tokyo cabinet 是一个管理数据库的库。该数据库是一个单一的数据文件,每个记录为关键字和值。每个关键字和值是可变长度的字节序。二进制数据和字符串都可作为关键字或值。每个关键字必须唯一。没有数据表和数据类型的概念。记录以哈希表、b树和定长数据组织。-Tokyo Cabinet is a library of routines for managing a database. The database is a simp
hash_tree_linux
- linux下写的哈希树,用位计算进行哈希,树选用B+树,能直接应用于各种函数。-a hash tree written under linux , using bit calculation to hash, the tree used B+ tree,can be directly applied to a variety of functions.
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
BPtree
- 这是数据结构中学习的B+树,有c++开发实现,详细理解了输的结构,有助于对数据结构初学者,可以参考学习-Is the learning B+ data structure tree a c++ achieve development, a detailed understanding of the structure of the lost, the help of the data structure beginners can refer to learning
B-Trees-c-code-and-instructions
- B树的实现代码,其中有大量的注释,可以为初学者带来方便,此代码仅供参考。-B-tree implementation code, which has a lot of notes, can bring convenience for the beginner, this code is for reference only.
B-Tree
- B树实现啊 数据结构还有基本操作-something about BTree