搜索资源列表

  1. 凸包算法

    0下载:
  2. 用C#界面,鼠标在界面中点击生成点,然后系统会求出其凸包。
  3. 所属分类:C#编程

  1. tb

    0下载:
  2. 凸包算法好东西哦-convex hull algorithm Oh good things
  3. 所属分类:图形图象

    • 发布日期:2024-05-10
    • 文件大小:7168
    • 提供者:我考
  1. SortPoint

    0下载:
  2. 如何将无序的多边形顶点集合,排序成逆时针顺序!这个正是凸包算法前面的一些准备工作!-how to disorderly polygon vertex assembly, sequencing into a counter-clockwise order! This is why the convex hull algorithm front of some preparation work!
  3. 所属分类:其他小程序

    • 发布日期:2024-05-10
    • 文件大小:1024
    • 提供者:小刘
  1. tubaoTest

    0下载:
  2. 凸包算法的实现,用的控制台程序,不过已经能够说明问题了-convex hull algorithm for the realization of the console procedures, but has been able to illustrate the problem
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-10
    • 文件大小:236544
    • 提供者:bjsheng
  1. convex_hull

    0下载:
  2. 算法分析课程中实现的凸包算法,效率很高,有很大的参考价值-algorithm analysis programs to achieve the convex hull algorithms, highly efficient and have great reference value
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-10
    • 文件大小:4758528
    • 提供者:zhangli
  1. convex_vb

    0下载:
  2. 凸包最常用的凸包算法是Graham扫描法和Jarvis步进法.本程序用Graham扫描法实现凸包的绘制-convex hull of the most commonly used convex hull algorithm is scanning and Graham Jarvis stepping law. The procedures used G raham scanning method to achieve the conve
  3. 所属分类:其他行业

    • 发布日期:2024-05-10
    • 文件大小:7168
    • 提供者:gaici
  1. quickhull4

    0下载:
  2. 凸包算法,运用分治的思想,用opengl显示出来-convex hull algorithm, the idea of partition, with opengl show
  3. 所属分类:OpenGL

    • 发布日期:2024-05-10
    • 文件大小:25600
    • 提供者:wangmiao
  1. Two

    0下载:
  2. 二维凸包,算法中的难点,可以迅速解决很多问题
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-10
    • 文件大小:366592
    • 提供者:dave
  1. Convex_Hull

    0下载:
  2. 凸包算法在VC6下实现,使用MFC界面编程显示结果-Convex hull algorithm in VC6 achieved, the use of MFC programming interface shows the results of
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-10
    • 文件大小:61440
    • 提供者:hwx
  1. convex

    0下载:
  2. 经典的凸包算法。JAVA语言编写。绝对正确。-Classic convex hull algorithm. JAVA language. Absolutely correct.
  3. 所属分类:GIS编程

    • 发布日期:2024-05-10
    • 文件大小:3072
    • 提供者:孔明
  1. POJ1113

    0下载:
  2. 问题:已经平面上的若干点,求包围这些点的最小包围长 度 算法:经典的凸包算法,注意求解时对最外圈做处理。-Question: has a number of points on the plane, and surrounded by the smallest of these points, surrounded by the length of algorithm: the classic convex hull al
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-10
    • 文件大小:1024
    • 提供者:苏钿煌
  1. Drawer

    0下载:
  2. 用TurboC实现的画图小程序。图形界面,包括多边形、折线的画图,移动,放大缩小,旋转,以及多边形的截取功能。另外附带凸包算法的演示效果。-TurboC achieved by drawing applet. Graphical interface, including polygon, polyline drawing, move, zoom, rotate, and the interception of polygon featu
  3. 所属分类:绘图程序

    • 发布日期:2024-05-10
    • 文件大小:206848
    • 提供者:yesrush
  1. point_tuao

    0下载:
  2. 程序实现,在平面上鼠标左键按下输入一些点,鼠标右键弹起计算平面上离散点的凸包。vc++实现的,方便快捷,对于凸包算法的理解大有益处-Procedures to achieve, in the plane by pressing the left mouse button to import some point, calculating the right mouse button up the plane of the convex
  3. 所属分类:Windows编程

    • 发布日期:2024-05-10
    • 文件大小:2003968
    • 提供者:wangyang
  1. Convex

    0下载:
  2. 凸包算法 vc 6.0 实现用户输入点凸包-Convex hull algorithm for vc 6.0 user input convex hull
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-10
    • 文件大小:1986560
    • 提供者:wgy
  1. QuickHulldemo

    0下载:
  2. 快速凸包演示程序 演示了快速凸包算法的执行过程-Fast convex hull demo program to demonstrate fast convex hull algorithm of the implementation process
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-10
    • 文件大小:43008
    • 提供者:纪旭
  1. Hull

    0下载:
  2. 凸包算法实现三角网的构建 Convex hull of the triangulation algorithm to build-Convex hull triangulation algorithm to build the Convex hull of the triangulation algorithm to build
  3. 所属分类:其他小程序

    • 发布日期:2024-05-10
    • 文件大小:1024
    • 提供者:都海伦
  1. ConvexHullScan

    0下载:
  2. 凸包算法,自己写的代码带了接口,希望大家喜欢.-ConvexHullScan
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-10
    • 文件大小:1024
    • 提供者:王喆
  1. Convex_hullAlgorithm

    0下载:
  2. 实用的凸包算法,包括计算点与水平线的夹角,二分法排序,找极点等。-A practical convex hull algorithm, including calculating angle of the point and horizontal line, dichotomy sort, looking for poles and so on.
  3. 所属分类:图形图象

    • 发布日期:2024-05-10
    • 文件大小:30720
    • 提供者:薛佳丽
  1. Implementation of convex hull

    0下载:
  2. 实现凸包实现,采用MATLAB编写代码,用于凸包算法的快速实现。(Implementation of convex hull)
  3. 所属分类:数据结构常用算法

  1. semi_convex_hull

    0下载:
  2. 凸包算法,选取区域最外围点,用于感兴趣区域提取。(Convex hull algorithm is used to extract regions of interest.)
  3. 所属分类:图形图象

    • 发布日期:2024-05-10
    • 文件大小:6865920
    • 提供者:Chao SIR
« 12 3 4 5 6 7 8 9 10 »

源码中国 www.ymcn.org