With multidimensional arrays , you can use the same method to iterate through the elements , for example 由于有了多维数组,可以使用相同方法来循环访问元素,例如:
Along the way , you ll learn how to write your own functions and use awk s multidimensional arrays 在这个过程中,您将学习如何编写自己的函数,并使用awk的多维数组。
A table that is stored in the memory which is used to calculate an address in accessing some multidimensional arrays 一个存放在内存中的向量表,它在访问多维数组时用来计算地址。
Describes how to pass multidimensional arrays of integers by value and how to pass one - dimensional arrays by reference 描述如何通过值传递多维整数数组以及如何通过引用传递一维数组。
For multidimensional arrays , the initialization for each separate dimension is surrounded by braces within the outer dimension 对于多维数组,每个单独维的初始化被外部维内的大括号括起。
This sample covers the use of currency , dates , safearrays , multidimensional arrays , strings , chars , shorts , and longs 此示例包括货币、日期、 safearray 、多维数组、字符串、字符、短格式和长格式的使用。
When you add dimensions to an array , the total storage needed by the array increases considerably , so use multidimensional arrays with care 增加一个数组的维数时,该数组所需的总存储空间会急剧增大,因此应慎用多维数组。
When copying between multidimensional arrays , the array behaves like a long one - dimensional array , where the rows or columns are conceptually laid end to end 当在多维数组之间复制时,数组像长一维数组那样操作,在此行(或列)在概念上首尾相连。
When copying between multidimensional arrays , the array behaves like a long one - dimensional array , where the rows or columns are conceptually laid end - to - end 在多维数组之间复制时,数组像一维长数组那样操作,其中各行(或列)在概念上首尾相连。
In a multidimensional array , each element in the main array can also be an array . and each element in the sub - array can be an array , and so on 对于一个多位数组来说没,其中的每个元素都可以视为一个数组;这些二级数组中的每个元素又可以视为一个数组,以此类推。