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

搜索资源列表

  1. avltree

    0下载:
  2. AVL tree . AVL tree is a n algrothim that can be used to study the b tech subject AAD.
  3. 所属分类:Other systems

    • 发布日期:2017-03-28
    • 文件大小:1973
    • 提供者:subash
  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. 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. 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. QuestionandAnserabotdatastructure

    0下载:
  2. 关于数据结构中B树的常见问题及回答,归纳的比较全面,适合与相关专业的学生,特别是考生-B on the tree data structure and to answer frequently asked questions, summed up a more comprehensive, suitable and relevant professional students, especially candidates
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:70147
    • 提供者:asa
  1. Min_Leftist_Tree_Binomial_Heap

    0下载:
  2. Implementation of Leftist tree and B heap, also has random run to test performance
  3. 所属分类:Windows编程

    • 发布日期:2013-06-26
    • 文件大小:13566
    • 提供者:liuyazhen
  1. binaryTree

    0下载:
  2. 树的哈夫曼编码 文档文件中每行以“a:”“b:”的形式输入多个字符及其出现频率。在界 面上点击获取编码,界面上输入数字进行哈夫曼的编码,输入字母可以实现哈夫曼的译码。输入错误字符是提示输入有误。 -Huffman tree for each line of the document file to " a:" " b:" Enter the number of characters in the form of its frequency. Click
  3. 所属分类:CSharp

    • 发布日期:2017-04-05
    • 文件大小:171239
    • 提供者:项链
  1. JiSuanQi

    0下载:
  2. 树的哈夫曼编码 文档文件中每行以“a:”“b:”的形式输入多个字符及其出现频率。在界 面上点击获取编码,界面上输入数字进行哈夫曼的编码,输入字母可以实现哈夫曼的译码。输入错误字符是提示输入有误。 -Huffman tree for each line of the document file to " a:" " b:" Enter the number of characters in the form of its frequency. Click
  3. 所属分类:CSharp

    • 发布日期:2017-04-06
    • 文件大小:189371
    • 提供者:项链
  1. Huffman~

    0下载:
  2. 树的哈夫曼编码。在文档文件中每行以“a:”“b:”的形式输入多个字符及其出现频率。在界 面上点击获取编码,界面上输入数字进行哈夫曼的编码,输入字母可以实现哈夫曼的译码。输入错误字符是提示输入有误。-Huffman tree. Each line in the document file to " a:" " b:" Enter the number of characters in the form of its frequency. Click for
  3. 所属分类:CSharp

    • 发布日期:2017-04-08
    • 文件大小:175990
    • 提供者:项链
  1. filesystembegin

    1下载:
  2. 1. 设计和实现一个简单的文件系统,要求包括目录、普通文件和文件的存储 2. 文件系统的目录结构采用类似Linux的树状结构; 3. 要求模拟的操作包括: a) 目录的添加、删除、重命名; b) 目录的显示(列表) c) 文件的添加、删除、重命名 d) 文件和目录的拷贝 4. 用户进入时显示可用命令列表;用户输入help时显示所有命令的帮助文档; 输入某个命令+?时显示该条命令的使用说明 5. 用户输入exit时退出该系统 6. 实验实现基于windows平台
  3. 所属分类:File Operate

    • 发布日期:2017-04-24
    • 文件大小:311164
    • 提供者:皇絮淡
  1. trees

    0下载:
  2. 二叉树也是递归定义的,其结点有左右子树之分,逻辑上二叉树有五种基本形态: (1)空二叉树——(a); (2)只有一个根结点的二叉树——(b); (3)右子树为空的二叉树——(c); (4)左子树为空的二叉树——(d); (5)完全二叉树——(e)注意:尽管二叉树与树有许多相似之处,但二叉树不是树的特殊情形。 -Binary tree is recursively defined, and its sub-tree nodes are so divided, there are five ba
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:976
    • 提供者:zn
  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. BTree

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

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

    0下载:
  2. Write efficient functions (and give their Big-Oh running times)that take a pointer to a binary tree root T and compute: a.The number of leaves of T b.The number of nodes in T that contain one non-NULL child c.The number of nodes in T that co
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:246377
    • 提供者:
  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. DST

    1下载:
  2. 大二数据结构的实验,里面包含实验报告、源码、可执行文件,用VC++6.0开发的。动态查找表。功能齐全,实现 二叉排序树、平衡二叉树、B_树、2-3树、B+树。- Experimental sophomore data structures, which contains experimental reports, source code, executable file, using VC++6.0 development. Dynamic look-up table. F
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:572285
    • 提供者:麦思明
  1. sum

    0下载:
  2. 数据结构与算法实验题 8.2 树求和问题 ★ 实验任务 我 们 知 道树有 许 多 种表示 法 , 左儿子 右 兄 弟就是 一 种 表示法 。 现 在给出 一 棵 以左儿 子 右 兄 弟表 示的 树 ,并 且结 点 带有 权值 , 求以 给出 结 点为 根的 子 树的 所有 结 点权 值之 和。对 于给出的一棵树的左儿子右兄弟表示法,按要求输出这棵树的子树的权值和。 ★ 数据输入 第一行为一个整数 n , 1<=n<=1000 ,表示这棵树的结
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:1342
    • 提供者:ljxiaoya
  1. haizixiongdi

    0下载:
  2. 输出孩子兄弟树T中的各边,形式是以a->b的模式依次输出的-Each side of the output children brothers linked list tree
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:708919
    • 提供者:Davy Lee
  1. Sequence-expressions

    0下载:
  2. 输入一个中序的表达式(比如:a*(b+c)-d) 将这个表达式构建一棵二叉树,然后打印出来就是.-Input a sequence of expression (for example: a* (b+ c)-d) Will this expression building a tree binary tree, then it is printed
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:641383
    • 提供者:方期待
  1. 61IC_H4231

    0下载:
  2. PAV (H265) 是 音视频 压缩解压 协议,非常不同于H264/MPEG4,ZPAV (H265) 的基本算法 是 小波,多级树集合群,广义小波,数学形态小波,...... ZPAV (H265) 基本算法 : 1,图象与声音分解与合成 :小波 ; 2,图象与声音前处理 :小波子带零交叉降噪,目标纹理处理,语音处理 ; 3,速率控制 :小波子带熵速率控制 ; 4,量化与反量化 :小波子带熵量化与反量化 ; 5,低频分量和高频分量的降维 :小波子带邻域交
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-17
    • 文件大小:4825704
    • 提供者:李阳
« 1 2 ... 16 17 18 19 20 2122 23 24 »
搜珍网 www.dssz.com