-
1 binary key
Англо-русский словарь нормативно-технической терминологии > binary key
-
2 binary key
Вычислительная техника: двоичный ключ, двоичный код -
3 binary key
Англо-русский словарь по компьютерной безопасности > binary key
-
4 binary key
2) двоичный код -
5 binary key stream
Англо-русский словарь по компьютерной безопасности > binary key stream
-
6 key
1) (криптографический) ключ2) ключ к замку или запирающему устройству, механический ключ- base key- candidate key- card key- code key- data key- DES key- fake key- file key- good key- hex key- host key- link key- lost key- node key- numeric key- numerical key- pass key- PRN key- safe key- seed key- test key- true key- used key- user key- weak key- work key- zone key -
7 binary-to-numeric conversion
conversion key — ключ кода; кодирующая таблица
English-Russian base dictionary > binary-to-numeric conversion
-
8 binary cell
-
9 binary character
English-Russian big polytechnic dictionary > binary character
-
10 binary code
-
11 binary switch
-
12 column-binary card
-
13 row-binary card
-
14 column binary code
-
15 dense binary code
двоичный код с использованием всех кодовых комбинаций; плотный двоичный код -
16 modified binary code
-
17 natural binary code
-
18 reflected binary code
двоичный циклический код; код Грея -
19 straight binary code
-
20 offset binary code
The English-Russian dictionary general scientific > offset binary code
См. также в других словарях:
Binary decision diagram — In the field of computer science, a binary decision diagram (BDD) or branching program, like a negation normal form (NNF) or a propositional directed acyclic graph (PDAG), is a data structure that is used to represent a Boolean function. On a… … Wikipedia
Binary search tree — In computer science, a binary search tree (BST) is a binary tree data structurewhich has the following properties: *each node (item in the tree) has a value; *a total order (linear order) is defined on these values; *the left subtree of a node… … Wikipedia
Binary form — This article is about the musical form. For other uses, see Binary form (disambiguation). Binary form is a musical form in two related sections, both of which are usually repeated. Binary is also a structure used to choreograph dance. Binary form … Wikipedia
binary form — a basic musical form having two closely related sections. [1870 75] * * * ▪ music in music, the structural pattern of many songs and instrumental pieces, primarily from the 17th to the 19th century, characterized by two complementary,… … Universalium
Binary prefix — Prefixes for bit and byte multiples Decimal Value SI 1000 k kilo 10002 M mega … Wikipedia
Binary File Descriptor library — The BFD, or Binary File Descriptor library, is the GNU Project s main mechanism for the portable manipulation of object files in a variety of formats. As of 2003, it supports approximately 50 file formats for some 25 processor architectures.BFD… … Wikipedia
Key space — In cryptography, an algorithm s key space refers to the set of all possible keys that can be used to initialize it. For example, if an algorithm works using a key that is a string of 10 bits, then its key space is the set of all binary strings of … Wikipedia
binary cut key — n. a key whose combination only allows for two possibilities in each bitting position: cut/no cut … Locksmith dictionary
binary form — /ˈbaɪnəri fɔm/ (say buynuhree fawm) noun a musical form founded on two themes, or on two balancing or answering sections or phrases, especially with each one in a different key …
Self-balancing binary search tree — In computer science, a self balancing binary search tree or height balanced binary search tree is a binary search tree that attempts to keep its height , or the number of levels of nodes beneath the root, as small as possible at all times,… … Wikipedia
Uniform binary search — is an optimization of the classic binary search algorithm invented by Donald Knuth and given in Knuth s The Art of Computer Programming . It uses a lookup table to update a single array index, rather than taking the midpoint of an upper and a… … Wikipedia