CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 文档资料 搜索资源 - 2-3 tree

搜索资源列表

  1. 2-3-trees

    0下载:
  2. It s a note about data structure. Tree---self balancing and rotate-It's a note about data structure. Tree --- se lf balancing and rotate
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:78.13kb
    • 提供者:Benny Van
  1. shujujiegou-erchashu

    0下载:
  2. 叉排序树与平衡二叉排序树基本操作的实现 用二叉链表作存储结构 (1)以回车( \\n )为输入结束标志,输入数列L,生成二叉排序树T; (2)对二叉排序树T作中序遍历,输出结果; (3)计算二叉排序树T的平均查找长度,输出结果; (4)输入元素x,查找二叉排序树T,若存在含x的结点,则删除该结 点,并作中序遍历(执行操作2);否则输出信息“无结点x”; (5)判断二叉排序树T是否为平衡二叉树,输出信息“OK!”/“NO!”;-fork trees and
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:1.98kb
    • 提供者:胡图
  1. HnSRTree-1.3.1.tar

    0下载:
  2. R 树, 存取方式的当中最普遍的的用长方形, 是根据区域的启发式优化围绕的长方形在各个内在结点通过运行在一张规范化的试验平台下高度变化的数据, 询问和操作众多的实验, 我们能设计合并联合的优化的R* 树区域, 各个附寄的长方形边际和交叠在目录使用我们规范化的试验床在详尽表现比较,它结果R* 树清楚地胜过现有的R 树变形Guttman’s线性和二次方R 树和R 树的格林变形,R* 树的这优势举行为不同的型询问和操作, 譬如地图覆盖物。 为两个长方形和多维点在所有实验从一个实用观点R* 树是非常有吸
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:167.89kb
    • 提供者:王琪
  1. wangluogongchengkeshe

    1下载:
  2. 校园网络设计方案 :1、要求设计理念先进,网络结构合理,满足实际的网络组建,并具有良好的可扩展性,适当为以后网络的升级做好准备。 2、保证某些重要楼宇的链路冗余,确保网络的稳定性。(可以适当扩展比如用生成树或者动态路由协议等来实现) 3、ip地址规划合理,既要满足实际网段的需要又不能浪费ip地址,并且尽可能的保证其连续性。 4、vlan划分既可以每楼层一个vlan又要考虑特殊情况(处于不同地域的同一个单位要同属于一个vlan) 5、保证多媒体等大流量情况下带宽的需求。(可以采用链
  3. 所属分类:Project Design

    • 发布日期:2017-03-29
    • 文件大小:157.78kb
    • 提供者:南宫斯诺
  1. mobotix_sdk_1.0.1

    0下载:
  2. Mobotix Ip camera SDK. CONTENTS I. WHAT IS THE MxPEG SDK C++ LIBRARY? I.1. OVERVIEW I.2. INTENDED AUDIENCE I.3. REQUIREMENTS I.4. AVAILABLE DISTRIBUTIONS I.5. LICENSING CONSIDERATIONS II. WHAT HAS CHANGED SINCE v0.9.1 III
  3. 所属分类:software engineering

    • 发布日期:2017-05-16
    • 文件大小:4.14mb
    • 提供者:allg
  1. BinarySearchTree

    0下载:
  2. A binary search tree is a binary tree that is either empty or in which each node contains a key that satisfies the following conditions: 1) All keys (if any) in the left subtree of the root precede (are less than or equal to) the key of the
  3. 所属分类:software engineering

    • 发布日期:2017-03-30
    • 文件大小:65.01kb
    • 提供者:Rauahn
  1. 10060324

    1下载:
  2. 二叉树主要完成以下功能: 1. 建立二叉树 2. 计算结点所在的层次 3.统计结点数量(size)和叶结点数量 4.计算二叉树的高度 5.计算结点的度 6.找结点的双亲(Parent)和子女 7.二叉树的遍历 8.二叉树的输出-Main binary tree complete the following features: 1. The establishment of a binary tree. Calculate the junction point w
  3. 所属分类:File Formats

    • 发布日期:2017-04-07
    • 文件大小:537.96kb
    • 提供者:曹小保
  1. DTC4.5-Src

    0下载:
  2. The C4.5 system consists of four principal programs: 1) the decision tree generator ( c4.5 ), 2) the production rule generator ( c4.5rules ), 3) the decision tree interpreter ( consult ), and 4) the production rule interpreter ( consul
  3. 所属分类:Development Research

    • 发布日期:2017-03-29
    • 文件大小:64.35kb
    • 提供者:Shahzad
  1. 2-3-tree

    0下载:
  2. n computer science, a 2-3 tree is a type of data structure, a tree where every node with children (internal node) has either two children (2-node) and one data element or three children (3-nodes) and two data elements. Nodes on the outside of the tre
  3. 所属分类:Communication

    • 发布日期:2017-11-28
    • 文件大小:14.75kb
    • 提供者:aa
  1. 4

    0下载:
  2. 编程任务: 对于给定的树,以根结点为起点,对树实现非递归方式广度优先搜索,输出广度优 先搜索序列  数据输入: 由文件input.txt给出输入数据。第1行有1个正整数n,表示给定的二叉树有n个顶 点,编号为1,2,…,n。接下来的n行中,每行有3个正整数a,b,c,分别表示编号为a的结 点的左儿子结点编号为b,右儿子结点编号为c,0表示没有儿子。各结点信息按照层序列表 的顺序给出。-Programming tasks: For a given of t
  3. 所属分类:software engineering

    • 发布日期:2017-12-03
    • 文件大小:882.36kb
    • 提供者:miyor
  1. android

    0下载:
  2. SourceForge.JP > 浏览软件 > Android 2.3 (Gingerbread) for SHARP IS01 >... GB_2.3_IS01 Android 2.3 (Gingerbread) for SHARP IS01 Summary Tree .
  3. 所属分类:software engineering

    • 发布日期:2017-04-05
    • 文件大小:8.32kb
    • 提供者:蝇虽 虽
  1. shiyan3

    0下载:
  2. 对四则运算表达式的抽象语法树进行后序遍历,可以得到输入表达式所对应的四元式序列(实验4要用到这样的四元式序列)。例如输入1+2*(3+4),对应的抽象语法树的中序遍历序列、四元式序列分别为-After the abstract syntax tree arithmetic expressions were preorder, you can get input expression quaternion corresponding sequence (Experiment 4 to use th
  3. 所属分类:software engineering

    • 发布日期:2017-04-10
    • 文件大小:815byte
    • 提供者:汪祥
  1. elght

    0下载:
  2. Master different methods to find, and can be used to achieve high-level language search algorithm. 2, master and orderly sequence table lookup method tables. 3, master binary sort tree structure, search, insert, and delete methods
  3. 所属分类:software engineering

    • 发布日期:2017-04-13
    • 文件大小:1.92kb
    • 提供者:流火学倩
  1. 1

    0下载:
  2. 对记录序列(查找表):{55,13,23,72,109,67,2,78,13}分别实现如下操作: 1) 顺序查找; 3) 对排好序的纪录序列表进行折半查找; 4) 利用1)中记录序列建立一颗二叉排序树,并在其上实现特定关键字值结点的查找; 5) 按照“除留余数法”哈希构造函数和线性探测再散列的冲突处理方法创建表长为m=11的哈希表; 6) 实现5)创建哈希表上的查找 -On the record sequence (lookup table): {} 55,13,23,7
  3. 所属分类:Software Testing

    • 发布日期:2017-04-26
    • 文件大小:8.02kb
    • 提供者:潘珍
  1. 16

    0下载:
  2. 进销存管理系统 (1)登录系统,首先进入系统登录页面。 (2)登录系统后,可通过首页中树状菜单进行相关操作,在树状导航菜单提供了基础信息管理、库存管理、商品销售、查询统计、往来管理、系统设置几个功能。 (3)通过点击树状导航菜单中的“基础信息管理”可实现“客户信息管理”、“商品信息管理”、“供应商信息管理”、“商品信息查询”等内容。 (4)树状导航菜单中提供的二级标题中都包含有3级标题内容,来满足用户的需要。 使用SQLServer2005+MyEclipse+Tomcat实现-
  3. 所属分类:software engineering

    • 发布日期:2017-05-14
    • 文件大小:3.22mb
    • 提供者:宇文恩
  1. BTree

    0下载:
  2. B-Tree of order 4 Each node has at most 4 pointers and 3 keys, and at least 2 pointers and 1 key. Insert: 5, 3, 21, 9, 1, 13, 2, 7, 10, 12, 4, 8 Delete: 2, 21, 10, 3, 4
  3. 所属分类:software engineering

    • 发布日期:2017-04-26
    • 文件大小:9.25kb
    • 提供者:rahul
  1. Image-Stitching

    0下载:
  2. 基于SIFT特征的全景图像拼接 主要分为以下几个步骤: (1) 读入两张图片并分别提取SIFT特征 (2) 利用k-d tree和BBF算法进行特征匹配查找 (3) 利用RANSAC算法筛选匹配点并计算变换矩阵 (3) 图像融合 -Image Stitching
  3. 所属分类:software engineering

    • 发布日期:2017-04-29
    • 文件大小:12.67kb
    • 提供者:白玉
搜珍网 www.dssz.com