multidimensional array

可以存储多维数据
常用释义
多维数组:一种数据结构,可以存储多维数据,例如矩阵、表格等。

例句

1·How to return a multidimensional array keys as a tree?

如何返回一个多维数组键树吗?

2·A multidimensional array USES more than one index to access data.

多维数组使用多个索引来访问数据。

3·If each subarray has the same length, a multidimensional array may be more useful.

如果每个子数组都具有相同的长度,则多维数组更适用。

4·On-line analytical processing uses multidimensional array as storage structure to speed up response time.

联机分析使用多维数组作为存储结构以加快查询响应时间。

5·The same procedure specifies a multidimensional array data type, but commas (,) are between the brackets.

用同一方法也可以指定多维数组的数据类型,但要在括号内使用逗号(,)。

6·The variable could be as simple as an integer or a string or as complex as a multidimensional array or an object.

变量可以像一个整数或字符串那样简单,也可以像多维数组或对象那样复杂。

7·To treat every dimension equally and adapt to sparse data, it is necessary to partition multidimensional array.

为了等同的对待每个维,适应稀疏数据,必须对多维数组进行划分。

8·The following example illustrates the difference between defined a one-dimensional array and a multidimensional array.

下面的示例阐释了定义一维数组和多维数组之间的区别。

9·When you add dimensions to an array, the total storage needed by the array increases considerably, so use multidimensional arrays with care.

增加一个数组的维数时,该数组所需的总存储空间会急剧增大,因此应慎用多维数组。

10·Calling the function in Listing 2 from the reporting application creates a multidimensional array—some sample values are $ccaarr[2][0]=2005 and $ccaarr[2][6]=0.1.

从报表应用程序调用 清单 2 中的函数会创建一个多维数组 — 一些样例值是 $ccaarr[2][0]=2005 和 $ccaarr[2][6]=0.1。