DictionaryForumContacts

   English
Terms for subject Programming containing any other | all forms | exact matches only | in specified order only
EnglishRussian
an entry action is executed when the state is entered, after any action attached to the incoming transition and before any other internal activityДействие при входе выполняется при входе в состояние, после действия, прикреплённого к входящему переходу и перед любым другим видом внутренней деятельности (см. "The UML Reference Manual" by J.Rumbaugh, Ivar Jacobson, Grady Booch 1999 ssn)
any other internal activityлюбой другой вид внутренней деятельности (ssn)
any other package in the systemлюбой другой пакет в системе (ssn)
any other task that wishes to use the resourceлюбая другая задача, которая желает воспользоваться этим ресурсом (ssn)
conditionals, loops, or any other control flow statementsусловные конструкции, циклы или другие элементы, управляющие порядком выполнения программы (ssn)
if code had no conditionals, loops, or any other control flow statements, it would be very easy to readесли в коде нет условных конструкций, циклов или других элементов, управляющих порядком выполнения программы, то читать его будет очень легко (см. "The Art of Readable Code" by Dustin Boswell, Trevor Foucher 2012 ssn)
Locking the resource causes any other task that wishes to use the resource to wait until the resource has been unlocked, making it available againБлокирование ресурсов заставляет другие задачи, которые желают воспользоваться этими ресурсами, ожидать до тех пор, пока они не будут разблокированы и снова станут доступными (см. "Parallel and Distributed Programming Using C++" by Cameron Hughes, Tracey Hughes 2003 ssn)