埃及的牛人写的.. Imagine that you have a piece of wood and a number of metal pins come out from it randomly (as in the above image), and you picked up an elastic rubber band and open it wide with your hand to contain all the metal pins and let it go. You will observe that the elastic rubber band will shrink and snap around the metal pins (only the outer metal pins). These outer segments of the elastic band form the convex hull.
2021-11-26 10:37:03 23KB 凸包 convex hull
1
c++编写的任意多个点的凸包,基于单文档的,具有凸包生成,清理画布两个菜单
2021-11-25 20:33:00 3.51MB c++ 凸包 算法
1
基于.net,语言为C#,分治法实现的凸包问题,即快包问题
2021-11-25 18:56:01 47KB 分治法 凸包 快包 .net
1
使用C#编程语言,实现生成凸包功能,完整代码
2021-11-25 18:46:56 33KB 生成凸包
1
凸包算法
2021-11-24 11:02:04 17KB 凸包 算法
1
可以使用生成随机点绘制凸包;也可以使用鼠标绘制点来生成凸包。适合编程小白用。
2021-11-17 20:45:45 76KB C# DEM 凸包
1
凸包C#.NET程序 VS15 + Devexpress(界面) 内含说明文档、窗体工程、源代码Word 生成点的方式有打开点数据文本、随机生成点、打开底图手绘点
2021-11-16 15:13:45 59.03MB 凸包 C# .NET GIS
1
用C#编写的凸包算法,可以运行,有界面。
2021-11-16 14:41:42 59KB 凸包 C#
1
卷包裹法 凸包生成演示 C# 随即生成点的演示 卷包裹法 凸包生成演示 C# 随即生成点的演示 卷包裹法 凸包生成演示 C# 随即生成点的演示 卷包裹法 凸包生成演示 C# 随即生成点的演示 卷包裹法 凸包生成演示 C# 随即生成点的演示
2021-11-12 04:06:15 962KB 卷包裹法 凸包生成演示 C#
1
ConvexHull2D 一个周末项目,使用 C++ 和标准库实现各种算法以查找一组 2D 点的凸包。 包括 Graham 的扫描、礼品包装算法、单调链算法和 QuickHull。 为清楚起见,代码没有考虑重复或共线的点。
2021-11-03 17:07:19 3KB C++
1