-
elasticity-plane-problem
弹性力学平面问题有限元fortran源程序,包括平面梁,刚架,内含输入文件及exe文件
(Finite element elastic plane fortran source code, including flat beam, frame, containing the input file and the exe file)
- 2011-01-25 14:59:38下载
- 积分:1
-
tree
设T 是一棵带权树,树的每一条边带一个正权。又设S 是T 的顶点集,T/S 是从树T 中
将S中顶点删去后得到的森林。如果T/S中所有树的从根到叶的路长都不超过d ,则称T/S
是一个d 森林。(this is a project )
- 2021-05-09 05:08:35下载
- 积分:1
-
microdisk_FDTD_backup
FDTD Solutions 是一款三维麦克斯韦方程求解软件,可以分析紫外、可见、红外至太赫兹和微波频率段电磁波与具有亚波长典型尺寸复杂结构的相互作用。
FDTD Solutions 使得设计师能够从容地面对光子设计复杂的挑战问题。快速原型制造和高精度仿真大大降低对费用高昂的原型试验的依赖,因而可以对设计概念进行快速评价,进而缩短产品研发周期,降低费用。 FDTD Solutions 可以帮助你成功应对各种复杂的应用,从基础光子学研究,到目前工业界领先应用领域如成像、照明、生物光子学、光伏、以及众多其他应用。(FDTD Solutions is a three-dimensional software for solving Maxwell' s equations, we can analyze the ultraviolet, visible, infrared and microwave to terahertz frequencies of electromagnetic waves having a typical size of subwavelength interaction of complex structures. FDTD Solutions allows designers to calmly face the complex photonic design challenges. Rapid prototyping and simulation precision greatly reduce dependence on costly prototype testing, which can quickly uate design concepts, and thus shorten the product development cycle and reduce costs. FDTD Solutions can help you successfully deal with a variety of complex applications, leading application areas such as imaging, lighting, biophotonics, photovoltaics, and many other applications basic photonics research, the current industry.)
- 2016-03-20 17:40:02下载
- 积分:1
-
最佳平方逼近
最佳平方逼近数值分析算法程序,matalab编程运算(numerical analysis of best square approximation)
- 2021-03-17 22:19:21下载
- 积分:1
-
VibrationSimulationUsingMATLABandANSYS_muya
转载:众所周知有限元解决振动问题的能力还是有限的, 比如做齿轮啮合过程的动力学模拟就要同时涉及到接触和动力反映两个主要方面. 目前处理此类问题最成熟的软件当属MSC.ADAMS, 但ADAMS也只能在模拟过程中做到弹性与刚性接触而已! 据我所知, 已不止两位研究生试图用LS-DYNA来做此类模拟, 他们忽略了(或没搞清楚) LS-DYNA只能处理瞬态问题, 而对于该过程的模拟也是无能为力的!!! 结果是浪费了大量的时间, 甚至机会. 这本应是导师的责任, 但许多高龄导师对现代软件的不熟悉也是....那么此类问题的具体解决方案在哪里? Vibration Simulation Using Matlab and ANSYS 给出了答案. 掌握书中的内容意义非同小可! 这对于要从事CAE工作的将会受益(起码在今后20年内).随着我国经济的高速发展 解决资本积累必将是要遇到的问题, 工程(设备)维护, 系统监测也将(象发达国家)成为CAE非常重要的部分. 早早入手就能使你立于不败之地!(This book has three main purposes. The first purpose is to cc..-ct in one
document the various methods of constructing and representing dynamic
mechanical models. The second purpose is to help the reader develop a strong
understanding of the modal analysis technique, where the total response of a
system can be constructed by combinations of individual modes of vibration.
The third purpose is to show how to take the results of large finite element
models and reduce the size of the model (model reduction), extracting lower
order state space models for use in MATLAB.)
- 2009-03-22 19:06:42下载
- 积分:1
-
PID-algrithm
对于PID算法给予了通俗易懂的讲解,有利于初学者快速掌握PID的要领(I give the PID algorithm the understandable explanation,which will help beginners to quickly master the PID essentials)
- 2012-12-21 15:21:32下载
- 积分:1
-
for语言编写的abaqus混凝土弹性本构
利用for语言精确模拟混凝土的全过程弹性本构(Accurate simulation of the whole process of elastic constitutive of concrete by for language)
- 2020-11-23 20:09:34下载
- 积分:1
-
Conjugate-Gradient-Method
共轭梯度法(Conjugate Gradient)是介于最速下降法与牛顿法之间的一个方法,它仅需利用一阶导数信息,但克服了最速下降法收敛慢的缺点,又避免了牛顿法需要存储和计算Hesse矩阵并求逆的缺点,共轭梯度法不仅是解决大型线性方程组最有用的方法之一,也是解大型非线性最优化最有效的算法之一。 在各种优化算法中,共轭梯度法是非常重要的一种。其优点是所需存储量小,具有步收敛性,稳定性高,而且不需要任何外来参数。(Conjugate gradient method (Conjugate Gradient) is between the steepest descent method between the method and Newton' s method, it takes only a first derivative information, but to overcome the steepest descent method convergence slow shortcomings, but also to avoid the Newton method needs to be stored Hesse and disadvantages of computing inverse matrix and the conjugate gradient method is not only one of the most useful methods to solve large linear equations, solution of large-scale nonlinear optimization is one of the most effective algorithm. In various optimization algorithm, conjugate gradient method is a very important one. The advantage is that a small amount of memory required, with step convergence, high stability, and does not require any external parameters.)
- 2017-03-14 15:48:15下载
- 积分:1
-
pattern_recognition_v6.1
完整的模式识别库,包括矩阵运算,各种模式识别算法,如K均值、SVM、RVM、NN、LDA等(Complete pattern recognition library, including matrix computation, a variety of pattern recognition algorithms, such as K-means, SVM, RVM, NN, LDA, etc.)
- 2020-06-29 05:20:02下载
- 积分:1
-
SPHForPoiseuilleFlow
SPH计算泊肃叶流动,利用周期边界条件和虚拟粒子固壁条件(SPH Code for poiseuille Flow by peoriodic boundary condtion)
- 2020-10-26 20:19:59下载
- 积分:1