搜索资源列表
Voronoi分治算法
- 分治算法实现Voronoi图的生成,采用VC语言实现。
voronoi图形的构建
- 关于voronoi图形的c语言构建!!
GEOMPACK is a set of routines for certain computational geometry problems. In particular, it can compute the Voronoi dia
- GEOMPACK is a set of routines for certain computational geometry problems. In particular, it can compute the Voronoi diagram, and the Delaunay triangulation, of a set of points in the plane.
voronoi
- 一个绘制Voronoi图和Delauany三角剖分的程序,并且给出了求凸包的算法。该程序可以演示如何进行三角剖分,帮助你理解整个剖分过程。-a Voronoi diagram mapping and triangulation Delauany procedures, and is seeking a convex hull algorithms. The procedure can demonstrate how triangulat
Voronoi
- 自己用VC编写的GIS中voronoi图和凸壳自动生成源代码-Their use of VC in the preparation of GIS maps and Convex Hull voronoi automatically generated source code
voronoi
- 用MFC实现的voronoi算法,简单实用,值得一看!-Using MFC realize the voronoi algorithm, simple and practical, worth a visit!
voronoi
- Voronoi功能 自動拆開樹枝狀的的能力 按鈕-Voronoi automatically open the ability of dendritic button
voronoi
- 生成voronoi图的一个类,用这个类可以轻松生成v图,是vc源程序-Generate voronoi diagram of a class, use this type can easily generate v map is vc source
voronoi
- This program can build Voronoi diagram. Some enhancement is needed.
voronoi
- 绘制voronoi图的vc++源程序。很有用的一个程序-Voronoi diagram drawing
Voronoi
- Voronoi diagrams. Not continued working.
voronoi.tar
- voronoi diagramm mit Steven Fortune s algorithm
voronoi
- 这个是Voronoi生成的代码, 理论基础是扫描线法,具体可以再google上搜索Sweep line method.-include the head file and source code for generating the Voronoi diagram, which is based on the Sweep line algorithm
Voronoi
- 基于动态Voronoi图的距离倒数加权法的改进研究,效果很好,希望与大家分享,并多多交流-Dynamic Voronoi diagram based on inverse distance weighting method to improve research, a good effect, and we wish to share, and interact more
voronoi.pde
- programa para hacer un voronoi de varios puntos aleatorios
Voronoi
- 先对散点进行三角网生成,然后再有三角网生成Voronoi多边形。还可以在生成的Voronoi图中继续追加散点,进一步生成新的Voronoi图。程序在Vc++2003环境下编译通过。-Get TIN through some points.Then derive Voronoi graph from TIN.After you get your first Voronoi graph,you can continue add new po
Voronoi
- 2 dimension Voronoi diagram
voronoi
- Voronoi图,又叫泰森多边形或Dirichlet图,它是由一组由连接两邻点直线的垂直平分线组成的连续多边形组成。-Here to the input voronoi, tyson polygons or dirichlet, it is connected by a group of the two neighboring points straight vertical bisectors of polygon. a series
Voronoi
- 求Voronoi图算法,Voronoi图是一个重要的计算几何算法。-Voronoi diagram
Voronoi
- Voronoi算法,画出网络三角形,然后做多边形连线,泰森多边形算法