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

搜索资源列表

  1. base-files-1[1].7.tar

    0下载:
  2. 项目描述: Fink is an attempt to bring the full world of Unix Open Source software to Darwin and Mac OS X. Packages are downloaded and built automatically and installed into a tree managed by dpkg. Fink试图将Unix开源软件世界带入到 Darwin 和Mac OS X。工具包可以被下载和自
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:12531
    • 提供者:夏雨
  1. piaoliang

    0下载:
  2. 在二叉搜索树上删除一个有两个子女的结点时,可以采用以下三种方法: (1) 用左子树TL上具有最大关键码的结点X顶替,再递归地删除X。 (2) 交替地用左子树TL上具有最大关键码的结点和右子树TR上具有最小关键码的结点顶替,再递归地删除适当的结点。 (3) 用左子树TL上具有最大关键码的结点或者用右子树TR上具有最小关键码的结点顶替,再递归地删除适当的结点。可随机选择其中一个方案。 -two forks in search of a tree to delete two chi
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1097
    • 提供者:dfssd
  1. xtree.tar

    0下载:
  2. X-tree的C++源码,对应文章S. Berchtold, D. A. Keim, H.-P. Kriegel: The X-tree : An Index Structure for High-Dimensional Data. -X-tree in C source code, the corresponding articles S. Berchtold, D. A. Keim. H.-P. Kriegel : The X-tree : An Index Structure for Hi
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:30567
    • 提供者:
  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
    • 文件大小:2028
    • 提供者:胡图
  1. fweeeeeeeeeeeefew

    0下载:
  2. 1、实现动态查找表的三种基本功能:查找、插入、和删除。 2、初始,平衡二叉树为空树,操作界面给出查找、插入和删除三种操作供选择。每种操作均要提示输入关键字。每次插入或删除一个结点后,应更新平衡二叉树的显示。 3、平衡二叉树的显示采用树形结构显示二叉树。 4、合并两棵平衡二叉树。 5、把一棵平衡二叉树分裂为两棵平衡二叉树,使得在一棵树中的所有关键字都小于或等于x,另一棵树中的任一关键都大于x -1, the dynamic lookup table of the thr
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:12650
    • 提供者:战天
  1. SortTree

    0下载:
  2. 创建一棵二叉排序树,并采用中序遍历和层次遍历法输出其顶点序列,主要实验内容如下: 1. 定义二叉排序树的结构BiTree; 2. 编制二叉排序树的插入算法:void Insert_SortTree (BiTree ST, ElemType x); 3. 编制中序遍历函数; 4. 在main()函数中完成二叉排序树的建立,以及中序遍历的输出。(二叉排序树的各个元素从键盘输入,并利用Insert_SortTree()函数进行插入建立); 5. 编制层次遍历函数,并在main()函
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:15247
    • 提供者:段苛苛
  1. E64_0230

    0下载:
  2. 平衡二叉树操作的演示 一、 需求分析 (1) 利用平衡二叉树实现动态查找表。实现查找,插入和删除三种基本功能。 (2) 初始,平衡二叉树为空树,操作界面给出查找,插入和删除三种操供选择。每种操作均要提示输入关键字。每次插入和删除一个接点时,显示更新的平衡二叉树。 (3) 重点在于对删除算法的实现。假设要删除的关键字为X的结点,若X不在叶子结点上,则用左子树中的最大值或者右子树中的最小值取代X。如此反复,直到删除动作传递到某个叶子结点,删除叶子结点时,若要进行平衡变换,可采用插入的
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:41479
    • 提供者:苏言暖
  1. 2309

    0下载:
  2. 北京大学ACM比赛题目 Consider an infinite full binary search tree (see the figure below), the numbers in the nodes are 1, 2, 3, .... In a subtree whose root node is X, we can get the minimum number in this subtree by repeating going down the left node until
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:13957
    • 提供者:pengfam
  1. JsTree

    0下载:
  2. 网上收集的多个javascr ipt树形结构的代码,其中部分带checkbox的树形结构,非常值得学习-javascr ipt tree menu checkbox
  3. 所属分类:JavaScript

    • 发布日期:2017-03-24
    • 文件大小:191691
    • 提供者:allen
  1. gridctrl_demo220

    1下载:
  2. Using comboboxes in the MFC Grid Control Since I posted my MFC grid control I ve had a lot of requests asking how to use other methods of editing cells in the grid. Ken Bertelson has taken this to the extreme, with his Grid Tree control. For some t
  3. 所属分类:GUI Develop

    • 发布日期:2017-03-24
    • 文件大小:207658
    • 提供者:mark
  1. X-tree

    0下载:
  2. Document for X-tree algorithms
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-04
    • 文件大小:1159513
    • 提供者:liuzhiyong
  1. TreePanel-test.0.3r

    0下载:
  2. 带checkbox树形控件 <javascr ipt>-Tree controls with checkbox
  3. 所属分类:JavaScript

    • 发布日期:2017-03-27
    • 文件大小:57372
    • 提供者:Levin
  1. bottom-up.tar

    0下载:
  2. 用java 实现的X-tree,希望大家喜欢-X-tree implemented in java, hhe
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:62496
    • 提供者:wang pu
  1. Tree

    0下载:
  2. 1.16② 试写一算法,如果三个整数X,Y和Z 的值不是依次非递增的,则通过交换,令其为 非递增。 -Status Dencendant(Array1D L,Array1D R,int n,int u,int v) /* If node u is the dencendant of node v ,*/ /* then return TRUE else return FALSE . */ /* L[i] is the left child of the
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:609
    • 提供者:garming
  1. Tree-C-Evaluate

    0下载:
  2. With C tree design paranthesis notation and x notation and evaluate tr-With C tree design paranthesis notation and x notation and evaluate tree
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:43984
    • 提供者:Bulut
  1. The-X-tree--

    0下载:
  2. 一个对高维数据的索引结构 此为研究树形结构的国外文献 以供各位参考-One for reference for the study of foreign literature of the tree structure of the index structure of high dimensional data
  3. 所属分类:Development Research

    • 发布日期:2017-04-03
    • 文件大小:98113
    • 提供者:小龙
  1. tree

    0下载:
  2. 创建二叉树并以根结点为参数交换每个结点的左右子树,查找x结点并输出其所有的祖先结点,以中序遍历和前序遍历创建二叉树。-Create a binary tree and parameter exchange for each node of the root node to the left and right subtree, find x nodes and output nodes of all its ancestors, create a binary tree in order tra
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-11-12
    • 文件大小:1089802
    • 提供者:星辰
  1. Apriori

    0下载:
  2. 这个特殊的Apriori是基于前缀树表示所需的计数器和使用双递归计划,算上交易查找频繁项集和关联规则。-This special Apriori is based on a prefi x tree representation of the needed counters and uses a doubly recursive scheme to count the transactions to Find Frequent Item Sets and Association Rul
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-19
    • 文件大小:40305
    • 提供者:sdl
  1. tree

    0下载:
  2. 树的相关操作,先序遍历建立二叉链表,左右孩子交换,二叉树中叶子节点个数算法,统计以值为x的结点为根的子树中叶子结点的数目,按树状打印二叉树-Tree-related operations, first traversal establishment of binary list, so the child exchange, the number of leaf nodes in a binary tree algorithm, the statistical value of x to a n
  3. 所属分类:assembly language

    • 发布日期:2017-04-07
    • 文件大小:1252
    • 提供者:
  1. AVLTree-X

    0下载:
  2. 给出结点的插入序列,构造AVL Tree。-Given node insertion sequence, structure AVL Tree.
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:1020
    • 提供者:Cucuxx
« 12 3 4 »
搜珍网 www.dssz.com