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

搜索资源列表

  1. delaunay1

    0下载:
  2. 用VC opengl做的delaunay三角网,这是一个三角网边生长算法的实现方法。-With VC opengl do delaunay triangulation, which is a triangulation edge growth algorithm implementation.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-13
    • 文件大小:1631
    • 提供者:add
  1. VCPP-Delaunay

    0下载:
  2. VC++ 实现不规则三角网动态生成,界面良好,算法高效,值得一看-VC++ implementation triangulated irregular network dynamically generated, good interface, efficient algorithm. worth to read
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-24
    • 文件大小:150071
    • 提供者:tangkun
  1. DEMDelaunay

    0下载:
  2. 生成Delaunay三角网,先自动生成点,再生成凸包,再生成三角网-Generating Delaunay triangulation, the first automatic generation point, and then generate the convex hull, and then generate triangulation
  3. 所属分类:CSharp

    • 发布日期:2017-04-25
    • 文件大小:73667
    • 提供者:ljj
  1. harris_gray1

    0下载:
  2. harris角点检测 delaunay三角化-harris corner detection delaunay triangulation
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:1199
    • 提供者:
  1. DelaunayNew

    0下载:
  2. 文件中读入离散点,绘制delaunay三角网,输出离散点及三角形信息,也可以直接点击鼠标录入坐标点,再输出delaunay信息-From file(txt), discrete points can be read, draw delaunay triangulation, the output of the discrete points and triangles information, you can also click on the mouse to input coordinat
  3. 所属分类:GIS program

    • 发布日期:2017-04-17
    • 文件大小:53099
    • 提供者:侯颖超
  1. DelaunayMakeTINbasedJAVA

    0下载:
  2. 使用JAVA编写的Delaunay构造三角网的代码,代码放在word中-Delaunay method make TIN code used java,deposit in word
  3. 所属分类:Console

    • 发布日期:2017-03-30
    • 文件大小:18527
    • 提供者:sunjingfeng
  1. dt

    0下载:
  2. 《计算几何c语言描述》中delaunay算法的实现,编程语言为VC,有详细的程序说明。-" Computational geometry c language descr iptions" delaunay algorithm, programming language VC, a detailed descr iption of the procedures.
  3. 所属分类:source in ebook

    • 发布日期:2017-04-17
    • 文件大小:56055
    • 提供者:
  1. lisansanjiao

    0下载:
  2. 主要研究离散点的Delaunay三角网生成算法、基于三角网等值线生成算法以及等值线区域填充-Main research Delaunay triangular mesh generation algorithm of discrete points isoline, based on triangular mesh generation algorithm and contour area filling
  3. 所属分类:Algorithm

    • 发布日期:2017-04-25
    • 文件大小:220411
    • 提供者:cumtchenye
  1. delaunaywpf_src

    0下载:
  2. delaunay 3d wpf实现的剖分程序,算法支持三维散乱点的三角剖分-delaunay 3d wpf
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-23
    • 文件大小:45292
    • 提供者:lichwjob
  1. DelaunayPopengl

    0下载:
  2. 采用随机增量法实现的delaunay三角剖分,并使用opengl绘制出剖分结果(本人学习过程中写的代码,仅供学习交流)-delaunay triangulation and opengl drawing
  3. 所属分类:Console

    • 发布日期:2017-05-03
    • 文件大小:732638
    • 提供者:wangning
  1. SANJIAOWANGDELAUNAY

    0下载:
  2. 详细说明了如何生成约束的Delaunay三角网-Describe how to generate constrained Delaunay triangulation
  3. 所属分类:Windows Develop

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

    0下载:
  2. Delaunay Triangulation can be run is without constraints or refinment.
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-15
    • 文件大小:7645
    • 提供者:Vollmilch
  1. Triangulation_Delaunay

    0下载:
  2. vb.net建立Delaunay三角网vb源码,真的不错-vb.net vb source build Delaunay triangulation, really good
  3. 所属分类:.net

    • 发布日期:2017-05-13
    • 文件大小:2609068
    • 提供者:yhj
  1. triangulation-algorithm

    0下载:
  2. Delaunay triangulation algorithm
  3. 所属分类:2D Graphic

    • 发布日期:2017-06-18
    • 文件大小:28126208
    • 提供者:krank
  1. Delaunay

    0下载:
  2. delaunary三角剖分,在数据点较小的情况下,运行结果还算客观,但是数据点大于五万时,运行较慢。-Delaunary triangulation, data point in the case of small, the operation results is objective, but the data points is greater than fifty thousand, is running slower.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-31
    • 文件大小:13490439
    • 提供者:邹高
  1. CGAL-4.5

    2下载:
  2. CGAL,Computational Geometry Algorithms Library,计算几何算法库,设计目标是,以C++库的形式,提供方便,高效,可靠的几何算法。CGAL可用于各种需要几何计算的领域,如计算机图形学,科学可视化,计算机辅助设计和建模,地理信息系统,分子生物学,医学成像,机器人运动规划,网格生成,数值方法等等。    计算几何算法库(CGAL),提供计算几何相关的数据结构和算法,诸如三角剖分(2D约束三角剖分及二维和三维Delaunay三角剖分),Voronoi图(二维和
  3. 所属分类:GDI-Bitmap

    • 发布日期:2016-04-26
    • 文件大小:18593792
    • 提供者:a
  1. MergeMeshSrc

    0下载:
  2. 一个新的合并方法,多重网格(在一个共同的坐标)在一个单一的拓扑正确的网。这种方法是基于约束Delaunay四面体化和图割优化-a new merging method of multiple meshes (in a common coordinate) into one single topologically correct mesh. This method is based on the constrained Delaunay tetrahedralization and graph
  3. 所属分类:Special Effects

    • 发布日期:2017-05-09
    • 文件大小:1665815
    • 提供者:
  1. voronoi-diagram

    0下载:
  2. 一个关于泰森多边形以及德劳内三角划分的JS实现,仅仅包括算法的JS代码,注意-About Thiessen polygons and a Delaunay triangulation of JS implementation includes only algorithm JS code, note
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:2436
    • 提供者:马嘉昕
  1. TestDelaunay

    1下载:
  2. Delaunay三角函数的VB实现,是老外写的,带界面,值得借鉴。该函数用于生产三角网。-Delaunay trigonometric function VB implementation, is written by a foreigner, with the interface, is worth learning from. This function is used for the production of triangulation.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-27
    • 文件大小:143297
    • 提供者:czs
  1. delaunay_poufen

    0下载:
  2. delaunay三角剖分的算法,主要是根据边扩展来构建三角网的算法,有简单的界面设计实现 -delaunay triangulation
  3. 所属分类:2D Graphic

    • 发布日期:2017-06-19
    • 文件大小:28984450
    • 提供者:lefen
« 1 2 ... 19 20 21 22 23 2425 26 27 »
搜珍网 www.dssz.com