资源列表
Doolittle
- Doolittle是一种解矩阵的方法 它的作用是对矩阵进行lu分解
valp
- 求特征值与特征向量的程序,通过methode de LU思想设计。
Kalman_Filter
- 学习小波实例,详细叙述了小波分解的原理,是一个很好的例程-Learning wavelet instance, described in detail the principle of wavelet decomposition, is a good routine
Park
- 这是长安大学的一个实习作业,是对链表、队列、堆栈的联合应用。-This is an internship job Chang' an University, is a linked list, queue, stack combination.
the-solution-to-AX=B
- 对任意线性方程组AX=B,利用矩阵等价变换形成上三角矩阵,在利用高斯消元法中的回代过程简便的求解方程组AX=B的解。本程序是用MATLAB编写的,运行时只要输入矩阵A和B,即可得到方程的解。程序中有详细的注释,很好理解。本程序具有通用性。-For any system of linear equations AX = B, the use of equivalent transformation matrix to form the upper triangular matrix using G
Matrix
- 这是一个关于矩阵的c++代码,用于创建一个矩阵,之后就能够在编写其他需要用到矩阵的代码里直接调用了-this is the code of c++about matrix
sort
- 排序 算法 可高效排序 容易读懂 大家可以参考 研究 学习 欢迎指正-A sorting algorithm, efficient, simple and easy to understand.
Program_Gauss
- [c#] Gaussian elimination
rayleigh_pf
- This code is aimed to simulate the nonlinear non-Gaussian particle filter, with rayleigh distributed noises.
stastic_number
- 产生指定大小的随机数,并做统计。程序中对程序耗时进行了统计,可供c++初学者学习使用。-Generate random numbers specified size, and do statistics. Program takes a statistical program available for beginners to learn how to use c++
km
- Kuhn-Munkers算法的几种变形应用 1.Kuhn-Munkers算法是求最大权完备匹配,如果要求最小权完备匹配怎么办?方法很简单,只需将所有的边权值取其相反数,求最大权完备匹配,匹配的值再取相反数即可。 2.Kuhn-Munkers算法的运行要求是必须存在一个完备匹配,如果求一个最大权匹配(不一定完备)该如何办?依然很简单,把不存在的边权值赋为0。 3.Kuhn-Munkers算法求得的最大权匹配是边权值和最大,如果我想要边权之积最大,又怎样转化?还是不难办到,每条
BN_multip.mfps
- 大数相乘,经过自己思考的成果,对初学者有借鉴作用!-big number multiply