Printer Friendly
Dictionary, Encyclopedia and Thesaurus - The Free Dictionary
1,820,128,086 visitors served.
forum mailing list For webmasters
?
New: Language forums
Dictionary/
thesaurus
Medical
dictionary
Legal
dictionary
Financial
dictionary
Acronyms
 
Idioms
Encyclopedia
Wikipedia
encyclopedia
?

array
(redirected from Multidimensional array)

   Also found in: Medical, Legal, Wikipedia, Hutchinson 0.06 sec.

array

An ordered arrangement of data elements. A vector is a one dimensional array, a matrix is a two-dimensional array. Most programming languages have the ability to store and manipulate arrays in one or more dimensions. Multi-dimensional arrays are used extensively in scientific simulation and mathematical processing; however, an array can be as simple as a pricing table held in memory for instant access by an order entry program. See subscript.


array
1. Maths a sequence of numbers or symbols in a specified order
2. Maths a set of numbers or symbols arranged in rows and columns, as in a determinant or matrix
3. Electronics an arrangement of aerials spaced to give desired directional characteristics, used esp in radar
4. Law a panel of jurors
5. Computing a regular data structure in which individual elements may be located by reference to one or more integer index variables, the number of such indices being the number of dimensions in the array

array [ə′rā]
(computer science)
A collection of data items with each identified by a subscript or key and arranged in such a way that a computer can examine the collection and retrieve data from these items associated with a particular subscript or key.
(electronics)
A group of components such as antennas, reflectors, or directors arranged to provide a desired variation of radiation transmission or reception with direction.
(statistics)
The arrangement of a sequence of items in statistics according to their values, such as from largest to smallest.

1.(programming)array - A collection of identically typed data items distinguished by their indices (or "subscripts"). The number of dimensions an array can have depends on the language but is usually unlimited.

An array is a kind of aggregate data type. A single ordinary variable (a "scalar") could be considered as a zero-dimensional array. A one-dimensional array is also known as a "vector".

A reference to an array element is written something like A[i,j,k] where A is the array name and i, j and k are the indices. The C language is peculiar in that each index is written in separate brackets, e.g. A[i][j][k]. This expresses the fact that, in C, an N-dimensional array is actually a vector, each of whose elements is an N-1 dimensional array.

Elements of an array are usually stored contiguously. Languages differ as to whether the leftmost or rightmost index varies most rapidly, i.e. whether each row is stored contiguously or each column (for a 2D array).

Arrays are appropriate for storing data which must be accessed in an unpredictable order, in contrast to lists which are best when accessed sequentially. Array indices are integers, usually natural numbers, whereas the elements of an associative array are identified by strings.
2.(architecture)array - A processor array, not to be confused with an array processor.


How to thank TFD for its existence? Tell a friend about us, add a link to this page, add the site to iGoogle, or visit webmaster's page for free fun content.
?Page tools
Printer friendly
Cite / link
Email
Feedback
? Mentioned in ? References in periodicals archive
 
He was honored as an ATL Technical Fellow for innovation and technical leadership in advanced phased array and multidimensional array projects and is named as an inventor on three patents for transducer technology.
Unlike flat, two-dimensional databases, a multidimensional array is similar to a cube with many sides.
Oracle Express Server is an open multidimensional database (MDD) engine that not only stores multidimensional data, but also accesses information from a full range of database sources and transforms data "on-the-fly" into multidimensional arrays for viewing and analysis.
 
Encyclopedia browser? ? Full browser
 
Multidenominational school
multident
multidentate
multidentate ligand
Multidentia
Multidentia castaneae
Multidentia sclerocarpa
Multidetector computed tomography
Multidetector computed tomography
Multidetector computed tomography
Multidetector Computed Tomography Angiography
Multidetector CT
Multidetector CT
Multidetector CT
Multidevice Graphics Editor
Multidialectical
Multidigitate
multidimensional
multidimensional
Multidimensional analysis
Multidimensional Analysis Tools
Multidimensional Anxiety Scale for Children
Multidimensional Applications and Gigabit Internetwork Consortium
Multidimensional arithmetic progression
Multidimensional array
Multidimensional Assignment Problem
Multidimensional Body-Self Relations Questionnaire
Multidimensional Case of Reduced-State Sequence Estimator
Multidimensional Conjugate Gradient Method
Multidimensional Data Base Management System
Multidimensional Data Provider
Multidimensional database
Multidimensional database
Multidimensional database
Multidimensional Demographic Process
multidimensional derivative
Multidimensional distribution
Multidimensional distribution
Multidimensional Dynamic Programming
Multidimensional Emotional Intelligence Assessment
Multidimensional Expressions
Multidimensional Gas Chromatography
Multidimensional Health Locus of Control
Multidimensional Health Locus of Control Scale
Multidimensional hierarchical toolkit
Multidimensional Histogram
Multidimensional Index of Life Quality
Multidimensional Indexes for Storage and for the Relational Algebra
Multidimensional Knapsack Problem
 
Encyclopedia
?

Disclaimer | Privacy policy | Feedback | Copyright © 2010 Farlex, Inc.
All content on this website, including dictionary, thesaurus, literature, geography, and other reference data is for informational purposes only. This information should not be considered complete, up to date, and is not intended to be used in place of a visit, consultation, or advice of a legal, medical, or any other professional. Terms of Use.