DictionaryForumContacts

   Russian
Terms for subject Programming containing по новому | all forms | in specified order only
RussianEnglish
асинхронное устройство ввода / вывода: устройство, которое генерирует прерывание при поступлении новых данных или по завершении операции вывода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)
выполнять новый вызов по техническому стандарту взаимодействияissue a new API call (Alex_Odeychuk)
Движение по дереву каталогов – довольно новая функция в Java 7Walking the directory tree is a new feature in Java 7 (ssn)
Движение по дереву каталогов – довольно новая функция в Java 7Walking the directory tree is a new feature in Java 7 (ssn)
как ожидается, с помощью рефакторинга Класс извлечения CAdmin обеспечивает связи ассоциации с новыми классами. Связи поддерживаются двумя методами: getMsgSeeker и getMsgSender . Первый получает объект CMsgSeeker, который отвечает за извлечение исходящих сообщений для уровня представления. Второй получает объект CMsgSender, ответственный за исходящие сообщения, передаваемые по электрон почтеas expected by the Extract Class refactoring, CAdmin maintains association links to new classes. The links are supported by two methods: getMsgSeeker and getMsgSender. The former gets the CMsgSeeker object, the one responsible for retrieving outmessages for presentation layer. The latter gets the CMsgSender object responsible for emailing outmessages (см. Maciaszek L.A. and Liong B.L. 2005: Practical Software Engineering)
начать мыслить и представлять предметную область по-новомуacquire a new way of thinking and a view of the problem domain (ssn)
новая версия ПОnew software build (ssn)
новые виды деятельности по разработкеnew development activities (ssn)
новый лимит по времениnew time limit (ssn)
Одно из возможных решений, которое, однако, мы применять не будем, предполагает создание большого массива указателей и присваивание значений указателям друг за другом по мере выделения памяти под новые структурыOne solution, which we won't use, is to create a large array of pointers and assign values to the pointers, one by one, as new structures are allocated (C Primer Plus by Stephen Prata (2013) ssn)
пассивное устройство ввода / вывода: устройство, которое не генерирует прерываний при поступлении новых данных или завершении операции вывода. Чтение данных от пассивного устройства ввода производится путём периодического опроса или по мере необходимостиpassive I/O device: A device that does not generate an interrupt on completion of an input or output operation. The input from a passive input device needs to be read either on a polled basis or on demand (см. Designing Concurrent, Distributed, and Real-time Applications with UML Object Technology Series by Hassan Gomaa)
Сложность сетей растёт по экспоненте с добавлением новых элементов к структуре. На практике все сложные работающие структуры, включая живые организмы и сделанные человеком системы, являются иерархическимиthe complexity of networks grows exponentially with addition of new elements to the structure. In practice, all complex structures that work, including living organisms and human-made systems, are hierarchies (см. Maciaszek L.A. and Liong B.L. 2005: Practical Software Engineering)
создать новый проект по шаблонуcreate a new project from an archetype (проекта; англ. термин взят из кн.: Shukla A. Building Web Apps with Spring 5 and Angular Alex_Odeychuk)