搜索资源列表

  1. trianglulation

    0下载:
  2. 对散乱数据点进行三角化的程序,大家试试看,欢迎提出改进意见。-to scattered data points triangulation process, we try and welcome suggestions for improvement.
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-05-14
    • 文件大小:39936
    • 提供者:李晓丽
  1. 三角网

    0下载:
  2. 构建三角网的VB程序,构建三角网的算法很多,这是逐点插入法,并在插入后进行外接圆检测,构成最有三角网-Triangulation algrithms for VB, it is Point Insertion algrithms, and detect the circumcircle after inserted, then make the best Triangulation.
  3. 所属分类:Windows编程

    • 发布日期:2024-05-14
    • 文件大小:16384
    • 提供者:许飞
  1. voronoi

    2下载:
  2. 一个绘制Voronoi图和Delauany三角剖分的程序,并且给出了求凸包的算法。该程序可以演示如何进行三角剖分,帮助你理解整个剖分过程。-a Voronoi diagram mapping and triangulation Delauany procedures, and is seeking a convex hull algorithms. The procedure can demonstrate how triangulat
  3. 所属分类:绘图程序

    • 发布日期:2024-05-14
    • 文件大小:157696
    • 提供者:晓琳
  1. hgrd_src

    0下载:
  2. The hgrd code was created for triangulation of a polygon of any shape. It can also triangulate many separate polygons in one pass. -The hgrd code was created for triangulation of a polygon of any shape. It can also
  3. 所属分类:Windows编程

    • 发布日期:2024-05-14
    • 文件大小:27648
    • 提供者:潇潇
  1. 三维地学建模的技术方法

    0下载:
  2. 本文介绍了三维建模的基本方法,通过三角网、方格网建立dem文件,数字高程的建模。-This paper introduces the basic 3D modeling methods, through triangulation, Grid establish dem documents, digital elevation modeling.
  3. 所属分类:文档资料

    • 发布日期:2024-05-14
    • 文件大小:43008
    • 提供者:刘德小花
  1. Convex

    0下载:
  2. 此代码用来求解建立点的凸闭包多边形,采用凸闭包插入算法建立Delaunay三角网可以用到或参考。-this code to solve the establishment point of closure convex polygon, using convex closure insertion algorithm to establish Delaunay triangulation can be used as reference
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-14
    • 文件大小:3072
    • 提供者:hlzhangrui
  1. CQuadDissect

    0下载:
  2. Delaunay三角网作为一种主要的DTM表尔法,具有权其广泛的用途。经过二十多年来的研究,它的生成算法巳趋于成熟。本文简要介绍了Delaunay三角网的定又及其特性,在简单回顾和评价了分割—归并法,逐点插入法,三角冈生长法等三类主沈算法的基础上,提出了一个融以上算法优点于一体,兼顾空间与时间性能的合成算法。经测试,一般情况下它的运算速度远快于逐点插入法,与分割—归并法相当,较好的情况下快于分割—归并法。-Delaunay Triang
  3. 所属分类:其他小程序

    • 发布日期:2024-05-14
    • 文件大小:3833856
    • 提供者:苏聪
  1. c_delaunay

    0下载:
  2. 一个老外编写的三角剖分代码,运行效果好C-a foreigner prepared by the triangulation code, effective running C
  3. 所属分类:3D图形编程

    • 发布日期:2024-05-14
    • 文件大小:1950720
    • 提供者:王飞
  1. delanay三角网算法

    0下载:
  2. 随便上传一个delanay三角网算法的vb程序,仅供大家参考!-casually upload a delanay triangulation algorithm vb procedures only reference!
  3. 所属分类:其他小程序

    • 发布日期:2024-05-14
    • 文件大小:18432
    • 提供者:zgw
  1. Triangulate(java)

    0下载:
  2. 这是一个用java写的三角剖分程序源码,需要的可以看一看-This is a java was made with the source triangulation process, the need to look at the
  3. 所属分类:GIS编程

    • 发布日期:2024-05-14
    • 文件大小:5120
    • 提供者:刘广忠
  1. VC++Delaunay

    2下载:
  2. 一个非常强劲的VC++编的Delaunay三角网生成算法,对您学习VC++或GIS的学习都有很好的帮助作用。-a very strong part of the VC Delaunay Triangulation generation algorithm, right you learn VC or GIS study has very helpful.
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-05-14
    • 文件大小:201728
    • 提供者:李未鸣
  1. contour234

    1下载:
  2. vb 处理数据等高线,原创,构造三角网,计算机图形学作业-vb data processing contour lines, originality, structure triangulation, computer graphics operations
  3. 所属分类:其他小程序

    • 发布日期:2024-05-14
    • 文件大小:14336
    • 提供者:刘志峰
  1. Vc_Tin

    0下载:
  2. 这是一个用BORLAND C++ BUILBER 5 编写,能从一个文本文件导入数据,并建立delaunay三角网。需要的可以看看!!内有详细说明!! 作者 :jiangzx 编写时间:2004.4.18-with BORLAND C BUILBER 5 preparation, from a text file import data and the building of nodes triangulation. Needs
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-05-14
    • 文件大小:202752
    • 提供者:gaoqing
  1. createDelaunay

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

    • 发布日期:2024-05-14
    • 文件大小:15360
    • 提供者:陈济民
  1. TriangleDevelopment

    0下载:
  2. 此程序生成狄洛尼三角网.运用了简单的读取文件.然后依据算法生成三角网.-this program generator Diluoni triangulation. Use a simple read files. Then generation algorithm based on triangulation.
  3. 所属分类:GIS编程

    • 发布日期:2024-05-14
    • 文件大小:217088
    • 提供者:杨毅
  1. triangulation6good

    0下载:
  2. 用数值方法做的三角剖分程序,本人觉得这个不错,good -numerical methods of triangulation process, I think that this is true, good
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-14
    • 文件大小:3714048
    • 提供者:az
  1. DelaunayMesh

    0下载:
  2. 该程序实现了Delaunay三角剖分的过程,能够对任意多边形实现三角化,效果不错。-program of the Delaunay triangulation process, to the arbitrary polygon triangulation achieve good results.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-14
    • 文件大小:768000
    • 提供者:陈仕林
  1. GridToTIN

    0下载:
  2. 实现方格网转换成三角网的程序,转换不是很复杂-achieve Grid into triangulation process, conversion is not very complicated
  3. 所属分类:图形图象

    • 发布日期:2024-05-14
    • 文件大小:41984
    • 提供者:aaa
  1. ading004

    0下载:
  2. 一次性生成约束Delaunay三角网算法的编程与实现,caj格式-one-time Generation constrained Delaunay triangulation algorithm programming and implementation PRODUCTS format
  3. 所属分类:软件工程

    • 发布日期:2024-05-14
    • 文件大小:120832
    • 提供者:丁峰
  1. triagulation

    0下载:
  2. 三篇博士研究生论文,对三角剖分方面有很大的利用价值-three doctoral student papers, the triangulation there is a great value
  3. 所属分类:软件工程

    • 发布日期:2024-05-14
    • 文件大小:11039744
    • 提供者:杨晓
« 1 23 4 5 6 7 8 9 10 ... 45 »

源码中国 www.ymcn.org