搜索资源列表
matrix
- 自己编写的实现螺旋矩阵的java小程序。螺旋矩阵即整个矩阵顺时针或逆时针从外向内不断递减的矩阵-I have written a small java Spiral Matrix program. Spiral matrix of the entire matrix of clockwise or counterclockwise from the outside in diminishing the matrix
Test9
- /** * 第9题:写一方法,打印等长的二维数组,要求从1开始的自然数由方阵的最外圈向内螺旋方式地顺序排列。 如: n = 4 则打印: * 1 2 3 4 * 12 13 14 5 * 11 16 15 6 * 10 9 8 7 * @antor ZhangLinmin */-/*** Question 9: Write a method to print a two-dimensional array of equal length, requiri