欢迎DaLao指导

博客名称

你的一句话介绍

摘要: 题目要求:给出一个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 麻辣咸鱼 阅读(390) 评论(0) 推荐(0) 编辑