-
41 frame representation
English-Russian big polytechnic dictionary > frame representation
-
42 frame-based representation
English-Russian big polytechnic dictionary > frame-based representation
-
43 identity representation
English-Russian big polytechnic dictionary > identity representation
-
44 indecomposable representation
English-Russian big polytechnic dictionary > indecomposable representation
-
45 model representation
English-Russian big polytechnic dictionary > model representation
-
46 multiresolution representation
English-Russian big polytechnic dictionary > multiresolution representation
-
47 representation
1. изображение2. представление3. моделирование -
48 Sommerfeld-integral representation
English-Russian big polytechnic dictionary > Sommerfeld-integral representation
-
49 surface representation
English-Russian big polytechnic dictionary > surface representation
-
50 tree representation
English-Russian big polytechnic dictionary > tree representation
-
51 boundary representation
English-Russian big medical dictionary > boundary representation
-
52 list representation
English-Russian big medical dictionary > list representation
-
53 representation
-
54 wire frame representation
English-Russian big medical dictionary > wire frame representation
-
55 iconic representation
English-Russian dictionary on nuclear energy > iconic representation
-
56 equivalent representation
The English-Russian dictionary general scientific > equivalent representation
-
57 group representation
The English-Russian dictionary general scientific > group representation
-
58 interaction representation
The English-Russian dictionary general scientific > interaction representation
-
59 parallel representation
The English-Russian dictionary general scientific > parallel representation
-
60 serial representation
The English-Russian dictionary general scientific > serial representation
См. также в других словарях:
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
Bit field — A bit field is a common idiom used in computer programming to store a set of Boolean datatype flags compactly, as a series of bits. The bit field is stored in an integral type of known, fixed bit width. Each Boolean flag is stored in a separate… … Wikipedia
Bit — This article is about the unit of information. For other uses, see Bit (disambiguation). Fundamental units of information bit (binary) nat (base e) ban (decimal) qubit (quantum) This box … Wikipedia
bit-map — Method by which a display space (such as a graphics image file) is defined, including the colour of each of its pixels (or bits). In effect, a bit map is an array of binary data representing the values of pixels in an image or display. A GIF is… … Universalium
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 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
Bit-Slicing — Ein Bit Slice ist ein vorgefertigter Baustein in Form eines integrierten Schaltkreises, der in der Mikroelektronik zum individuellen Bau eines Prozessors verwendet wird. Bit Slicing bezeichnet eine Methode aus der Rechnerarchitektur, bei der man… … Deutsch Wikipedia
Bit-Slicing Computing — Ein Bit Slice ist ein vorgefertigter Baustein in Form eines integrierten Schaltkreises, der in der Mikroelektronik zum individuellen Bau eines Prozessors verwendet wird. Bit Slicing bezeichnet eine Methode aus der Rechnerarchitektur, bei der man… … Deutsch Wikipedia
bit-mapped — ˈ ̷ ̷ ¦ ̷ ̷ adjective : of, relating to, or being a digital image or display for which an array of binary data specifies the value of each pixel bit mapped graphics * * * bitˈ mapped adjective • • • Main Entry: ↑bit … Useful english dictionary
bit-map — ˈ ̷ ̷ ˌ ̷ ̷ noun 1. : an array of binary data representing a bit mapped image or display ; also : a file containing such data 2. : a bit mapped image or display … Useful english dictionary
Associative array — In computer science, an associative array (also called a map or a dictionary) is an abstract data type composed of a collection of (key,value) pairs, such that each possible key appears at most once in the collection. Operations associated with… … Wikipedia