Northeastern University cs courses notes - Linear table

A two-dimensional array element position

  1. Determining two-dimensional array subscript range of rows and columns;
  2. No formula, remember, direct drawing, to each element number (starting with 0), find the law;
  3. Base address + length of each element number *

Guess you like

Origin www.cnblogs.com/vergilwu/p/11684548.html