搜索资源列表
graham.zip
- 使用graham算法求二维凸包
Two
- 二维凸包,算法中的难点,可以迅速解决很多问题
数据结构的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
CFD
- 计算进口边界条件为超音和亚音条件下,气流流经凸包时的二维流动状况-program for calculate air flows through the convex hullto in the import boundary conditions of supernic and subsonic
20160405
- 可以实现二维凸包计算的源代码,所使用的方法是scan扫描法-Can achieve a two-dimensional convex hull calculation of the source code, the method used is scan scanning
