资源列表
newton
- newton method 用迭代法计算root.数值计算的常用方法之一。-newton method: use iteration to calculate the root of a fuction. It is a common used method.
Matlabcodes-RobustPCA
- Matlab codes for Robust PCA multivariate control chart-Robust PCA multivariate control chart mainly consists two steps: Step1 Calculates the robust mean and the robust covariance of original dataset using the minimum covariance determinant (M
namespace
- 很高效的矩阵链乘的程序,在时间和空间上都很注意节省-A very efficient matrix-chain by the procedure, in time and space is more attentive to save
MAR1PSD
- 根据AR模型系数计算功率谱密度(PSD)。-AR model coefficients calculated according to the power spectral density (PSD).
6
- 用链表实现多项式相加。结构体定义,多项式的初始化,输入、输出。-Sum of polynomials with linked implementation. Structure definition, the polynomial initialization, input, output.
First-Heapsort
- 我的第一次自己写的堆排序算法,希望大家好好看,其实是为了凑字数-My first time to write their own heap sorting algorithm, I hope you look good, in fact, is to scrape together words
link
- 这是一个最简单的链表实现,单链表,完成一个在链表当中结点的数据插入-This is a simple linked list, singly linked list
6
- 关于图的dijkstra算法,很简单,发上来分享下-The dijkstra algorithm on the graph is very simple, made up under shared
middle-num
- 一个求中位数 算法复杂度为0(n)的小程序-get middle number which time is 0(n)
PhaSpaRecon
- 用matlab实现混沌理论中的相空间重构代码,很好用的工具!-Chaos theory in phase space reconstruction using matlab code, very easy to use tool!
integersplit
- 利用非递归算法将正整数n表示成一系列正整数之和,n=n1+n2+...+nk,其中n1>=n2>=n3>=...>=nk>=1,k>=1。 正整数n的这种表示称为正整数n的划分。 -N represents a positive integer into a series of positive integers and the use of a non-recursive algorithm, n = n1+n2+ ...+nk, wherei
staticStac
- 用C语言实现的动态栈的算法,清晰明了,方便学习-Using C language implementation of the dynamic stack algorithm, clear, easy to learn