-
Gauss-Seidel-in-C-Program
高斯-赛德尔迭代法是解线性方程组的常规算法,本文是C语言的高斯-赛德尔计算代码(Gauss-Seidel C program)
- 2016-04-08 09:51:43下载
- 积分:1
-
Famous-Numerical-Iteration-Algorithm
提供几种著名的大型线性方程组迭代算法,包括CG、PCG、Lanczos、MINRES(Several well-known large-scale linear equations iterative algorithm, including CG, PCG, Lanczos, MINRES)
- 2012-11-26 16:41:41下载
- 积分:1
-
nihe
说明: 在matlab环境下能进行各种曲线拟合的算法,非常好。(In the matlab environment to conduct various kinds of curve fitting algorithms, very good.)
- 2008-09-21 18:10:58下载
- 积分: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
-
bfgs
最优化的bfgs算法,是采用matlab编程(BFGS optimization algorithm, using matlab programming)
- 2008-12-11 21:15:55下载
- 积分:1
-
fsortrow
矩阵排序,按照行排序。
例如 矩阵[ 1 2 3 4 5
4 1 3 2 1
3 5 6 9 7]排序后为:
[ 1 2 3 4 5
3 5 6 9 7
4 1 3 2 1]
(matrix row sort )
- 2012-03-13 09:12:53下载
- 积分:1
-
adina源代码
麻省理工大学k.j.bathe 教授开发的adina代码,欢迎大家下载,(adina sources by k.j.bathe MIT please download)
- 2021-04-14 10:48:55下载
- 积分:1
-
BandPass_Filter_Response
用來計算帶通濾波器相關參數,可以看出響應圖(Band-pass filter is used to calculate the relevant parameters can be seen in Fig response)
- 2015-12-14 13:01:47下载
- 积分:1
-
FiniteElementMethod
有限元方法与C程序设计
介绍有限元方法原理和如何设计C程序,书后有相关代码。(Finite element method with the C programming)
- 2010-01-01 16:10:54下载
- 积分:1
-
qczdjl
本程序是用数学方程试计算出一个点在一条线上的垂线坐标,并判断出在线内外,是测量中用的程序!(The test procedure is used to calculate the mathematical equation of a line a point in the vertical coordinate, and determine the line outside, the procedure used to measure!)
- 2011-01-05 17:10:24下载
- 积分:1