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

搜索资源列表

  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. triangle

    0下载:
  2. Shewchuk的三角剖分算法,能剖分带孔的离散点,PII233 剖分一百万个离散点只需20秒。-Shewchuk 涓夎
  3. 所属分类:3D图形编程

    • 发布日期:2008-10-13
    • 文件大小:158841
    • 提供者:洋流
  1. cdtall.tar

    0下载:
  2. Constraint Delaunay triangulations,用于剖分具有外部轮廓线或内部轮廓线的离散点集 -Constraint Delaunay triangulations, uses in to cut in half has exterior contour line or the internal contour line separate set of points
  3. 所属分类:3D图形编程

    • 发布日期:2008-10-13
    • 文件大小:708096
    • 提供者:洋流
  1. c_delaunay

    0下载:
  2. 一个老外编写的三角剖分代码,运行效果好C-a foreigner prepared by the triangulation code, effective running C
  3. 所属分类:3D图形编程

    • 发布日期:2008-10-13
    • 文件大小:150227
    • 提供者:王飞
  1. light_project

    0下载:
  2. 基于光线投射变换的三维模型特征提取,以三维模型的重心为球心的最小包围球剖分成一系列同心球壳,落入每个球壳的射线与模型表面的交点定义一个球坐标方程。一般地,对于每条射线,它与模型表面的多个交点同时落入一个球壳的几率大大降低了,这样就可以尽可能的减少信息的丢失。-Transform-based ray-casting feature extraction of three-dimensional model to three-dimensional model for the core focus
  3. 所属分类:Graph program

    • 发布日期:2017-05-07
    • 文件大小:1310759
    • 提供者:周光有
  1. InPolygon

    0下载:
  2. 在三角剖分种去掉内环,需要判断点、线段、三角形与多变形的关系。这个模块提供这样的功能。-Species in the triangulation to remove the inner ring, you need to determine the point, line, triangle and polygon of relationships. This module provides this functionality.
  3. 所属分类:Fractal program

    • 发布日期:2017-04-03
    • 文件大小:40840
    • 提供者:zhou zhengzhi
  1. Delaunay

    0下载:
  2. 简单多边形的三角剖分,在计算机图形学及地学问题三维重建领域有着广泛的应用.根据简单多边形的定义和三角剖分原则,提出了一种简单多边形三角剖分的算法,该算法通过判断某顶点和基边之间的位置来实现对简单多边形的三角剖分算法实现简单容易理解适用于任意简单多边形的三角剖分-Triangulation of simple polygon in computer graphics and three-dimensional reconstruction to study the problem has wide
  3. 所属分类:Graph program

    • 发布日期:2017-05-08
    • 文件大小:1942761
    • 提供者:LJY
  1. bc_Delaunay

    0下载:
  2. 多边形三角形剖分 图形处理 C实现 多边形三角形剖分 图形处理 C实现-Polygon triangulation polygon graphics to achieve triangulation C C implementation of graphics
  3. 所属分类:Special Effects

    • 发布日期:2017-05-12
    • 文件大小:2853974
    • 提供者:王冰澈
  1. triangulation.tar

    0下载:
  2. 对于不带洞多边形的三角剖分算法,速度比较快,但是不是最优剖分-fast triangulation method,but not perfect,maybe strange triangles!very long triangle!
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:14645
    • 提供者:pengyun
  1. StructTriMesh

    1下载:
  2. 朋友给的平面离散点的三角剖分程序,很好用,但我看不是太懂,希望下载的朋友能多多指教!有意讨论者加我qq1017926909-Friends of discrete points to the plane triangulation procedure is useful, but I do not understand too, want to download a lot of advice to a friend! Plus I intend to discuss qq1017926909
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-01
    • 文件大小:1106
    • 提供者:hong cheng
  1. 图剖分算法

    0下载:
  2. 一系列的图剖分算法,包括 - Complete-linkage algorithm - Single-linkage algorithm - Divisive min-diameter - Divisive sum-of-diameters - Agglomerative sum-of-diameters - K-Center algorithm
  3. 所属分类:数学计算/工程计算

  1. denary三角剖分

    0下载:
  2. denary三角剖分算法源码,用于离散点成面,自动构建面的高级算法,该算法非常难得,希望你们有所启发。-denary triangulation algorithm source code for the discrete points into face, the face automatically build senior algorithm, which is very rare that you have inspired.
  3. 所属分类:Graph program

    • 发布日期:2017-04-14
    • 文件大小:5230
    • 提供者:erandto
  1. 工型有限差分程序

    1下载:
  2. 1、对求解区域进行网格剖分,网格越小,精度越高。 2、将边界条件离散到格点上。 3、用五点差分建立求解方程,求出各个各点上的函数值。(1, mesh the mesh of the solution, the smaller the grid, the higher the accuracy. 2, the boundary conditions are discretized to the grid. 3, five point difference i
  3. 所属分类:matlab例程

    • 发布日期:2017-12-28
    • 文件大小:1024
    • 提供者:竹林居士
  1. faultresampler

    0下载:
  2. 利用自动剖分技术进行断层参数的反演,非常有用!(It is very useful to use automatic subdivision technique to inverse the fault parameters!)
  3. 所属分类:*行业应用

    • 发布日期:2017-12-25
    • 文件大小:24741888
    • 提供者:tezhongbing
  1. delaunay_test

    0下载:
  2. 运用delauney三角剖分原理实现对三维图像的三角剖分(The triangulation of 3D image is realized by using delauney triangulation principle)
  3. 所属分类:图形图像处理

    • 发布日期:2018-01-01
    • 文件大小:248832
    • 提供者:wkang
  1. Delaunay三角网剖分算法,速度超快,值得一学

    1下载:
  2. Delaunay三角网剖分算法,速度超快(AppWizard has created this Delaunay_Li 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. 所属分类:3D打印

    • 发布日期:2018-01-03
    • 文件大小:3736576
    • 提供者:sr1993
  1. iso2mesh-1.8-win32

    0下载:
  2. iso2mesh, 网格剖分应用程序。 网格剖分应用程序。(iso2mesh, Mesh generation application program. Mesh generation application program.)
  3. 所属分类:图形图象

    • 发布日期:2018-01-05
    • 文件大小:4698112
    • 提供者:刘编程
  1. 强大的约束三角剖分程序源码

    3下载:
  2. 纯C语音编写的强大的约束三角网剖分程序,支持特征线(Pure C, a powerful constraint triangulation program to support feature lines.)
  3. 所属分类:图形图象

    • 发布日期:2018-05-03
    • 文件大小:135168
    • 提供者:ygyay
  1. tetgen-1.5.0

    1下载:
  2. 是一款用于三维模型网格三角化剖分的工具。(TetGen is a program to generate tetrahedral meshes of any 3D polyhedral domains. TetGen generates exact constrained Delaunay tetrahedralizations, boundary conforming Delaunay meshes, and Voronoi partitions. The following pictures
  3. 所属分类:其他

    • 发布日期:2020-10-20
    • 文件大小:234496
    • 提供者:airdamper
  1. MyCrust

    1下载:
  2. 对激光雷达点云进行三角剖分,对传统Crust算法进行了改进(Triangulation of LIDAR point cloud)
  3. 所属分类:图形图像处理

    • 发布日期:2020-11-14
    • 文件大小:3072
    • 提供者:MORTAL1
« 1 2 3 45 6 7 8 9 10 ... 22 »
搜珍网 www.dssz.com