DictionaryForumContacts

   English
Terms for subject Programming containing be called to | all forms
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)
hidden methods that allow you to register and unregister delegates, which are called when a specific event is raisedскрытые методы, позволяющие регистрировать и отменять регистрацию делегатов, которые вызываются при наступлении определённых событий (ssn)
on the other hand, the screen-flipping and frame-drawing members are going to be called very frequently, and so these need to be as fast as possibleс другой стороны, методы обмена буферов и рисования кадров будут вызываться очень часто, поэтому они должны быть быстрыми настолько, насколько это возможно (см. Game Architecture and Design / Andrew Rollings, David Morris 2004 ssn)
one of refactoring targets is called large class – a class that does too much and/or has too many data members. Large classes can result from excessive minimization of coupling between classes. In case of the large class target, two methods relevant to Iteration 1 code are: Extract Class and Extract Interface Fowler, 1999Одна из целей использования рефакторинга называется большим классом – классом, который делает слишком много и/или имеет слишком много элементов данных. Большие классы могут возникнуть из-за чрезмерной минимизации связей между классами. В случае большого класса в коде итерации 1 уместны два метода: Класс извлечения и Интерфейс извлечения (Фаулер, 1999; см. Maciaszek L.A. and Liong B.L. (2005): Practical Software Engineering)
operations to be performed upon the elements of the data structure when an instance of the function block type is calledоперации, выполняемые с элементами структуры данных при вызове экземпляра типа функционального блока (ssn)
the C library provides definitions of the system call that are converted to the appropriate trap statements at compile-timeБиблиотека С предоставляет определения системного вызова, которые во время компиляции преобразуются в соответствующие операторы ловушки
there are different names used to signify the entire set of classes necessary to be designed and implemented in a computer program. They are called interchangeably design classes, software classes, application classes, program classes, system classes or implementation classesИспользуются различные имена, чтобы назвать все множество классов, которые должны быть разработаны и реализованы в компьютерной программе. Они попеременно называются классами проекта, классами ПО, прикладными классами, классами программы, классами системы или классами реализации (см. Maciaszek L.A. and Liong B.L. 2005: Practical Software Engineering)
this technique, called method overloading, is used to implement methods that perform similar tasks but with different types and/or different numbers of argumentsэтот приём, называемый "перегрузкой методов", используется для реализации методов, выполняющих сходные задачи с разными типами и / или количеством аргументов (см. Deitel P., Deitel. H. – Visual C# 2012 How to Program, 5Ed. – 2013)
yet another option is a scheme in which the arrival of a message causes a new thread to be created spontaneously in the receiving process' address space. Such a thread is called a pop-up threadещё один вариант заключается в схеме, при которой поступающее сообщение самопроизвольно порождает новый поток в адресном пространстве процесса – получателя сообщения. Он называется всплывающим потоком (см. Modern Operating Systems Third ed. by Tanenbaum A.S. 2009)