资源列表
Matrixmul
- 求m*n阶实矩阵A与n*k阶实矩阵的乘积矩阵C=A*B-Demand m* n order real matrix A n* k order real matrix product matrix C = A* B
FFT
- 快速傅里叶变换算法(基-2FFT)-Fast Fourier Transform
chazhao
- 折半查找算法的递归算法,采用顺序方式存储。完整的程序-Recursive algorithm binary search algorithm, using the order stored. Complete program
006
- 用if…else语句解决奖金发放问题,用C语言实现-If ... else statement to solve with the bonus issue, with the C language
Pre-order-binary-tree-traversal
- 二叉树的前序遍历:主要运用C语言来实现二叉树的前序遍历算法-Pre-order binary tree traversal
test
- 约瑟夫问题 设有n个人站成一圈,每个人有不同的编号i(1≤i≤n)。从编号为1的人开始按顺时针方向“1,2,3,4…”循环报数,数到m的人出列,然后从出列者的下一个人重新开始报数,数到m的人又出列,如此重复进行,直到n个人都出列为止。约瑟夫问题是:对于任意给定的n个人的原始排列顺序和m值,求出n个人的出列顺序。 例如,当8个人的原始排列顺序为 1 2 3 4 5 6 7 8 并且m=4时,其出列顺序为 4 8 5 2 1 3 7 6 -Documents and S
kfilter
- KFILTER calculates the kalman gain, k, and the stationary covariance matrix,using the Kalman filter.
chengfa
- 实现500000位的正整数乘法运算,支持输入格式验证-I have a pool english
Source1
- 判断一个点是否在多边形内还是在多边形外-To determine whether a point is within a polygon
CreatBinaryTree
- 这个程序能让用户输入由中序与层序序列建立二叉树,该文件底部有一个输入例子供参考。-This program allows the user to input Chinese and sequence sequence sequence to build a binary tree, the bottom of the file has an input example for reference.
HuffmanTree
- 静态建立Huffman树,数据结构,静态,huffman树-Static build Huffman tree data structures, static, huffman tree
topn
- 经典的算法面试题,从N个整数中取最大的n个数据。-get top n Integer from N Integer.