Paste_Image.png
如上所示的矩阵数组,实际结构是这样的:
Paste_Image.png
有了这个结构,那么矩阵的元素值我们便可以一目了然:
e.g
juzhen[1][2] = 6
juzhen[2][2] = 5
juzhen[2][3] = Index was outside the bounds of the array.
如上所示的矩阵数组,实际结构是这样的:
有了这个结构,那么矩阵的元素值我们便可以一目了然:
e.g
juzhen[1][2] = 6
juzhen[2][2] = 5
juzhen[2][3] = Index was outside the bounds of the array.