-
1 bit-array representation
English-Russian big polytechnic dictionary > bit-array representation
-
2 bit-array representation
Вычислительная техника: двоично-матричное представление, представление в виде двоичного массиваУниверсальный англо-русский словарь > bit-array representation
-
3 bit-array representation
Англо-русский словарь по машиностроению > bit-array representation
-
4 bit-array representation
Англо-русский словарь по компьютерной безопасности > bit-array representation
-
5 bit-array representation
представление в виде двоичного массива, двоично-матричное представление
Англо-русский словарь по робототехнике > bit-array representation
-
6 array representation
English-Russian big medical dictionary > array representation
-
7 array representation
English-Russian big polytechnic dictionary > array representation
-
8 bit
бит, разряд, двоичный разряд, кусочек, отрезок, резец, режущий инструмент, режущая кромка
– bit line
– bit mapping
– bit pattern
– bit representation
– bit string
– bit-array representation
– bit-by-bit comparison
-
9 representation
1. n изображение, образ2. n филос. понятие; представление; образ3. n представление, показ на сцене4. n утверждение, заявление5. n протест6. n представительство7. n мат. физ. представление, запись, выражение; формализмСинонимический ряд:1. depiction (noun) copy; delineation; depiction; description; imitation; portraiture; portrayal; presentment; reproduction2. picture (noun) drawing; illustration; painting; photograph; picture; piece; portrait -
10 representation
представление (информации)Англо-русский словарь по компьютерной безопасности > representation
-
11 representation
1. изображение2. представление3. моделирование -
12 representation
-
13 coded representation
кодированное представление; код -
14 complement representation
-
15 diagrammatic representation
схематическое представление; схематическое изображениеEnglish-Russian base dictionary > diagrammatic representation
-
16 feature representation
представление в пространстве признаков; информационное представление свойств об'ектов -
17 incremental representation
инкрементное представление; представление разностями; представление в виде приращенийEnglish-Russian base dictionary > incremental representation
-
18 number representation
представление чисел; система счисления -
19 numeric representation
-
20 variable-point representation
English-Russian base dictionary > variable-point representation
- 1
- 2
См. также в других словарях:
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 — 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
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
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
External Data Representation — (XDR) is an IETF standard from 1995 of the presentation layer in the OSI model. XDR allows data to be wrapped in an architecture independent manner so data can be transferred between heterogeneous computer systems. Converting from the local… … Wikipedia
Genetic representation — is a way of representing solutions/individuals in evolutionary computation methods. Genetic representation can encode appearance, behavior, physical qualities of individuals. Designing a good genetic representation that is expressive and… … Wikipedia
Hash table — Not to be confused with Hash list or Hash tree. Unordered map redirects here. For the proposed C++ class, see unordered map (C++). Hash Table Type unsorted dictionary Invented 1953 Time complexity in big O notation Average Worst case Space … Wikipedia
Linked list — In computer science, a linked list is a data structure consisting of a group of nodes which together represent a sequence. Under the simplest form, each node is composed of a datum and a reference (in other words, a link) to the next node in the… … Wikipedia
Enumerated type — In computer programming, an enumerated type is a data type (usually user defined) consisting of a set of named constants called enumerators . The act of creating an enumerated type defines an enumeration. When an identifier such as a variable is… … Wikipedia
Bitboard — A bitboard is a data structure commonly used in computer systems that play board games. Definition A bitboard, often used for boardgames such as chess, checkers and othello, is a specialization of the bitset data structure, where each bit… … Wikipedia
Van Emde Boas tree — A van Emde Boas tree (or van Emde Boas priority queue), also known as a vEB tree, is a tree data structure which implements an associative array with m bit integer keys. It performs all operations in O(log m ) time. Notice that m is the size of… … Wikipedia