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

搜索资源列表

  1. 对任意给定的平面点集通过Delaunay三角剖分

    1下载:
  2. 对任意给定的平面点集通过Delaunay三角剖分进行处理可得到具有整体最优性的三角形网格-A Two-Dimensional Quality Mesh Generator and Delaunay Triangulator.
  3. 所属分类:绘图程序

    • 发布日期:2017-03-24
    • 文件大小:141267
    • 提供者:HongZhang
  1. 用Delaunay算法进行三角剖分

    0下载:
  2. 直接在VC试图上描点,对所获得的点集用Delaunay算法进行三角剖分。,Directly in the VC-point attempt on the depiction of the point set obtained by using Delaunay triangulation algorithm.
  3. 所属分类:绘图程序

    • 发布日期:2017-04-09
    • 文件大小:67570
    • 提供者:毛雁明
  1. Delaunay

    0下载:
  2. 基于opencv的Deluanay抛分算法,可以实现点到面的扩散-Opencv of Deluanay throw points based algorithms, can point to the proliferation of surface
  3. 所属分类:OpenCV

    • 发布日期:2017-04-10
    • 文件大小:1368515
    • 提供者:lw3171796
  1. Delaunay

    1下载:
  2. 离散点数据生成三角网格的算法(C#),简单明了.-Discrete points of data to generate triangular mesh algorithm (C#), Simple and clear.
  3. 所属分类:Graph program

    • 发布日期:2017-03-27
    • 文件大小:3484
    • 提供者:aa
  1. Delaunay

    1下载:
  2. 用matlab编写的Delaunay三角化的程序,在points里面修改自己的初始点。-Delaunay triangulation using matlab program to modify the initial point, the points inside.
  3. 所属分类:2D Graphic

    • 发布日期:2016-05-18
    • 文件大小:2048
    • 提供者:sancy
  1. 利用OpenGL实现三维地形

    1下载:
  2. 此资料介绍的是:利用OpenGL实现三维地形可 视化,采用Delaunay三角化法得到地形采样点,并用已知数据对三角曲面进行插值加密,生成规则格网(GRID)数据结构的方法,可得到高度真实感的三维地形可视化效果。 -The data presented are: the use of OpenGL for three-dimensional terrain visualization, using Delaunay triangulation method to be terrain
  3. 所属分类:3D图形编程

    • 发布日期:2017-03-22
    • 文件大小:82362
    • 提供者:周倩倩
  1. package

    0下载:
  2. Delaunay 分治法进行三角剖分,同时对剖分后的三角面片进行动画模拟。-Divide and conquer Delaunay triangulation, while triangles after subdivision animated simulation.
  3. 所属分类:Fractal program

    • 发布日期:2017-05-11
    • 文件大小:2766988
    • 提供者:陈栋
  1. DELAUNAY.algorithm

    0下载:
  2. DELAUNAY三角剖分算法源程序c++实现。非常详细的源代码。-DELAUNAY triangulation algorithm source code c++ implementation. Very detailed source code.
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:83323
    • 提供者:cc
  1. KenDelaunay2D

    1下载:
  2. 1.高质量的笛氏三角网格化,为重建三维图形提供有力的帮助. 2.附件有原码和调用方法,Delaunay三角网格化已封装成一个类,用户只需要传入点坐标标就可以得到最优的三角形 3.这是我工作中用到的一个小算法,希望对你的工作有所帮助-KenDelaunay
  3. 所属分类:2D Graphic

    • 发布日期:2017-01-16
    • 文件大小:36661
    • 提供者:
  1. Delaunay-triangle

    0下载:
  2. 生成Delaunay三角网格的程序,可以通过鼠标点击获得控制点,是一个不错的程序。-Delaunay triangular mesh is generated, the program can be obtained via mouse click control point is a good program.
  3. 所属分类:Graph Drawing

    • 发布日期:2017-11-06
    • 文件大小:5100467
    • 提供者:理会
  1. code

    2下载:
  2. 二维非结构网格生成程序。用 Delaunay 三角形化方法,实现x‐y 平面上给定的梯形区域的非结构化网格划分。-Unstructured mesh generation process. Delaunay triangulation method used to achieve x-y plane of the trapezoidal region given unstructured mesh.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:5790
    • 提供者:GSD
  1. tin_demo

    0下载:
  2. delaunay三角网“动态”构建,用于地形建模等应用-delaunay triangulation dynamic to build, for applications such as terrain modeling
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-10
    • 文件大小:8569571
    • 提供者:hhy
  1. Delaunay00000

    0下载:
  2. 论文 Delaunay三角网表示和点删除方法 用vc的环境 很重要-Papers Delaunay triangulation and the point that the method used to delete a very important environment vc
  3. 所属分类:GIS program

    • 发布日期:2017-03-29
    • 文件大小:110300
    • 提供者:niujiying
  1. zyb_triangle

    0下载:
  2. 自己编写的三角网算法。对离散点的三角网的生成,并对传统Delaunay三角网的改进的程序,速度还可以。大家交流一下。-I have written triangulation algorithm. Discrete points on the triangular net generation, the traditional Delaunay triangulation to improve the procedures, speed can also be. Members exchange
  3. 所属分类:GIS program

    • 发布日期:2017-03-28
    • 文件大小:108742
    • 提供者:dgdfg
  1. Delaunay----VB

    0下载:
  2. tin三角网的构造 tin是使用不规则多边形拟和地球表面或者其他不规则表面,是构造数字地面模型,数字高程模型的基本方法之一-tin structure of triangulation is the use of tin to be irregular polygon and the Earth s surface or other irregular surfaces, is constructed digital terrain model, digital elevation mode
  3. 所属分类:GIS program

    • 发布日期:2017-04-08
    • 文件大小:19350
    • 提供者:王五
  1. DelaunayTriangulation

    0下载:
  2. Delaunay trianglation 是平面三角化的一种重要方法,也可以应用于三维的四面体的生成。因为用这种方法产生的四面休在有限元分析中具有其独特的优势而受到重视。-Delaunay trianglation plane triangulation is an important method, but also can be applied to the generation of three-dimensional tetrahedron. As generated in this
  3. 所属分类:Algorithm

    • 发布日期:2017-03-25
    • 文件大小:12047
    • 提供者:woshidou
  1. 93317441delanay_all

    0下载:
  2. delaunay三角剖分程序,能运行,可以显示-delaunay triangulation procedures, will be able to run, you can show that
  3. 所属分类:Special Effects

    • 发布日期:2017-05-09
    • 文件大小:1937328
    • 提供者:yanghy
  1. Delaunay-triangulation-VB-

    1下载:
  2. 利用渐次插入算法,根据坐标数据生成简易Delaunay三角网。-Use of gradual insertion algorithm, according to the coordinate data to generate simple Delaunay triangulation
  3. 所属分类:GIS program

    • 发布日期:2017-04-04
    • 文件大小:134124
    • 提供者:yoursatan
  1. Delaunay

    0下载:
  2. 这是一个自动添加点,动态生成不规则三角网的程序,程序结构完整,对初学者比较有借鉴价值。-This is an automatic add points, triangulated irregular network dynamically generated procedures, procedures for structural integrity, and for beginners there is reference value of comparison.
  3. 所属分类:GIS program

    • 发布日期:2017-04-29
    • 文件大小:178450
    • 提供者:magic
  1. 1111111111111111111

    0下载:
  2. 详细介绍了 用基于Matlab软件实现Delaunay剖分和基于剖分的规格化计算-Described in detail based on Matlab software implementation Delaunay mesh and mesh-based calculation of standardized
  3. 所属分类:matlab

    • 发布日期:2017-04-29
    • 文件大小:271038
    • 提供者:yanhan
« 1 2 3 45 6 7 8 9 10 ... 27 »
搜珍网 www.dssz.com