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

搜索资源列表

  1. VORONOI

    1下载:
  2. vc++使用MFC生成voronoi图和凸壳 功能强大-vc++ using the MFC generates voronoi diagram and convex hull powerful
  3. 所属分类:Algorithm

    • 发布日期:2017-05-24
    • 文件大小:3090176
    • 提供者:houshutao
  1. SweepLine

    0下载:
  2. Voronoi Sweep line Algorithm By Java
  3. 所属分类:Java Develop

    • 发布日期:2017-04-06
    • 文件大小:1914
    • 提供者:jibrel Salem
  1. MATLAB

    0下载:
  2. Matlab in voronoi tessellation
  3. 所属分类:matlab

    • 发布日期:2016-03-24
    • 文件大小:1024
    • 提供者:xayle
  1. Delaunay-triangulations

    0下载:
  2. GEOMPACK - Voronoi diagrams, Delaunay triangulations GEOMPACK is a set of routines for certain computational geometry problems. In particular, it can compute the Voronoi diagram, and the Delaunay triangulation, of a set of points in the plane.
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:87261
    • 提供者:followtime
  1. PlantraEN1608

    0下载:
  2. Plantra-Trajectory Planning is a software to rebuild surfaces from cloud points, featuring shaded 3D visualization and path planning for robotics paths. It uses Voronoi diagram, Cyrus-Beck clipping, Delaunay triangulation and B-Splines
  3. 所属分类:3D Graphic

    • 发布日期:2017-05-22
    • 文件大小:6484043
    • 提供者:superlzhi
  1. Voronoi

    0下载:
  2. Voronoi Diagram for computer graphics
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-06
    • 文件大小:267640
    • 提供者:salah
  1. Voronoi-Topological-Neighbors

    0下载:
  2. 提出一种三维散乱点云的Voronoi拓扑近邻点集查询算法-a new voronoi topological neighbors algorithm
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-02
    • 文件大小:614391
    • 提供者:丰祥
  1. Voronoi-theory

    0下载:
  2. Voronoi图论相关知识,化简无线传感器网络拓扑结构。-Voronoi graph theory of knowledge, simplification of wireless sensor network topology.
  3. 所属分类:Communication

    • 发布日期:2017-04-01
    • 文件大小:744054
    • 提供者:王玲
  1. Creat-Voronoi-based-on-Delaunay

    0下载:
  2. 本文叙述了一种基于Delaunay三角网生成Voronoi图的算法。-This paper describes an algorithm based on Delaunay Triangulation Voronoi diagram.
  3. 所属分类:Document

    • 发布日期:2017-11-23
    • 文件大小:982280
    • 提供者:潘迅
  1. voronoi

    0下载:
  2. C++ MFC生成voronoi图像,自定义结点-The application wizard has created this voronoi application for you. This application not only demonstrates the basics of using the Microsoft Foundation Classes but is also a starting point for writing your application
  3. 所属分类:2D Graphic

    • 发布日期:2017-11-22
    • 文件大小:2017800
    • 提供者:William
  1. voronoi

    0下载:
  2. voronoi图的C++ 生成源代码 在GIS上运用非常广泛-voronoi Generation algorithm
  3. 所属分类:GIS program

    • 发布日期:2017-11-08
    • 文件大小:919554
    • 提供者:
  1. voronoi

    0下载:
  2. 从Voronoi结构所脱胎的计算几何来看,Voronoi图是对平面n个离散点而言的,它把平面分为几个区,每一个区包括一个点,该点所在的区是到该点距离最近点的集合。-From the perspective of a Voronoi structure have spun out of the computational geometry, Voronoi diagram is for plane n discrete points, it put the plane is divided int
  3. 所属分类:MPI

    • 发布日期:2017-04-07
    • 文件大小:3426
    • 提供者:李阳
  1. Voronoi tessellation

    0下载:
  2. Define a computation that calculates the Voronoi tessellation of the atoms in the simulation box. The tessellation is calculated using all atoms in the simulation, but non-zero values are only stored for atoms in the group.
  3. 所属分类:文档资料

  1. voronoi

    0下载:
  2. Voronoi Diagram算法实现主要运用分治法和凸包的方法来实现。 分治法: 1) 该问题的规模缩小到一定的程度就可以容易地解决 2) 该问题可以分解为若干个规模较小的相同问题,即该问题具有最优子结构性质。 3) 利用该问题分解出的子问题的解可以合并为该问题的解; 4) 该问题所分解出的各个子问题是相互独立的,即子问题之间不包含公共的子问题。 -Voronoi Diagram algorithm is mainly using the method of pa
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:3426
    • 提供者:李阳
  1. Voronoi

    3下载:
  2. 用Delphi语言编程实现Voronoi图,这对于最短路径分析是很有用的-Delphi programming language with a Voronoi diagram, which for the shortest path analysis is useful
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-17
    • 文件大小:257959
    • 提供者:余红楚
  1. voronoi

    0下载:
  2. java语言编写,实现Voronoi三角网构建和泰森多边形构建-java language to achieve Voronoi triangulation build and construct Thiessen polygons
  3. 所属分类:Java Develop

    • 发布日期:2017-03-30
    • 文件大小:935523
    • 提供者:张逸然
  1. Voronoi

    0下载:
  2. 维诺图的实现,应用分治法实现维诺图,代码详细有注释-Voronoi come true
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-14
    • 文件大小:3106699
    • 提供者:lijian
  1. voronoi

    0下载:
  2. oommf中用于Voronoi分割的微磁学计算-micromagnetic calculation for Voronoi division oommf
  3. 所属分类:MiddleWare

    • 发布日期:2017-04-26
    • 文件大小:21837
    • 提供者:Joseph
  1. leach-voronoi

    0下载:
  2. 改进版本的泰森多边形法LEACH聚簇算法,比普通LEACH更为高效-leach voronoi
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:2439
    • 提供者:黄霈
  1. Voronoi-Diagrams-master

    0下载:
  2. robotic voronoi coverage
  3. 所属分类:matlab

    • 发布日期:2017-04-15
    • 文件大小:6392
    • 提供者:james
« 1 2 3 4 56 7 8 9 10 ... 15 »
搜珍网 www.dssz.com