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

搜索资源列表

  1. TestDelaunay

    0下载:
  2. 运用CGAL算法库,实现delaunay三角剖分,实现效果较好。-Use CGAL algorithms library, perform delaunay triangulation, the effect is perfect.
  3. 所属分类:3D Graphic

    • 发布日期:2017-05-17
    • 文件大小:4770070
    • 提供者:张学贺
  1. delaunay

    0下载:
  2. 本程序使用c#语言进行编程将散点生成TIN不规则三角网-using CSHARP to create TIN
  3. 所属分类:CSharp

    • 发布日期:2017-03-30
    • 文件大小:152750
    • 提供者:zhenbing
  1. simple_kmeans.tar

    0下载:
  2. 数据挖掘, k-means算法, openmp, mpich, 和单机版-kmeans algorithm
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-10
    • 文件大小:2384788
    • 提供者:Jim Gary
  1. GRID

    1下载:
  2. 该程序应用FORTRAN语言编写,可快速对离散数据采用距离反比加权公式进行网格化处理,方便实用,直接下载编译就可以执行,非常方便快捷,应用多年效果较好!-The program application of FORTRAN language, and can be used for discrete data inverse distance-weighted formula for grid processing, convenient and practical, direct downlo
  3. 所属分类:Windows Develop

    • 发布日期:2015-02-05
    • 文件大小:1517
    • 提供者:lcl009
  1. OpencvExampleSourceCode

    0下载:
  2. Opencv实例源代码,包括数字图像处理,视频跟踪算法和模式识别算法的源代码-Opencv Example Source Code, that include haarcascade, blobtrack,delaunay and so on.
  3. 所属分类:OpenCV

    • 发布日期:2017-05-12
    • 文件大小:2941547
    • 提供者:shuang
  1. cdt

    1下载:
  2. cdt(采用四边结构的约束DELAUNAY)-cdt(
  3. 所属分类:Graph program

    • 发布日期:2017-04-03
    • 文件大小:43473
    • 提供者:陈新文
  1. triangle

    0下载:
  2. 对于给定的初始点集P,有多种三角网剖分方式,其中Delaunay三角网具有以下特征:   1、Delaunay三角网是唯一的;   2、三角网的外边界构成了点集P的凸多边形“外壳”;   3、没有任何点在三角形的外接圆内部,反之,如果一个三角网满足此条件,那么它就是Delaunay三角网。   4、如果将三角网中的每个三角形的最小角进行升序排列,则Delaunay三角网的排列得到的数值最大,从这个意义上讲,Delaunay三角网是“最接近于规则化的“的三角网。-For given
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-11-11
    • 文件大小:113116
    • 提供者:maxpeach
  1. Fortune

    0下载:
  2. 一种优越的delaunay三角剖分,以及生成voinor图的程序,快速生成,算法简单。-A superior delaunay triangulation, as well as generate voinor plans, rapid generation, algorithm is simple.
  3. 所属分类:3D Graphic

    • 发布日期:2017-04-01
    • 文件大小:116796
    • 提供者:zhangyining
  1. ContourToDEM

    3下载:
  2. 该源码介绍了由数字高程模型生成等高线的理论与方法,主要介绍了基于地性线的Delaunay-三角网的建立、三角网跟踪生成等高线以及等高线编辑处理的理论与方法,对遥感图像室内全数字测图过程作了有益的探讨.根据该源码所提出的基本理论和方法,利用Visual C++5.0研制开发了基于微机的等高线处理系统,并用航空像对进行了综合实验,实验表明该源码所述方法是正确的、可行的. -The source code introduced by the digital elevation model to gen
  3. 所属分类:GIS program

    • 发布日期:2017-03-30
    • 文件大小:169681
    • 提供者:liu
  1. DelaunayTRIVB

    0下载:
  2. 构建Delaunay三角网 -Construction of Delaunay Triangulation
  3. 所属分类:Graph program

    • 发布日期:2017-04-03
    • 文件大小:17860
    • 提供者:George
  1. VB_Delaunay

    0下载:
  2. delaunay algorithm -delaunay algorithm
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:18248
    • 提供者:ytt
  1. DelaunayTriangulation

    0下载:
  2. 采用C++实现的Delaunay三角网的构建,对传统的算法进行了优化,保证了在大量离散的时程序的运行速度-Using C++ Achieved Delaunay Triangulation Construction, the traditional algorithm is optimized to ensure that in the process when a large number of discrete speed
  3. 所属分类:GIS program

    • 发布日期:2017-03-31
    • 文件大小:6253
    • 提供者:lbq
  1. Delaunaysuanfalunwen

    0下载:
  2. 所属分类:GIS program

    • 发布日期:2017-04-25
    • 文件大小:279438
    • 提供者:niujiying
  1. Delaunayjiyusuiyoutuke

    0下载:
  2. 基于最优凸壳技术的Delaunay三角剖分算法-Convex Hull based on optimal technology Delaunay triangulation algorithm
  3. 所属分类:Graph program

    • 发布日期:2017-03-29
    • 文件大小:185322
    • 提供者:niujiying
  1. docking_zyb

    0下载:
  2. 自己编写的三角网算法。对离散点的三角网的生成,并对传统Delaunay三角网的改进的程序,速度还可以。大家交流一下。-I have written triangulation algorithm. Discrete points on the triangular net generation, the traditional Delaunay triangulation to improve the procedures, speed can also be. Members exchange
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:46506
    • 提供者:dgdfg
  1. zyb1_delaunay

    0下载:
  2. 自己编写的三角网算法。对离散点的三角网的生成,并对传统Delaunay三角网的改进的程序,速度还可以。大家交流一下。-I have written triangulation algorithm. Discrete points on the triangular net generation, the traditional Delaunay triangulation to improve the procedures, speed can also be. Members exchange
  3. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:5296
    • 提供者:dgdfg
  1. zyb_delaunaydemo

    0下载:
  2. 自己编写的三角网算法。对离散点的三角网的生成,并对传统Delaunay三角网的改进的程序,速度还可以。大家交流一下。-I have written triangulation algorithm. Discrete points on the triangular net generation, the traditional Delaunay triangulation to improve the procedures, speed can also be. Members exchange
  3. 所属分类:GIS program

    • 发布日期:2017-04-09
    • 文件大小:125364
    • 提供者:dgdfg
  1. zyb_tri

    1下载:
  2. 自己编写的三角网算法。对离散点的三角网的生成,并对传统Delaunay三角网的改进的程序,速度还可以。大家交流一下。-I have written triangulation algorithm. Discrete points on the triangular net generation, the traditional Delaunay triangulation to improve the procedures, speed can also be. Members exchange
  3. 所属分类:GIS program

    • 发布日期:2016-09-29
    • 文件大小:54956
    • 提供者:dgdfg
  1. testDelaunay

    0下载:
  2. 所属分类:Windows Kernel

    • 发布日期:2017-05-09
    • 文件大小:42964
    • 提供者:jingjing
  1. triangulation

    1下载:
  2. 三角网剖分 将平面数据点进行三角剖分 快速构建delaunay三角网-delaunay triangulation which can triangulate the dots on the plane
  3. 所属分类:Data structs

    • 发布日期:2017-05-28
    • 文件大小:2930726
    • 提供者:wang
« 1 2 ... 10 11 12 13 14 1516 17 18 19 20 ... 27 »
搜珍网 www.dssz.com