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

搜索资源列表

  1. BMT

    0下载:
  2. 使用C语言实现的数据结构中的B树,经过验证,程序绝对能正常运行。-Using the C language implementation of the data structure in the B number
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:20128
    • 提供者:小张
  1. sjjg3

    0下载:
  2. B_tree的插入与删除 B树的表示及基本操作的实现。 1.掌握B树的存贮结构。 2.实现B树中关键字值的插入及删除操作。 3.练习屏幕图形化的显示。 -B_tree insertion and deletion B tree representation and the realization of basic operations. 1. Master B tree storage structure. 2. Keyword values to achieve B tre
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-14
    • 文件大小:3239
    • 提供者:赵欣婷
  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. B-TREE

    0下载:
  2. 二叉树算法是数据结构中最基本也是很重要的算法之一-Binary tree algorithm is the most basic data structure is also one of the important algorithms
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:946
    • 提供者:kimi
  1. btree

    0下载:
  2. b树的实现,通过b树算法,对于b树的一个简单的实现-b tree implementation, through the b-tree algorithm, for b tree implementation of a simple
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:2598
    • 提供者:zhl
  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. Dictory

    1下载:
  2. 用B-树作为查找存储结构,对中文单词进行哈希,用最长逆向匹配算法进行中文句段分词,实现中文词典以及分词。中文词典规模为十万八千多词汇。分词的正确率在90 以上。-Use the B-tree as storage structure , and hash the Chinese word while storing or searching. Use the longest reverse matching algorithm to split Chinese sentence to word
  3. 所属分类:MultiLanguage

    • 发布日期:2014-12-28
    • 文件大小:798764
    • 提供者:康维鹏
  1. stx

    0下载:
  2. b+树的源码,工业级强度,内附详细注释说明-b+tree source code
  3. 所属分类:Database system

    • 发布日期:2017-05-06
    • 文件大小:1212380
    • 提供者:manu_liu
  1. b

    0下载:
  2. 用C语言实现二叉排序树的基本运算 二叉排序树的基本运算-C language implementation using binary sort tree basic operations Binary sort tree basic operations
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1823
    • 提供者:清风
  1. Treerelatedertionstoach

    0下载:
  2. 用C语言实现B树的相关运算 实现B树的相关运算-B with the C language implementation of the relevant tree operation Tree-related operations to achieve B
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-08
    • 文件大小:3392
    • 提供者:清风
  1. bBplusDotNet

    0下载:
  2. B树,源代码,根据B树的算法原理,可生成相应的B树文件。内有完整的生成工程算法和测试工程,并且全部测试通过。-B tree, the source code, according to B tree algorithm principle, can generate the corresponding B-tree file. There are a full generation of engineering algorithms and test engineering, and all t
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:350616
    • 提供者:
  1. algorithm

    0下载:
  2. 九个经典算法,冒泡排序,快速排序,堆排序,矩阵相乘最优次序,分治递归法求最大元,次大元和最小元,基数排序,二叉排序树,图的深度优先搜索与广度优先搜索,KMP算法,三阶B-树(2-3树)。。内附各算法详细说明与运行报告,各程序以C/C++实现,用VC打开可直接运行-algorithm:BinarySearchTree、Bitree、BubbleSort、graphSearch、HeapSort、kmp、matrixchain、quickSort、RadixSort
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:239261
    • 提供者:章小龙
  1. BTree

    0下载:
  2. 此程序实现B树文件操作-BTree
  3. 所属分类:Data structs

    • 发布日期:2017-05-14
    • 文件大小:3877078
    • 提供者:xunqing
  1. datastructures

    0下载:
  2. 各种数据结构的实现 包括顺序表、单链表、双向链表、循环链表、顺序栈、链式栈、顺序队列、链式队列、优先级队列、串、二叉树、线索二叉树、哈夫曼树、B+树、图的c++实现-Implementation of the various data structures, including order forms, a single linked list, doubly linked lists, circular list, the order of the stack, the stack chain
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:68873
    • 提供者:ninja
  1. bMinusTree

    0下载:
  2. B-树的实现代码,实现基本操作,有需要的同志下吧-the implementation of B- tree
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-14
    • 文件大小:3517
    • 提供者:崔艳丽
  1. BtreeC

    1下载:
  2. 本程序实现B+树的建立,插入,删除,查找、旋转等操作。-The Program for the establishment of B+ tree, insert, delete, find, rotation and other operations.
  3. 所属分类:数据结构常用算法

    • 发布日期:2013-10-23
    • 文件大小:248263
    • 提供者:姚丽文
  1. 2010

    0下载:
  2. 实现B树的数据管理功能用于数据结构课程设计-B Tree Implementation of data management capabilities for data structure course design
  3. 所属分类:source in ebook

    • 发布日期:2017-04-06
    • 文件大小:411681
    • 提供者:paul
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 19 »
搜珍网 www.dssz.com