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

搜索资源列表

  1. triangle_source

    0下载:
  2. 实现2D网格剖分,有限元分析时很有用,从国外的开源网站上下载的,使用过,很方便
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:138.37kb
    • 提供者:tangdading
  1. GenDelaunay2D

    0下载:
  2. 一个二维Delaunay三角网格剖分算法,希望对大家的研究有所帮助。
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:53.78kb
    • 提供者:胡岩
  1. cog.tar

    0下载:
  2. Delaunay三角形的网格剖分程序,用c++语言编写
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:858.47kb
    • 提供者:holysword
  1. triangle

    0下载:
  2. 效率极高的基于delaunay三角网格剖分程序,只是没有图形输出,可以只将生成文件直接导入matlab中。
  3. 所属分类:2D图形编程

    • 发布日期:2014-01-17
    • 文件大小:105.89kb
    • 提供者: 徐天
  1. 网格划分

    1下载:
  2. 网格剖分程序
  3. 所属分类:数学计算/工程计算

    • 发布日期:2010-04-17
    • 文件大小:120.82kb
    • 提供者:erhuwang
  1. 对任意给定的平面点集通过Delaunay三角剖分

    1下载:
  2. 对任意给定的平面点集通过Delaunay三角剖分进行处理可得到具有整体最优性的三角形网格-A Two-Dimensional Quality Mesh Generator and Delaunay Triangulator.
  3. 所属分类:绘图程序

    • 发布日期:2017-03-24
    • 文件大小:137.96kb
    • 提供者:HongZhang
  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
    • 文件大小:3.05kb
    • 提供者:jianxinxia
  1. Mesh2d.rar

    2下载:
  2. 一个功能强大的非结构网格划分程序,可实现网格的自动剖分,及局部加密与质量控制,A powerful non-structural mesh procedures, can realize the automatic mesh generation, and partial encryption and quality control
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:209.83kb
    • 提供者:ren
  1. STL_DISPLAY_Display

    0下载:
  2. STL文件读取程序(Matlab):可以将ASCII格式的STL文件中的数据点信息及网格拓扑信息读出,并显示在屏幕上-a MATLAB program which gets the name of an ASCII STL (Stereolithography) file from the user, reads the 3D graphics information stored in the file, and displays the structure on the screen.
  3. 所属分类:3D图形编程

    • 发布日期:2013-03-23
    • 文件大小:100.98kb
    • 提供者:niuxj
  1. Delaunay

    0下载:
  2. Delaunay 分治算法三角网格剖分!-Source code for DeWall, a divide and conquer 3d Delaunay
  3. 所属分类:3D Graphic

    • 发布日期:2017-03-23
    • 文件大小:575.86kb
    • 提供者:竹林英客
  1. libmeshs

    0下载:
  2. 一个值得使用和下载的有限元网格剖分的源代码库-Use and download a finite element mesh of the source code library
  3. 所属分类:3D Graphic

    • 发布日期:2016-09-21
    • 文件大小:64.94kb
    • 提供者:dfsdfsd
  1. meshgeneration

    0下载:
  2. 计算用网格剖分程序,利用Bowyer-Watson method 法剖分,生成Delaunay网格-Calculation mesh generation procedure, and use law split Bowyer-Watson method to generate Delaunay meshes
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:4.85kb
    • 提供者:宋力
  1. 3

    0下载:
  2. 这是一个三维画图程序源代码,主要是进行三维网格剖分-It is a three-dimensional drawing program source code, mainly for three-dimensional mesh generation
  3. 所属分类:3D Graphic

    • 发布日期:2017-04-05
    • 文件大小:209.35kb
    • 提供者:王文雅
  1. Distmesh

    2下载:
  2. 网格剖分算法,有限元编程的前期工程,网格剖分-Mesh generation algorithms, finite element program works in the mesh generation
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2015-12-02
    • 文件大小:1.76mb
    • 提供者:erhu
  1. tinlib

    0下载:
  2. 三角网生成程序。Delaunay三角剖分,限定三角剖分,网格细分等功能。-Triangle mesh generator with Delaunay algorithm,contrained,refinement
  3. 所属分类:Graph program

    • 发布日期:2017-03-29
    • 文件大小:226kb
    • 提供者:yuanganghui
  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
    • 文件大小:1kb
    • 提供者:竹林居士
  1. iso2mesh-1.8-win32

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

    • 发布日期:2018-01-05
    • 文件大小:4.48mb
    • 提供者:刘编程
  1. COMSOL_Multiphysics网格剖分用户指南

    0下载:
  2. COMSOL_Multiphysics网格剖分用户指南(COMSOL_Multiphysics mesh generation User Guide)
  3. 所属分类:其他

    • 发布日期:2018-04-22
    • 文件大小:2.39mb
    • 提供者:elf_dh
  1. ansys网格剖分

    2下载:
  2. 详细介绍了ANSYS的网格生成方法,值得一看哦,哈哈哈
  3. 所属分类:其他小程序

  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
    • 文件大小:229kb
    • 提供者:airdamper
« 12 3 4 5 6 »
搜珍网 www.dssz.com