-
HLL1
计算流体力学,HLL格式,适合初学者,易懂,每步有说明。(Computational Fluid Dynamics, HLL format, suitable for beginners, easy to understand, each step is described.)
- 2021-04-21 01:38:49下载
- 积分:1
-
fft
this is fft header file for fast fourier transform. with this file, you can compute frequency spectrum zero to tow pi.
- 2009-10-17 02:06:53下载
- 积分: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
-
Matrix Computations 4th edition.pdf
说明: 矩阵计算英文版第4版,经典,经典,很不错!!!!!请下载!!!!!!(Matrix Computing English Version 4, classic, classic, very good!!!! Please download!!!!!!)
- 2020-06-23 22:20:02下载
- 积分:1
-
defin_heat_flux
它是一个计算热通量的c++程序,用udf导入fluent,既可以求解,非常好用的一个,可以作为入门的一个例子学习。(it is a calculated heat flux of c++ program, with udf into fluent, not only can solve, very easy to use one, can be used as a case study entry.)
- 2012-02-02 14:59:16下载
- 积分:1
-
burg
matlab程序—用burg方法计算太阳黑子爆发的周期(the matlab program-the frequency of the sunspot by the method of burg)
- 2013-07-20 22:51:57下载
- 积分:1
-
FDTD_2D_Yee_2D_TM_final
利用matlab编写的二维网格的时域有限差分算法(Matlab prepared using a two-dimensional grid finite-difference time-domain algorithm)
- 2012-10-18 15:16:40下载
- 积分:1
-
chazhi
各种插值算法,高斯插值算法,线性插值算法,牛顿插值法,哈米特矩阵插值算法(Various interpolation algorithm, the Gaussian interpolation algorithm, linear interpolation algorithm, Newton interpolation, Hammett matrix interpolation algorithm)
- 2012-09-03 18:37:48下载
- 积分:1
-
Gauss-Hermite
实现高斯厄米特积分,可以直接更换f函数,得到所求的积分(High the Sie Mitt integral to replace the f function, ask the integral
)
- 2021-03-06 20:49:30下载
- 积分:1
-
w
说明: 任意给定一个M进制的数X,利用栈实现数值转换。(Given an arbitrary number of M band X, use the stack to achieve numerical conversion.)
- 2010-07-06 10:32:10下载
- 积分:1