搜索资源列表
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:装
Btree
- B树的实现,实现B树的插入和删除等操作,可运行-B-tree implementation
gdsl-1.0.2
- gdsl-1.0.2 通用数据类型 包括list,btree等常用的数据结构-gdsl-1.0.2 Common data types include the list, btree and other commonly used data structure
btree2
- Btree search example
btree
- btree search example-btree example
btree3
- btree search example
btree4
- btree search example
btreechat
- THis btree chatting application developed for sending msg to all the child nodes of the message sendre-THis is btree chatting application developed for sending msg to all the child nodes of the message sendre
btree_example
- btree的一个很好的例子,介绍的很详细-A good example of btree
BTree
- 一个BTree类实现上述数据结构,每个BTree的实力代表一个二叉树-A BTree class implements the data structure, the strength of each representative of a binary tree BTree
btree
- Handle opening/closing btree for Linux v2.13.6.
btree-128
- btree init mempool128 for Linux v2.13.6.
dm-btree-remove
- A very important constraint for our btree is that no node, except the root, may have fewer than a certain number of entries.
dm-btree-internal
- Every btree node begins with this structure. Make sure it s a multiple of 8-bytes in size, otherwise the 64bit keys will be mis-aligned.
btree
- linux fs befs btree.c.author of the original BeFS for linux filesystem driver.
Btree-Node
- 输出二叉树指定节点所在位置,迅速寻找到二叉树-Find the certain site in the BTree
cpp-btree-1.0.1.tar
- 谷歌开发的C++ Btree的类库,STL风格,提供了btree_map和btree_set两个集合类-Google developed C++ Btree library, STL style, provides two collections btree_map and btree_set
btree
- C语言实现的B树,数据全在内存中,实现了插入和删除-btree in c