搜索资源列表
用c编写的N*N的螺旋矩阵源代码
- /* 实现效果: 1 2 6 7 15 3 5 8 14 16 4 9 13 17 22 10 12 18 21 23 11 19 20 24 25 */ #include <stdio.h> #define N 5 //阶数,即N*N的螺旋矩阵 void main() { int i, j, num=1, a[N][N]; for(i=0; i<=N/2; i++) &nb
apple
- Descr iption 把M个同样的苹果放在N个同样的盘子里,允许有的盘子空着不放,问共有多少种不同的分法?(用K表示)5,1,1和1,5,1 是同一种分法。 -Descr iption of the M on the same Apple N months the same plate, allowing some empty onto a plate and asked the total number of different types of sub-law? (Ind
shuzhifenxi3
- 实验题目:曲线拟合的最小二乘法 相关知识:已知C[a,b]中函数f(x)的一组实验数据(xi,yi)(i=0,1,…,m),其中yi=f(xi)。设 是C[a,b]上线性无关函数族。在 中找函数f(x) 曲线拟合的最小二乘解 ,其法方程(组)为: 其中, k=0,1,…,n 特别是,求函数f(x) 曲线拟合的线性最小二乘解 的计算公式为: 数据结构:两个一维数组或一个二维数组 算法设计:(略) 编写代码:(略) 实验用例: 已知函数y
MATLAB-M-K法
- 实现M-K突变检测,做临界相变用,很有用的啊(m-k test goal, cirtical slow down, be useful)
m_ktubianjianyan
- Mall-Kendall以气候、下垫面一致为前提,要求序列随机独立且同分布,用于突变点的识别。 UFk为一条随k变化的曲线,当n增加时,UFk很快趋于标准正态分布。 假设H0成立。给定显著性水平α,查算正态分布表得。当|UFk|<时,接受原假设,即趋势不显著;反之,拒绝原假设,即趋势显著。 在坐标轴上绘制两条曲线,若相交,则交点为突变点。这就是Mall-Kendall法。(Mall-Kendall to climate and underlying surface consistent i