CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - convex

搜索资源列表

  1. convex

    0下载:
  2. 经典的凸包算法。JAVA语言编写。绝对正确。
  3. 所属分类:GIS编程

    • 发布日期:2014-01-16
    • 文件大小:3065
    • 提供者:孔明
  1. l1magic.tar

    0下载:
  2. l1-magic的matlab代码,l1-magic: Recovery of Sparse Signals via Convex Programming
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:365312
    • 提供者:wanghaisong
  1. gram

    0下载:
  2. 点集凸包Gram扫描法 c++程序-point set convex hull Gram scanning procedures c
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:1584
    • 提供者:启东
  1. Jarris

    0下载:
  2. 点集凸包( 收缩法)Jarris步进法-point set convex hull (contraction) Jarris Step Method
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:1470
    • 提供者:启东
  1. VC++ for draw

    0下载:
  2. 我自己在学习VC++时写的一个小程序,实现画凸多边形的功能,初学者值得一看-I am learning VC write a small program to achieve painting convex polygon functions, beginners eye-catcher
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:2003014
    • 提供者:王梅芳
  1. chull

    0下载:
  2. This code is described in \"Computational Geometry in C\" (Second Edition), Chapter 4. It is not written to be comprehensible without the explanation in that book. Input: 3n integer coordinates for the points. Output: the 3D convex hull,
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:9915
    • 提供者:fds
  1. genetic_src

    0下载:
  2. Genetic algorithm written in C#. It can be used to solve TSP, Time series, non-convex programming problems.
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:102636
    • 提供者:刘传凯
  1. PhysXConvexGeometry

    0下载:
  2. Ageia s PhysX(著名的游戏物理库) D3D 9使用代码演示。由于PhysX物理库使用OpenGL代码实现图形着色,从而使许多用DirectX 3D的程序员不能使用/读懂demo代码,这是使用D3D着色引擎重新写的一些demo代码。-Convex Geometry(带执行文件)
  3. 所属分类:3D图形编程

    • 发布日期:2008-10-13
    • 文件大小:71690
    • 提供者:GoldenCloud
  1. 1_Triangle

    2下载:
  2. 求解任意两个多边形的并集,交集,差集,要求是简单多边形,可以是凸多边形和凹多边形-solving arbitrary polygon and two sets, intersection, difference, the request is a simple polygon, it is concave and convex polygon Polygon
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:3536
    • 提供者:张鹜
  1. mypolygon

    3下载:
  2. 多边形常用算法模块 1. 判断多边形是否简单多边形2. 检查多边形顶点的凸凹性 3. 判断多边形是否凸多边形 4. 求多边形面积5. 判断多边形顶点的排列方向,方法一 6. 判断多边形顶点的排列方向,方法二 7. 射线法判断点是否在多边形内8. 判断点是否在凸多边形内-Does the polygon commonly used algorithm module 1. judgements polygons whether simple polygon. 2. inspections polyg
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:2062
    • 提供者:孤星赶月
  1. mypolygon2

    1下载:
  2. 8. 判断点是否在凸多边形内 9. 寻找点集的graham算法 10.寻找点集凸包的卷包裹法 11.判断线段是否在多边形内 12.求简单多边形的重心 13.求凸多边形的重心14.求肯定在给定多边形内的一个点15.求从多边形外一点出发到该多边形的切线16.判断多边形的核是否存在-8. In judging whether a convex polygon 9. Find points of graham algorithm 10. Find point set of convex hull vol
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:4120
    • 提供者:孤星赶月
  1. 凸壳算法

    2下载:
  2. 凸壳算法,散点成三维体的方法,该方法从洋鬼子那得来的。-convex hull algorithm, scattered dots on the three-dimensional method from the foreign devils that comes from.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:12160
    • 提供者:周玉明
  1. 以K-均值聚类结果为初始解的模拟退火聚类

    0下载:
  2. 由于K-均值聚类算法局部最优的特点,而模拟退火算法理论上具有全局最优的特点。因此,用模拟退火算法对聚类进行了改进。20组聚类仿真表明,平均每次对K结果值改进8次左右,效果显著。下一步工作:实际上在高温区随机生成邻域是个组合爆炸问题(见本人上载软件‘k-均值聚类算法’所述),高温跳出局部解的概率几乎为0,因此正考虑采用凸包约束进行模拟聚类,相关工作正在进行。很快将奉献给各位朋友。-as K-means clustering algorithm for optimal local character
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:5778
    • 提供者:韩磊
  1. 凸多边形中轴算法

    0下载:
  2. 这是一个凸多边形中轴算法:解压后在vc++6.0中运行即可,鼠标逆时针在客户区取点,如顺时针取点或形成的多边形为凹多边行,程序会自动退出(详情可参见代码)-This is a convex polygon axial algorithm : unpacked in vc 6.0 can be run, mouse anti-clockwise from the customer area, as a clockwise or take the form of concave polygon mu
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:69012
    • 提供者:袁进辉
  1. 2D

    0下载:
  2. C code for \"Computational Geometry in C (Second Edition)\": Code function Chapter pointer directory ----------------------------------------------------- Triangulate Chapter 1, Code 1.14 /tri Convex Hull(2D) Chapter 3, Code 3.8 /graham Convex Hull(
  3. 所属分类:图形/文字识别

    • 发布日期:2008-10-13
    • 文件大小:67880
    • 提供者:Mark
  1. Convex Optimization算法优化

    0下载:
  2. Stephen Boyd Department of Electrical Engineering Stanford University Lieven Vandenberghe Electrical Engineering Department University of California, Los Angeles
  3. 所属分类:其它文档

  1. Good paper on non convex problem

    0下载:
  2. U Toronto 大学的优化牛人 Weiyu的经典文章
  3. 所属分类:源码下载

    • 发布日期:2011-02-05
    • 文件大小:769281
    • 提供者:wpr8847
  1. TVL1_HCS_v1

    2下载:
  2. % May 2010 % This matlab code implements TVL1 based Hybrid Compressive Sensing using LSQR. % Only suitable the small scale data due to the costly storage and computation. % % A - M x N measurement matrix: random sampling alone or hybrid sampling (ran
  3. 所属分类:matlab例程

  1. 凸优化工具箱CVX

    4下载:
  2. 斯坦福大学Grant和Boyd教授等开发的凸优化matlab最新工具箱(Windows版)-Stanford University Professor Boyd Grant and the development of new convex optimization toolbox matlab (Windows Version)
  3. 所属分类:源码下载

  1. tessellation.rar

    0下载:
  2. 网格化[tessellation]即把凹多边形,包含洞,岛的多边型,或者自交叉多边型划分为简单凸多边形的过程.OpenGL为了能快速渲染多边形,只能直接显示简单凸多边形[多边形中任意两点的连线上的所有点仍属于此多边形],对凹多边或者自交叉多边形渲染结果将不确定。在渲染复杂多边形时,常常需要将复杂多边形分解成容易渲染的简单多边形,OpenGL中的使用函数库中提供网格化的函数以通过多边型轮廓线生成简单多边形,从而渲染复杂多边形。 ,Grid [tessellation] that is conca
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-31
    • 文件大小:24882
    • 提供者:rockeyzhu
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 43 »
搜珍网 www.dssz.com