搜索资源列表

  1. 使用三角网格逼进球面_完美版

    0下载:
  2. 一个自己好玩的程序,主要是用三角面片构成一个球,三角面片的面积相同但形状不同-a fun own procedures, it is mainly used triangular facets pose a ball, and the triangular facets of the same size but different shapes
  3. 所属分类:3D图形编程

    • 发布日期:2024-07-06
    • 文件大小:1024
    • 提供者:孔晓东
  1. 离散等高线数据三角形网格分形

    0下载:
  2. 这是我自己参考大量的科研论文自己编制的离散高程数据(x,y,h)的三角形网格化源代码能够根据指定离散数据文件自动绘制出三角形网格,并且源代码已经实现了等值点的追踪,大家少加修改,加入拟和算法就可以绘制出等值线,源代码完全采用面向对象的方法编制,对于delphi新手学习面向对象的方法也有很大帮助。编译环境为delphi7操作系统为win2003。大家如果对源代码有何建议请联系我 QQ:58092190,email:seekmzy@gmai
  3. 所属分类:图形图象

    • 发布日期:2024-07-06
    • 文件大小:229376
    • 提供者:马占寅
  1. delanay_all

    0下载:
  2. 这时一个delaunay三角网的程序,功能强大,并里面有详细说明和程序及原代码。能创建二维和三维的,且能生成模拟的3D图。-then a triangular network nodes procedures, powerful, and there are detailed procedures and the original code. To be able to create two-dimensional and three-
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-07-06
    • 文件大小:1937408
    • 提供者:gaoqing
  1. MarchingCubes

    0下载:
  2. Marching Cube算法源代码,用C写的,实现三维空间数据的三角化-Marching Cube algorithm source code, written using C, to achieve three-dimensional spatial data triangulation
  3. 所属分类:3D图形编程

    • 发布日期:2024-07-06
    • 文件大小:141312
    • 提供者:刘导
  1. Mesh_Simplification

    0下载:
  2. 三角网格简化的边塌缩算法实现,网格输入文件支持标准.obj格式(bin文件夹中附有一个,可用notepad打开),化简后通过OpenGL显示结果-Triangle mesh simplification edge collapse algorithm, the grid supports standard input file. Obj format (bin folder with a notepad available to ope
  3. 所属分类:OpenGL

    • 发布日期:2024-07-06
    • 文件大小:354304
    • 提供者:许民皆
  1. tinlib_w

    0下载:
  2. 将离散点三角化的程序。tinlib_w.有运行示例。做三维地形或模型显示可用-Discrete points, triangulation procedures. tinlib_w. have run the sample. Or do three-dimensional terrain models show the available
  3. 所属分类:3D图形编程

    • 发布日期:2024-07-06
    • 文件大小:1141760
    • 提供者:afei
  1. trimesh2-2.8

    0下载:
  2. 网格的三角化相关问题的算法实现,有兴趣的可以下载来看看那-Trimesh
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-07-06
    • 文件大小:4832256
    • 提供者:liuyu
  1. ani2D-2.0.1.tar

    0下载:
  2. Ani2D解决了系统的偏微分方程与变张量系数非结构化自适应三角网格。它提供了4便携式图书馆:网格生成,数据为基础的网格适应,有限元discretizations ,并特设求解。-Ani2D solves systems of PDEs with variable tensor coefficients on unstructured adaptive triangular meshes. It provides 4 portable l
  3. 所属分类:其他小程序

    • 发布日期:2024-07-06
    • 文件大小:2498560
    • 提供者:Rocky
  1. Delaunay

    0下载:
  2. 使用著名的Delaunay算法实现平面三角化。鼠标任意点击可增加、插入节点、形成网格;对节点标号,可逐步观查网格的变化,体验Delaunay算法过程。内有程序结构的详细说明,易于理解和移植。-2D-triangularization is realised based on the famous Delaunay algorithm in this program. While clicking the left mouse butt
  3. 所属分类:图形图象

    • 发布日期:2024-07-06
    • 文件大小:135168
    • 提供者:fang
  1. geompack

    0下载:
  2. voronoi图及delaunay三角网格化程序-voronoi diagrams and delaunay triangulation gridding procedure
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-07-06
    • 文件大小:54272
    • 提供者:刘天弘
  1. KenDelaunay2D

    1下载:
  2. 1.高质量的笛氏三角网格化,为重建三维图形提供有力的帮助. 2.附件有原码和调用方法,Delaunay三角网格化已封装成一个类,用户只需要传入点坐标标就可以得到最优的三角形 3.这是我工作中用到的一个小算法,希望对你的工作有所帮助-KenDelaunay
  3. 所属分类:2D图形编程

    • 发布日期:2024-07-06
    • 文件大小:36864
    • 提供者:
  1. linearSubdivision

    0下载:
  2. 一种利用线性插值做的三角网格化的matlab程序-linearSubdivision A simple m file for the triangle mesh subdivision using linear interpolation.
  3. 所属分类:matlab例程

    • 发布日期:2024-07-06
    • 文件大小:249856
    • 提供者:zh
  1. DELAUNEY

    0下载:
  2. 利用DELAUNEY三角化方法生成非结构三角网格,可用于有限元或有限体积法网格的自动划分-Triangulation method using DELAUNEY generate unstructured triangular meshes, can be used for finite element or finite volume Mesh automatic classification
  3. 所属分类:其他小程序

    • 发布日期:2024-07-06
    • 文件大小:3072
    • 提供者:许哈哈
  1. Trianglemeshresampling

    0下载:
  2. 这是我Matlab的期末大作业,用Matlab工具,做的三角网格重样化。-This is my Matlab s final major work, using Matlab tools to re-do kind of triangular grid.
  3. 所属分类:其他小程序

    • 发布日期:2024-07-06
    • 文件大小:171008
    • 提供者:张道远
  1. chonggou

    0下载:
  2. 给出三维点云的X,Y,Z坐标,重构出三维图像,其中用到了三角网格法和规则化坐标法。-Given 3D point cloud X, Y, Z coordinates, three-dimensional reconstructed images, which uses a triangular coordinate grid method and rules of law.
  3. 所属分类:3D图形编程

    • 发布日期:2024-07-06
    • 文件大小:1024
    • 提供者:rongwei
  1. triangulationVolume

    0下载:
  2. 体数据的三角网格化,可用于三角网格简化与显示-Triangular grid for volume data
  3. 所属分类:matlab例程

    • 发布日期:2024-07-06
    • 文件大小:2048
    • 提供者:郭文
  1. normal-triangulation

    0下载:
  2. 构建三角化网格,并画出每个三角面的法向量的方法-Building triangulation and draw the normal vector of each triangle
  3. 所属分类:其他小程序

    • 发布日期:2024-07-06
    • 文件大小:3072
    • 提供者:lvdan
  1. normal-triangulation

    0下载:
  2. 构建三角化网格,并画出每个三角面的法向量的方法(Building triangulation and draw the normal vector of each triangle)
  3. 所属分类:3D图形编程

    • 发布日期:2024-07-06
    • 文件大小:2048
    • 提供者:asen
  1. 三角网格曲面参数化

    0下载:
  2. 我收集的三角网格参数化算法论文,其中保角算法我用代码验证过,效果不错,就是效率很慢,欢迎大家一起来写代码验证。(I collect the triangular mesh parameterization algorithm, the conformal algorithm is verified by code, and the effect is good, that is, the efficiency is slow. Welc
  3. 所属分类:其他小程序

    • 发布日期:2024-07-06
    • 文件大小:10409984
    • 提供者:叶飞飞
  1. tetgen-1.5.0

    0下载:
  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 part
  3. 所属分类:其他小程序

    • 发布日期:2024-07-06
    • 文件大小:234496
    • 提供者:airdamper
« 12 3 »

源码中国 www.ymcn.org