资源列表
[其他小程序] 用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()
<good@588> 在 2008-05-05 上传
| 大小:4395 | 下载:3
/*
实现效果:
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()
<good@588> 在 2008-05-05 上传
| 大小:4395 | 下载:3