English | Russian |
A condition variable is a semaphore used to signal an event has occurred | Условная переменная представляет собой семафор, используемый для сигнализации о событии, которое произошло (см. "Parallel and Distributed Programming Using C++" by Cameron Hughes, Tracey Hughes 2003 ssn) |
A data type is a classification which defines for literals and variables the possible values, the operations that can be done, and the way the values are stored | Тип данных – это классификация, которая определяет возможные значения для литералов и переменных, операции, которые можно выполнять и способ хранения значений (ssn) |
A variable acting on a system from the outside and which is independent of the other variables of the system | Переменная, воздействующая на систему извне и независящая от других переменных системы (о входной переменной в IEC 60050-351 ssn) |
Assume the shift amount n is a variable ranging from 0 to 63 | Будем считать, что переменная величина сдвига n может принимать любые значения от 0 до 63 (ssn) |
be programmed using shared variables or message passing | быть программируемым с применением разделяемых переменных или пересылки сообщений (ssn) |
be programmed using shared variables or message passing | программироваться с применением разделяемых переменных или пересылки сообщений (ssn) |
Communication is programmed using shared variables or message passing | Взаимодействие программируется с применением разделяемых переменных или пересылки сообщений (см. Foundations of Multithreaded, Parallel, and Distributed Programming 2000 by Gregory R. Andrews ssn) |
cycle time at which the input variable is updated | время цикла обновления входной переменной (ssn) |
duration of a pulse per period is proportional to the input variable | длительность импульса на протяжении периода пропорциональна входной величине (ssn) |
Events take variable amounts of time in real life, and this variability is reflected in the Petri net model by not depending on a notion of time to control the sequence of events | в реальной жизни различные события укладываются в различные интервалы времени, и это отражено в модели сети Петри независимостью от времени управления последовательностью событий (ssn) |
fast multiplication by a variable whose value is ±1 | быстрое умножение на переменную, значение которой равно ±1 (ssn) |
few variables that may be made to interact in an arbitrarily assigned way | небольшое число переменных, взаимодействие которых может быть задано произвольным образом (ssn) |
for an allocator with a subtype indication, the initial value of the created object is the same as the default initial value for an explicitly declared variable of the designated subtype | для генератора, в котором используется указание подтипа, начальным значением создаваемого объекта является то же значение, которое задаётся неявно в объявлении переменной неявное начальное значение указанного подтипа (см. IEЕЕ Std. 1076-87. IEЕЕ Standard VHDL. Language Reference Manual) |
for example, if the value of a byte variable is promoted to int inside an expression, outside the expression, the variable is still a byte | Так, если значение переменной типа byte продвигается к типу int внутри выражения, то вне выражения эта переменная по-прежнему относится к типу byte |
global variable which will trigger the start of the task as soon as a rising edge is detected | глобальная переменная, инициирующая запуск задачи передним фронтом (ssn) |
instance variable that is going to keep track of the current state | переменная экземпляра, в которой будет храниться текущее состояние (ssn) |
internal BOOL variable that is FALSE when it is initialized | внутренняя BOOL переменная, изначально имеющая значение FALSE (ssn) |
summary of the used system variables ranges is displayed on a separate dialogue box | сводка используемых диапазонов системных переменных, показанная в отдельном диалоговом окне (ssn) |
the fundamental character of an imperative programming language is in large part determined by the design of the storage bindings for its variables. It is therefore important to have a clear understanding of these bindings | Основные свойства императивного языка программирования в значительной степени определяются разработкой способов связывания ячеек памяти с переменными, которые в них хранятся. Из этого следует важность чёткого понимания этих связей (см. Concepts of programming languages / Robert W. Sebesta.–10th ed. 2012) |
the initial state of the output variable Q1 shall be the normal default value of zero for boolean variables | Начальным состоянием выходной переменной Q1 является нормальное неявное значение 0 для логических переменных (см. IEC-61131-3-2013 ed. 3.0 Programmable Controllers – Programming Languages) |
the level of liquid in a tank must often be controlled. This is usually achieved by varying the speed of a pump by a variable speed drive, or opening/closing an inlet or drain valve | Часто возникает необходимость регулирования уровня жидкости в резервуаре. это обычно производится путём изменения скорости насоса с помощью частотно-регулируемого электропривода или открытия / закрытия впускного или выпускного клапана (см. Programmable Controllers – An Engineer's Guide by E.A. Parr 2003) |
the state variables are those variables that determine the future behavior of a system when the present state of the system and the excitation signals are known | Переменные состояния – это те переменные, которые определяют будущее поведение системы, если известно её текущее состояние и все внешние воздействия (см. Modern Control Systems by Richard C. Dorf & Robert H. Bishop 2008) |
the state variables are those variables that determine the future behavior of a system when the present state of the system and the excitation signals are known | Переменные состояния это те переменные, которые определяют будущее поведение системы, если известно её текущее состояние и все внешние воздействия (см. Modern Control Systems by Richard C. Dorf & Robert H. Bishop 2008) |
the type of this record of instance variables is called the representation type of the object | Тип этой записи, содержащей переменные экземпляра, называется типом представления объекта (см. "Types and Programming Languages" by Benjamin C. Pierce 2002) |
this variable is usually a global or class-level integer enumeration with a defined set of valid states | Такой переменной обычно является элемент перечисления некоторого множества действительных состояний, определяемого глобально или на уровне класса (см. "Writing Mobile Code Essential Software Engineering for Building Mobile Applications" by Ivo Salmre 2005 ssn) |
variable of an interface-type always is a reference to the assigned function block instance | переменная типа интерфейс всегда является ссылкой на заданный экземпляр функционального блока (ssn) |
variable whose value is ±1 | переменная, значение которой равно ±1 (ssn) |
ways that values of variables can be communicated among software elements | способы связи значений переменных с элементами программного обеспечения (ssn) |