登录
首页 » 算法 » The use of C++ Realize the Graham scan method (for solving convex hull problems)...

The use of C++ Realize the Graham scan method (for solving convex hull problems)...

于 2022-02-04 发布 文件大小:50.46 kB
0 185
下载积分: 2 下载次数: 1

代码说明:

使用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).

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • separate speakers detection based on energy calculation
    这个函数实现了一个简单的语音检测器。算法是
    2023-08-09 22:25:03下载
    积分:1
  • 蒙特卡罗解集合相等问题
    «问题描述:给定2 个集合S和T,试设计一个判定S和T是否相等的蒙特卡罗算法。«编程任务:设计一个算法,对于给定的集合S和T,判定其是否相等。«数据输入:由文件input.txt 给出输入数据。第一行有1 个正整数n,表示集合的大小。接下来的2行,每行有n个正整数,分别表示集合S和T中的元素。«结果输出:将计算结论输出到文件output.txt。集合S和T相等则输出YES,否则输出NO。输入文件示例 输出文件示例input.txt output.txt3 YES2 3 77 2 3
    2022-02-14 21:38:35下载
    积分:1
  • 鼠标移动得到图片的颜色值和坐标
    vs2008开发工具,c#编写程序,打开图片,然后鼠标点击图片,得到颜色的RGB值和点击图片的位置坐标……得到颜色值的部分代码如下:                 Color pointColor = bmp.GetPixel(X, Y);                 textBox1.Text = pointColor.R.ToString();                 textBox2.Text = pointColor.G.ToString();                 textBox3.Text = pointColor.B.ToString();                 LAB_POS.Text = "坐标:" + X.ToString() + "," + Y.ToString();
    2022-03-16 06:55:49下载
    积分:1
  • Multivac 的Level set包,包括 narrow band level set方和fast marching方的全部源代码。...
    Multivac 的Level set包,包括 narrow band level set方法和fast marching方法的全部源代码。 -Multivac
    2022-02-02 20:34:15下载
    积分:1
  • DOS下时间分辨率精确到毫秒的程序
    DOS下时间分辨率精确到毫秒的程序-Source of a millisecond timer in DOS
    2022-08-20 02:16:54下载
    积分:1
  • 有二叉树计表达式的值
    有二叉树计算表达式的值-a binary tree calculate the value of the expression
    2023-04-10 11:00:03下载
    积分:1
  • 2007年全国大学生数学建模竞赛A题全国二等奖优秀论文
    2007年全国大学生数学建模竞赛A题全国二等奖优秀论文-2007 National Undergraduate Mathematical Contest in Modeling A title of the National Award for best second-class papers
    2022-04-07 18:10:56下载
    积分:1
  • 在COMSOL Multiphysics模拟悬臂
    Cantilever simulations in COMSOL Multiphysics
    2022-02-12 21:42:39下载
    积分:1
  • 模糊聚类对图像分割
    图像分割是图像处理和计算机视觉等领域中的一个经典问题,尤其在图像分析!理解和识别中是一项关键技术"因为图像分割结果的质量直接影响后期进行的分析!识别和解释的质量,所以图像分割在计算机视觉!图像编码!模式识别!医学图像分析等很多领域有着实际的应用"
    2022-01-24 12:27:29下载
    积分:1
  • 高斯消去,解四元一次方程组
    高斯消去法,解四元一次方程组-Gaussian elimination method, solutions of quaternion linear equation group. . . . . . . . . . . . . . .
    2022-11-25 01:00:03下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载