搜索资源列表
凸包程序
- 简单的凸包程序
凸包算法
- 用C#界面,鼠标在界面中点击生成点,然后系统会求出其凸包。
求解凸包
- 时间复杂度为n*lgn的凸包求解程序,采用vc6.0编写,递归实现
C++生成2维凸包
- C++生成2维凸包
二维凸包
- 二维凸包二维凸包二维凸包二维凸包二维凸包二维凸包
chull
- 求三维凸包的程序- Asks the three dimensional raised package the procedure
graham
- 使用graham算法求二维凸包- Uses the graham algorithm to ask the two-dimensional raised package
tb
- 凸包算法好东西哦-convex hull algorithm Oh good things
Jarris
- 点集凸包( 收缩法)Jarris步进法-point set convex hull (contraction) Jarris Step Method
SortPoint
- 如何将无序的多边形顶点集合,排序成逆时针顺序!这个正是凸包算法前面的一些准备工作!-how to disorderly polygon vertex assembly, sequencing into a counter-clockwise order! This is why the convex hull algorithm front of some preparation work!
TSP_G
- 利用凸包的原理,求解70个城市的旅行商问题.用Matlab实现-use of convex hull of principle, solving 70 cities in the TSP. Using Matlab
Gramham-CH
- Gramham法求解凸包。从最基本数据结构定义开始实现,有图形界面和动画演示。全套代码。-Gramham method convex hull. Data from the most basic definition of the structure began to realize, graphics and animation interface demo. A full set of code.
Hullproduce
- 计算几何中凸包的生成,也是计算机图形学中的一个重要的算法实现-convex geometry calculation packet generation, as well as computer graphics of an important algorithm
CircleGiftWrap
- 计算几何中,用VC++实现的求点集凸包的包裹算法-computational geometry, with VC point for the collection of parcels convex hull algorithm
geometry_c++
- 计算几何学常用算法库 C++语言实现 代码内容 计算几何学常用算法库,包括以下算法: 确定两条线段是否相交 判断点p是否在线段上 判断点q是否在多边形Polygon内 计算多边形的面积 寻找凸包 graham 扫描法 -geometry calculation commonly used algorithm for C language code as calculated geome
tubaoTest
- 凸包算法的实现,用的控制台程序,不过已经能够说明问题了-convex hull algorithm for the realization of the console procedures, but has been able to illustrate the problem
hull
- 一个相当不错的凸包生成程序,对大家学习有挺好的帮助-a pretty good convex hull generation procedures, we have very good learning with the help of
cagd_arithmetic
- 怒火之袍的贡献,有算法介绍如判断点是否在线段上、判断两线段是否相交、判断线段和直线是否相交、判断点是否在多边形中、判断线段是否在多边形内、计算点到线段的最近点、计算点到圆的最近距离及交点坐标、计算两条共线的线段的交点、求线段或直线与圆的交点、凸包的求法等等,图文并茂-Army's contribution to the gowns, as introduced algorithm to determine the point o
简单凸包演示
- 简单的凸包演示软件,在面板中画点,点击计算作图即可演示。上传的是源代码,需要在命令行编译成字节码文件再运行即可。(Simple convex package demo software, draw points in the panel, click the calculation diagram to demonstrate.)
二维凸包流动数值模拟
- 经典的二维凸包流动,进口条件分别是亚音和超音,对该流动进行数值模拟;有限体积法解二维EULER方程;FORTRAN语言编程