资源列表
c_inference_ver2.2
- The package includes 3 Matlab-interfaces to the c-code: 1. inference.m An interface to the full inference package, includes several methods for approximate inference: Loopy Belief Propagation, Generalized Belief Propagation, Mean-Field
Numericalanalysisofthestructureandprpgramming1
- 详细介绍了有限元相关内容和结构数值分析 以及编程,是学习结构数值分析编程很好的学习资料
Numericalanalysisofthestructureandprpgramming2
- 第二部分的 详细介绍了有限元相关内容和结构数值分析 以及编程,是学习结构数值分析编程很好的学习资料
calculator
- 一个简单的计算器,喜欢的来
singleising
- 以简单Ising模型为例子实现monte carlo模拟的 源程序
Chapter02.Interpolation
- 清华大学《数值分析A》-第02章.插值 Lagrange Newton Hermite 三次样条
Chapter03.FunctionApproximation
- 清华大学《数值分析A》-第03章.函数逼近 最佳一致逼近 最佳平方逼近 最小二乘法曲线拟合
Chapter04.NumericalIntegration
- 清华大学《数值分析A》-第04章.数值积分 梯形 Simpson Romberg Gauss型求积 数值微分
Chapter05-06.LinearEquations
- 清华大学《数值分析A》-第05章.线性方程组-直接解法 Gauss消去法 列主元消去法 Gauss-Jordan LU分解 LL分解 LDL分解 清华大学《数值分析A》-第06章.线性方程组-迭代法 Jacobi Gauss-Seidel SOR
Chapter07.NonlinearEquation
- 清华大学《数值分析A》-第07章.非线性方程求根 二分法 迭代法 Steffensen加速 Newton法 弦截法 抛物线法
EquationSolvedByGauss
- 使用高斯列主元法消去法求解高次线性方程组,高斯列主元消去法是最长用的求解线性方程组的方法
TurnCoin
- 翻币问题:有n(n>=6)个硬币,正面朝上排成一排,每次将5 个硬币翻过来放在原位 置,直到最后全部硬币翻过来反面朝上为止,找出了步数最少的翻法。