Printer Friendly
Dictionary, Encyclopedia and Thesaurus - The Free Dictionary
3,921,987,289 visitors served.
forum Join the Word of the Day Mailing List For webmasters
?
Dictionary/
thesaurus
Medical
dictionary
Legal
dictionary
Financial
dictionary
Acronyms
 
Idioms
Encyclopedia
Wikipedia
encyclopedia
?

array
(redirected from Multidimensional array)

   Also found in: Dictionary/thesaurus, Medical, Legal, Financial, Wikipedia 0.03 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.


Want to thank TFD for its existence? Tell a friend about us, add a link to this page, add the site to iGoogle, or visit the webmaster's page for free fun content.
?Page tools
Printer friendly
Cite / link
Feedback
Mentioned in?  References in periodicals archive?   Encyclopedia browser?   Full browser?
No references found
 
Multidimensional arrays are easily projected as tables because tables are nothing more than two-dimensional arrays.
Embedded MATLAB supports many high-level MATLAB language features, such as multidimensional arrays, real and complex numbers, structures, flow control, and subscripting.
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.
 
 
multicycle feeding
Multicyclone
multicystic
multicystic
Multicystic dysplastic kidney
Multicystic Dysplastic Kidney Disease
multicystic kidney
Multicystic Renal Dysplasia
Multidatabase System
multideck cage
multideck clarifiers
multideck screen
multideck sinking platform
multideck table
multident
multidentate
multidentate ligand
Multidetector computed tomography
Multidetector computed tomography
Multidetector computed tomography
Multidetector Computed Tomography Angiography
Multidetector CT
Multidetector CT
Multidetector CT
Multidevice Graphics Editor
Multidigitate
multidimensional
Multidimensional Anxiety Scale for Children
Multidimensional Applications and Gigabit Internetwork Consortium
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 Flow
Multidimensional Data Provider
Multidimensional database
Multidimensional database
Multidimensional Demographic Process
multidimensional derivative
Multidimensional Directed Cycles Ensemble
Multidimensional distribution
Multidimensional Dynamic Programming
Multidimensional Emotional Intelligence Assessment
Multidimensional Fatigue Symptom Inventory
Multidimensional Fourier Transform
Multidimensional Functional Assessment Questionnaire
Multidimensional Gas Chromatography
Multidimensional Health Locus of Control
Multidimensional Health Locus of Control Scale
Multidimensional Histogram
Multidimensional Index of Life Quality
Multidimensional Indexes for Storage and for the Relational Algebra
Multidimensional Inventory of Black Identity
 
Encyclopedia
?

Terms of Use | Privacy policy | Feedback | Advertise with Us | Copyright © 2012 Farlex, Inc.
Disclaimer
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.