Online Google Dictionary

array 中文解釋 wordnet sense Collocation Usage Collins Definition
Verb
/əˈrā/,
Font size:

arrays, plural;
  1. Display or arrange (things) in a particular way
    • - arrayed across the table was a buffet
    • - the forces arrayed against him
  2. Dress someone in (the clothes specified)
    • - they were arrayed in Hungarian national dress
  3. Empanel (a jury)

Noun
  1. An impressive display or range of a particular type of thing
    • - there is a vast array of literature on the topic
    • - a bewildering array of choices
  2. An ordered arrangement, in particular

  3. An arrangement of troops

  4. An arrangement of quantities or symbols in rows and columns; a matrix

  5. An ordered set of related elements

  6. A list of jurors empaneled

  7. Elaborate or beautiful clothing
    • - he was clothed in fine array

  1. an orderly arrangement; "an array of troops in battle order"
  2. range: lay out orderly or logically in a line or as if in a line; "lay out the clothes"; "lay out the arguments"
  3. align: align oneself with a group or a way of thinking
  4. an impressive display; "it was a bewildering array of books"; "his tools were in an orderly array on the basement wall"
  5. especially fine or decorative clothing
  6. an arrangement of aerials spaced to give desired directional characteristics
  7. A array is wrapper class that provides STL-like interface to standard fixed-size C-arrays. It also overcomes several limitations of standard array.
  8. In computer science, an array type is a data type that is meant to describe a collection of elements (values or variables), each selected by one or more indices that can be computed at run time by the program. Such a collection is usually called an array variable, array value, or simply array. ...
  9. In music, a tone row or note row (Reihe or Tonreihe), also series and set, George Perle, Serial Composition and Atonality: An Introduction to the Music of Schoenberg, Berg, and Webern, fourth Edition (Berkeley, Los Angeles, and London: University of California Press, 1977): 3. ...
  10. In computer science, array programming languages (also known as vector or multidimensional languages) generalize operations on scalars to apply transparently to vectors, matrices, and higher dimensional arrays.
  11. Clothing and ornamentation; A collection laid out to be viewed in full; An orderly series, arrangement or sequence; A large collection; A vector; A multidimensional array; An associative array; To clothe and ornament; to adorn or attire; To lay out in an orderly arrangement; to deploy or marshal
  12. (Arrays) Variables could contain multiple elements, which could be numerically indexed.
  13. (Arrays) are created dynamically, stored as B-trees, use almost no space for missing nodes, can use any number of subscripts, and subscripts can be strings or numeric (including floating point). ...
  14. (Arrays) are ordered lists of scalars, where each element can be accessed by an index (integer). An array is prepended by a '@', e.g. @list. All indexing in Perl starts with 0, i.e. $list[0] (scalar) is the first element of @list.
  15. (Arrays) permit efficient (constant-time, O(1)) random access but not efficient insertion and deletion of elements (which are O(n), where n is the size of the array).
  16. (Arrays) view as one directional (count all squares in a one directional path). View as a set of rows or columns, but not both. View as both a set of rows and columns but not both simultaneously, can't see how corners can be both a row and column. ...
  17. (arrays) Ordered lists of objects.
  18. Arrays are a way to manage group of similar typed values or objects.
  19. Arrays begin and end with braces and contain values. Values are separated by commas.
  20. Introduces arrays (containing integers), how to increase array size, local variables (both at method level and "for (int i=0;...")), and garbage collection.
  21. Customizing the Glossary | Customizing the Glossary | Troubleshooting | Troubleshooting
  22. a set of photovoltaic panels. A home solar electric system might include several arrays on different parts of the roof.
  23. The area of the RAM that stores the bits. The array consists of rows and columns, with a cell at each intersection that can store a bit.
  24. An array is a single programming variable with multiple "compartments". Each compartment can hold a value.
  25. Dimensioned quantity (variable or constant).