资源列表
aima
- The Kalman Filter Example
NiNiuDun
- 利用拟牛顿发解非线性方程组,领域为数值分析-Quasi-Newton made use of contradictions and solve linear equations, the field of numerical analysis for
dt
- 线性最小二乘法 运用中不需控件可直接运行输入数据即可-Least squares No controls used in the input data can be directly run
q1a
- transmission of 8 psk
the-code-of-LDLT-fenjie
- 可以将矩阵分解为LDLT以便于进行求根运算-a simple code about LDLT
cPP
- 数值线性代数中 用幂法求特征向量及其特征值-Numerical linear algebra using power law seeking eigenvectors its eigenvalues
GAUSS-JORDAN
- 用全选主元高斯-约当消去法同时求解系数矩阵相同而右端具有m组常数向量的n阶线性代数方程组-With full pivoting Gauss- Jordan elimination method for solving the same time while the right side has the same coefficient matrix of linear algebraic equations of order n m group constant vector
CORDICvFinal
- matlab中CORDIC算法用来开方,在0~2之间精度很高-matlab CORDIC algorithm is used in prescribing between 0-2 high precision
matlab_Hypergeometric
- 海杂波经常使用的高斯超几何分布,提供源码-Hypergeometric series
F1
- 这是全国研究生第十一届数学建模竞赛E题第一问的程序,它可以用于解决优化问题-This is the eleventh National Graduate Mathematical Contest in Modeling E ask questions first program that can be used to solve optimization problems
allan
- 基于角度测量的allan方差分析算法,不同于及速度的测量算法,主要用于画图。-Based on the measured angle measurement algorithm allan variance analysis algorithm, and is different the speed, mainly used for drawing.
josephringasmallprogramm
- 一个约瑟夫环小程序,练练手可以参照一下。任务:编号是1,2,……,n的n个人按照顺时针方向围坐一圈,每个人只有一个密码(正整数)。一开始任选一个正整数作为报数上限值m,从第一个仍开始顺时针方向自1开始顺序报数,报到m时停止报数。报m的人出列,将他的密码作为新的m值,从他在顺时针方向的下一个人开始重新从1报数,如此下去,直到所有人全部出列为止。设计一个程序来求出出列顺序。 -Joseph ring a small program and thought they could consult a