资源列表
kmp_suanfa
- KMP模式匹配算法,实现了用KMP算法无回溯查找字符串的功能
用分治法求第k小元素
- 用分治法求第k小元素 输入:程序从标准输入读入数据,第一行是一个整数n (1=<n<=100000)表示元素的个数,接下来的n行中每行有一个整数。最后一行是k,就是我们要找的第k小元素。 输出:针对每一组输入,输出一个结果,每个结果占一行。 例如: 输入 5↵ 123↵ 12↵ 1↵ 3↵ 4↵ 4↵ 输出: 12 ,Separation method using the first k elements in small
convexhull
- convexik jan convexik
circularMatrix.m
- Computes the circulant matrix of a vector.
Whole_Between
- KNN分类器,此分类器在模式识别中应用的相当广泛,他是整个模式识别过程中至关重要的一环-KNN classifier, this classifier in the application of a wide range of pattern recognition, he is vital to the whole pattern recognition process of a part
machogfl
- 用途:用Cholesky分解法解方程组Ax=b 可利用该算法源码解求方程- Usage: The Cholesky decomposition solution of equations Ax = b can make use of the algorithm source solution of Equation
rect_multi
- 实现两个矩阵相乘的函数,重在学习用多维数组作为实参数时,形参该如何表达-Achievement of the two matrix multiplication function, focusing on learning to use multi-dimensional array as a real parameter, the parameter to express
yanghuisanjiao
- 杨辉三角的算法还有yanghuisanjiao杨辉三角的程序设计-visual basic
btree
- 该文件描述了如何根据一个已知序列建立二叉树。-build tree.
Dijkstra
- 设在图G={V,E}中有一顶点r,Dijkstra算法可以求出其他所有点到点r的最短路径的跳数,这是求单源最短路径的一个最基本的算法。-There is a vertex, r, in the graph G={V,E}. As to every other vertex v, there exist several paths between v and r. The Dijkstra algorithm can get the hop count of the shortest path a
qipao
- 冒泡排序法,分别采用最大数下沉、最小数上升两种方法进行对比排序-Bubble sort method, were used to the maximum number of sinking, the smallest increase in two ways to sort the number of
arls
- 对于信号 ,其中w(n)为均值为0,方差为1的AWGN。n=1,2,…,128。 AR模型功率谱估计。假设AR(4),用LS方法估计AR参数,功率谱用freqz(1,LS_ar,1024,1)来验证。-For the signal, which w (n) is zero mean and variance 1 AWGN. n = 1,2, ..., 128. AR model power spectrum estimation. Assuming AR (4), with the
