multidimensional array

短语

[计] 多维数组

词形变化

multidimensional arrays 复数 multidimensional arrays

释义与例句

n.
  1. 1.

    A data structure consisting of a vector of vectors, in the case of a 2-dimensional array, or, in the case of an N-dimensional array, a vector of multidimensional arrays of degree N minus 1, thereby allowing the simulation of a N-dimensional grid of storage locations using an underlying memory architecture in which storage is addressed in a linear fashion.

    计算机 工程 数学
  2. 2.

    A data structure that has the semantics of an array of arrays, all of which may be indexed with values of any data type, usually with a supporting syntax built-into a programming language.

    计算机 工程 数学
  3. 3.

    Any abstraction, usually a memory-resident data structure, that addresses storage locations via an N-dimensional coordinate space.

    计算机 工程 数学