oakleaf000要不要开个新帖# EB23 - 劳工卡
l*c
1 楼
Given an image represented by an NxN matrix, where each pixel in the image
is 4 bytes, write a method to rotate the image by 90 degrees. Can you do
this in place?
我想问个超弱智的问题,如果函数定义成 void rotation(matrix, n);
这个matrix怎样才能是一个的动态大小二维数组呢?我目前只知道一维的,可以用int
*matrix作为输入。。。谢谢了。
is 4 bytes, write a method to rotate the image by 90 degrees. Can you do
this in place?
我想问个超弱智的问题,如果函数定义成 void rotation(matrix, n);
这个matrix怎样才能是一个的动态大小二维数组呢?我目前只知道一维的,可以用int
*matrix作为输入。。。谢谢了。