搜索资源列表
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:装
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
- 二叉树的递归以及非递归创建,遍历,遍历包括前序.中序.后序.....,在其非递归创建和遍历时又分别利用了栈和队列等一系列方法进行-Recursive binary tree non-recursive traversal, as well as create, including the former sequence traversal sequence after sequence. .....
brec
- Handle individual btree records driver for Linux.
btree
- NILFS B-tree driver for Linux.
brec
- Handle individual btree records for Embedded Linux.
btree
- Handle opening/closing btree for Linux v2.13.6.
xfs_ialloc_btree
- Calculate number of records in an inobt btree block 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.
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