DictionaryForumContacts

   English
Terms for subject Programming containing state of the application | all forms | in specified order only
EnglishRussian
a set of enabled transitions of the application A in the i-th stateмножество разрешённых переходов приложения A в i-м состоянии (ssn)
a state machine creates a single variable and defines it as the holder of some important aspect of the application's stateконечный автомат создаёт единственную переменную, в которой хранится информация о некоем важном аспекте состояния приложения (ssn)
Aspects of the application's state are changed in many different locationsРазличные аспекты состояния приложения изменяются в разных местах приложения (см. "Writing Mobile Code Essential Software Engineering for Building Mobile Applications" by Ivo Salmre 2005 ssn)
based on the current state of the applicationна основе текущего состояния приложения
Behavioral modeling — Representing the mode of behavior called states of an application and the events that cause transitions from state to stateМоделирование поведения – представление режима поведения состояния приложения и событий, которые вызывают переходы между различными состояниями (см. "Quality Software Project Management" by Robert T. Futrell, Donald F. Shafer, Linda I. Safer 2002 ssn)
Behavioral modeling — Representing the mode of behavior called states of an application and the events that cause transitions from state to stateМоделирование поведения – представление режима поведения состояния приложения и событий, которые вызывают переходы между различными состояниями (см. "Quality Software Project Management" by Robert T. Futrell, Donald F. Shafer, Linda I. Safer 2002 ssn)
broad definition of the application's stateрасширенное определение состояния приложения (ssn)
current state of the applicationтекущее состояние приложения (Alex_Odeychuk)
important aspect of the application's stateважный аспект состояния приложения (ssn)
maintaining the state of the applicationподдержка состояния приложения (ssn)
state of the applicationсостояние приложения (ssn)
state-of-the-art applicationприложение современного технического уровня (Alex_Odeychuk)
state-of-the-art applicationсовременное приложение (Alex_Odeychuk)
the great strength of the state machine approach is that it enables you to come up with an explicit definition of valid states for some aspect of your application and enforce proper behaviors as an application moves from one state to anotherМощь подхода, использующего конечный автомат, обусловлена тем, что он позволяет в явном виде определить действительные состояния для некоторого аспекта вашего приложения и задать соответствующие варианты поведения при переходах приложения из одного состояния в другое (см. "Writing Mobile Code Essential Software Engineering for Building Mobile Applications" by Ivo Salmre 2005)
the state machine is just a formal definition of how the application operatesКонечный автомат – это просто формальное описание того, как работает приложение (см. "Writing Mobile Code Essential Software Engineering for Building Mobile Applications" by Ivo Salmre 2005)
the state machine is just a formal definition of how the application operatesКонечный автомат – это просто формальное описание того, как работает приложение (см. "Writing Mobile Code Essential Software Engineering for Building Mobile Applications" by Ivo Salmre 2005)
this is not the case for application-level state machines that are called when the application goes from one discrete mode of operation or user interface display into anotherОднако для конечных автоматов, работающих на уровне приложения, которые вызываются при переходе приложения из одного режима выполнения операций или отображения пользовательского интерфейса в другой, такие ситуации не характерны (см. "Writing Mobile Code Essential Software Engineering for Building Mobile Applications" by Ivo Salmre 2005 ssn)