-
1 Binary Decision Diagram
Information technology: BDDУниверсальный русско-английский словарь > Binary Decision Diagram
-
2 binary decision diagram
двоичная диаграмма решений, двоичное дерево решений ( в котором каждая вершина имеет не более двух преемников); см. также BDDАнгло-русский словарь промышленной и научной лексики > binary decision diagram
-
3 выбор из двух альтернатив
дерево решений, дерево альтернатив — decision tree
выбор из двух альтернатив; двоичный выбор — binary decision
Русско-английский большой базовый словарь > выбор из двух альтернатив
-
4 двоичный
двоичный счетчик; двоичная пересчетная схема — binary scaler
выбор из двух альтернатив; двоичный выбор — binary decision
сигнал в двоичной форме; двоичный сигнал — binary waveform
-
5 BDD
binary decision diagram — двоичная диаграмма решений, двоичное дерево решений; см. binary decision diagram -
6 бинарная схема принятия решений
бинарная схема принятия решений
—
[Л.Г.Суменко. Англо-русский словарь по информационным технологиям. М.: ГП ЦНИИС, 2003.]Тематики
EN
Русско-английский словарь нормативно-технической терминологии > бинарная схема принятия решений
-
7 двоичный выбор
двоичный выбор
выбор из двух альтернатив
—
[Л.Г.Суменко. Англо-русский словарь по информационным технологиям. М.: ГП ЦНИИС, 2003.]Тематики
Синонимы
EN
Русско-английский словарь нормативно-технической терминологии > двоичный выбор
-
8 бинарная схема принятия решений
Русско-английский большой базовый словарь > бинарная схема принятия решений
-
9 двоичный выбор
-
10 теория выбора
-
11 теория выбора
Русско-английский военно-политический словарь > теория выбора
-
12 двоичная пересчетная схема
Русско-английский большой базовый словарь > двоичная пересчетная схема
-
13 теория выбора
решающая функция; функция выбора решения — decision function
выбор из двух альтернатив; двоичный выбор — binary decision
логическое решение; логический выбор — logic decision
Русско-английский словарь по информационным технологиям > теория выбора
-
14 дерево решений
binary decision diagram вчт., decision tree -
15 дерево решений
binary decision diagram вчт., decision treeРусско-английский словарь по радиоэлектронике > дерево решений
-
16 бинарная диаграмма решений
Русско-английский словарь по вычислительной технике и программированию > бинарная диаграмма решений
-
17 разнообразие выбора
1. decision content2. decision contentsрешающая функция; функция выбора решения — decision function
выбор из двух альтернатив; двоичный выбор — binary decision
логическое решение; логический выбор — logic decision
Русско-английский большой базовый словарь > разнообразие выбора
-
18 альтернативное решение
2) Mathematics: alternative solution, binary decision, go-no-go decision, logical decision, two-valued decision3) Law: alternative award4) Economy: alternative decision, yes-no decision5) Advertising: alternate decision6) EBRD: alternative, variant solution7) leg.N.P. alternative judgment8) Makarov: rival decisionУниверсальный русско-английский словарь > альтернативное решение
-
19 бинарный
прил. binaryдвоичное отображение; бинарное изображение — binary image
-
20 логический выбор
1. logic decision2. logical choice3. logical decisionлогическое решение; логический выбор — logic decision
Русско-английский большой базовый словарь > логический выбор
- 1
- 2
См. также в других словарях:
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 Decision Diagram — Ein Binäres Entscheidungsdiagramm (BED; engl. binary decision diagram, BDD) ist eine Datenstruktur zur Repräsentation Boolescher Funktionen. Binäre Entscheidungsdiagramme werden vor allem im Bereich der Hardwaresynthese und verifikation… … Deutsch Wikipedia
binary — bi‧na‧ry [ˈbaɪnəri] adjective COMPUTING relating to the system of numbers used in computers, that uses only the numbers 0 and 1: • All information inside the computer is stored in binary code. • the binary system * * * binary UK US /ˈbaɪnəri/… … Financial and business terms
Decision tree — This article is about decision trees in decision analysis. For the use of the term in machine learning, see Decision tree learning. A decision tree is a decision support tool that uses a tree like graph or model of decisions and their possible… … Wikipedia
Decision tree learning — This article is about decision trees in machine learning. For the use of the term in decision analysis, see Decision tree. Decision tree learning, used in statistics, data mining and machine learning, uses a decision tree as a predictive model… … Wikipedia
Binary moment diagram — A binary moment diagram (BMD) is a generalization of the binary decision diagram (BDD) to linear functions over domains such as booleans (like BDDs), but also to integers or to real numbers.They can deal with boolean functions with complexity… … Wikipedia
Decision field theory — (DFT), is a dynamic cognitive approach to human decision making. It is a cognitive model that describes how people make decisions rather than a rational model that prescribes what people should do. It is also a dynamic model of decision making… … Wikipedia
Binary classification — is the task of classifying the members of a given set of objects into two groups on the basis of whether they have some property or not. Some typical binary classification tasks are * medical testing to determine if a patient has certain disease… … Wikipedia
Decision tree model — In computational complexity and communication complexity theories the decision tree model is the model of computation or communication in which an algorithm or communication process is considered to be basically a decision tree, i.e., a sequence… … Wikipedia
Binary-coded decimal — In computing and electronic systems, binary coded decimal (BCD) is a digital encoding method for numbers using decimal notation, with each decimal digit represented by its own binary sequence. In BCD, a numeral is usually represented by four bits … Wikipedia
Binary search algorithm — for performing binary searches on Java arrays and Lists, respectively. They must be arrays of primitives, or the arrays or Lists must be of a type that implements the Comparable interface, or you must specify a custom Comparator object. Microsoft … Wikipedia