资源列表
MGSolver
- 多重网格算法,可以求解线性方程组,求解速度比较高,对高数值计算的人士很有好处。-This is a multigrid programme,made bu Fortran
Maginken
- 马斯金根法求解洪水演进的程序,用EXCEL表格进行计算,简单易操作。-This is a Maskin programme made by VBA
TEMPERATURE
- 用于计算河道温排水的Fortran代码,是我自己开发的,已经用于论文的写作中,对于水利专业的学生很有好处。-River water used to calculate the temperature of the Fortran code, is the development of my own, has been writing for the paper, the water is very beneficial to students.
zuisuxiajiangfa
- 简单的最速下降法算法,适合于刚刚学习最优化方法的同学们参考-simply the speediest downing method
NumericalAnalysis
- 数值分析中常用算法的C++语言实现。 其中包括: 变步长梯形积分公式 二分查找 拉格郎日差值公式 牛顿迭代公式 牛顿前插公式 -Algorithm commonly used in numerical analysis of the C++ language. These include: Variable Step-trapezoidal integral formula of binary search difference Lagrangian formula
Introduction_to_Algorithm
- 常见算法设计的源代码。配合著名的那本“算法导论”。其中主要包括: 归并排序 活动选择问题 矩阵链乘问题 矩阵链乘问题的备忘录解法 逆序对问题 求和问题 装配线问题 最短路径Dijkstra算法和堆操作 -Common algorithm design of the source code. With the well-known that the " Introduction to Algorithms." Which mainly i
ToSolveAnEquationSet
- 数值分析中五种常用的解方程组的算法在Linux下的实现。 在本压缩包里分别是: ColPivotElim.d 枢轴元素消去法解方程组 GaussElim.d 高斯销元法解方程组 GSItera.d 高斯赛德尔迭代法解方程组 JacobiItera.d 雅克比迭代解方程组 TriDecompo.d 线性方程组的直接三角分解法 运行环境是Linux,用G++编译的。-Numerical analysis of five commonly used soluti
Formula_Numerical_Analysis
- 数值分析中用于求近似值的算法、二分法解方程、变步长梯形求积分的算法。是在Linux下用C++实现的。用G++编译。 配合华中科大的那本著名的“数值分析”。李庆扬编著。 用来交作业很好。 在本压缩包里面包含的是: HalfDevision.d 二分法解方程 LagrgIn.d 拉格朗日差值公式-求近似值 NewtonFwIn.d 牛顿前插公式-求近似值 NewtonItera.d 牛顿迭代法-求近似值 VarStpTrpzoItg.d 变步长梯形积
ffc
- 有关快速傅里叶变换的PPT课件,内容丰富-lecture PPT
fft_p_by_p
- 用虚拟仪器编写的对逐点求解FFT的程序,主要用于仿真的用途-Prepared to use virtual instrument for solving of the case-by-point FFT procedures, mainly for the use of simulation
zuixiaoercheng
- 这是matlab下编的系统辨识方法,为最小二乘和递推最小二乘,内容已经经过调试,即可以作为课程参考,也可以应用于科学研究-This is XiaBian matlab system identification methods
xiashifa
- 夏氏法编的系统辨识方法,广发应用于信号处理。夏氏法程序比较复杂,这是已经调试好的matlab源码,希望对大家有帮助-XiaShi method of system identification method
