CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - ConvexHull
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - ConvexHull - List
[
Other resource
]
convexhull
DL : 0
主要介绍了凸包算法的演变过程,从最简单的枚举到复杂的扫描-mainly introduces the convex hull algorithm evolution process, from the most simple to complex enumeration scan
Date
: 2008-10-13
Size
: 120.15kb
User
:
陈力
[
Other resource
]
ConvexHull
DL : 0
使用C++实现的Graham扫描法(求解凸包问题),可设置生成随机点的个数、样式,同时支持设置显示范围、显示算法处理时间及使用文件导入导出点等功能。(文件格式为,头四个字节是点的个数,以后分别是各个点的x坐标和y坐标,每个数值均占4字节)。
Date
: 2008-10-13
Size
: 50.45kb
User
:
王晓桐
[
VC/MFC
]
convexhull
DL : 0
主要介绍了凸包算法的演变过程,从最简单的枚举到复杂的扫描-mainly introduces the convex hull algorithm evolution process, from the most simple to complex enumeration scan
Date
: 2025-10-14
Size
: 120kb
User
:
陈力
[
Algorithm
]
ConvexHull
DL : 0
使用C++实现的Graham扫描法(求解凸包问题),可设置生成随机点的个数、样式,同时支持设置显示范围、显示算法处理时间及使用文件导入导出点等功能。(文件格式为,头四个字节是点的个数,以后分别是各个点的x坐标和y坐标,每个数值均占4字节)。-The use of C++ Realize the Graham scan method (for solving convex hull problems), can be set to generate a random number of points, patterns, and at the same time to support the set display range, display algorithm processing time and the use of document features such as import and export points. (File format for the first four bytes is the number of points, after all points are x coordinates and y coordinates, each account for 4-byte value).
Date
: 2025-10-14
Size
: 50kb
User
:
王晓桐
[
GIS program
]
convexhull
DL : 0
用动态链表实现求凸壳的程序(卷包裹法),供三角网实现编程的人参考-Using dynamic list for the Convex Hull of the realization of procedures (vol Parcel law) for the triangular network programming reference
Date
: 2025-10-14
Size
: 441kb
User
:
尚永
[
Other
]
convexhull
DL : 0
The Graham scan examines the points one by one and eliminates the points which cause reflexive angles
Date
: 2025-10-14
Size
: 2kb
User
:
linru
[
Windows Develop
]
5-18
DL : 0
由 点 集合 序列 或者 数组 创建 凸外形-opencv convexhull
Date
: 2025-10-14
Size
: 3kb
User
:
li
[
Algorithm
]
convexhull
DL : 0
convexik jan convexik
Date
: 2025-10-14
Size
: 1kb
User
:
artavazd
[
JSP/Java
]
hull
DL : 0
凸包jarvis算法以及格雷米算法,对两种算法进行一个比较,并且提供两种算法的代码-Convex hull algorithm and jarvis Geremi algorithm, two algorithms on a comparison of two algorithms and provides code
Date
: 2025-10-14
Size
: 6kb
User
:
robert
[
Other
]
convexhull
DL : 0
用于求解凸包问题!包围所有的定点! -Convex hull for the solution of the problem!
Date
: 2025-10-14
Size
: 7kb
User
:
Future
[
Other
]
Convexhull
DL : 0
现有一硬件采集了人在一固定大小的平面上的压力中心点,采集了很多数据,现在要求用vb算出一组压力中心点的凸包,以便显示人在这一时段的活动范围-A collection of existing hardware in a fixed plane the size of the center of pressure, a lot of data collection, and now requires a set of pressure vb calculate the center of the convex hull in order to display the time in the scope of activities
Date
: 2025-10-14
Size
: 2kb
User
:
韩廷章
[
Special Effects
]
Convex_Hull_Algorithm
DL : 0
由一堆离散点,自动生成它的最小外包多边形,及凸壳。-By a bunch of discrete points, it is automatically generated out of the smallest polygon, and the Convex Hull.
Date
: 2025-10-14
Size
: 5kb
User
:
荆凯旋
[
Windows Develop
]
ConvexHull
DL : 0
imagestone source code
Date
: 2025-10-14
Size
: 78kb
User
:
shazy
[
CSharp
]
ConvexHull
DL : 0
Convex Hull Algorithm Implemetation in ASP C#
Date
: 2025-10-14
Size
: 46kb
User
:
abhishek
[
Windows Develop
]
ConvexHull
DL : 0
convex hull using quick hu-convex hull using quick hull
Date
: 2025-10-14
Size
: 1kb
User
:
abhishek
[
Other
]
convexhull
DL : 0
an application for convex hull in visual c++ on windows platform using openCv library a -an application for convex hull in visual c++ on windows platform using openCv library a a a a a a a a a a a
Date
: 2025-10-14
Size
: 1kb
User
:
vane
[
Technology Management
]
convexhull
DL : 0
Scanner in java which read and tokenises the code
Date
: 2025-10-14
Size
: 15kb
User
:
sai
[
VC/MFC
]
convexhull
DL : 0
convex hull in 2d using cgal and also visual studio 2008. I do not know if it is working or not but make sure you check it before presenting
Date
: 2025-10-14
Size
: 4.07mb
User
:
sai
[
Algorithm
]
ConvexHull
DL : 0
In this project, three convex hull algorithms are implemented in java. Three algorithms are Brute Force, Graham’s Scan and Jarvis’ March.
Date
: 2025-10-14
Size
: 9kb
User
:
zephrion
[
]
ConvexHull
DL : 0
凸包(ConvexHull)就是把给定点包围在内部的,面积最小的凸多边形。时间复杂度为O(n)先计算凸包,输入点数组p,点个数为n,输出点数组ch。函数返回凸包顶点数。(The convex hull (ConvexHull) is the smallest convex polygon that surrounds the point to its interior. The time complexity is O (n). First, the convex hull is computed, and the input point group P is given. The number of points is n, and the output point array is ch. Returns the convex hull number of the function.)
Date
: 2025-10-14
Size
: 1kb
User
:
dosense
«
1
2
3
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.