DictionaryForumContacts

   English Russian
Terms for subject Programming containing When an | all forms | exact matches only | in specified order only
EnglishRussian
a set of operations to be performed upon the elements of the data structure when an instance of the function block type is calledнабор операций, выполняемых с элементами структуры данных при вызове экземпляра типа функционального блока (ssn)
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)
an exit action is executed when the state is exited, after the completion of any internal activity and before action attached to the outgoing transitionДействие при выходе выполняется при выходе из состояния, после завершения любого другого вида внутренней деятельности и перед действием, прикреплённым к исходящему переходу (см. "The UML Reference Manual" by J.Rumbaugh, Ivar Jacobson, Grady Booch 1999 ssn)
asynchronous I/O device: An input/output device that generates an interrupt when it has produced some input or when it has finished processing an output operationасинхронное устройство ввода / вывода: устройство, которое генерирует прерывание при поступлении новых данных или по завершении операции вывода (см. Designing Concurrent, Distributed, and Real-time Applications with UML Object Technology Series by Hassan Gomaa)
be declared with parameters to be passed to the constructor when an object is createdобъявляться с параметрами для передачи конструктору при создании объекта (Alex_Odeychuk)
Broadcast Algorithm: A method for disseminating information or making decisions in a distributed program. For decision making, each process broadcasts requests and acknowledgements to all other processes and maintains an ordered message queue that it uses to decide when its request is the oldestАлгоритм рассылки: метод распространения информации или принятия решений в распределённой программе. Для принятия решения каждый процесс отправляет запросы и подтверждения всем остальным процессам и обслуживает упорядоченную очередь сообщений, по которой определяется наиболее давний запрос (см. "Foundations of Multithreaded, Parallel, and Distributed Programming" by Gregory R. Andrews 2000 ssn)
Figure 11 illustrates what happens when a device assigns a value to an output network variableна рисунке 11 показано, что происходит, когда узел присваивает значение выходной сетевой переменной (см. Neuron® C Programmer’s Guide by Echelon Corporation 2009)
Finally, you can find another job. Despite economic ups and downs, good programmers are perennially in short supply, and life is too short to work in an unenlightened programming shop when plenty of better alternatives are availableНаконец, вы можете найти другую работу. Независимо от экономических подъёмов и спадов хороших программистов всегда не хватает, а жизнь слишком коротка, чтобы тратить её на работу в отсталом учреждении при наличии множества лучших вариантов (см. Code Complete / Steve McConnell.-2nd ed. 2004 ssn)
for example, a system controlling a valve may move from a state "Valve open' to a state 'Valve closed" when an operator command the stimulus is receivedНапример, система, управляющая клапаном, при получении команды оператора стимул может перейти из состояния "Клапан открыт" к состоянию "Клапан закрыт" (см. Software engineering, 8th ed. / Ian Sommerville 2007)
for example, a system controlling a valve may move from a state ‘Valve open' to a state ‘Valve closed' when an operator command the stimulus is receivedНапример, система, управляющая клапаном, при получении команды оператора стимул может перейти из состояния "Клапан открыт" к состоянию "Клапан закрыт" (см. Software engineering, 8th ed. / Ian Sommerville 2007)
get called when an event occursвызываться при наступлении события (Alex_Odeychuk)
it is important to understand that type promotions only apply to the values operated upon when an expression is evaluatedСледует иметь в виду, что правила продвижения типов применяются только к значениям, которыми оперируют при вычислении выражения (ssn)
maintain an ordered message queue that it uses to decide when its request is the oldestобслуживать упорядоченную очередь сообщений, по которой определяется наиболее давний запрос (ssn)
Martin Fowler and the contributing authors make an invaluable contribution to object-oriented software development by shedding light on the refactoring process. This book explains the principles and best practices of refactoring, and points out when and where you should start digging in your code to improve itМартин Фаулер и другие авторы, принявшие участие в написании этой книги, внесли большой вклад в разработку объектно-ориентированного программного обеспечения тем, что пролили свет на процесс рефакторинга. В книге описываются принципы и лучшие способы осуществления рефакторинга, а также указывается, где и когда следует начинать углублённо изучать код, чтобы улучшить его (см. Refactoring: Improving the Design of Existing Code by Martin Fowler et al. 1999 ssn)
method that is invoked when an action event occursметод, вызываемый при событии действия (ssn)
method that is invoked when an adjustment event occursметод, вызываемый при событии настройки (ssn)
operations to be performed upon the elements of the data structure when an instance of the function block type is calledоперации, выполняемые с элементами структуры данных при вызове экземпляра типа функционального блока (ssn)
overflow exception: An exception that occurs when the result of an arithmetic operation exceeds the size of the storage location designated to receive itисключение переполнения: исключение, которое происходит, когда результат выполнения арифметической операции превышает разрядность ячейки памяти, определяемой для записи результата (IEEE Standard. Glossary of Software ssn)
predetermined level of coverage when testing an object with multiple parametersпредопределённый уровень покрытия при тестировании объекта с множественными параметрами (ssn)
queueing phenomena, arising when an object has to wait for service from a currently busy serverявления, связанные с очередями, возникающие тогда, когда объекту приходится ждать обслуживания от занятого в данный момент исполнителя (ssn)
values operated upon when an expression is evaluatedзначения, которыми оперируют при вычислении выражения (ssn)
when a large amount of memory is released, part of it may be used to meet a subsequent request, leaving an unused part that is too small to meet any further requestsпри высвобождении большого участка памяти часть его может быть выделена в ответ на текущий запрос, при этом остаток может оказаться слишком малым для удовлетворения любых последующих запросов
when a stateful object becomes aware of an external event, its state may changeкогда имеющий состояние объект узнаёт о внешнем событии, его состояние может измениться (ssn)
when an instance is createdпри создании экземпляра класса (при создании объекта Alex_Odeychuk)
when an object is createdпри создании объекта (Alex_Odeychuk)
when we speak of an event type in the original event model, what we really mean is the name of the event handler that is invoked in response to the eventГоворя о типе события в исходной модели обработки событий, мы на самом деле имеем в виду имя обработчика, вызываемого в ответ на событие (см. "JavaScript: The Definitive Guide, 5th Edition" by David Flanagan 2006 ssn)