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

搜索资源列表

  1. Casteljau

    0下载:
  2. 对控制点的De Casteljau剖分算法-Of the control point De Casteljau Dissection Algorithm
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:1646
    • 提供者:macntosh
  1. fem(-fortran)

    2下载:
  2. 有限元 fortran 程序 网格剖分 一维存储 刚度矩阵 数值求解-Fortran program fem
  3. 所属分类:Algorithm

    • 发布日期:2017-03-23
    • 文件大小:6923
    • 提供者:赵柯
  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. autocad-objectarx-mesh

    1下载:
  2. 利用 autocad和它的二次开发工具objectarx开发的网格剖分程序能对autocad中的物体进行快速有效地剖分-The use of autocad and its secondary development tool developed by objectarx mesh generation process can autocad objects in the partition quickly and efficiently
  3. 所属分类:Windows Develop

    • 发布日期:2014-05-29
    • 文件大小:4459
    • 提供者:yangjun
  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
    • 文件大小:103407
    • 提供者:niuxj
  1. draw is oline

    1下载:
  2. 三角形网格剖分程序,可以把任意平面区域剖分成三角形网格,代码比较简练,效率较高-Triangle mesh procedures, can be divided into arbitrary planar domain autopsy triangle mesh, code relatively simple, efficient
  3. 所属分类:数学计算/工程计算

    • 发布日期:2012-11-20
    • 文件大小:3290
    • 提供者:wangweijun
  1. tri_geometry

    0下载:
  2. 三角形网格的c语言自动剖分技术!很好用,试一试1-C-language automatic triangular mesh subdivision technique! Useful, try a
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:1556
    • 提供者:
  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. tetgen

    3下载:
  2. 三维任意区域的四面体网格剖分,本代码为开源的Tetgen生成的代码,可以方便大家在三位有限元数值算例时计算复杂的区域-The tetrahedral mesh 3D any area of ​ ​ the code code open source Tetgen generation cases when the computational complexity of the area, you can easily three finite element numerica
  3. 所属分类:Algorithm

    • 发布日期:2016-01-27
    • 文件大小:1207296
    • 提供者:shs3701001
  1. Mesh2d_v24

    1下载:
  2. 非结构网格剖分,进行平面网格的剖分,可以插值复杂地形-Unstructured mesh generation, the plane of the grid mesh, can be interpolated complex terrain
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:123873
    • 提供者:李健
  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. triangle

    0下载:
  2. 对于给定的初始点集P,有多种三角网剖分方式,其中Delaunay三角网具有以下特征:   1、Delaunay三角网是唯一的;   2、三角网的外边界构成了点集P的凸多边形“外壳”;   3、没有任何点在三角形的外接圆内部,反之,如果一个三角网满足此条件,那么它就是Delaunay三角网。   4、如果将三角网中的每个三角形的最小角进行升序排列,则Delaunay三角网的排列得到的数值最大,从这个意义上讲,Delaunay三角网是“最接近于规则化的“的三角网。-For given
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-11-11
    • 文件大小:113116
    • 提供者:maxpeach
  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. freefem3d_1.0pre10.orig.tar

    0下载:
  2. 这是FreeFem2D的姊妹软件,对于学习有限元程序设计的人来说有很好的参考价值,我在Fedora Core9下编译运行通过(安装很容易),编译后会生成ff3d可执行程序,通过读取描述问题的文件就可以自动剖分/求解等。-This is FreeFem2D s sister software, finite element program for the study and design for those who have a good reference value, I have compi
  3. 所属分类:Algorithm

    • 发布日期:2017-05-19
    • 文件大小:5222026
    • 提供者:hopeshot
  1. LinkTextDemo

    0下载:
  2. 一个自己写的超链接控件,可以设置一个文本中剖分文字有超链接,还可以设置多个,很好用-A hyperlink to write their own controls, you can set a text in the subdivision have a hyperlink text, you can set up a number of very good use
  3. 所属分类:Static control

    • 发布日期:2017-04-06
    • 文件大小:66074
    • 提供者:陈凌鹏
  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 2 ... 4 5 6 7 8 910 11 12 13 14 ... 22 »
搜珍网 www.dssz.com