搜索资源列表
2-3-trees
- 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
shujujiegou-erchashu
- 叉排序树与平衡二叉排序树基本操作的实现 用二叉链表作存储结构 (1)以回车( \\n )为输入结束标志,输入数列L,生成二叉排序树T; (2)对二叉排序树T作中序遍历,输出结果; (3)计算二叉排序树T的平均查找长度,输出结果; (4)输入元素x,查找二叉排序树T,若存在含x的结点,则删除该结 点,并作中序遍历(执行操作2);否则输出信息“无结点x”; (5)判断二叉排序树T是否为平衡二叉树,输出信息“OK!”/“NO!”;-fork trees and
HnSRTree-1.3.1.tar
- R 树, 存取方式的当中最普遍的的用长方形, 是根据区域的启发式优化围绕的长方形在各个内在结点通过运行在一张规范化的试验平台下高度变化的数据, 询问和操作众多的实验, 我们能设计合并联合的优化的R* 树区域, 各个附寄的长方形边际和交叠在目录使用我们规范化的试验床在详尽表现比较,它结果R* 树清楚地胜过现有的R 树变形Guttman’s线性和二次方R 树和R 树的格林变形,R* 树的这优势举行为不同的型询问和操作, 譬如地图覆盖物。 为两个长方形和多维点在所有实验从一个实用观点R* 树是非常有吸
wangluogongchengkeshe
- 校园网络设计方案 :1、要求设计理念先进,网络结构合理,满足实际的网络组建,并具有良好的可扩展性,适当为以后网络的升级做好准备。 2、保证某些重要楼宇的链路冗余,确保网络的稳定性。(可以适当扩展比如用生成树或者动态路由协议等来实现) 3、ip地址规划合理,既要满足实际网段的需要又不能浪费ip地址,并且尽可能的保证其连续性。 4、vlan划分既可以每楼层一个vlan又要考虑特殊情况(处于不同地域的同一个单位要同属于一个vlan) 5、保证多媒体等大流量情况下带宽的需求。(可以采用链
mobotix_sdk_1.0.1
- 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
BinarySearchTree
- 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
10060324
- 二叉树主要完成以下功能: 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
DTC4.5-Src
- 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
2-3-tree
- 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
4
- 编程任务: 对于给定的树,以根结点为起点,对树实现非递归方式广度优先搜索,输出广度优 先搜索序列 数据输入: 由文件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
android
- SourceForge.JP > 浏览软件 > Android 2.3 (Gingerbread) for SHARP IS01 >... GB_2.3_IS01 Android 2.3 (Gingerbread) for SHARP IS01 Summary Tree .
shiyan3
- 对四则运算表达式的抽象语法树进行后序遍历,可以得到输入表达式所对应的四元式序列(实验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
elght
- 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
1
- 对记录序列(查找表):{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
16
- 进销存管理系统 (1)登录系统,首先进入系统登录页面。 (2)登录系统后,可通过首页中树状菜单进行相关操作,在树状导航菜单提供了基础信息管理、库存管理、商品销售、查询统计、往来管理、系统设置几个功能。 (3)通过点击树状导航菜单中的“基础信息管理”可实现“客户信息管理”、“商品信息管理”、“供应商信息管理”、“商品信息查询”等内容。 (4)树状导航菜单中提供的二级标题中都包含有3级标题内容,来满足用户的需要。 使用SQLServer2005+MyEclipse+Tomcat实现-
BTree
- 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
Image-Stitching
- 基于SIFT特征的全景图像拼接 主要分为以下几个步骤: (1) 读入两张图片并分别提取SIFT特征 (2) 利用k-d tree和BBF算法进行特征匹配查找 (3) 利用RANSAC算法筛选匹配点并计算变换矩阵 (3) 图像融合 -Image Stitching