-
MOM
Matlab的矩量法程序,很适合初学者,共享下(Mothod of moment Codes)
- 2012-09-16 10:30:40下载
- 积分:1
-
qiuni
C语言矩阵求逆模块,输入矩阵调用此模块即可求出对应的逆矩阵(C language matrix inversion module)
- 2013-12-16 21:18:18下载
- 积分:1
-
xv240
基于多相结构的信道化接收机,一些自适应信号处理的算法,是小学期课程设计的题目。( Channelized receiver based on multi-phase structure, Some adaptive signal processing algorithms, Is the topic of the elementary school stage curriculum design.)
- 2017-05-09 20:42:24下载
- 积分:1
-
Python for Data Analysis, 2nd Edition
Python for Data Analysis
DATA WRANGLING WITH PANDAS,
NUMPY, AND IPYTHON
- 2018-09-15 23:03:37下载
- 积分:1
-
sod-problem-by-MacCormack
一维 问题,即激波管问题,是一个典型的一维可压缩无黏气体动力学问题,并有 解析解。对它采用二阶精度 两步差分格式进行数值求解。(Use MacCormack difference scheme for solving a two-dimensional shock tube problem)
- 2014-01-03 09:15:51下载
- 积分:1
-
Numerical_Recipes_in_C
《数值分析方法库
》本书选材内容丰富,包括了当代科学计算过程中涉及的大量内容:求特殊函数值、随机数、排序、最优化、快速傅里叶变换、谱分析、小波变换、统计描述和数据建模、偏微分议程数值解、若乾编码算法和任意精度计算等。本书科学性和实用性统一,不仅对每种算法进行了数学分析和比较,而且根据作者经验对算法给出了评论和建议,并在此基础上提供了用C++语言编写的实用程序。(《Numerical Recipes in C: The Art of Scientific Computing》, The product of a unique collaboration among four leading scientists in academic research and industry, Numerical Recipes is a complete text and reference book on scientific computing. In a self-contained manner it proceeds from mathematical and theoretical considerations to actual practical computer routines. With over 100 new routines bringing the total to well over 300, plus upgraded versions of the original routines, the new edition remains the most practical, comprehensive handbook of scientific computing available today.)
- 2010-05-17 12:44:53下载
- 积分:1
-
Sola
Fortran编写的VOF经典算法,SOLA-VOF(VOF classical algorithms written in Fortran, SOLA-VOF)
- 2021-01-17 23:38:48下载
- 积分:1
-
signalfft
三个MATLAB里实现傅里叶变换FFT的源程序代码,每种代码都进行了作图演示(Three in MATLAB source code to achieve Fourier Transform (FFT), each code have been mapped demo)
- 2017-04-20 11:39:02下载
- 积分:1
-
Runge-kutta
4阶龙格库塔解二阶微分方程,使用matlab软件编程进行渐进计算。(4th order Runge-Kutta solution of second-order equations)
- 2020-12-20 15:59:09下载
- 积分:1
-
PCG
% SSOR预处理的共轭梯度法求解方程Ax=b
% 输入参数说明
% A 正定矩阵[n*n]
% b 右边向量
% omega SSOR预处理参数(0--2)
% Times 迭代次数
% errtol 给定误差终止条件
%
%输出参数
% NewX 方程Ax=b的x近似解
% avgerr 求解的当前平均绝对误差( SSOR preconditioning conjugate gradient method for solving equations Ax = b the input parameter descriptions A positive definite matrix [n* n] b right side vector omega SSOR preconditioning parameters (0- 2) Times iterations errtol termination of a given error condition NewX output parameter equation Ax = b of x approximate solution to solve the current avgerr average absolute error)
- 2007-11-16 01:14:24下载
- 积分:1