DictionaryForumContacts

   English
Terms for subject Programming containing new create | all forms
EnglishRussian
A container for inbound events that enables the user to group events without having to create a new monitoring contextКонтейнер входящих событий, позволяющий объединять события без создания нового контекста отслеживания (ssn)
ability to create new clustersспособность создавать новые кластеры (ssn)
create a new instance of a classсоздавать новый экземпляр класса (Alex_Odeychuk)
create a new instance of the typeсоздать новый экземпляр тип
create a new project from an archetypeсоздать новый проект по шаблону (проекта; англ. термин взят из кн.: Shukla A. Building Web Apps with Spring 5 and Angular Alex_Odeychuk)
create a new threadсоздать новый поток (управления Alex_Odeychuk)
create and configure the text field where new tasks will be typedсоздание и настройка текстового поля для ввода новых задач (ssn)
creating a new objectсоздание нового объекта (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)
Select Create New Document from the menu and insert it directly into the Document Info window without entering the Document Title windowВыберите Create New Document из меню и вставьте его непосредственно в окно Document Info, не вводя окно Document Title (ssn)
the Extract Class refactoring is defined as "Create a new class and move the relevant fields and methods from the old class into the new class"Рефакторинг Класс извлечения определяется так: "Создайте новый класс и переместите соответствующие поля и методы из старого класса в новый" (Фаулер, 1999, с.149). Главная трудность заключается в определении, как разбить большой класс на ряд меньших классов. Идея заключается в том, чтобы извлечь непротиворечивые и объединённые части функциональных возможностей в отдельный класс (классы; Fowler, 1999, p.149). The main difficulty is in deciding how to split a large class into a number of smaller classes. The idea is to extract consistent and integrated piece of functionality into a separate class (classes; см. Maciaszek L.A. and Liong B.L. (2005): Practical Software Engineering; все рефакторинги начинаются с глаголов, т. е. Extract Class — "Извлечь класс", а не бессмысленный "Класс извлечения". SirReal)