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

搜索资源列表

  1. java-rbtree-project-ok

    0下载:
  2. R树与B树的混合树,在这个程序里面可以直接用R树和B树-R and B-tree tree of mixed tree, in the inside can directly with the R and B-tree tree
  3. 所属分类:其他数据库

    • 发布日期:2008-10-13
    • 文件大小:913132
    • 提供者:张军旗
  1. dl99_EhLib36_D6-7

    0下载:
  2. for delphi7 .1已经发布,完全支持BDS4.0,这个是评估版的。 希望大家能够找到正式版本..... 另外,4.0的正式版下载文件名为:hq8205_Ehlib_v4.0_FS.rar 14 January 2006 Deployed EhLib 4.1 + Added support of Borland Developer Studio 2006 (Delphi and C++ Builder). * Fixed a e
  3. 所属分类:按钮控件

    • 发布日期:2008-10-13
    • 文件大小:2295371
    • 提供者:peterwang
  1. proptree_src

    0下载:
  2. The CPropTree class implements a tree control that is similar to the property view seen in Visual Studio .Net. The source project compiles to a DLL so you can easily incorporate it into your project. You can check my web page for more information on
  3. 所属分类:TreeView控件

    • 发布日期:2008-10-13
    • 文件大小:50582
    • 提供者:gaowen
  1. verticaltree

    1下载:
  2. While studying electronic engineering and computer science, I participated in a compiler workshop where we had to write our own programming language. To view and analyse the syntax tree for a given program, I wrote a custom drawn tree component those
  3. 所属分类:TreeView控件

    • 发布日期:2008-10-13
    • 文件大小:19175
    • 提供者:gaowen
  1. zwj

    1下载:
  2. lr(0)分析器编译原理LR(0)文法分析器 录入合法的LR(0)文法,将输出LR(0)分析表,并可以对输入的句子进行语法分析输出相应语法树。 程序中部分算法还很不简洁,有待改进,欢迎朋友与我多多交流。 - Translation principle LR (0) grammar analyzer input legitimate LR (0) the grammar, will output LR (0) the analytical table, and will be allowed to
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:62699
    • 提供者:www
  1. 000000adada2

    0下载:
  2. 数据结构,二叉树和哈夫曼编码。C++ 1、 学会针对DFA转换图实现相应的高级语言源程序 ·a C++ Class Library of Cr ·简单的防火墙,可以用来学习,作为毕业课设也相当有帮 ·实现ARM 芯片的一对PWM 输出用于控制直流电机 ·Programming the Microsoft ·VC调用java的简单例子。需要注意jvm.dll ·这是介绍在VC++6。0下如何编写GPIB程序。有 ·GPS坐标转换软件:直角坐标与大
  3. 所属分类:教育/学校应用

    • 发布日期:2008-10-13
    • 文件大小:3519
    • 提供者:ssss3162
  1. multidimension

    0下载:
  2. M-Tree (P.Ciaccia VLDB’1997) VA-File (R. Weber VLDB’1998) Pyramid-Tree(S.Berchtold SIGMOD’1998) hybrid-Tree(K.Chakrabarti ICDE’1999) A-Tree (Y. Sakurai VLDB’2000) IQ-Tree (S. Berchtold ICDE’2000)
  3. 所属分类:midi

    • 发布日期:2008-10-13
    • 文件大小:945847
    • 提供者:zhanglei
  1. beibao_多种算法

    0下载:
  2. 0-l背包问题是子集选取问题。一般情况下,0-1背包问题是NP难题。0-1背包 问题的解空间可用子集树表示。解0-1背包问题的回溯法与装载问题的回溯法十分类 似。在搜索解空间树时,只要其左儿子结点是一个可行结点,搜索就进入其左子树。当 右子树有可能包含最优解时才进入右子树搜索。否则将右子树剪去。设r是当前剩余 物品价值总和;cp是当前价值;bestp是当前最优价值。当cp+r≤bestp时,可剪去右 子树。计算右子树中解的上界的更好方法是将剩余物品依其单位重量价值排序,然后 依次装入物品,直至装
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:17790
    • 提供者:汪柏然
  1. trees made to order

    0下载:
  2. We can number binary trees using the following scheme: The empty tree is numbered 0. The single-node tree is numbered 1. All binary trees having m nodes have numbers less than all those having m+1 nodes. Any binary tree having m nodes w
  3. 所属分类:源码下载

  1. hyplas

    8下载:
  2. ************************************************************************ * * * * * THIS IS THE H Y P L A S 2.0 README FILE * * ----------------- * * * * HYPLAS is a finite element program for implicit small and large * * strain analisys of hyperelast
  3. 所属分类:数学计算/工程计算

    • 发布日期:2011-07-29
    • 文件大小:11008084
    • 提供者:gtcewli3
  1. main

    0下载:
  2. 假设自上而下按层次,自左至右输入每个结点的一个三元组(N, P, L/R)。其中N为本结点的元素,P为其父结点,L指示N为P 的左孩子,R指示N为P的右孩子。试写一个建立二元树在内存的双链表示算法,并实现先根、中根、后根以及层序遍历算法。-Assuming top-down by level, each node from left to right input a triple (N, P, L/R). Where the elements of N-based nodes, P is the
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-04
    • 文件大小:1224
    • 提供者:张晓敏
  1. Haffmancode

    1下载:
  2. 课程设计: 1.求出在一个n×n的棋盘上,放置n个不能互相捕捉的国际象棋“皇后”的所有布局。 2.设计一个利用哈夫曼算法的编码和译码系统,重复地显示并处理以下项目,直到选择退出为止。 【基本要求】 1) 将权值数据存放在数据文件(文件名为data.txt,位于执行程序的当前目录中) 2) 分别采用动态和静态存储结构 3) 初始化:键盘输入字符集大小n、n个字符和n个权值,建立哈夫曼树; 4) 编码:利用建好的哈夫曼树生成哈夫曼编码; 5) 输出编码; 6)
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:551312
    • 提供者:赵刚
  1. avl-2.0.3

    0下载:
  2. avl树的介绍和源代码,包含avl树、红黑树等-introduction to avl tree and R-B tree
  3. 所属分类:source in ebook

    • 发布日期:2017-05-17
    • 文件大小:4626533
    • 提供者:黄开炳
  1. Link_Find

    0下载:
  2. 编写能实现上述功能的Link(v,r)指令程序,不要使用全局变量, 设初始时两森林均由单结点树构成。上机依次执行:Link(2,1), Link(3,2), Link(5,4), Link(4,3), Link(7,6),Link(9,8), Link(8,7), Find-Depth(6), Link(6,5), Find-Depth(4), Find-Depth(7)。 打印或抄写每条指令执行后各点的Weight值,画出其时的两种森林。 -Prepared to a
  3. 所属分类:CSharp

    • 发布日期:2017-05-04
    • 文件大小:1100759
    • 提供者:小牛
  1. djmount-0.71.tar

    0下载:
  2. djmount === = djmount - mount MediaServers content as a Linux filesystem. Created 23/04/2005, R閙i Turboult <r3mi@users.sourceforge.net> djmount is a UPnP AV client. It mounts as a Linux filesystem (using FUSE) the media conte
  3. 所属分类:Streaming_Mpeg4

    • 发布日期:2017-04-10
    • 文件大小:1133128
    • 提供者:peng
  1. heapsort

    0下载:
  2. 堆排序(HeapSort)是一树形选择排序。堆排序的特点是:在排序过程中,将R[l..n]看成是一棵完全二叉树的顺序存储结构,利用完全二叉树中双亲结点和孩子结点之间的内在关系(参见二叉树的顺序存储结构),在当前无序区中选择关键字最大(或最小)的记录-Heap Sort (HeapSort) is a tree selection sort. Heap sort is characterized by: the sort process, the R [l.. N] as a complete b
  3. 所属分类:Console

    • 发布日期:2017-03-27
    • 文件大小:678
    • 提供者:马值
  1. 4

    0下载:
  2. 利用地球立体剖分格网生成SubdivisionR_树索引模型 针对三维数据管理中八叉树索引冗余多、R-树索引插入删除过程复杂的问题,依托GeoSOT地球立体剖分格网,提出了一种新的八叉树与R-树有机结合的Subdivision R-树索引模型(Subdivision R-tree)。首先,以GeoSOT地球立体剖分格网八叉树索引为基础构建了Subdivision R-树索引模型结构 随后,设计了Subdivision R-树索引模型基本的插入、删除、查询、分析算法 最后,开展了Subd
  3. 所属分类:Graph program

    • 发布日期:2017-05-05
    • 文件大小:261379
    • 提供者:fangsm1
  1. r

    0下载:
  2. 易语言源码例程程序结合易语言扩展界面支持库和易语言模块ODBC方式填充树型框.ec,实现一个简单的日记本程序功能。 -Easy language source code routines combined with easy language extensions interface support library and easy language module ODBC way to fill the tree box.Ec, to achieve a simple diary prog
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-05
    • 文件大小:49885
    • 提供者:zhch2x
  1. 用决策树做模式表述

    0下载:
  2. 使用决策树进行R语言建模的例子,是模式表达领域的一个例子。(An example of R language modeling using decision tree algorithm)
  3. 所属分类:大数据

    • 发布日期:2018-04-30
    • 文件大小:1024
    • 提供者:yyuan15
  1. mvpart_1.6-1

    0下载:
  2. R语言用于多元回归树分析,适用高版本的R。(Multiple regression tree analysis in R language)
  3. 所属分类:其他

    • 发布日期:2018-05-03
    • 文件大小:350208
    • 提供者:娃娃88
« 1 2 3 4 56 7 »
搜珍网 www.dssz.com