Welcome![Sign In][Sign Up]
Location:
Search - VC Delaunay

Search list

[GDI-BitmapVC++Delaunay

Description: 一个非常强劲的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.
Platform: | Size: 202108 | Author: 李未鸣 | Hits:

[Other resource2D-Tin-delaunay

Description: 在vc++里根据生长算法完成delaunay三角网的构建.其中点是自己随机点上的.-in line with the growth algorithm Delaunay triangulation Construction. Which is their point of random.
Platform: | Size: 85252 | Author: 邓华 | Hits:

[Other2dDelaunay2

Description: 该源码是用构件VC来构件的Delaunay三角网,采用的算法是增长算法。-is the source component to component VC Delaunay triangulation, the algorithm is growing algorithm.
Platform: | Size: 49436 | Author: ChenYongli | Hits:

[Fractal programDelaunay

Description: 开发的基于VC++生成Delaunay三角网,可用于
Platform: | Size: 20807 | Author: tom | Hits:

[GDI-Bitmapdelaunay

Description: 基于OPENCV的,vc++ 图象处理程序. Delaunay三角形和Voronoi划分的迭代式构造.
Platform: | Size: 3654 | Author: 朱晨 | Hits:

[Other resourceVC++Delaunay

Description: 采用序列化对象CArchive读入原始数据构建Delaunay三角网的VC++代码。可以鼠标点击加新点进行构网,包括二维、三维。还可以进行设色、光照等。
Platform: | Size: 150086 | Author: 追风 | Hits:

[Special Effectsdelaunay

Description: VC和OpenGL实现的点云读取界面,需要的朋友可以下载参考
Platform: | Size: 3492583 | Author: 李亮 | Hits:

[Otherdelaunay

Description: 这是一个关于三角网格的程序的一部分,需要在vc++中应用
Platform: | Size: 2024 | Author: 亚历山大 | Hits:

[3D Graphic用vc实现任意多边形的Delaunay三角剖分

Description: 计算几何作业(任意多边形的Delaunay完全三角剖分算法)演示程序,输入点的时候外圈按逆时针顺序,内圈按顺时针顺序,输完外圈最后一个点后请点击“外多边形节点输入结束”,每输完一个内圈最后一个点后请点击“内圈节点输入结束”再输入另一个内圈,全部输入结束后点击“多边形绘制完成”。最后点“Delaunay三角剖分”。包含实验报告以及相关论文
Platform: | Size: 7646726 | Author: zzss619@163.com | Hits:

[Graph Drawingvc++等值线类库22709_contour_class

Description: vc++等值线类库,用于二维要素场分析的关键控件-vc contours class library for 2D element analysis of the key market controls
Platform: | Size: 34816 | Author: 爱德 | Hits:

[GDI-BitmapVC++Delaunay

Description: 一个非常强劲的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.
Platform: | Size: 201728 | Author: 李未鸣 | Hits:

[GIS program2D-Tin-delaunay

Description: 在vc++里根据生长算法完成delaunay三角网的构建.其中点是自己随机点上的.-in line with the growth algorithm Delaunay triangulation Construction. Which is their point of random.
Platform: | Size: 84992 | Author: 邓华 | Hits:

[AlgorithmVC++Delaunay

Description: 采用序列化对象CArchive读入原始数据构建Delaunay三角网的VC++代码。可以鼠标点击加新点进行构网,包括二维、三维。还可以进行设色、光照等。-Serializing objects using CArchive read the raw data to build Delaunay triangulation VC++ Code. Mouse clicks can add new points structure network, including the two-dimensional, three-dimensional. Can also be used for colors, light and so on.
Platform: | Size: 149504 | Author: 追风 | Hits:

[.netdelaunay

Description: delaunay三角网构建visual studio 2005 c#-delaunay triangulation to build visual studio 2005 c#
Platform: | Size: 40960 | Author: zhulj | Hits:

[Special Effectsdelaunay

Description: VC和OpenGL实现的点云读取界面,需要的朋友可以下载参考-VC and OpenGL realize the point cloud to read interface, the need for a friend can download the reference
Platform: | Size: 3491840 | Author: 李亮 | Hits:

[Otherdelaunay

Description: 这是一个关于三角网格的程序的一部分,需要在vc++中应用-This is a triangular mesh on the part of the procedure, the need for vc++ Application
Platform: | Size: 2048 | Author: 亚历山大 | Hits:

[GIS programDelaunay

Description:
Platform: | Size: 2042880 | Author: 徐逍峰 | Hits:

[Graph programDelaunay(Vc)

Description:
Platform: | Size: 50176 | Author: zyh | Hits:

[OpenGL programDelaunay

Description: 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 of any triangle in DT(P). Delaunay triangulations maximize the minimum angle of all the angles of the triangles in the triangulation they tend to avoid skinny triangles. The triangulation was invented by Boris Delaunay in 1934 [1]. Based on Delaunay s definition[1], the circumcircle of a triangle formed by three points from the original point set is empty if it does not contain vertices other than the three that define it (other points are permitted only on the very perimeter, not inside). The Delaunay condition states that a triangle net is a Delaunay triangulation if all the circumcircles of all the triangles in the net are empty. This is the original definition for two-dimensional spaces. It is possible to use it in three-dimensional spaces by using a circumscribed sphere in place of the circumcircl
Platform: | Size: 36864 | Author: yulin | Hits:

[GDI-Bitmapvc-Delaunay-triangulation

Description: Achieved with vc Delaunay triangulation of an arbitrary polygon
Platform: | Size: 7647232 | Author: 曾宇航 | Hits:
« 12 3 4 »

CodeBus www.codebus.net