Subject | English | Russian |
progr. | all the behavior of a state into one class | всё поведение состояния в одном классе (ssn) |
progr. | behavior of a finite-state machine | поведение системы с конечным числом состояний (ssn) |
progr. | behavior of a finite-state model | поведение системы с конечным числом состояний (ssn) |
progr. | behavior of a state | поведение состояния (ssn) |
progr. | behavior of a state into one class | поведение состояния в одном классе (ssn) |
progr. | Entry and exit actions may not be evaded by any means, including the occurrence of exceptions. They provide an encapsulation mechanism for the specification of state machine behavior, with a guarantee that necessary actions will be performed under all circumstances | Действий при входе и выходе невозможно избежать, даже при выбрасывании исключений. Эти действия представляют собой механизм инкапсуляции, служащий для спецификации поведения конечного автомата, и гарантируют выполнение неких обязательных действий при любых условиях (см. "The UML Reference Manual" by J.Rumbaugh, Ivar Jacobson, Grady Booch 1999 ssn) |
progr. | the behavior of a finite-state machine is not changed by changing the input encoding | Поведение системы с конечным числом состояний не меняется при изменении входного кодирования (см. Black-box Testing: Techniques for Functional Testing of Software and Systems / Beizer, Boris 1995) |
progr. | the behavior of a finite-state machine is not changed by changing the state encoding | Поведение системы с конечным числом состояний не меняется при изменении способа кодирования состояний (см. Black-box Testing: Techniques for Functional Testing of Software and Systems / Beizer, Boris 1995) |
progr. | the behavior of a finite-state model is not affected by the specifics of the output encoding | Поведение системы с конечным числом состояний не зависит от способа кодирования выхода (см. Black-box Testing: Techniques for Functional Testing of Software and Systems / Beizer, Boris 1995) |
IT | the state of a sequential circuit is a collection of state variables whose values at any one time contain all the information about the past necessary to account for the circuit's future behavior | Состояние последовательностной схемы – это совокупность переменных состояния, чьи значения в любой фиксированный момент времени содержат всю информацию о прошлом, необходимую для того, чтобы объяснить поведение схемы в будущем (см. Digital Design: Principles and Practices Third Edition by John F. Wakerly 1999) |
IT | the state of a sequential circuit is a collection of state variables whose values at any one time contain all the information about the past necessary to account for the circuit's future behavior | Состояние последовательностной схемы это совокупность переменных состояния, чьи значения в любой фиксированный момент времени содержат всю информацию о прошлом, необходимую для того, чтобы объяснить поведение схемы в будущем (см. Digital Design: Principles and Practices Third Edition by John F. Wakerly 1999) |
progr. | 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) |
progr. | 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) |