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

搜索资源列表

  1. bplustree

    0下载:
  2. b+树算法的c语言实现,编译后运行,可以测试b+树的生成、插入、删除、搜索-b+ tree algorithm c-language implementation, compiled to run, you can test the generation of b+ tree, insert, delete, search
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:352643
    • 提供者:梁桥江
  1. BPlusTree

    1下载:
  2. 数据库课程上的Project,用B+树实现数据的快速外部检索。-Database programs on the Project, with a B+ tree, fast external retrieval of data.
  3. 所属分类:Other windows programs

    • 发布日期:2014-12-19
    • 文件大小:218742
    • 提供者:duanchao
  1. lsb

    1下载:
  2. 局部敏感哈希的源码,用到了B树,有兴趣的朋友可以-Local sensitive hash source, use the B-tree, and interested friends can see
  3. 所属分类:Special Effects

    • 发布日期:
    • 文件大小:63183
    • 提供者:郑雪梅
  1. TreeAlg

    0下载:
  2. c++ 伸展树(splay) B-树的实现源码-c++ extension tree (splay) B-tree to achieve source
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:14573
    • 提供者:rendyqi
  1. bplustree

    0下载:
  2. C语言实现B+树的操作 建立 插入 删除 查找 合并 分裂-C language to the operation of the establishment of the B+ tree insertion and deletion Find merge split
  3. 所属分类:Other systems

    • 发布日期:2017-03-25
    • 文件大小:2639
    • 提供者:zx
  1. Library

    0下载:
  2. 图书管理系统: 控制台界面--在存储信息的时候模拟了一颗B树-Library management system: console interface- to store information in a time when a B simulated tree
  3. 所属分类:Data structs

    • 发布日期:2017-05-03
    • 文件大小:587130
    • 提供者:zhanghao
  1. btree.tar

    0下载:
  2. b树的实现,包括打开关闭节点,打开节点 关闭节点,打开所有节点,关闭所有节点, 打开子节点,显示当前节点的增加节点 增加多个节点,删除节点-b-tree to achieve, including the closure of the node to open, open the node closed node, open to all nodes, the closure of all nodes, open the child nodes, indicating an in
  3. 所属分类:Data structs

    • 发布日期:2017-04-29
    • 文件大小:19420
    • 提供者:moyini
  1. bstree

    0下载:
  2. 二叉树 数据结构 忘了是第几个实验 好像是第六个 用b树做的-Binary tree data structure is the first of several forgotten experiment seems to be the sixth to do with b tree
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:2798
    • 提供者:409
  1. BookManage

    0下载:
  2. 图书馆的图书管理系统,此系统为数据结构课程设计源代码,为B树实现。-Library' s library management system, the system data structure for curriculum design source code, for the B Tree implementation.
  3. 所属分类:Console

    • 发布日期:2017-05-09
    • 文件大小:1552692
    • 提供者:ljy
  1. bMinusTree

    0下载:
  2. b-树的增加,因为我看到的资料里的最大关键字数目为m-1,我考虑了一下,2-3树的删除会比较麻烦,后来看了下算法导论,别人的数目是2t-1,所以相同情况下是2-3-4树,我考虑按照这个因子再写一个,增加删除部分,有问题可以联系我,联系方式在程序中已注明.-b-tree increases, because the information I have seen in the largest number of keywords for the m-1, I consider a bit ,2-3
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:2175
    • 提供者:杨毅
  1. btree

    0下载:
  2. 数据库的应用,基于索引,实现一个简单的B+树搜索树 -Database application, based on the index, the realization of a simple B+ tree search tree
  3. 所属分类:Data structs

    • 发布日期:2017-04-29
    • 文件大小:9597
    • 提供者:julia
  1. BOOKLOGSYSTEMIMPLEBASEDONBTREE

    0下载:
  2. 基于 B- 树实现的图书管理系统1.rar-B-tree-based library management system to achieve 1.rar
  3. 所属分类:Education soft system

    • 发布日期:2017-04-29
    • 文件大小:10542
    • 提供者:city
  1. SimpleBrowse

    0下载:
  2. Simple Browse是一款简洁易用,源码公开的图片浏览器。它短小精悍,浏览快速,生成的缩图精美漂亮,能浏览常见的多种图像格式。 它是仿照ACDSee而做的,样子和使用方法都挺象。但是有一点不同:在ACDSee里,浏览到缩图后,想看大图,要用View命令切换到另一个界面,有时候,这种做法不够方便;而Simple Browse的做法是,目录树、缩图文件列表和大图观看窗口,全放在一个界面中,省去切换的麻烦。 使用 Simple Browse的使用方法和ACDSee
  3. 所属分类:Picture Viewer

    • 发布日期:2017-03-28
    • 文件大小:534284
    • 提供者:xjc
  1. Library

    0下载:
  2. 数据结构课程设计 数据结构B+树 B+ tree Library-B+ tree Library
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:323043
    • 提供者:刘煌
  1. dataorganization

    0下载:
  2. 数据结构的常用方法该视屏中包含:B树的删除,B树的生长过程,堆的排序,分块查找,直接插入排序,希尔排序,快速排序-Commonly used method of data structures contained in the screen: B-tree delete, B-tree growth process, heap sort, sub-block to find a direct insertion sort, Hill sort, quick sort, etc.
  3. 所属分类:Data structs

    • 发布日期:2017-05-08
    • 文件大小:1712238
    • 提供者:谭铭
  1. BMS

    0下载:
  2. 西文图书管理系统 图书管理基本业务活动包括:对一本书的采编入库、清除库存、借阅和归还等等。试设计一个图书管理系统,将上述业务活动借助于计算机系统完成。 要求: 1)每种书的登记内容至少包括书号、书名、著者、现存量和总库存量等五项。 2)作为演示系统,不必使用文件,全部数据可以都在内存存放。要用B-树(3-4树)对书号建立索引,以获得高效率。 3)系统应有以下功能: 采编入库、清除库存、借阅、归还、显示(以凹入表的形式显示)等。-Books Management Syste
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-29
    • 文件大小:3039
    • 提供者:xieyecao
  1. B_tree

    0下载:
  2. B树的实现,请大家都来试试看,功能比较全面!-B-tree to achieve, let us all to give it a try, function more comprehensive!
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-13
    • 文件大小:2476
    • 提供者:祥瑞阳光
  1. VLDBJ09-PMD

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

    • 发布日期:2017-04-06
    • 文件大小:556247
    • 提供者:ydb
  1. BPlusTree

    0下载:
  2. 生成windows窗口,编辑之中能够显示B+树格式,并能实现基本的插入删除工作-Generate windows window, edited and can show B+ tree format, and can achieve basic work of the insertion deletion
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-26
    • 文件大小:8875107
    • 提供者:尘埃落定
  1. avl-2.0.3

    0下载:
  2. avl树的介绍和源代码,包含avl树、红黑树等-introduction to avl tree and R-B tree
  3. 所属分类:source in ebook

    • 发布日期:2017-05-17
    • 文件大小:4626533
    • 提供者:黄开炳
« 1 2 3 4 5 6 78 9 10 11 12 ... 19 »
搜珍网 www.dssz.com