CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - B 树

搜索资源列表

  1. B_Tree

    0下载:
  2. B-树的创建、插入、删除等一系列操作!-B-tree creation, insert, delete a series of manipulations!
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:4091
    • 提供者:刘意
  1. bptree

    0下载:
  2. 清华大学数据结构课上实现的B+树,设计一个4阶B+树,包括: (1) 叶子的每个记录应该包括4字节(long)关键码值和60字节的数据字段(存储文件名等,可以自定),设每个叶子可以存储5条记录,而内部节点应该是关键码值/指针对。此外,每个节点还应该有指向同层下一个节点的指针、本节点存储的关键码数等; (2) 此4阶B+树应该支持插入、删除以及根据给定关键码值进行精确检索与关键码范围检索; (3) 显示(打印)此4阶B+树的生长(含删除节点)过程实例;-Tsinghua University cl
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:3777
    • 提供者:qqiang
  1. 索引技术

    0下载:
  2. 是当初的数据结构的做业,用的是b+树这一块,非常值得初学者的参考-is the original data structure for doing business, it was a b tree this very worthwhile reference beginners
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:117242
    • 提供者:xzh
  1. 图书管理2to2

    0下载:
  2. 本系统完成了要求的所有功能,能进行图书的基本管理业务活动。包括采编入库、清除库存、借阅和归还等。利用B树对书号建立索引,提高了工作的效率。本系统支持对中文书籍的输入输出。.用户界面友好,有用户使用说明,每一步操作都有说明与提示。程序运行通过,有详细的解释说明。-the system completed all the required functions, the library will conduct basic management operations. Journalists, inc
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:14064
    • 提供者:妮娜
  1. 数据结构和算法Flash动画演示

    1下载:
  2. 数据结构和算法Flash动画演示 B树的删除,B树的生长过程,串的顺序存储,单链表结点的插入,单链表结点的删除,堆排序,二叉排序树的删除等-data structures and algorithms Flash animation demo B-tree removal, B-tree growth, the sequence string storage, single linked list of nodes inserted, single linked list of nodes re
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:966119
    • 提供者:仙道
  1. bBTREE.rar

    2下载:
  2. B+树实现索引的源程序 一个数据库管理系统的项目 ,B+ tree index source to achieve a database management system project
  3. 所属分类:数据结构常用算法

    • 发布日期:2012-11-03
    • 文件大小:15780
    • 提供者:huangxiansheng
  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. TreeAlg

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

    • 发布日期:2017-04-06
    • 文件大小:14573
    • 提供者:rendyqi
  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. 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. 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. shujujiegou

    0下载:
  2. 以广州旅游业为背景,设计一个变长记录文件存取类库。程序采用B+树作为索引系统,支持字节流嵌入方式和文件链接方式,以较友好的用户界面,加强程序容错性-Guangzhou tourism industry as the background, to design a variable-length record file access library. Program uses B+ tree as an indexing system to support byte-stream mode and
  3. 所属分类:Data structs

    • 发布日期:2017-05-15
    • 文件大小:3598319
    • 提供者:liang
  1. BTree

    0下载:
  2. 以文件存储形式实现B+树,包括创建和添加操作。-In the form of file storage to achieve B+ trees, including creating and add operations.
  3. 所属分类:Data structs

    • 发布日期:
    • 文件大小:6071
    • 提供者:谢宁
  1. aglo7

    0下载:
  2. (一) 编写一个程序LAGO7-1.CPP,实现二叉树的各种运算,并在此基础上设计一个主程序完成如下功能。 (1) 输出二叉树B; (2) 输出二叉树B的深度; (3) 输出H结点的左、右孩子结点值; (4) 输出二叉树B的宽度; (5) 输出二叉树B的结点个数; 输出二叉树B的叶子结点个数 -(A) to prepare a program LAGO7-1.CPP, to achieve a variety of binary operations, and on
  3. 所属分类:Data structs

    • 发布日期:2016-01-26
    • 文件大小:1557
    • 提供者:xjj
  1. shujujiegoukeshe

    0下载:
  2. 数据结构课程设计 B-树 等 希望对大家有帮助-Data Structure Course Design B-trees, etc. We want to help
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:834441
    • 提供者:shamocanglang
  1. haxibiao

    0下载:
  2. 附有实验报告。。1、查找的基本概念和查找的几种方法以及求查找的平均查找长度。 2、静态查找表(基于线性表的查找法)。顺序查找、二分查找和分块查找。 3、动态查找表(基于树的查找法)。二叉排序树、二叉平衡树、 B_ 树和B+ 树。 -1, find the basic concepts and find several methods, as well as seeking to find the average search length. 2, static lookup tabl
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:249816
    • 提供者:jingjing
« 1 2 3 45 6 7 8 9 10 »
搜珍网 www.dssz.com