资源列表
单纯形法
- Matlab下的,很不错哦
gssd
- matlab制作的高斯—赛德尔迭代法求值,数值计算方法实验作业,经测试无误。-matlab produced Gauss- Seidel iterative method evaluation, experimental work numerical methods, the test correctly.
gaos
- 高斯消去法 -Gaussian elimination method of Gauss elimination method
lyapunov
- 计算lyapunov指数的程序,以洛伦兹曲线为例,可用于非线性时间序列分析-Lyapunov index calculation process to the Lorenz curve, for example, can be used for nonlinear time series analysis
zifushibie
- Matlab的BP网络字符识别 只用理想样本训练了,大家用的时候可以用加噪后的再进行训练即可 -BP network character recognition Matlab' s the ideal training samples only, and everyone can use when adding noise to the training again after the
lcl
- 此程序是用来计算抬升凝结高度的lcl.f90,里面有详细的注释和说明-Lifting condensation level calculation procedure lcl.f90
MacCormack_burger
- 是MacCormack的改良算法,应用于一维欧拉方程的计算,具有良好的精度-MacCormack_burger,for 1D Euler equation with better accuracy
bignumber
- 大数和是比较困难的加法运算,我运用了vc++语言实现了它-Large numbers and
001
- 计算矩形的面积和周长、面向对象程序设计 #include<iostream> #include"002.h" using namespace std int main() { double x1,y1,x2,y2 cout<<"请分别输入左下右上点的坐标,用空格分开"<<endl cin>>x1>>y1>>x2>>y2 juxing j1(x1,y1,x2,y2
rt02dlocalbasis
- C++实现三角形网格上的最低阶Raviart-Thomas形状函数-Lowest order Raviart-Thomas shape functions on the reference triangle.
Newton-interpolation
- 用牛顿插值法对已有样点进行插值计算和曲线拟合-Use Newton Interpolation to compute and fit the curve
IDW-interpolation
- IDW空间内插法算法的C#代码实现,简单易懂,对初学者有帮助。-IDW interpolation algorithm in the C# implementation, easy to understand.