Глоссарий





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

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



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

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

Slashing condition

Глоссарий по криптовалютам и блокчейну
    A condition which, if triggered by a validator, causes the validator`s deposit to be destroyed.




Condit, латинский
    1o sine qua non (лат.) непременное условие, условие, без которого невозможно событие.


Condita (orum, npl), латинский

Condita, orum, npl, латинский

Conditio, латинский

Conditio sine qua non, латинский
  1. Notwendige bedingung. bedeutung für die kausalitätsprüfung im strafrecht: dem täter ist der erfolg seiner handlung nur zuzurechnen, wenn diese nicht hinweggedacht werden kann, ohne daß der erfolg entfiele.

  2. Непременное условие


Conditio sine quo, английский

Conditio [onis, f], латинский

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

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

Condition, английский
  1. Условие; состояние; режим

  2. 1. the particular state of someone or something  in poor condition  her condition is getting worse.  the conditions in the hospital are very good. 2. a particular illness, injury or disorder  he is being treated for a heart condition.

  3. N условие alternation ~ условие чередования invariance ~ условие инвариантности

  4. See “material condition” and “readiness condition.”

  5. Собственная устойчивость (без нагрузки); ~ under working

  6. A horse’s overall health and fitness

  7. An illness or other defective state of health.

  8. The state of an expression or a variable (for example, when a result can be either true or false, or equal or not equal).

  9. A criteria that determines if actions are executed for a specific document rule when using the invoicerules plugin. if a condition meets the specified criteria, it returns true; if not, it returns false.


Condition 1 4 1 ar order, английский

Condition access module, английский
    Модуль условного доступа


Condition access table, английский
    Таблица условного доступа


Condition adjustment, английский

Condition affecting the network (can), английский
    A situation or condition that affects or has the potential to affect the safety of the network.


Condition appraisal, английский
    An estimate of the value of an asset based largely on an inspection of its current physical condition. condition-based maintenance the condition monitoring of a building, used to predict failure of an item or element in the building and then take appropriate action to avoid such failure.


Condition assessment, английский
    Methods for identifying and locating features that may affect the integrity and performance of a utility including defects, obstructions, leaks, infiltration, inflow, etc.


Condition attribute, английский
    In the theory of rough sets, attributes are broken into condition attributes and decision attributes. a condition attribute is one that is used as a predictor or classification attribute for the decision attribute (i.e., the output of the model). the decision attribute(s) is(are) conditioned on the condition attributes. see also: rough set.


Condition bit, английский
    Двоичный разряд условия


Condition box, английский
    Блок ветвления


Condition code, английский
    One of a set of bits that are set on (1, or true) or off (0, or false) as the result of previous machine instructions. the term is used primarily in assembly or machine language situations. condition codes are hardware-specific but usually include carry, overflow, zero result, and negative result codes.


Patricia tree (or trie), английский
    A data structure which stores the state of every account. the trie is built by starting from each individual node, then splitting the nodes into groups of up to 16 and hashing each group, then making hashes of hashes and so forth until there is one final "root hash" for the entire trie. the trie has the important properties that (1) there is exactly one possible trie and therefore one possible root hash for each set of data, (2) it is very easy to update, add or remove nodes in the trie and generate the new root hash, (3) there is no way to modify any part of the tree without changing the root hash, so if the root hash is included in a signed document or a valid block the signature or proof of work secures the entire tree, and (4) one can provide just the "branch" of a tree going down to a particular node as cryptographic proof that that node is indeed in the tree with that exact content. patricia trees are also used to store the internal storage of accounts as well as transactions and ommers. see here for a more detailed description.


Ommer, английский
    A child of a parent of a parent of a block that is not the parent, or more generally a child of an ancestor that is not itself an ancestor. if a is an ommer of b, b is a nibling (niece/nephew) of a.