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

搜索资源列表

  1. Convex

    1下载:
  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. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:2.84kb
    • 提供者:hlzhangrui
  1. delanay_all

    2下载:
  2. 这时一个delaunay三角网的程序,功能强大,并里面有详细说明和程序及原代码。能创建二维和三维的,且能生成模拟的3D图。-then a triangular network nodes procedures, powerful, and there are detailed procedures and the original code. To be able to create two-dimensional and three-dimensional and can generate s
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:1.85mb
    • 提供者:gaoqing
  1. Delaunay--VB-code

    0下载:
  2. 本实例:为用VB代码实现的构建Delaunay三角网的生长算法。
  3. 所属分类:GIS编程

    • 发布日期:2008-10-13
    • 文件大小:17.19kb
    • 提供者:jiaboduan
  1. VC++Delaunay

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

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

    0下载:
  2. 不错的代码,关于等直线的。 用三角网法绘制等值线,是在三角形的三条边上用线性内插方法寻找等值点,这种方法的机理是将每个三角形看作是空间的一个平面,这就要求在每个三角形的三个顶点内的地貌形态无明显的变化,故此希望将其中最靠近的三个点构成三角形,以符合上述机理,使插补的等值点精度较高,更好的反映地貌的实际形态。符合这些条件的三角形称之为“最佳三角形”
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:7.18mb
    • 提供者:海嗨
  1. Tin

    0下载:
  2. 自动生成Tin格式的三角网代码,编译通过。
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:43.59kb
    • 提供者:张忠海
  1. TIN

    0下载:
  2. 这是一个三角网边生长算法的实现方法。VC代码。
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:41.71kb
    • 提供者:jiaboduan
  1. BuildTin

    0下载:
  2. 通过离散的点构建Delaunay三角网,该代码用ATL的方式编写,编译成DLL直接调用。
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:1.54mb
    • 提供者:liupc
  1. 三角网代码

    0下载:
  2. 能够生成狄罗尼三角网模拟地形或岩层表面,具有良好的效果,
  3. 所属分类:C#编程

  1. Triangle

    0下载:
  2. 生成三角网的代码,供大家参考学习!-Triangle
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:50.24kb
    • 提供者:杨冬营
  1. 2007513201626492_136Z_Com

    0下载:
  2. 三角网程序,tin文件的生成,主要是VB代码-Triangulation procedures, tin documents generated, mainly VB code
  3. 所属分类:3D Graphic

    • 发布日期:2017-04-08
    • 文件大小:218.79kb
    • 提供者:sjh
  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
    • 文件大小:17.66kb
    • 提供者:汪帮主
  1. Delaunay_triangle_grid

    0下载:
  2. 一个简单的读入数据绘制Delaunay三角网的代码-A simple demo of reading data and painting Delaunay triangle grid
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:146.57kb
    • 提供者:徐启龙
  1. delaunay_screen

    0下载:
  2. 快速实现构建tin不规则三角网的功能,代码很详细-Fast Implementation of building a tin triangulated irregular network functions, the code in great detail
  3. 所属分类:GIS program

    • 发布日期:2017-04-02
    • 文件大小:661.06kb
    • 提供者:范范
  1. RandomPointsDelaunayVc

    1下载:
  2. 在平面随机生成散列的二维点,点数可由用户输入,然后将散列的点进行三角剖分,生成三角网。可以用于算法演示,这个比较老的代码,速度并不快,也可以继续改进。-The demo can show an example of delaunay and the a algorithm is not very fast.
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-30
    • 文件大小:269.88kb
    • 提供者:Jh
  1. DelaunaytriangleVB

    0下载:
  2. 开发deluanay三角网的vb程序代码-Development deluanay triangular net vb code
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:9.2kb
    • 提供者:帅草蜢
  1. QuickDelFEX

    0下载:
  2. 这段代码是一个Delaunay三角网算法。我的想法是要开始一个项目,目的是建立一个强大的有效率三角网/啮合工具。-In this code you will find a Delaunay triangulation algorithm. My idea is to start a project which purpose is to create a robust an efficient triangulation/meshing tool.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:2.24kb
    • 提供者:cuijianzhu
  1. delauney

    0下载:
  2. 这是一个三角网生成代码,用C++生成三角网。-This is a triangular net generated code, using C++ generated triangulation
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-10
    • 文件大小:1.98mb
    • 提供者:熊俊华
  1. delaunary-triangle-by-vb

    0下载:
  2. 狄罗尼三角网代码实现,可以通过点击vb程序窗口自动生成不规则三角网-to create a delaunary triangle by vb
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-06
    • 文件大小:17.39kb
    • 提供者:george
  1. C#生成TIN(不规则三角网)

    2下载:
  2. 本程序由本人做的不规则三角程序。代码完整,界面友好,切实可用!由VS2012的C#语言编译而成!(This program is an irregular triangle program that I do. The code is complete, the interface is friendly, and it is practical! Compiled by VS2012's C# language!)
  3. 所属分类:其他

    • 发布日期:2019-11-14
    • 文件大小:259kb
    • 提供者:yyxgiser
« 12 »
搜珍网 www.dssz.com