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

搜索资源列表

  1. createDelaunay

    1下载:
  2. vb实现的构建Delaunay三角网程序,算法效率高-vb achieve Construction procedures Delaunay triangulation algorithm efficiency
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:15989
    • 提供者:陈济民
  1. VC++Delaunay

    1下载:
  2. 采用序列化对象CArchive读入原始数据构建Delaunay三角网的VC++代码。可以鼠标点击加新点进行构网,包括二维、三维。还可以进行设色、光照等。
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:150086
    • 提供者:追风
  1. Delaunay

    0下载:
  2. 构建Delaunay三角网的VB源TriangleDevelopment
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:17754
    • 提供者:1
  1. Delaunay

    1下载:
  2. Delaunay三角网构建,实现语言:Visual Basic
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:18539
    • 提供者:竞帆
  1. triangulation

    1下载:
  2. 三角网剖分 将平面数据点进行三角剖分 快速构建delaunay三角网-delaunay triangulation which can triangulate the dots on the plane
  3. 所属分类:Data structs

    • 发布日期:2017-05-27
    • 文件大小:2930726
    • 提供者:wang
  1. DelaunayNet

    0下载:
  2. 在测绘或地图学中,经常会需要用高程点生成DEM,一般首先由这些点按最小原则生成三角网,此代码即是根据任意多个点生成Delaunay三角网功能。-In the mapping or cartography often elevation point will need to generate DEM, generally the first point from these principles by the smallest triangulation generated, the code t
  3. 所属分类:Algorithm

    • 发布日期:2017-04-23
    • 文件大小:18084
    • 提供者:汪帮主
  1. tin

    1下载:
  2. Delaunay三角网作为一种主要的数字地形模型表示法,经过二十多年来的研究,它的生成算法已趋于成熟。本算法是一个基于Delaunay的很强壮的构三角网(TIN)的算法。-Delaunay triangulation as a major representation of digital terrain model, after 20 years of research, it generates algorithms have been mature. This algorithm is b
  3. 所属分类:数学计算/工程计算

    • 发布日期:2014-02-15
    • 文件大小:76838
    • 提供者:xielingsen
  1. delaunay

    0下载:
  2. 方便的构造不规则三角网的面向对象程序,值得跟大家分享交流-A convenient structure TIN object-oriented programming, it is worth sharing with you the exchange
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-10
    • 文件大小:2438887
    • 提供者:何文
  1. GEOMPACK

    1下载:
  2. 不规则三角网(TIN)能以不同层次的分辨率来描述地形表面,被视为DEM中最基本和最重要的一种模型。程序功能为带约束条件的离散点不规则三角网生成。-Voronoi diagrams, Delaunay triangulations
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:96739
    • 提供者:haitang
  1. Delaunay2

    0下载:
  2. 三角网生成算法之一,可以有效、高速的构建合理的三角网-Generation algorithm of triangulation can be effective, high-speed triangulation to construct a reasonable
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-11
    • 文件大小:2789547
    • 提供者:澄海
  1. Delaunay-triangulation-algorithm

    0下载:
  2. Delaunay三角网算法的设计与研究对 DTM 的建立有着重要的作用, 本文在分析已有三角网算法的基础上, 根据逐点插入算法的思想与凸包算法相结合, 提出了自己的算法: 先绘制凸包, 然后构建初始三角网, 最后用 LOP方法整体优化。该算法尽可能的减少了对一条边的优化次数, 从而提高了算法的运行效率-The interference of the cloud no ise affects seriously the interpretation and information extracti
  3. 所属分类:Data structs

    • 发布日期:2017-03-24
    • 文件大小:235692
    • 提供者:吉祥如意
  1. contourTri_

    0下载:
  2. 这是一个基于三角网的等值线图与线性插值的三角形。-Contour plot based on Delaunay triangulation with linear interpolation across triangles
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:1690
    • 提供者:liuhengjie
  1. meshing1.1

    3下载:
  2. 这是用fortran写的一个delaunay三角网划分的程序-This is a program of the fortran write a delaunay triangulation network by
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2016-05-25
    • 文件大小:14336
    • 提供者:maqiang
  1. lisansanjiao

    0下载:
  2. 主要研究离散点的Delaunay三角网生成算法、基于三角网等值线生成算法以及等值线区域填充-Main research Delaunay triangular mesh generation algorithm of discrete points isoline, based on triangular mesh generation algorithm and contour area filling
  3. 所属分类:Algorithm

    • 发布日期:2017-04-25
    • 文件大小:220411
    • 提供者:cumtchenye
  1. TestDelaunay

    1下载:
  2. Delaunay三角函数的VB实现,是老外写的,带界面,值得借鉴。该函数用于生产三角网。-Delaunay trigonometric function VB implementation, is written by a foreigner, with the interface, is worth learning from. This function is used for the production of triangulation.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-27
    • 文件大小:143297
    • 提供者:czs
  1. 07构建狄洛尼三角网

    0下载:
  2. VB平台构建狄洛尼三角网,用于GIS开发等课程的学习(Construction of Delaunay triangular network on VB platform)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2017-12-31
    • 文件大小:43008
    • 提供者:束束
  1. MAAM

    0下载:
  2. Hull三角网生成算法三角网生成算法,VB实现 Delaunay三角网生成算法,VB实现()
  3. 所属分类:数据结构

    • 发布日期:2018-01-07
    • 文件大小:30720
    • 提供者:gxeculqme
  1. emistence

    0下载:
  2. Hull三角网生成算法三角网生成算法,VB实现 Delaunay三角网生成算法,VB实现()
  3. 所属分类:大数据

    • 发布日期:2018-01-07
    • 文件大小:40960
    • 提供者:chvbom
搜珍网 www.dssz.com