-
61 instance of function block type
Программирование: экземпляр типа функционального блока (см. IEC 61499-1, Robert W. Lewis: Modelling control systems using IEC 61499. Applying function blocks to distributed systems)Универсальный англо-русский словарь > instance of function block type
-
62 list of component function block instances
Программирование: список экземпляров составных функциональных блоков (см. IEC 61499-1, Robert W. Lewis: Modelling control systems using IEC 61499. Applying function blocks to distributed systems)Универсальный англо-русский словарь > list of component function block instances
-
63 provider function block
Программирование: функциональный блок поставщика (см. IEC 61499-1, Robert W. Lewis: Modelling control systems using IEC 61499. Applying function blocks to distributed systems)Универсальный англо-русский словарь > provider function block
-
64 service interface function block
Общая лексика: сервисный интерфейсный функциональный блок (см. IEC 61499-1, Lewis R.W. Modelling control systems using IEC 61499. Applying function blocks to distributed systems. В архитектуре IEC 61499 взаимо)Универсальный англо-русский словарь > service interface function block
-
65 basic function block type: a function block type which cannot be decomposed into other function blocks and which utilizes an execution control chart (ECC) to control the execution of its algorithms
Общая лексика: тип базисног (см. IEC 61499-1)Универсальный англо-русский словарь > basic function block type: a function block type which cannot be decomposed into other function blocks and which utilizes an execution control chart (ECC) to control the execution of its algorithms
-
66 communication function block: A service interface function block which represents the interface between an application and the communication mapping function of a resource
Общая лексика: коммуникационный функциональный блок (см. IEC 61499-1)Универсальный англо-русский словарь > communication function block: A service interface function block which represents the interface between an application and the communication mapping function of a resource
-
67 basic function block type: a function block type which cannot be decomposed into other function blocks and which utilizes an execution control chart to control the execution of its algorithms
Общая лексика: (ECC) тип базисног (см. IEC 61499-1)Универсальный англо-русский словарь > basic function block type: a function block type which cannot be decomposed into other function blocks and which utilizes an execution control chart to control the execution of its algorithms
-
68 counter function block: function block which accumulates a value for the number of changes sensed at one or more specified inputs
Универсальный англо-русский словарь > counter function block: function block which accumulates a value for the number of changes sensed at one or more specified inputs
-
69 reliability function block
Англо-русский словарь нефтегазовой промышленности > reliability function block
-
70 A function block type is a software element which specifies the characteristics of all instances of the type, including:
Общая лексика: Тип функционального блока-программный компонент, который определяет характеристики всех эк (см. IEC 61499-1)Универсальный англо-русский словарь > A function block type is a software element which specifies the characteristics of all instances of the type, including:
-
71 From the syntactic point of view, a function block instance is the copy of corresponding type
Универсальный англо-русский словарь > From the syntactic point of view, a function block instance is the copy of corresponding type
-
72 Part 1, Architecture, contains: - rules for the declaration of function block types, and rules for the behavior of instances of the types so declared
Общая лексика: Часть 1, "Архитектура", содержит: - правила объявления типов (см. IEC 61499-1)Универсальный англо-русский словарь > Part 1, Architecture, contains: - rules for the declaration of function block types, and rules for the behavior of instances of the types so declared
-
73 SI function block
Программирование: СИФБ, сервисный интерфейсный (Service Interface) функциональный блок -
74 acceptor: A function block instance which provides a socket adapter of a defined adapter interface type
Общая лексика: получатель: экземпляр функционального блока, который оснащён адаптер-сокетом ( имеющий адаптер-сокет) для о (см. IEC 61499-1)Универсальный англо-русский словарь > acceptor: A function block instance which provides a socket adapter of a defined adapter interface type
-
75 algorithm of a function block
Программирование: алгоритм функционального блокаУниверсальный англо-русский словарь > algorithm of a function block
-
76 attribute: A property or characteristic of an entity, for instance, the version identifier of a function block type specification
Универсальный англо-русский словарь > attribute: A property or characteristic of an entity, for instance, the version identifier of a function block type specification
-
77 basic function block type
Программирование: тип базисного функционального блока (см. IEC 61499-1)Универсальный англо-русский словарь > basic function block type
-
78 basic function block types
Программирование: типы базисного функционального блокаУниверсальный англо-русский словарь > basic function block types
-
79 behaviour of a basic function block
Программирование: поведение базисного функционального блока (IEC 61499)Универсальный англо-русский словарь > behaviour of a basic function block
-
80 body of a composite function block specification
Программирование: тело спецификации композиционного функционального блокаУниверсальный англо-русский словарь > body of a composite function block specification
См. также в других словарях:
Function Block Diagram — se basa en bloques que realizan operaciones matemáticas simples para poder determinar una salida. Su estructura es de entradas y salidas: · Una variable de entrada. · Una salida de un bloque y la entrada de otro bloque. · Una variable de salida y … Wikipedia Español
Function block diagram — A function block diagram is a diagram, that describes a function between input variables and output variables. A function is described as a set of elementary blocks. Input and output variables are connected to blocks by connection lines. An… … Wikipedia
Function Block Diagram — … Википедия
block — [bläk] n. [ME blokke < OFr bloc & MDu block < IE * bhlugo < base * bhel , a thick plank, beam > BALK, Gr phalanx, L fulcrum] 1. any large, solid piece of wood, stone, or metal, often with flat surfaces 2. a blocklike stand or platform … English World dictionary
Block cipher modes of operation — This article is about cryptography. For method of operating , see modus operandi. In cryptography, modes of operation is the procedure of enabling the repeated and secure use of a block cipher under a single key.[1][2] A block cipher by itself… … Wikipedia
Block cipher — In cryptography, a block cipher is a symmetric key cipher operating on fixed length groups of bits, called blocks, with an unvarying transformation. A block cipher encryption algorithm might take (for example) a 128 bit block of plaintext as… … Wikipedia
Block cellular automaton — The Margolus neighborhood for a two dimensional block cellular automaton. The partition of the cells alternates between the set of 2 × 2 blocks indicated by the solid blue lines, and the set of blocks indicated by the dashed red lines. A block… … Wikipedia
Function object — A function object, also called a functor or functional, is a computer programming construct allowing an object to be invoked or called as if it were an ordinary function, usually with the same syntax.Function objects are unrelated to functors in… … Wikipedia
Block (programming) — In computer programming, a block is a section of code which is grouped together. Blocks consist of one or more declarations and statements. A programming language that permits the creation of blocks, including blocks nested within other blocks,… … Wikipedia
block — 1. To obstruct; to arrest passage through. 2. A condition in which the passage of an electrical impulse is arrested, wholly or in part, temporarily or permanently. 3. SYN: atrioventricular b.. [Fr. bloquer] alveolocapillary b. the presence of… … Medical dictionary
block redundancy check — (BRC) Information added to a transmitted block to verify accuracy of data before it is accepted. Block check data is developed by the sender as a predefined function of information in the block; the receiver performs the same function on… … IT glossary of terms, acronyms and abbreviations