您要查找的是不是:
- It is possible to mix jagged and multidimensional arrays. 可以混合使用交错数组和多维数组。
- But for multidimensional arrays, the two notations are equivalent. 但对于多维数组而言,这两种表示是等效的。
- A table that is stored in the memory which is used to calculate an address in accessing some multidimensional arrays. 一个存放在内存中的向量表,它在访问多维数组时用来计算地址。
- For multidimensional arrays, the initialization for each separate dimension is surrounded by braces within the outer dimension. 对于多维数组,每个单独维的初始化被外部维内的大括号括起。
- Traversing multidimensional arrays is almost always faster than traversing jagged arrays, especially for by-column or diagonal traversals. 在多维数组上进行遍历比在交错数组上进行遍历要快很多,尤其是列或者对角线的遍历。
- Take advantage of inherent support for properties, indexers, delegates, single and multidimensional arrays, advanced inheritance, attributes, versioning, and XML comments. 充分利用对于特性、索引器、委派、一维数组和多维数组、高级集成功能、属性、版本控制以及XML注释的内在支持。
- HDF (Hierarchical Data Format) is a general purpose library and file format for storing scientific data. It arranges data into datasets (multidimensional arrays) and groups (a structure for organizing objects). HDF(分级数据格式)是一个一般目的库和文件格式,用于存储科学数据。它将数据安排到数据集(多维数组)和群(组织对象的结构)。
- You can pass an initialized multidimensional array to a method. 可以将初始化的多维数组传递给方法。
- A variation of the multidimensional array is the jagged array: an array of arrays. 多维数组的一种变体是交错数组,即由数组组成的数组。
- When you add dimensions to an array, the total storage needed by the array increases considerably, so use multidimensional arrays with care. 增加一个数组的维数时,该数组所需的总存储空间会急剧增大,因此应慎用多维数组。
- This is particularly useful for counting all the elements of a multidimensional array. 对计算多维数组的所有单元尤其有用。
- Use the MakeArrayType(Int32) method overload to create multidimensional array types. 请使用MakeArrayType(Int32)方法重载来创建多维数组类型。
- The multidimensional array is then passed to a function that displays the array as a table in the document. 然后将该多维数组传递给一个函数,该函数将数组显示为文档中的一个表。
- A multidimensional array is stored with the rightmost dimension increasing first. 多维数组首先存储最右边的维。
- Comparing strings in multidimensional arrays is also similar 比较一下字符数组在多维数组也是一样的
- A vector, which always has only one dimension, is not the same as a multidimensional array that happens to have only one dimension. 向量始终只有一个维度,它与恰好只有一个维度的多维数组不同。
- By setting the last process_sections parameter to TRUE, you get a multidimensional array, with the section names and settings included. 如果将最后的process_sections参数设为TRUE,将得到一个多维数组,包括了配置文件中每一节的名称和设置。
- The ROLAP data cube is implemented as a collection of relational tables (up to twice as many as the number of dimensions) instead of as a multidimensional array. ROLAP数据立方体是按关系表格的集合实现的(最多可达维度数目的两倍),来代替多维阵列。
- A FORTRAN language statement used to define arrays. 在FORTRAN语言中用于定义数组的语句。
- a table that is stored in the memory which is used to calculate an address in accessing some multidimensional arrays 一个存放在内存中的向量表,它在访问多维数组时用来计算地址