-
shiweidele
施威德勒球壳在ansys中的建模分析,APDL语言(Of Schwedler shell modeling in ansys, APDL language)
- 2012-10-22 14:32:47下载
- 积分:1
-
shuzhijisuan
数值计算实例,主要有LU分解,龙格库塔法,高斯分解法,欧拉法,曲线拟合,曲线插值(Numerical example)
- 2014-01-03 10:38:53下载
- 积分:1
-
ComputationalMechanicsLibrary
一个个人使用的精简了的c++有限元计算库(Finite element calculation library)
- 2018-04-15 15:39:13下载
- 积分:1
-
隐马尔可夫预测代码(含有大量案例)
说明: 该算法用于matlab,主要用于马尔可夫算法(THIS IS For markov algorithms)
- 2021-04-26 09:18:45下载
- 积分:1
-
FEM-of-four-bar-truss-structures
四杆桁架结构的有限元分析程序,在VS2008软件中使用C++语言编写,输入为四杆桁架结构的节点坐标,材料参数,边界条件,输出为各节点的应力和应变。(Four-bar truss structure finite element analysis program, the use of C++ written in VS2008 software, input node coordinate the four-bar truss structure, material parameters, boundary conditions, the output of the stress and strain of each node.)
- 2015-06-22 10:03:42下载
- 积分:1
-
Poisson-equation
二维泊松方程的定解问题:用5点菱形异步迭代格式求解泊松方程,h=5/4 ,误差s=1e-6
(Differential method for Poisson equation)
- 2015-05-29 20:28:24下载
- 积分:1
-
CMA-Evolutionary--Strategies
Covariance Matrix adaptation ES for optimizing
- 2020-12-14 22:39:14下载
- 积分:1
-
my378
包括脚本文件和函数文件形式,MinkowskiMethod算法 ,抑制载波型差分相位调制。( Including script files and function files in the form, MinkowskiMethod algorithm, Suppressed carrier type differential phase modulation.)
- 2017-06-02 11:09:56下载
- 积分:1
-
FFT
提供基二FFT(频域)的C语言算法,希望对大家有用()
- 2007-07-29 08:58:54下载
- 积分:1
-
121
1. 牛顿迭代法
function [x,i]=newtonmethod(x0,f,ep,Nmax)
牛顿法求非线性方程根
x0是输入初始值, f是输入函数, 精度要求ep, Nmax为最大迭代次数
x是输出迭代序列,i是迭代次数
2. 二分法
function [x,k]=bisection(a,b,f,ep)
二分法解非线性方程
输入区间[a,b],函数f和误差ep, Nmax为最大二分次数
x为输出近似根, k为二分次数
( Newton s law and the dichotomy)
- 2020-10-12 22:57:32下载
- 积分:1