CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - R-Tree

搜索资源列表

  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. 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. data_struct6

    0下载:
  2. 数据结构课后设计题第六章 6.33③ 假定用两个一维数组L[1..n]和R[1..n]作为 有n个结点的二叉树的存储结构, L[i]和R[i]分别指 示结点i的左孩子和右孩子,0表示空。试写一个算法 判别结点u是否为结点v的子孙。-Data structure design question after class VI 6.33 ③ assumed with two one-dimensional array L [1 .. n] and R [1 .. n] as an
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:3304
    • 提供者:W.Y.T.S
  1. dsatbx

    0下载:
  2. matlab数据结构 算法工具箱, 包括堆栈 队列 2叉树 红黑树 -Data Structures & Algorithms Toolbox ==================================== The Data Structures & Algorithms Toolbox provides advanced data structures and algorithms for the Matlab(r) 5 environment. It implem
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:117173
    • 提供者:austin
  1. losslessimagezipalgorithm

    0下载:
  2. 图像无损压缩算法代码全集,适合做图像无损压缩研究的入门人员收藏研究.-AR002 Contains a complete archiver by Haruhiko Okumura. The archiver uses an LZ engine whose output is compressed with static Huffman. The file is chopped into pieces which all get their own independe
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-31
    • 文件大小:126926
    • 提供者:idlerrf
  1. RTree

    0下载:
  2. 用C++语言实现的一个有关于R树的头文件-C++ language with a tree on the R header files
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:10268
    • 提供者:菲菲
  1. MemoryTest

    0下载:
  2. 一个用C++实现的,关于R树的部分代码。-An implementation using C++, on the R part of the code tree.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-14
    • 文件大小:2597
    • 提供者:菲菲
  1. Test

    0下载:
  2. 一个用C++语言实现的有关于R树的部分代码。-A C++ language with the tree on the R part of the code.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-04
    • 文件大小:758
    • 提供者:菲菲
  1. kruskal

    0下载:
  2. K r u s k a l算法每次选择n- 1条边,所使用的贪婪准则是:从剩下的边中选择一条不会产生环路的具有最小耗费的边加入已选择的边的集合中。注意到所选取的边若产生环路则不可能形成一棵生成树-K ruskal algorithm each time you select n-1 edges, using criteria of greed: from the left side, select a loop with no minimum spend has been selected to
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:644
    • 提供者:黄京
  1. Princess-Dido-story

    0下载:
  2. 狄多公主圈地的故事 . 为了建设城市,她需要从当地一片森林中的拥有者那里买一些木材,交易条件是这样 的,在有限面积的森林内,散布着一些树木,而不同的树可得到的木材体积也不相同。 狄多需要划出一个圆形区域,区域内的树木皆归她所有,当然,树木分布位置并不规 则。请大家帮助狄多,在树木总数与分布情况,每棵树的可得到的木材体积已知的情况 下,算一下最大可圈出的木材体积是多少。 可以将树木看做平面内的N个点,以点的权值M0,M1,...Mn表示每棵树可出产的木材体 积。圆
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-21
    • 文件大小:1014
    • 提供者:NoKoo
  1. 6

    0下载:
  2. 堆排序是一树形选择排序,在排序过程中,将R[1..N]看成是一颗完全二叉树的顺序存储结构,利用完全二叉树中双亲结点和孩子结点之间的内在关系来选择最小的元素。-Heap sort is a tree selection sort, the sort process, the R [1 .. N] as the order of a complete binary tree storage structure, the use of complete binary tree in the paren
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:703
    • 提供者:可可粉
  1. ArbolABB

    0下载:
  2. All empty tree is a binary search tree. A binary tree is not empty, the root R is a binary search tree if: • In case of left subtree, the root R must be greater than the maximum value stored in the left subtree, and that the left subtr
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:21760
    • 提供者:ivan
  1. binary

    0下载:
  2. 二叉树方法计算信用风险溢价 参数说明: V:公司资产市场价值初值 r:市场无风险利率 sigma:企业资产市场价值波动率 T:期限 num:二叉树层数 dp:违约点,即债权价值 输出结果: M:公司的风险溢价 -The binomial tree method to calculate the credit risk premium Parameters: V: t
  3. 所属分类:数学计算/工程计算

    • 发布日期:2017-04-02
    • 文件大小:635
    • 提供者:shaopeng
  1. tree_sanyuanzu

    0下载:
  2. 假设以如下说明的三元组 (F、C、L/R) 序列输入一棵二叉树的诸边(其中 F 表示双亲结点的标识,C 表示孩子结点标识,L/R 表示 C 为 F 的左孩子或右孩子),且在输入的三元组序列中,C 是按层次顺序出现的。设结点的标识是字符类型。F=‘^’时 C 为根结点标识,若 C 亦为‘^’,则表示输入结束。 试编写算法,由输入的三元组序列建立二叉树的二叉链表,并以中序序列输出。 -Assumed that the input to the following descr iption of th
  3. 所属分类:Data structs

    • 发布日期:2017-11-27
    • 文件大小:850
    • 提供者:shiloh
  1. erchashu

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

    • 发布日期:2014-10-20
    • 文件大小:1024
    • 提供者:jxl
  1. 4_subTree

    0下载:
  2.   给定两棵二叉树,求出它们所有节点数大于等于2的最大子树。   二叉树的子树,是指去掉这棵二叉树的某些节点以及与这些节点相连的枝而得到的二叉树。设T为二叉树,R为它的子树,如果不存在二叉树S,使得R为S的子树且S为T的子树,那么称R为T的最大子树。-Given two binary trees, find them all nodes greater than or equal to 2 maximum subtree. A sub binary tree, the binary tree
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:3120
    • 提供者:姚大波
  1. hufferman

    2下载:
  2. 用下表给出的字符集和频度的实际统计数据建立哈夫曼树,并实现以下报文的编码和译码:“THIS PROGRAM IS MY FAVORITE”字符 A B C D E F G H I J K L M 频度 64 13 22 32 103 21 15 47 57 1 5 32 20 字符 N O P Q R S T U V W X Y Z 频度 57 63 15 1 48 51 80 23 8 18 1 16 1-The actual statistics of the character set a
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:3103
    • 提供者:梁耀燊
  1. erchashushixian

    0下载:
  2. 二叉排序树的实现 实现二叉排序树,包括生成、插入,删除; 对二叉排序树进行先根、中根、和后根非递归遍历; 每次对树的修改操作和遍历操作的显示结果都需要在屏幕上用树的形状表示出来。 -英语中文德语检测语言 中文(简体)英语日语 翻译文字或网页 二叉排序树的实现 实现二叉排序树,包括生成、插入,删除; 对二叉排序树进行先根、中根、和后根非递归遍历; 每次对树的修改操作和遍历操作的显示结果都需要在屏幕上用树的形状表示出来。 请键入文字或网站地址,
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-13
    • 文件大小:2355
    • 提供者:windin
  1. SanYuanZu_20131029110238

    0下载:
  2. 假设自上而下按层次,自左至右输入每个结点的一个三元组(N, P, L/R)。其中N 为本结点的元素,P 为其父结点,L 指示N 为P 的左孩子,R 指示N 为P的右孩子。试写一个建立二元树的左右链表示算法,并实现先根、中根、后根以及层序遍历算法。-Suppose a hierarchical top-down, left to right to enter a triple each node (N, P, L/R). Wherein the element N-based node, P i
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1874
    • 提供者:凉茶
  1. 用决策树做模式表述

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

    • 发布日期:2018-04-30
    • 文件大小:1024
    • 提供者:yyuan15
« 1 23 »
搜珍网 www.dssz.com