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

搜索资源列表

  1. 2D-Tin-delaunay

    3下载:
  2. 在vc++里根据生长算法完成delaunay三角网的构建.其中点是自己随机点上的.-in line with the growth algorithm Delaunay triangulation Construction. Which is their point of random.
  3. 所属分类:GIS编程

    • 发布日期:2008-10-13
    • 文件大小:85252
    • 提供者:邓华
  1. pdnMesh-0.2.1

    0下载:
  2. An automatic 2D Delaunay mesh generator and solver for Finite Element Analysis. Can solve 2D field problems (Poisson and Helmholtz Equations). Can use LAPACK/ARPACK solvers producing OpenGL/Postscr ipt output. Uses C/GTK/GTKGLExt/MFC. Runs on Win32/U
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:1340095
    • 提供者:彭伟才
  1. 2D

    0下载:
  2. C code for \"Computational Geometry in C (Second Edition)\": Code function Chapter pointer directory ----------------------------------------------------- Triangulate Chapter 1, Code 1.14 /tri Convex Hull(2D) Chapter 3, Code 3.8 /graham Convex Hull(
  3. 所属分类:图形/文字识别

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

    0下载:
  2. 2dDelaunay2.rar
  3. 所属分类:GDI/图象编程

  1. Mesh_Triangulation_Delaunay

    0下载:
  2. A 2D Delaunay Triangulation (DT) with incremental site insertion
  3. 所属分类:JavaScript

    • 发布日期:2017-04-13
    • 文件大小:1932
    • 提供者:cstar
  1. Ccode2.tar

    1下载:
  2. c语言计算几何 三角化 Ch1, Code 1.14 凸形外壳[2D] Ch3, Code 3.8 凸形外壳[3D] Ch4, Code 4.8 球 Chapter 4, Fig. 4.15 德劳内类型 Ch5, Code 5.2 ...See *English version.-\Computational Geometry in C\ the book s recipe Triangulate Chapter 1, Code 1.14 /tri Convex
  3. 所属分类:Special Effects

    • 发布日期:2016-08-10
    • 文件大小:57095
    • 提供者:XJ
  1. triTIN

    0下载:
  2. 程序生成TIN三角形,根据2D或者3D的离散点生成,分析-This program generates Triangulated Irregular Network, or TIN from scattered points on two-dimensional plane based on Delaunay s triangulation. This data structure allows data to be displayed as three-dimensional surface,
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-04
    • 文件大小:48210
    • 提供者:Libz
  1. delaunay_test

    0下载:
  2. 二维delaulay的测试代码 可在二维平面使数据点自动delaunay,生成符合delaunay规则的三角面-This code is design for reconstruction in 2D surface. It use the algorithm of delaunay.
  3. 所属分类:2D Graphic

    • 发布日期:2017-05-26
    • 文件大小:8767762
    • 提供者:GL
  1. Delaunay

    0下载:
  2. 使用著名的Delaunay算法实现平面三角化。鼠标任意点击可增加、插入节点、形成网格;对节点标号,可逐步观查网格的变化,体验Delaunay算法过程。内有程序结构的详细说明,易于理解和移植。-2D-triangularization is realised based on the famous Delaunay algorithm in this program. While clicking the left mouse button, new nods with IDs are adde
  3. 所属分类:Graph program

    • 发布日期:2017-03-24
    • 文件大小:135489
    • 提供者:fang
  1. tesselacion

    0下载:
  2. Code to generate a Delaunay TIN based on 2D points
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:3437
    • 提供者:Nicolas
  1. winPointCloud

    0下载:
  2. 基于VTk的点云显示,构网(Delaunay Tin,包含二维,三维,及TEN)。附有详细的代码注释,也有实例数据。-The point cloud based VTk display, configuration network (Delaunay Tin, including 2D, 3D, and TEN). With detailed code comments, but also instance data.
  3. 所属分类:3D Graphic

    • 发布日期:2017-05-24
    • 文件大小:8103927
    • 提供者:cl
  1. Delaunay

    0下载:
  2. 人机交互式平面delaunay三角抛分,按住alt键,鼠标单击为增加点,可以任意移动点,c为清屏(本程序用到cgal算法包)-this is 2d delaunay triangulation with the interface of human-computer interaction.
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-22
    • 文件大小:6857753
    • 提供者:崔健
  1. VCPPDelaunay

    0下载:
  2. 鼠标输入二维点实现三角化剖分的程序,适合初学者练习用-using mouse to input 2D points,we can get Delaunay mesh.
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-13
    • 文件大小:3444402
    • 提供者:张山
  1. vtk2DDelaunayGeneration

    0下载:
  2. C++结合VTK三维可视化库,实现2D和3D Delaunay网格生成的代码,是学习vtk管线编程和 Delaunay 三角网格生成的很好的程序代码-2D & 3D Delaunay Mesh Generation implemented by c++ & vtk
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-09
    • 文件大小:1206762
    • 提供者:lixiang
  1. Delaunay

    0下载:
  2. 用于2D情况下的Delaunay快速三角插值,是二维地震建模的基础!-For the a fast Delaunay triangulation interpolation in the 2D case, is the basis of the two-dimensional seismic modeling!
  3. 所属分类:Data structs

    • 发布日期:2017-12-02
    • 文件大小:4935
    • 提供者:gaoyang
  1. CompuGeom_vs08

    1下载:
  2. 一个老外基于vs写的Delaunay三角剖分,主要处理二维数据,将离散的点处理用三角形组织起来-a program written by a foreigner to deal with discrete 2D points with Delaunay triangulation
  3. 所属分类:GDI-Bitmap

    • 发布日期:2016-09-29
    • 文件大小:18476032
    • 提供者:qingsun_ny
  1. Triangle_linux

    0下载:
  2. 基于linux系统的delaunay 三角剖分,实现二维数据的组织-delaynay triangulation based on linux system, realize the organization of 2D data
  3. 所属分类:Driver develop

    • 发布日期:2017-11-08
    • 文件大小:158894
    • 提供者:qing
  1. distmesh

    0下载:
  2. 二维Delaunay网格生成工具,是MIT一个数学博士所写。利用了matlab内建的delauny和delaunayn。不支持Constrained Delaunay-2D Delaunay mesh generation tools
  3. 所属分类:Algorithm

    • 发布日期:2017-04-29
    • 文件大小:97579
    • 提供者:xianlianghu
  1. Delaunay

    0下载:
  2. delaunay triangle mesh generation for 2d c#-mesh
  3. 所属分类:2D Graphic

    • 发布日期:2017-05-05
    • 文件大小:21606
    • 提供者:aicau
  1. 基于VTk的点云显示

    0下载:
  2. 基于VTk的点云显示,构网(Delaunay Tin,包含二维,三维,及TEN)。附有详细的代码注释,也有实例数据。-(VTk based point cloud display (Delaunay, Tin, including 2D, 3D, and TEN). With detailed code notes, there are examples of data. -)
  3. 所属分类:3D图形编程

    • 发布日期:2017-12-29
    • 文件大小:8102912
    • 提供者:我们中国
« 12 »
搜珍网 www.dssz.com