登录
首页 » C++ » IMLS

IMLS

于 2020-11-12 发布 文件大小:14577KB
0 189
下载积分: 1 下载次数: 134

代码说明:

  点云曲面建模,基于距离函数,运用移动最小二乘法,拟合曲面,提取等值面,用于散乱点云的快速三角网格构建(Point cloud surface modeling, based on the distance function, the use of moving least squares method, fitting surface, isosurface extraction for fast scattered point cloud build triangular mesh)

文件列表:

IMLS(隐式曲面)
..............\Algebraic MLS.dsp,4988,2013-06-24
..............\Algebraic MLS.dsw,534,2013-06-22
..............\Algebraic MLS.ncb,123904,2013-09-28
..............\Algebraic MLS.opt,48640,2013-09-28
..............\Algebraic MLS.plg,1471,2013-06-25
..............\APSS.cpp,3487,2013-06-24
..............\APSS.h,975,2013-06-24
..............\data
..............\....\ADragon.txt,19916871,2013-06-18
..............\....\Armadillo.txt,10174330,2013-06-18
..............\....\bunny.txt,2196981,2013-06-04
..............\....\dragon.txt,5709603,2013-06-16
..............\Debug
..............\.....\Algebraic MLS.exe,352357,2013-06-25
..............\.....\Algebraic MLS.ilk,475144,2013-06-25
..............\.....\Algebraic MLS.pch,2145336,2013-06-25
..............\.....\Algebraic MLS.pdb,828416,2013-06-25
..............\.....\Algebraic MLS.sln,620,2013-06-23
..............\.....\APSS.obj,18263,2013-06-24
..............\.....\display.obj,25125,2013-06-24
..............\.....\kdTree.obj,20010,2013-06-24
..............\.....\mcCube.obj,43980,2013-06-25
..............\.....\mouseControl.obj,18039,2013-06-24
..............\.....\PointSet.obj,21070,2013-06-24
..............\.....\SVD.obj,16411,2013-06-24
..............\.....\vc60.idb,107520,2013-06-25
..............\.....\vc60.pdb,110592,2013-06-25
..............\display.cpp,3831,2013-06-23
..............\kdTree.cpp,4096,2013-06-22
..............\kdTree.h,3752,2013-06-22
..............\mcCube.cpp,23210,2013-06-25
..............\mcCube.h,967,2013-06-23
..............\mouseControl.cpp,2286,2013-06-22
..............\mouseControl.h,583,2013-06-22
..............\PointSet.cpp,4887,2013-06-23
..............\PointSet.h,1146,2013-06-22
..............\效果图



下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • ABAQUS+UMAT+FORTRAN
    ABAQUS中用户材料子程序UMAT的开发主要解决两方面的问题:本构模型的建立和积分算法的选择。 本文主要研究非线性材料的UMAT实现方法,并重点研究其迭代算法部分,目前,用户材料子程序UMAT的迭代算法主要是常刚度法,常刚度法的优点在于算法原理较简单,程序编写较方便,缺点是当遇到复杂非线性材料时,其迭代次数较多,收敛速度也较慢,在这个情况下,本文采取的是一种迭代次数较少且收敛速度较快的切线刚度法,具体就是采用FORTRAN语言编制了基于Von-Mises模型的接口程序,并采用切线刚度算法,通过与ABAQUS自带本构关系计算的结果相比较,验证其正确性。(This paper studies the user subroutine UMAT of ABAQUS development methods, the use of FORTRAN language isotropic hardening material model of the interface program, studied the effects of such material is extremely elastic-plastic constitutive relation method. This article UMAT tightly around the secondary development of technology, the first principle of its interface detail, and then for the theory of nonlinear finite element incremental stiffness of the regular tangent stiffness method and the theory of algorithms to do an in-depth analysis of deduced a regular tangent stiffness and rigidity of the law of the specific expression of algorithm theory, and then the preparation of the two algorithms, respectively, of the UMAT program, and finally the establishment of a specific model checking, bringing with ABAQUS elasto-plastic constitutive relation of the calculated results compared to verify the correctness of the two.)
    2020-12-05 21:59:24下载
    积分:1
  • 0-1
    说明:  用LINGO求解最短路径问题,此方法为0-1规划,只适用于简单的ILP问题。(Lingo is used to solve the shortest path problem, which is a 0-1 programming method. It is only suitable for simple ILP problems.)
    2020-05-04 08:21:21下载
    积分:1
  • db
    说明:  本程序用在测试采煤机煤矸识别系统中,验证小波算法(Wavelet Algorithm for caving coal)
    2013-08-10 18:33:01下载
    积分:1
  • response
    自己编写的振动响应计算的matlab程序,可以运行,结果正确。(dynamic response of the system using matlab。)
    2020-11-23 18:09:33下载
    积分:1
  • Variogram_regress
    matlab环境下,克里金插值中用回归方法和线性方法拟合出的球状模型的系数。(Kriging the spherical model coefficients using regression fitting in matlab.)
    2012-11-28 13:00:31下载
    积分:1
  • yantubbs-cam-model
    修正剑桥模型在不排水条件下的源程序,很有用,是最近做项目是研究的课题。(cambridge with fortran)
    2020-12-21 10:09:08下载
    积分:1
  • ysf
    用C语言实现解决约瑟夫问题的一种方法,也许会对他人有启示。(C language implementation with a way to solve the problem, Joseph, and perhaps others, would be revealing.)
    2009-11-14 15:31:44下载
    积分:1
  • LM
    该代码完成了LM算法,并附有详细的代码说明。(The code completion LM algorithm, along with a detailed code instructions.)
    2016-02-20 11:52:00下载
    积分:1
  • Riemannmain
    用Roe格式求解黎曼激波管问题的Fortran源代码。可以通过MUSCL插值来提高求解精度。适合计算流体力学的初学者参考学习。(Riemann shock tube problem with Roe scheme. You cam improve the accuracy by MUSCL interpolation. This code is suitable for CFD beginners.)
    2020-12-31 09:48:58下载
    积分:1
  • phase-field
    描述固体凝固的随机变化状态,为fortran语言,请自行下载对应编译器(describe solid phase status, as fortran lauguage, please download associated compiler)
    2021-01-14 17:58:46下载
    积分:1
  • 696518资源总数
  • 106161会员总数
  • 5今日下载