CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 数学计算/工程计算 搜索资源 - Convex

搜索资源列表

  1. convex_hull

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

    • 发布日期:2008-10-13
    • 文件大小:981.27kb
    • 提供者:zhangli
  1. 2011Convex-optimization-toolbox

    1下载:
  2. 最新版 斯坦福大学Grant和Boyd教授等开发的凸优化matlab工具箱-Convex optimization toolbox(matlab)by Grant and Boyd in Stanford.Latest version!!2011
  3. 所属分类:Algorithm

    • 发布日期:2017-05-23
    • 文件大小:7.2mb
    • 提供者:吕仕铉
  1. 1113melkman

    1下载:
  2. 1113 melkman 凸包算法,O(n),前提是有拓补结构,是一种在线算法-1113 melkman convex hull algorithm, O (n), the premise is expanding premium structure, is an online algorithm
  3. 所属分类:Algorithm

    • 发布日期:2016-08-25
    • 文件大小:1.29kb
    • 提供者:Tiandy
  1. 2187

    0下载:
  2. poj2187给一堆点,求出其中的最远点对,凸包的应用-poj2187 to a pile of points, obtained one of the furthest points right, the application of convex hull
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:1.11kb
    • 提供者:cx
  1. convex2

    0下载:
  2. Convex constructed uisng Matlab
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:780byte
    • 提供者:azizul azhar
  1. graham

    0下载:
  2. Graham convex hull sofware
  3. 所属分类:Algorithm

    • 发布日期:2017-04-15
    • 文件大小:8.03kb
    • 提供者:azizul azhar
  1. Planer_convex_hull

    1下载:
  2. A Convex Hull is the smallest convex polygon that contains every point of the set S. A polygon P is convex if and only if, for any two points A and B inside the polygon, the line segment AB is inside P. One way to visualize a convex hull is to put
  3. 所属分类:Algorithm

    • 发布日期:2016-08-10
    • 文件大小:11.75kb
    • 提供者:NeeL
  1. convex

    0下载:
  2. convex algorithm bodo
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:2.02kb
    • 提供者:artavazd
  1. tuhanshu

    0下载:
  2. 详细的介绍了凸函数的一阶范数最优解问题,并且给出一实例-Detailed account of the convex function of the first-order optimal solution norm, and gives an example
  3. 所属分类:Algorithm

    • 发布日期:2017-05-26
    • 文件大小:9.13mb
    • 提供者:彭锋
  1. uQuadProg

    0下载:
  2. constrained convex optimization. Using blas data structure.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-09
    • 文件大小:13.38kb
    • 提供者:JJWang
  1. gaimc-1.0

    0下载:
  2. 一个常用的计算机图论算法包 包含常用的图论算法 如dijkstra 凸包-A commonly used computer algorithms graph theory package contains the commonly used graph theory algorithms such as convex hull, and so dijkstra
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:649.73kb
    • 提供者:李一
  1. convex

    0下载:
  2. C++ code. Realization of an algorithm for finding an 2D convex hull polygon for input set of 2D points (with glut).
  3. 所属分类:Algorithm

    • 发布日期:2017-04-09
    • 文件大小:1.7mb
    • 提供者:bob stan
  1. convex

    0下载:
  2. gram法求凸包, 凸包是区域内任意两点的直线不与边界相交的简单闭区域。 gram算法能够高效地求解出凸包的点集-gram Method convex hull, convex hull is a straight line between any two points within the region do not intersect with the boundary simple closed area. gram algorithm can efficiently solve
  3. 所属分类:Algorithm

    • 发布日期:2017-03-27
    • 文件大小:1.93kb
    • 提供者:刘晓明
  1. ConvexHull

    0下载:
  2. In this project, three convex hull algorithms are implemented in java. Three algorithms are Brute Force, Graham’s Scan and Jarvis’ March.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-26
    • 文件大小:8.64kb
    • 提供者:zephrion
  1. Minimum-area-convex-polygon

    0下载:
  2. 凸多边形最小面积四边形包围盒算法,是计算最小面积最快的算法。-Minimum area convex polygon quadrilateral bounding box algorithm is the fastest algorithm to calculate the minimum area.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-23
    • 文件大小:133.74kb
    • 提供者:刘胜
  1. convex-polygon-triangulation

    0下载:
  2. 给定一系列坐标定点,先判定能否构成凸多边形,然后进行最优三角剖分-Given a series of fixed-point coordinates, first determine whether the composition of convex polygons, then the optimal triangulation
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:96.1kb
    • 提供者:赵娜
  1. Convex-Optimization_

    0下载:
  2. 凸优化在数学,计算,通信,航空航天领域有较多的应用,是一个很好的数学工具-convex computer commucation
  3. 所属分类:Algorithm

    • 发布日期:2017-05-24
    • 文件大小:7.54mb
    • 提供者:lin
  1. GA-for-Hv-convex-Images

    0下载:
  2. Reconstruction of hv-convex binary images from two tomographic projections by genetic algorithm
  3. 所属分类:Algorithm

    • 发布日期:2017-11-11
    • 文件大小:478.26kb
    • 提供者:MedENSI
  1. Convex-optimization

    0下载:
  2. “凸优化” 是指目标函数为凸函数且由约束条件得到的定义域为凸集的优化问题。文章是MIT的公开课讲义。-"Convex optimization" refers to the objective function is convex function and the constraint conditions are the domain of optimization problem for convex set. Article is MIT public class notes.
  3. 所属分类:Algorithm

    • 发布日期:2016-01-24
    • 文件大小:5.34mb
    • 提供者:师行知
  1. cvx-w64

    0下载:
  2. 计算凸优化问题的matlab程序包,支持64位系统。来自斯坦福大牛Boyd。(CVX is a Matlab-based modeling system for convex optimization. CVX turns Matlab into a modeling language, allowing constraints and objectives to be specified using standard Matlab expression syntax.)
  3. 所属分类:数学计算

    • 发布日期:2018-01-09
    • 文件大小:19.81mb
    • 提供者:metachaos
« 12 3 4 »
搜珍网 www.dssz.com