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

搜索资源列表

  1. DT

    0下载:
  2. Delaunay三角剖分的Windows图形界面源码-Delaunay triangulation of the Windows graphical interface Source
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-29
    • 文件大小:51350
    • 提供者:zzr
  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. Caylus_map_3D.m

    0下载:
  2. Generation of 3D MAP with Delaunay
  3. 所属分类:3D Graphic

    • 发布日期:2017-04-13
    • 文件大小:2116
    • 提供者:Sylvain
  1. TriNETe

    0下载:
  2. delaunay三角网源程序 对DEM三角网生成有一定的帮助作用-delaunay triangulation source
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-04
    • 文件大小:1149389
    • 提供者:luwei
  1. Delaunay

    0下载:
  2. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:80812
    • 提供者:刘洋
  1. delaunay_vc

    1下载:
  2. delaunay三角网剖分的vc++实现-implement of delaunay with vc++
  3. 所属分类:Special Effects

    • 发布日期:2016-04-11
    • 文件大小:2440567
    • 提供者:michael
  1. tinlib

    0下载:
  2. 三角网生成程序。Delaunay三角剖分,限定三角剖分,网格细分等功能。-Triangle mesh generator with Delaunay algorithm,contrained,refinement
  3. 所属分类:Graph program

    • 发布日期:2017-03-29
    • 文件大小:231424
    • 提供者:yuanganghui
  1. lidar

    1下载:
  2. 对lidar数据进行处理,并建立delaunay三角网-On lidar data processing, and the establishment of delaunay triangulation
  3. 所属分类:Graph Drawing

    • 发布日期:2017-03-23
    • 文件大小:360430
    • 提供者:juchengyu
  1. Delaunay

    0下载:
  2. 所属分类:Grid Computing

    • 发布日期:2017-04-09
    • 文件大小:1948252
    • 提供者:gaoyining
  1. qhull-2010.1-src.tar

    0下载:
  2. QHull Delaunay Triangulation
  3. 所属分类:Algorithm

    • 发布日期:2017-03-26
    • 文件大小:674678
    • 提供者:KIDXT
  1. QuickDelFEX123

    0下载:
  2. MEX routines that can be a faster alternative to the Matlab built-in Delaunay triangulator
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:1366
    • 提供者:samor
  1. nearestneighbour

    0下载:
  2. Compute nearest neighbours (by Euclidean distance) to a set of points of interest from a set of candidate points. The points of interest can be specified as either a matrix of points (as columns) or indices into the matrix of candidate points.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-26
    • 文件大小:30618
    • 提供者:nadir
  1. BallFretting190809

    0下载:
  2. This tool is a simplification of the ballpivoting algorithm. It imagines a bella eating a delaunay traignulation in order to extract a manifold surface. It requires a single parameter: radius of the fretting ball. Ball Fretting Given a unif
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:852116
    • 提供者:tao lu
  1. DelaunayTrigX

    0下载:
  2. Delaunay三角剖分,来自codeguru,原为VC.net 2003,现修改为 VC6.0 SDI, 支持IE ReBars-Delaunay Triangulation Algorithm Implementation by VC6.0, original imp VC.net 2003 (From codeguru ).
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:75902
    • 提供者:szh
  1. ExtractDelaunayTiangles

    0下载:
  2. this help to draw delaunay triagles is input x,y to vectors represent coordinate of points for exemple p1(1,2) ,p2(3,4) p3(5,6) then x=[1,3,5] and y=[2,4,6]-this help to draw delaunay triagles is input x,y to vectors represent coordinate of points f
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:678
    • 提供者:khalid2304
  1. Construction-of-Delaunay

    0下载:
  2. 数字高程模型DEM构建Delaunay三角网-DEM digital elevation model constructed Delaunay triangulation
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:19382
    • 提供者:jion
  1. Delaunay

    0下载:
  2. 三角剖分是实现等值线绘制必经之路,本程序可以用来模拟用户输入的点是如何实现三角剖分的-Triangulation is the only way to achieve equivalent line, the program can be used to simulate user input point is how to achieve triangulation
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:17272
    • 提供者:LIYONG
  1. Delaunay

    0下载:
  2. 简单多边形的三角剖分,在计算机图形学及地学问题三维重建领域有着广泛的应用.根据简单多边形的定义和三角剖分原则,提出了一种简单多边形三角剖分的算法,该算法通过判断某顶点和基边之间的位置来实现对简单多边形的三角剖分算法实现简单容易理解适用于任意简单多边形的三角剖分-Triangulation of simple polygon in computer graphics and three-dimensional reconstruction to study the problem has wide
  3. 所属分类:Graph program

    • 发布日期:2017-05-08
    • 文件大小:1942761
    • 提供者:LJY
  1. 05362373

    0下载:
  2. High Quality Visual Hull Reconstruction by Delaunay Refinement
  3. 所属分类:matlab

    • 发布日期:2017-05-02
    • 文件大小:612395
    • 提供者:bond
  1. Delaunay-triangulation-VB

    0下载:
  2. 构建Delaunay三角网的VB源程序,用于数字地形、数字高程模型建立-Construction of Delaunay triangulation VB source code
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-24
    • 文件大小:19292
    • 提供者:xwz
« 1 2 3 4 5 67 8 9 10 11 ... 27 »
搜珍网 www.dssz.com