-
yxyffbc(dsb)
有限元方法fortran编程,包括二维三维线性非线性静态分析、稳定流瞬时流分析、振动问题、特征值问题、并行计算等。包含了所有子程序。(Finite element method fortran programming, including 2D and 3D linear and nonlinear static analysis, steady flow transient flow analysis, vibration problems, eigenvalue problems, parallel computing. Contains all subroutines.)
- 2013-11-24 23:02:01下载
- 积分: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
-
mywordcount
用于测试hadoop的mapreduce功能,功能与自带的wordcount程序大相径庭。(Use to test the mapreduce function of hadoop,this program was seem to the origin program.)
- 2020-06-30 02:40:02下载
- 积分:1
-
KMP-string-match
编写一个使用KMP算法的字符串匹配程序。
使用方法:字符串匹配.exe -f xxx.txt -s xxx
-f 指定要查找的文件
-s 指定要查找的字符串(Writing a string matching algorithm using KMP program. How to use: string matching exe-f xxx.txt-s xxx-f to specify the file you want to find-s to specify the search string)
- 2013-12-08 01:12:46下载
- 积分:1
-
matlab-vegetation-index-calculations
植被指数计算程序,共计算了31个植被指数(Vegetation index calculation program, a total of 31 vegetation index calculations)
- 2014-11-18 13:25:27下载
- 积分:1
-
时间序列
利用MATLAB程序实现时间序列的预测功能(Using MATLAB program to achieve prediction function of time series.)
- 2018-04-17 15:00:34下载
- 积分:1
-
wg12154615345
说明: matlab改进的网格算法,work3为主程序(Matlab improve grid algorithm, based procedures work3)
- 2006-01-06 14:55:18下载
- 积分:1
-
n_queen_QS4
利用QS4算法解决N皇后问题,解决300万的皇后所需时间在5s左右,特别快(Use QS4 algorithm to solve the N-queens problem, solve 3000000 Queen the time required for about 5s, particularly fast)
- 2020-11-29 21:29:27下载
- 积分:1
-
semi-analytical-numerical-method
一本介绍半解析数值方法的经典之作,对从事数值分析及方法研究和应用的科研人员是不错的参考资料(Introduce a semi-analytical numerical method of classic, engaged in numerical analysis and methods of research and application of scientific research personnel is a good reference)
- 2009-02-06 16:59:06下载
- 积分:1
-
gavsteh
地球物理中的G-S变换,电磁场频率域变换到时间域。(Geophysics in the GS transformation, electromagnetic frequency domain transform to the time domain.)
- 2021-04-22 12:48:48下载
- 积分:1