搜索资源列表
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.zip
- 求Voronoi图算法,Voronoi图是一个重要的计算几何算法。,Voronoi diagram
绘制voronoi图的vc++源程序
- 绘制voronoi图的vc++源程序。很有用的一个程序-Voronoi diagram drawing
voronoi
- 生成voronoi图的一个类,用这个类可以轻松生成v图,是vc源程序-Generate voronoi diagram of a class, use this type can easily generate v map is vc source
voronoi
- voronoi图的实现代码,非常的好用,非常好-voronoi diagram of the implementation code
Voronoi
- Voronoi diagrams. Not continued working.
voronoi
- This program can build Voronoi diagram. Some enhancement is needed.
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 points to form new Voronoi graph
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 of
Voronoi
- Voronoi算法,画出网络三角形,然后做多边形连线,泰森多边形算法
voronoi-2
- 可以实现2维的voronoi结构图的计算。-this progrom is about the 2D voronoi.
Voronoi
- 基于动态Voronoi图的距离倒数加权法的改进研究-Dynamic Voronoi diagram based on inverse distance weighting method of Improvement
voronoi
- Voronoi图的分治算法,达到O(nlogn)的时间复杂度。-Voronoi diagram of the divide and conquer algorithm to achieve O (nlogn) time complexity.