搜索资源列表
SPARSKIT2.tar.gz
- 这是Yousef Saad编写的矩阵运算的Fortran软件包(A basic tool-kit for sparse matrix computations (Version 2),包含常见的排序,预处理(ILU分解等),Krylov子空间迭代法,以及有限差分等方法得到的算例等。有不少很实用的子程序(比如稀疏矩阵相加、相乘等等,可以学习专家的设计哟!)。极力向学习大型线性方程组数值解的人推荐(不足之处就是Fortran实现,本人觉得还是C语言好)。,Yousef Saad This is pr
LyapunovspectrumforLorenzattractor
- 附件中是我用Fortran写的lorenz混沌吸引子的lyapunov指数谱产生程序。包括三部分内容:如何产生lorenz吸引子,详细注释,如何计算lyapunov指数谱。 需要的话也可以单独提取子程序中的四阶龙格库塔算法。 希望有所用。-Annex is written in Fortran I used the Lorenz chaotic attractor of lyapunov index spectrum generation process. Includes three
FDM0308
- 用fortran设计的LU分解法计算矩阵的算法-fortran matrix calculation algorithm LU
Fortran_3D_FDTD
- 三维FDTD程序,一个Fortran写的三维FDTD程序-Three-dimensional FDTD procedure, a Fortran program written by three-dimensional FDTD
Ising_model
- 用fortran编写的程序.主要用于研究统计物理里的Ising模型.-Fortran prepared to use procedures. Mainly used for research in statistical physics of Ising model.
Owen_Program_All.ZIP
- 有限元分析源程序汇总,含D.R.J. Owen 和一些线性非线性程序段,用FORTRAN77编写,主要用于结构分析-Summary of finite element analysis of source, including DRJ Owen and a number of linear non-linear program segment, using FORTRAN77 prepared, mainly for structural analysis
FFT
- fortran下的FFT编程。参数格式已经转换完毕。-fortran programming under the FFT. Parameters of the format has completed conversion.
Intel_Visual_Fortran_Code
- Intel Visual Fortran 应用程序开发 周振红编著
FORTRAN_program
- FORTRAN常用算法程序集。学习有限元程序的第一步。-FORTRAN
MEX_and_compiler
- 基于mex的matlab-fortran混合编程,详细的步骤和样例-Mex-based hybrid of matlab-fortran programming, detailed steps and sample
Monte-Carlo-methods-concepts-and-applications
- 一本学些蒙特卡洛的英文书籍,里面有很多相关的Fortran编写的程序-A book 《Monte-Carlo methods, concepts and applications》
RUNGE
- solution of linear ODE by SHOOTING method Runge kutta
simple_xy_rd
- 利用Fortran 90 接口读取已经创建的nc文件,并且检验其读写是否正确-The use of Fortran 90 interface to read nc file has been created, and test its read and write correctly
Runge_Kutta
- 此程序是有关用四阶龙格库塔法计算微分方程的程序。-This program is the fourth-order Runge-Kutta method to calculate the differential equations of the program.