jagged array 中文意思是什麼

jagged array 解釋
不規則數組
  • jagged : adj. 鋸齒狀的,有缺口的,參差不齊的,粗糙的,凸凹不平的。 A jagged rock ?巖。adv. -ly ,-ness n.
  • array : vt 1 打扮,裝飾。2 使…列隊,排列。3 提出(陪審官)名單,使(陪審官)列席,召集(陪審官)。n 1 整...
  1. To declare a jagged array variable

    聲明交錯數組變量
  2. Shows four ways to store an array of arrays, or jagged array, in a variable, and how to set its length and element values

    演示四種方式來在變量中存儲矩形數組或交錯數組並設置數組的長度和元素值。
  3. A jagged array is an array whose elements are arrays

    交錯數組是元素為數組的數組。
  4. Returns the number of arrays contained in the jagged array

    返回包含在交錯數組中的數組的數目。
  5. How to : initialize a jagged array

    如何:初始化交錯數組
  6. The elements of a jagged array can be of different dimensions and sizes

    交錯數組元素的維度和大小可以不同。
  7. A jagged array can be either one - dimensional or multidimensional, and so can its elements

    交錯數組可以是一維或多維,它的元素也可以是一維或多維。
  8. The following code example initializes the array variables to default except for jagged arrays

    下面的代碼示例將數組變量初始化為默認值(交錯數組除外) :
  9. A jagged array is an array of arrays, and therefore its elements are reference types and are initialized to

    交錯數組是數組的數組,因此其元素是引用類型並初始化為
分享友人