- array representation
-
представление в виде массива
Англо-русский словарь технических терминов. 2005.
Англо-русский словарь технических терминов. 2005.
Representation d'etat — Représentation d état En automatique, une représentation d état permet de modéliser un système dynamique sous forme matricielle en utilisant des variables d état. On se place alors dans un espace d état. Cette représentation, qui peut être… … Wikipédia en Français
Représentation d'algèbre de Lie — En mathématiques, une représentation d une algèbre de Lie est une façon d écrire cette algèbre comme une algèbre de matrices, ou plus généralement d endomorphismes d un espace vectoriel, avec le crochet de Lie donné par le commutateur. Sommaire 1 … Wikipédia en Français
Représentation d'état — En automatique, une représentation d état permet de modéliser un système dynamique sous forme matricielle en utilisant des variables d état. On se place alors dans un espace d état. Cette représentation, qui peut être linéaire ou non linéaire,… … Wikipédia en Français
Array 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
Array — 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
Rotation representation (mathematics) — In geometry a rotation representation expresses the orientation of an object (or coordinate frame) relative to a coordinate reference frame. This concept extends to classical mechanics where rotational (or angular) kinematics is the science of… … Wikipedia
Board representation (chess) — In computer chess, software developers must choose a data structure to represent chess positions. Several data structures exist, collectively known as board representations. [ [http://www.cis.uab.edu/hyatt/boardrep.html Hyatt full article] ]… … Wikipedia
Matrix representation — This article is about the layout of matrices in the memory of computers. For the representation of groups and algebras by matrices in linear algebra, see representation theory. Matrix representation is a method used by a computer language to… … Wikipedia
Lawrence–Krammer representation — In mathematics the Lawrence–Krammer representation is a representation of the braid groups. It fits into a family of representations called the Lawrence representations. The 1st Lawrence representation is the Burau representation and the 2nd is… … Wikipedia
Costas 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
Bit array — A bit array (or bitmap, in some cases) is an array data structure which compactly stores individual bits (boolean values). It implements a simple set data structure storing a subset of {1,2,..., n } and is effective at exploiting bit level… … Wikipedia