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

搜索资源列表

  1. FemTriangle

    1下载:
  2. 2维三角网格刨分,进行有限元计算的前处理工具,可以根据不同的边界及区域产生自适应大小的网格。-Two-dimensional plane triangulation points, pre-processing tools FEM can produce adaptive mesh size depending on the boundary and region.
  3. 所属分类:Algorithm

    • 发布日期:2016-09-21
    • 文件大小:1225728
    • 提供者:haungyzh
  1. Delaunay-_vb

    0下载:
  2. vb绘制三角网程序,对于小于2000个离散点数据有效,仅供参考-vb draw triangulation procedures, for less than 2000 discrete point data are available for reference purposes only
  3. 所属分类:GIS program

    • 发布日期:2017-04-25
    • 文件大小:18212
    • 提供者:李东
  1. Optimal-Triangulation

    0下载:
  2. 这个是算法课的作业,内涵完整代码,实现以界面形式展示,能够在界面上选点,自动展示最优剖份方案-This is the algorithm class jobs connotation complete code, implemented in the form of display interface, the interface can be in the choice of site, automatically displays the best parts of the program
  3. 所属分类:CSharp

    • 发布日期:2017-04-29
    • 文件大小:62290
    • 提供者:李雪飞
  1. DelaunayTriangulation

    0下载:
  2. 将文件中的点生成矩形包容盒,并将点插入生成三角网-The document points to generate held bounding box, and the insertion point to generate triangulation
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-16
    • 文件大小:61698
    • 提供者:刘琴琴
  1. easymesh_1_4

    0下载:
  2. 这是一个提供二维区域Delaunay三角形剖分的 C语言程序,可以提供三角形划分,程序可以生成结点等信息。-This is a two-dimensional region Delaunay Triangulation provides a C language program that can provide triangulation, the program can generate nodes and other information.
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-17
    • 文件大小:12964
    • 提供者:魏慧慧
  1. mesh

    0下载:
  2. 对给定区域进行delaunay三角形化的程序,例子中为正方形区域,可以通过tecplot查看显示结果-Delaunay triangulation program on a given area for example, square area, you can view the results by Tecplot
  3. 所属分类:Algorithm

    • 发布日期:2017-04-17
    • 文件大小:371705
    • 提供者:麻麻麻
  1. 2D-TIN-construct

    0下载:
  2. 专门用于二维三角网的构建,以及各个三角网之间的缝合与拼接。-Specially used to construct 2D triangulation, and suture and stitching between each triangulation
  3. 所属分类:assembly language

    • 发布日期:2017-04-29
    • 文件大小:158025
    • 提供者:陈旭松
  1. two_dimension_Delaunay

    0下载:
  2. 一种逻辑简单但牺牲效率的二维单元Delaunay三角形划分,符合空圆假定和最小角最大化特性-A logical simple but sacrificing efficiency dimensional unit Delaunay triangulation, in line with an empty circle and the minimum angle to maximize the characteristics assumed
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-07
    • 文件大小:1495352
    • 提供者:CJY
  1. ZZLWork

    0下载:
  2. 测绘,三角网平差计算,包括数据输出和绘图-Surveying, triangulation adjustment calculation, including the data output and plotting
  3. 所属分类:Other systems

    • 发布日期:2017-05-23
    • 文件大小:7102115
    • 提供者:
  1. Delaunay-triangular-mesh-generation

    0下载:
  2. 在平面随机生成散列的二维点,点数可由用户输入,然后将散列的点进行delaunay三角剖分,生成三角网。代码较老,可以继续改进。-delaunay triangulation
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-27
    • 文件大小:276915
    • 提供者:何佑伟
  1. delaunay-algorithm

    0下载:
  2. 高质量的笛氏三角网格化,为重建三维图形提供有力的帮助. 附件有原码和调用方法,Delaunay三角网格化已封装成一个类,用户只需要传入点坐标标就可以得到最优的三角形。-High-quality flute s triangle grid, three-dimensional graphics for the reconstruction to provide effective help. Attachment with the original code and call the method
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-27
    • 文件大小:37196
    • 提供者:何佑伟
  1. tin-CPP_codeandrelease

    0下载:
  2. 不规则三角网的生成算法,还有一个release版本实现三角网的显示,另外,包含多个测试数据。-TIN generation algorithm, there is a release version implements triangulation show, in addition, includes a plurality of test data.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-06
    • 文件大小:1198566
    • 提供者:fengjing
  1. sanjiaohua-

    0下载:
  2. PCL点云,无序点云三角化,结合VS2010平台-PCL point cloud, disorderly point cloud triangulation, with VS2010 platform
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:1898
    • 提供者:付德
  1. delaunaysanjiaowang

    0下载:
  2. 基于格网和方向法索引的Delaunay三角网生成算法-Based on Grid and the direction of the Delaunay triangulation method index generation algorithm
  3. 所属分类:software engineering

    • 发布日期:2017-04-25
    • 文件大小:429295
    • 提供者:刘琴琴
  1. cSharpdelaunay

    0下载:
  2. 代码在vs进行开发,使用c#,用逐点增入法实现delaunay三角网,简单快捷-It uses c# to achieve Delaunay triangulation, with the method of point by point
  3. 所属分类:CSharp

    • 发布日期:2017-04-30
    • 文件大小:60634
    • 提供者:李璟莹
  1. excelpointtovoronoi

    0下载:
  2. 从excel中导入点数据,通过先构建delaunay三角网再生成voronoi图-Import point data the excel, through the first build Delaunay triangulation and then generate Voronoi diagram
  3. 所属分类:GIS program

    • 发布日期:2017-04-29
    • 文件大小:79108
    • 提供者:李璟莹
  1. tinybitmap

    0下载:
  2. Allocate storage, construct triangulation, compute voronoi corners.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-15
    • 文件大小:6879
    • 提供者:bieqongph
  1. Featurepoint2Delaunay

    0下载:
  2. 本代码使用Opencv开源库实现,首先使用sift算子进行特征点提取,然后使用opencv中的三角剖分函数以所提取的特征点为基本点进行三角剖分。-This code uses Opencv open source library implementation, first using sift operator the feature point extraction and use of triangulation opencv functions to the extracted featu
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-14
    • 文件大小:3672
    • 提供者:ludalong
  1. DiLuoNi

    0下载:
  2. 狄洛尼三角网实现,使用vb语言进行开发,狄洛尼三角网-Delaunay triangulation achieved using vb language development
  3. 所属分类:Other systems

    • 发布日期:2017-05-01
    • 文件大小:17092
    • 提供者:王林
  1. sanjiao

    0下载:
  2. 最小权重三角划分。输入一个多边形顶点坐标,输出具有最小权重的三角划分。-The minimum-weight triangulation problem is the problem of finding a triangulation of minimal total edge length. That is, an input polygon or the convex hull of an input point set must be subdivided into triangles
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-15
    • 文件大小:7088
    • 提供者:
« 1 2 ... 25 26 27 28 29 3031 32 33 34 35 36 37 »
搜珍网 www.dssz.com