搜索资源列表
graham.zip
- 使用graham算法求二维凸包
Two
- 二维凸包,算法中的难点,可以迅速解决很多问题
computationgeometry
- 我的计算几何模板,求3d凸包,计算最远点对(nlogn),求最近点对,和二维凸包
Ccode2.tar
- 计算几何讲义源代码 包括三角剖分, 凸包(二维,三维), 几何查找, 运动规划
数据结构的C++描述
- 目 录 译者序 前言 第一部分 预备知识 第1章 C++程序设计 1 1.1 引言 1 1.2 函数与参数 2 1.2.1 传值参数 2 1.2.2 模板函数 3 1.2.3 引用参数 3 1.2.4 常量引用参数 4 1.2.5 返回值 4 1.2.6 递归函数 5 1.3 动态存储分配
二维凸包
- 二维凸包二维凸包二维凸包二维凸包二维凸包二维凸包
TestMinvexCore
- 求点集的最小凸包Graham算法。给定平面上的一个点集,找出一个最小点集顺次连结形成一个凸多边形,使得点集中的点皆在此多边形内或此多边形上,这个凸多边形就是给定点集的 二维凸包。-The smallest point set for convex hull algorithms Graham. Given a planar point set, find a link to the smallest sequence set to form a convex polygon, the po
graham
- 使用graham算法求二维凸包- Uses the graham algorithm to ask the two-dimensional raised package
ConvexHull2D
- 对任意二维多边形,求出其二维凸包函数,用java实现-complex hull
CONVEXHULL
- 周培德翻译的《计算几何:算法设计与分析》中的凸包算法,在Visual Studio2008平台用C#语言编写的基于页面的二维凸包生成程序。本人拥有自主版权!-Zhou s translation, "Computational Geometry: algorithm design and analysis" of the convex hull algorithm, written in C# in Visual Studio2008 platform packet generation pa
TTestMinvexCoh
- 求点集的最小凸包Graham算法。给定平面上的一个点集,找出一个最小点集顺次连结形成一个个凸多边形,使得点集中的点皆在此多边形内或此多边形上,这个凸多边形就是给定点集的二维凸包。 -Demand point set minimum the convex hull Graham algorithm. Given a set of points in the plane, to identify a minimal set of points sequential links forming a
graham
- 用matlab求二维凸包,并求出二维凸包的面积-Using matlab to calculate the two-dimensional convex hull, and find the two-dimensional convex hull area
Two-dimensional
- 二维凸包程序算法历史进程 算法demo 比较 比较好的学习凸包算法资料-Two-dimensional convex hull program algorithm historical process algorithm demo better learning convex hull algorithm data
ConvexHull
- 使用C++实现的基于OpenGl的Graham扫描法求解二维凸包问题-Using c++ implementation based on OpenGl Graham scan method to solve the two dimensional convex hull problem
CFD
- 计算进口边界条件为超音和亚音条件下,气流流经凸包时的二维流动状况-program for calculate air flows through the convex hullto in the import boundary conditions of supernic and subsonic
HULL
- 运用角度来生成任意二维点集的凸包,并用OpenGL显示-the generation of the hull in 2D
20160405
- 可以实现二维凸包计算的源代码,所使用的方法是scan扫描法-Can achieve a two-dimensional convex hull calculation of the source code, the method used is scan scanning