CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - B 树

搜索资源列表

  1. kyotocabinet-python-1.14.tar

    0下载:
  2. 这是 kyoko cabinet C语言库代码 Python 的绑定接口。 kyoko cabinet 是一个管理数据库的库。该数据库是一个单一的数据文件,每个记录为关键字和值。每个关键字和值是可变长度的字节序。二进制数据和字符串都可作为关键字或值。每个关键字必须唯一。没有数据表和数据类型的概念。记录以哈希表和b树组织。 -This Python library wraps the polymorphic database of the C++ API. So, you can s
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:66384
    • 提供者:Jim Abuma
  1. tokyocabinet-perl-1.34.tar

    0下载:
  2. Tokyo cabinet C库的Perl绑定代码API。 Tokyo cabinet 是一个管理数据库的库。该数据库是一个单一的数据文件,每个记录为关键字和值。每个关键字和值是可变长度的字节序。二进制数据和字符串都可作为关键字或值。每个关键字必须唯一。没有数据表和数据类型的概念。记录以哈希表、b树和定长数据组织。-Tokyo Cabinet is a library of routines for managing a database. The database is a simp
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:60178
    • 提供者:Jim Abuma
  1. Pratical_Algorithms_for_Programmers

    0下载:
  2. 本书作者为Andrew.Binstock等。 本书重点关注的是实用,立即可用的代码,并且广泛讨论了可移植性和特定于实现的细节。本书作者介绍了一些用用但很少被讨论的算法,它们可用于语音查找,日期和时间历程,B树和索引文件,数据压缩,任意精度的算术,校验和数据验证,并且全面的介绍了例程,排序算法和数据结构。 本书只要求读者具有C语言的初级知识以及基本代数的相关知识。源代码经过测试符合ANSI标准,可以运行在UNIX下,以及BORLAND,Microsoft和Watcom的编译器上。-Book
  3. 所属分类:Data structs

    • 发布日期:2017-06-20
    • 文件大小:32026205
    • 提供者:张振宇
  1. BPlusTree

    0下载:
  2. B+树实现的完全代码。B+树定义文件,本程序实行一个简单的B+树 (1) 一个v阶的B+树由根结点、内部结点和叶子结点组成。 (2) 根结点可以是叶子结点,也可以是有两个或更多子树的内部结点。 (3) 每个内部结点包含v - 2v个键。如果一个内部结点包含k个键,则有且只有k+1个指向子树的指针。 (4) 叶子结点总是在树的同一层上。 (5) 如果叶子结点是主索引,它包含一组按键值排序的记录;如果叶子结点是从索引,它包含一组短记录,每个短记录包含一个键以及指向实际记录的
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:233262
    • 提供者:王军杰
  1. laoban

    0下载:
  2. 实现B-树的建立查找关键字 进行关键字的插入删除-To achieve the establishment of B-tree insert keyword search remove keyword
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:2151
    • 提供者:马枭
  1. BPtree

    0下载:
  2. B+树的动态实现,可以选择阶数,动态开辟内存,删除,添加,查找功能。-Dynamic implementation of B+ tree, you can choose the order, dynamic open up memory, delete, add, search functions.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:302808
    • 提供者:王中杰
  1. BPtree

    0下载:
  2. B+树数据结构,给出了b+树中各种常用的函数-B+ tree data structure, b+ tree is given a variety of commonly used functions
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:3275
    • 提供者:yangqiang
  1. B_Tree

    0下载:
  2. 用C实现的一段B树源码。 是一个简单的示例,主要介绍如何实现B树的建立,插入、查询、删除等功能-Section B with the C implementation source code tree. Is a simple example, describes how to build a tree B, insert, query, delete, etc.
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:16644
    • 提供者:yang_pdager
  1. stx-btree-0.8.3

    0下载:
  2. 用b+树算法实现的map,set容器,查找速度超快-map,set container base on B+tree algorithm 。can search faster than the STL container base on RBtree algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-05-04
    • 文件大小:1284043
    • 提供者:冯刚
  1. B-tree

    0下载:
  2. 输入一棵二叉树的扩展的前序序列,经过处理后生成一棵二叉树,然后对于该二叉树输出前序、中序和后序遍历序列。-Enter the extension of a binary tree sequence of the first order, a binary tree generated after treatment, then the binary output for pre-order, the order and post order traversal sequence.
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:1251
    • 提供者:zyc
  1. Library_Management_system

    0下载:
  2. c语言实现的图书管理系统。数目用B-书管理。其中实现B-树部分是难点。-c language of the library management system. B-books with the number of management. B-tree implementation of which is the difficult part.
  3. 所属分类:Education soft system

    • 发布日期:2017-03-30
    • 文件大小:437187
    • 提供者:IVAN
  1. BTree

    0下载:
  2. b-树用vc++实现,每一步都有演示效果-b- tree with c++
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-10
    • 文件大小:2332610
    • 提供者:jack
  1. hash_tree_linux

    0下载:
  2. 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.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:24618
    • 提供者:caonima
  1. BtreeImpl

    0下载:
  2. B树算法与实现(C数据结构),十分详细哦-B-tree algorithm and implementation (C data structure), very detailed Oh! ! !
  3. 所属分类:Data structs

    • 发布日期:2017-04-15
    • 文件大小:8365
    • 提供者:夺城
  1. BTree

    0下载:
  2. 实现了B树的创建,在此基础上,构建搜索信息,完成了搜索,添加,删除,显示树形等操作-Realized B the creation of a tree, based on this information, the construction of the search, completing the search, add, delete, shows such as tree operation
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1827253
    • 提供者:
  1. btree

    0下载:
  2. B树,是一种很有效率二叉搜索树,利用它可以的旋转功能可以很方便的构造,很快的查找 数据结构-B-tree is a very efficient binary search tree, it can use the rotation function can be constructed easily, quickly find the data structure
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:243442
    • 提供者:yinzengchun
  1. BTREE2

    0下载:
  2. B树,包括建立,查找,添加,删除等操作,支持外存索引-B tree,include insert , search, and delete
  3. 所属分类:Data structs

    • 发布日期:2017-04-15
    • 文件大小:8375
    • 提供者:niujia
  1. BTree

    0下载:
  2. b-树的建立插入删除,基本演示,数据结构课设-b-tree creation insertion deletion, basic presentation, set up data structures course
  3. 所属分类:Data structs

    • 发布日期:2017-04-25
    • 文件大小:11614
    • 提供者:马朔阳
  1. btree

    0下载:
  2. 标准C++的B树实现,使用类和模板,具有通用和代表性。-A c++ implementation OF b tree, which is generic and representative.
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:11926
    • 提供者:
  1. BplusT

    0下载:
  2. 实现B+ 树的查找、插入和删除的功能,自动建立B+树,并可以对属性进行索引-Implement the B+ tree search, insert and delete functions, automatically create B+ trees, and can be indexed on the properties
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:15703
    • 提供者:may
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 19 »
搜珍网 www.dssz.com