搜索资源列表
src
- 一个简单的b tree 实现代码,可用于缓存数据,提高查询速度
Btree
- B树的实现,实现B树的插入和删除等操作,可运行-B-tree implementation
b+tree_unix
- The program is implementing famius B+-tree data structure
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
btnode
- NILFS B-tree node cache driver for Linux.
btree
- NILFS B-tree driver for Linux.
tnc
- This file implements TNC (Tree Node Cache) which caches indexing nodes of the UBIFS B-tree.-This file implements TNC (Tree Node Cache) which caches indexing nodes of the UBIFS B-tree.
extent
- This file contains the functions related to the extents B-tree.
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
main
- B+ tree - algo c++ implemenation