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

搜索资源列表

  1. voronoi

    0下载:
  2. 一个绘制Voronoi图和Delauany三角剖分的程序,并且给出了求凸包的算法。该程序可以演示如何进行三角剖分,帮助你理解整个剖分过程。-a Voronoi diagram mapping and triangulation Delauany procedures, and is seeking a convex hull algorithms. The procedure can demonstrate how triangulation, and help you understand t
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:157952
    • 提供者:晓琳
  1. voronoi图形的构建

    0下载:
  2. 关于voronoi图形的c语言构建!!
  3. 所属分类:GDI/图象编程

    • 发布日期:2009-03-15
    • 文件大小:65778
    • 提供者:vipher@126.com
  1. Voronoi_graph.zip

    0下载:
  2. Voronoi图的pascal实现算法,图论中一种很有用的算法,Pascal achieve Voronoi diagram algorithms, a very useful algorithm in graph theory.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-24
    • 文件大小:2464
    • 提供者:Fancy
  1. voronoi3.rar

    1下载:
  2. voronoi图的Fortune算法源码,visual c++,Fortune s algorithm source code of voronoi diagram with visual c++
  3. 所属分类:2D图形编程

    • 发布日期:2017-03-30
    • 文件大小:65954
    • 提供者:andyjh
  1. Voronoi1

    0下载:
  2. Voronoi图是以两点间线段的长度作为距离 ,对平面的一种分割。然而 ,在地理环境中 ,存在着许多自然的或人为的障碍 ,使得从一点到另一点不能直线到达。为了扩大Voronoi图的应用领域 ,本文对传统的Voronoi图进行扩充 ,给出了障碍Voronoi图的定义、性质 ,以及离散生成线段障碍Voronoi图的方法-Voronoi diagram based on the length of line between two points as the distance from a parti
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-25
    • 文件大小:233472
    • 提供者:liuchao
  1. 3d_Voronoi_AKA_Project_Cell

    0下载:
  2. 用于生成3d Voronoi图的vbs脚本,运行环境 rhino 4.0-Is used to generate 3d Voronoi diagram vbs scr ipt, rhino 4.0 operating environment
  3. 所属分类:3D Graphic

    • 发布日期:2017-04-05
    • 文件大小:4111
    • 提供者:liuchong
  1. TIN_Voronoi

    1下载:
  2. 构建离散点集的Voronoi图,算法大致流程:先构建Delaunay TIN,然后连接相邻三角形的重心记得Voronoi图,然后基于TIN的拓扑,构建Voronoi多边形的拓扑关系。-Construction of discrete point set Voronoi diagram algorithm for general processes: first, to build Delaunay TIN, then remember that the focus of a triangle c
  3. 所属分类:CSharp

    • 发布日期:2015-11-26
    • 文件大小:94164
    • 提供者:skyfrog
  1. voronoi_test.m

    0下载:
  2. Voronoi test diagram
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-10
    • 文件大小:748
    • 提供者:Sylvain
  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. 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

    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

    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. Voronoi建模,是大家能够在较短的时间内学会voronoiDigram-Voronoi model,this can help you model voronoi diagram, make you life and study feel better. This way is not easy for young student,study industially
  3. 所属分类:assembly language

    • 发布日期:2017-04-14
    • 文件大小:3468
    • 提供者:阮志刚
  1. c++-voronoi

    0下载:
  2. 利用c++程序来实现voronoi图的生成,十分简单、有效(Using c++ program to achieve the generation of Voronoi diagram, very simple and effective)
  3. 所属分类:其他

    • 发布日期:2017-12-26
    • 文件大小:10240
    • 提供者:李慕珂
  1. Voronoi

    0下载:
  2. 用三角网方式生成Voronoi图,功能很详细(Create a Voronoi diagram with a triangulation method with detailed functions)
  3. 所属分类:Windows编程

    • 发布日期:2018-05-01
    • 文件大小:114688
    • 提供者:韩晓晓
  1. voronoi

    1下载:
  2. 基于matlab软件,实现3D有边界的voronoi图。(A Voronoi diagram with a boundary for 3D)
  3. 所属分类:matlab例程

    • 发布日期:2021-04-14
    • 文件大小:51200
    • 提供者:yangwell
  1. voronoi

    2下载:
  2. 能够得到二维、三维voronoi图,修改后可以获得任意数量的voronoi图。(The two or thress-dimensional Voronoi diagram can be obtained, and any number of Voronoi diagrams can be obtained after modification.)
  3. 所属分类:图形图象

    • 发布日期:2019-12-17
    • 文件大小:91136
    • 提供者:黄小溅
  1. VoronoiCells2D

    13下载:
  2. abaqus插件 生成二维voronoi图 草绘(abaqus plugin generate voronoi cells sketchup)
  3. 所属分类:2D图形编程

    • 发布日期:2019-04-11
    • 文件大小:29696
    • 提供者:Tony_Duan
« 1 23 4 5 »
搜珍网 www.dssz.com