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

搜索资源列表

  1. delaunay_demo

    0下载:
  2. 三角剖分算法,演示形象-triangulation algorithm, demo image
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:59430
    • 提供者:nlx
  1. guihuazuiyou

    0下载:
  2. 算法分析与设计基于动态规划的凸多边形的最优三角剖分设计报告
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:100001
    • 提供者:lessi
  1. PolySplit

    0下载:
  2. 凸多边形三角剖分问题.给定一个凸多边形,每个边上给定一个权值,要求把凸多边形分割成一个个的三角形,使得诸三角形的权值之和最小.
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:10656
    • 提供者:Lotus Year
  1. MC

    0下载:
  2. 有关MC算法的三篇pdf文章 1.移动立方体算法的三重线性插值研究 2.空间相关MC算法的VTK实现 3.移动立方体算法中的三角剖分
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:457291
    • 提供者:hazehui
  1. DigitalMap1.0

    0下载:
  2. 一个电子地图的课程设计,其实还没做完,不过老师要求的功能都差不多实现了,打算在此基础上叠加地貌晕渲的,不过在三角剖分上遇到了些麻烦~,文件夹009中包含了数据的一部分,因为数据大概有十几M就只弄了一部分,还有一个属性数据库.及有些头文件-an electronic map of curriculum design, in fact not done, but teachers required functions are almost the intention on the basis of
  3. 所属分类:GIS编程

    • 发布日期:2008-10-13
    • 文件大小:1801415
    • 提供者:李军
  1. delaunay

    0下载:
  2. void CDelaunayView::OnDelaunay() { // TODO: Add your command handler code here CDelaunayDoc* pDoc = GetDocument(); ASSERT_VALID(pDoc); if(!pDoc->PointList->GetCount()) { char str[100]; ostrstream osr(str,100); osr<&
  3. 所属分类:2D图形编程

  1. 软件包triangle

    0下载:
  2. 目前 较快的deluany三角剖分软件包。
  3. 所属分类:源码下载

    • 发布日期:2012-05-21
    • 文件大小:158528
    • 提供者:mybb12
  1. 2008DELAUNEY.rar

    0下载:
  2. 基于delaunay三角网格剖分程序,只是没有图形输出,可以只将生成文件直接导入TECPLOT中。,Based on the delaunay triangular mesh generation process, but there is no graphics output, you can only generate documents directly into TECPLOT in.
  3. 所属分类:Graph program

    • 发布日期:2017-04-01
    • 文件大小:3125
    • 提供者:jianxinxia
  1. tin-matlab

    0下载:
  2. 应用于德劳内三角剖分的一个中生长算法,简单有效的进行三角剖分。-Used a Delaunay triangulation algorithm in growth, simple and effective for triangulation.
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:61643
    • 提供者:jay
  1. Dynamic-Delaunay-algorithm

    0下载:
  2. 通用点线面集Delaunay三角剖分与动态编辑-Delaunay triangulation and dynamic editing of the generic data set
  3. 所属分类:Document

    • 发布日期:2017-11-09
    • 文件大小:715763
    • 提供者:潘迅
  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.algorithm

    0下载:
  2. DELAUNAY三角剖分算法源程序c++实现。非常详细的源代码。-DELAUNAY triangulation algorithm source code c++ implementation. Very detailed source code.
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:83323
    • 提供者:cc
  1. Delaunay

    0下载:
  2. Delaunay三角剖分算法介绍和c++源码。代码封装了其他人的代码包,在cygwin和redhat下编译通过。-This C++ library module is just a wrapper class on the Triangle package of Jonathan. The C++ wrapper will certainly slow access down if you want to mess with the triangulation but the basic del
  3. 所属分类:Other systems

    • 发布日期:2017-04-09
    • 文件大小:2699816
    • 提供者:kaka
  1. Delaunay_TIN

    0下载:
  2. 主要探讨了以Delaunay三角剖分的逐点插入法为基础构建不规则三角网的方法,并在程序设计中对该算法进行了改进,极大地提高了Delaunay三角网的构建效率 -Mainly discusses the Delaunay triangulation based on incremental insertion method TIN constructed, and in programming the algorithm was improved greatly improve the eff
  3. 所属分类:software engineering

    • 发布日期:2017-04-05
    • 文件大小:101657
    • 提供者:古林玉
  1. directly-triangulation

    0下载:
  2. 一种新的空间离散点集的直接三角剖分方法,MATLAB-A new space has a discrete point set of direct triangulation method, MATLAB
  3. 所属分类:OpenCV

    • 发布日期:2017-03-30
    • 文件大小:521792
    • 提供者:依念
  1. PointCloud

    0下载:
  2. 所属分类:Graph Drawing

    • 发布日期:2017-04-10
    • 文件大小:31046
    • 提供者:张晓东
  1. deleunay

    0下载:
  2. 用周陪德书上的计算几何与算法分析上的增量算法.很有帮助.三角剖分-Week to accompany the book with Germany on the computational geometry and algorithm analysis, the incremental algorithm. Helpful. Triangulations
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:128011
    • 提供者:尚永
  1. Delaunay

    0下载:
  2. 该程序使用OpenCV提供的函数在Visual studio6.0的环境下对若干点进行Delaunay三角剖分,具有很高的实用价值,编译已通过,绝对可用-The program provides a function to use OpenCV in Visual studio6.0 environment where a number of points on the Delaunay triangulation of high practical value, the compiler ha
  3. 所属分类:Special Effects

    • 发布日期:2017-03-24
    • 文件大小:121155
    • 提供者:石峰
  1. Delaunaygaijinsuanfa

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

    • 发布日期:2017-04-24
    • 文件大小:36718
    • 提供者:niujiying
  1. delaunay_demo

    0下载:
  2. VC++实现的Delaunay三角剖分Demo-VC++ implementation of the Delaunay triangulation Demo
  3. 所属分类:Graph program

    • 发布日期:2017-04-02
    • 文件大小:125108
    • 提供者:innion
« 1 2 3 4 5 67 8 9 10 11 ... 14 »
搜珍网 www.dssz.com