one-dimensional array

  • 1one-dimensional — adj. having only one dimension; as, a line is a one dimensional object; a one dimensional array. [WordNet 1.5 +PJC] 2. Seeming to have only one dimension; lacking depth; as, one dimensional characters. [PJC] …

    The Collaborative International Dictionary of English

  • 2Particle in a one-dimensional lattice — In quantum mechanics, the particle in a one dimensional lattice is a problem that occurs in the model of a periodic crystal lattice. The potential is caused by ions in the periodic structure of the crystal creating an electromagnetic field so… …

    Wikipedia

  • 3Array — In computer science an array [Paul E. Black, array , in Dictionary of Algorithms and Data Structures , Paul E. Black, ed., U.S. National Institute of Standards and Technology. 26 August 2008 (accessed 10 September 2008).… …

    Wikipedia

  • 4Array data type — Not to be confused with Array data structure. 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 …

    Wikipedia

  • 5Array slicing — In computer programming, array slicing is an operation that extracts certain elements from an array and packages them as another array, possibly with different number of indices (or dimensions) and different index ranges. Two common examples are… …

    Wikipedia

  • 6Array programming — 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.Array programming primitives… …

    Wikipedia

  • 7Dimensional database — A dimensional database is one which, rather than representing data in multiple relations (as a relational database does), represents key data entities as different dimensions. That is, multidimensional database systems offer an extension to the… …

    Wikipedia

  • 8Costas array — In mathematics, a Costas array can be regarded geometrically as a set of n points lying on the squares of a n×n checkerboard, such that each row or column contains only one point, and that all of the n(n − 1)/2 displacement vectors… …

    Wikipedia

  • 9Generalized linear array model — In statistics, the generalized linear array model(GLAM) is used for analyzing the data sets with array structure. It based on the generalized linear model with the regression matrix written as a Kronecker product. Overview In the article… …

    Wikipedia

  • 10Control array — (mostly used in Visual Basic) is the collection of controls that programmer put it in form (VB Form). Control array is always a single dimensional array. Control array is that you can add or delete array elements at run time. With some controls,… …

    Wikipedia