In Fortran and MATLAB, for example, arrays start at index 1 (a(1), a(2), ...), whereas in C and Python the first index is 0 (a[0], a[1], ...).
確定! 回上一頁