Глоссарий





Новости переводов

19 апреля, 2024

Translations in furniture production

07 февраля, 2024

Ghostwriting vs. Copywriting

30 января, 2024

Preparing a scientific article for publication in an electronic (online) journal

20 декабря, 2023

Translation and editing of drawings in CAD systems

10 декабря, 2023

About automatic speech recognition

30 ноября, 2023

Translation services for tunneling shields and tunnel construction technologies

22 ноября, 2023

Proofreading of English text



Глоссарии и словари бюро переводов Фларус

Поиск в глоссариях:  

Associative property

Глоссарий по искусственному интеллекту
    In formal logic, an operator has an associative property if the arguments in a clause or formula using that operator can be regrouped without changing the value of the formula. in symbols, if the operator o is associative then ao (b o c) = (a o b) o c. two common examples would be the + operator in regular addition and the "and" operator in boolean logic. see also: distributive property, commutative property.




Associative, английский
  1. A ассоциативный experiment associatеd a ассоциированный state

  2. Ассоциативный; сочетательный


Associative addressing, английский
    Ассоциативная адресация


Associative answer, английский
    Ассоциативный ответ


Associative array, английский
  1. Ассоциативная матрица; матрица ассоциативных элементов

  2. A data structure that carries out a mathematical calculation on a field identifier to determine where a data element in a large table or index is located.

  3. An array composed of a collection of keys and a collection of values, where each key is associated with one value. the keys and values can be of any type.


Associative calculus, английский
    Ассоциативное исчисление


Associative computer, английский
    Ассоциативный компьютер


Associative criterion, английский
    Ассоциативный признак


Associative database computer, английский
    Ассоциативная машина баз данных


Associative descriptor, английский
    Ассоциативный дескриптор


Associative dimension, английский
  1. Ассоциативный размер

  2. Размер, автоматически обновляющийся при изменении образмеренного объекта.


Associative dimensioning, английский

Associative disk, английский
    Ассоциативный диск


Associative film memory, английский
    Ассоциативная пленочная память


Associative hatching, английский
    Штриховка замкнутой области, автоматически изменяющаяся при ее копировании, перемещении и изменении размера.


Associative indexed (access) method, английский

Associative indexed access method, английский
    Ассоциативный индексный метод доступа


Associative indexing, английский
    Ассоциативное индексирование


Associative information, английский
    Ассоциативная информация


Associative law, английский
    Ассоциативный закон


Associative link, английский
    Ассоциативная связь


Associative memory, английский
  1. Ассоциативная память

  2. Classically, locations in memory or within data structures, such as arrays, are indexed by a numeric index that starts at zero or one and are incremented sequentially for each new location. for example, in a list of persons stored in an array named persons, the locations would be stored as person[0], person[1], person[2], and so on. an associative array allows the use of other forms of indices, such as names or arbitrary strings. in the above example, the index might become a relationship, or an arbitrary string such as a social security number, or some other meaningful value. thus, for example, one could look up person[``mother"] to find the name of the mother, and person["oldestsister"] to find the name of the oldest sister.


Distributive, немецкий

Commutative, английский

Commutative property, английский
    In formal logic, an (binary) operator is commutative if the order of the arguments does not change the value of the result. in ordinary arithmetic, addition and multiplication are both commutative as a+b = b+a and a*b = b*a. this does not hold for example in matrix multiplication where multiplication is not commutative. compatibility modification inference (cmi) a class of methods for performing inference using fuzzy logic. given a fuzzy rule, a cmi system first determines the degrees to which the antecedent of a rule is matched and uses that value to determine the strength of the consequence.


Distributive property, английский
    In formal logic, an operator is distributive if the result of applying the operation to a single and compound argument is the same as applying the operation to each member of the compound argument and collecting the results in a compound argument. symbolically, the operator o is distributive with respect to another operator | when o (b|c) = (aob)|(aoc), where a, b, and c are elements in the logic. see also: commutative property.