文件名称:voronoi
-
所属分类:
- 标签属性:
- 上传时间:2014-01-15
-
文件大小:3.35kb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
Voronoi Diagram算法实现主要运用分治法和凸包的方法来实现。
分治法:
1) 该问题的规模缩小到一定的程度就可以容易地解决
2) 该问题可以分解为若干个规模较小的相同问题,即该问题具有最优子结构性质。
3) 利用该问题分解出的子问题的解可以合并为该问题的解;
4) 该问题所分解出的各个子问题是相互独立的,即子问题之间不包含公共的子问题。
-Voronoi Diagram algorithm is mainly using the method of partition and the method of convex hull.
Divide and conquer method:
1) reduced to a certain degree the problem can be easily solved
2) the problem can be broken down into several smaller same problem, that is, the problem is in the nature of optimal substructure.
3) by using the solution of problem into sub-problems can be combined for the solution of the problem
4) the decomposition of the problem each subproblem is independent of each other, between the subproblems do not contain public subproblems.
分治法:
1) 该问题的规模缩小到一定的程度就可以容易地解决
2) 该问题可以分解为若干个规模较小的相同问题,即该问题具有最优子结构性质。
3) 利用该问题分解出的子问题的解可以合并为该问题的解;
4) 该问题所分解出的各个子问题是相互独立的,即子问题之间不包含公共的子问题。
-Voronoi Diagram algorithm is mainly using the method of partition and the method of convex hull.
Divide and conquer method:
1) reduced to a certain degree the problem can be easily solved
2) the problem can be broken down into several smaller same problem, that is, the problem is in the nature of optimal substructure.
3) by using the solution of problem into sub-problems can be combined for the solution of the problem
4) the decomposition of the problem each subproblem is independent of each other, between the subproblems do not contain public subproblems.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
voronoi/voronoi.cpp
voronoi/voronoi.h
voronoi
voronoi/voronoi.h
voronoi
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.