摘要:
题目要求:给出一个NxN的矩阵,写出程序将该矩阵进行顺时针旋转90度 // matrixrotation.cpp : 定义控制台应用程序的入口点。
// #include "stdafx.h"
#include #define n 3
int _tmain(int argc, _tchar* argv[])
{ int matrix[3][3]={ 1,2,3, ... 阅读全文
posted @ 2014-09-16 21:30
麻辣咸鱼
阅读(399)
评论(0)
推荐(0)

浙公网安备 33010602011771号