搜索资源列表
三角网生成
- VC++下的不规则三角网生成算法,这是不规则三角网的生长算法,通过建立TIN类,在TIN类内实现一些方法.-VC under the TIN generation algorithm, which is triangular irregular network growth algorithm, through the establishment of TIN category, the category TIN achieve some ways.
基于三角网的等值线生成及ActiveX实现
- 基于三角网的等值线生成及ActiveX实现-based triangulation contours of the formation and realization of ActiveX
三角网生成--修改后
- 我个人修改的三角网(TIN)自动生成程序!供大家参考!-I personally modified triangular Network (TIN) automatically generating program! For your reference!
三角网代码
- 能够生成狄罗尼三角网模拟地形或岩层表面,具有良好的效果,
spapi.zip
- 一个基于文件流的三角网生成库,用c++写的,速度非常快,A file-based stream library to generate a triangular network, with c++ written by very fast
CreateTIN_MFC
- CreateTIN_MFC是使用MFC编写的一个构建不规则三角网(TIN)的程序。能通过鼠标刺点动态生成TIN,也能导入特定格式的文件进行构TIN,同时还能将构好的TIN导出成文本文件。具体的帮助见程序里面的chm格式的说明文档。-CreateTIN_MFC is prepared to use MFC to build a triangulated irregular network (TIN) procedure. Barbed point through dynamically gener
sjwscsf
- 三角网生成算法的程序,并附带测试数据,是很好的学习资料,欢迎下载-Triangulation Algorithm procedures and ancillary test data, is a very good learning materials are welcome to download
090422
- 这是一个不规则三角网生成算法的研究和排查,是最近几天我的研究成果,与大家共享。-This is an algorithm to generate triangulated irregular network of research and investigation is the last few days the results of my research, to share with you.
voronoi
- 根据数据构建三角网,然后由所构建的三角网生成泰森多边形,文件打开后需等待1分多钟的处理时间。-Construction of the data triangulation, and then built by the generation of Thiessen Polygon Triangulation, documents waiting to be opened after 1 minute of processing time.
Delaunay_NOD
- 三角网生成,利用离散点生成Delaunay三角网,交互式界面,直观-Triangular mesh generation, the use of discrete points, Delaunay triangulation is generated, interactive interface, intuitive
tinlib
- 三角网生成程序。Delaunay三角剖分,限定三角剖分,网格细分等功能。-Triangle mesh generator with Delaunay algorithm,contrained,refinement
Delaunay
- Delaunay三角剖分算法 . 一个非常强劲的VC编的Delaunay三角网生成算法,对您学习VC++或GIS的学习都有很好的帮助作用-In mathematics, and computational geometry, a Delaunay triangulation for a set P of points in the plane is a triangulation DT(P) such that no point in P is inside the circumcircle o
delauney
- 这是一个三角网生成代码,用C++生成三角网。-This is a triangular net generated code, using C++ generated triangulation
Delaunay2
- 三角网生成算法之一,可以有效、高速的构建合理的三角网-Generation algorithm of triangulation can be effective, high-speed triangulation to construct a reasonable
delauney三角网
- 简单的三角网生成算法 能根据在屏幕上的选点来构建三角网(Triangulation algorithm simple to construct triangulation net according to the location on the screen)
Delaunay_Product
- Delaunay三角网生成,利用离散点生成Delaunay三角网,交互式界面(Delaunay triangulation to generate the use of discrete point generating Delaunay triangulation, interactive interface, intuitive)
有边界约束的三角网生成程序
- 在有边界约束的情况下,在区域内生成三角网,任意闭合边界的三角网生成都可以实现。(In the case of boundary constraints, triangulation networks are generated in the region, and the triangular mesh of arbitrary closed boundaries can be realized.)
三角网4
- 凸包闭法生成三角网,测绘小程序,C#编写,希望对大家有用(The construction of trianle net)
C#生成TIN(不规则三角网)
- 本程序由本人做的不规则三角程序。代码完整,界面友好,切实可用!由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!)
Delaunay三角网生成
- C++语言编写的Delaunay三角网生成,使用了图形界面,在界面中鼠标点击点后,可以自动生成。