about icon-addNote android4 Answer apple4 icon-appStoreEN icon-appStoreES icon-appStorePT icon-appStoreRU Imported Layers Copy 7 icon-arrow-spined icon-ask icon-attention icon-bubble-blue icon-bubble-red ButtonError ButtonLoader ButtonOk icon-cake icon-camera icon-card-add icon-card-calendar icon-card-remove icon-card-sort chrome-extension-ru chrome-extension-es-mx chrome-extension-pt-br chrome-extension-ru comment comment icon-cop-cut icon-cop-star Cross Dislike icon-editPen icon-entrance icon-errorBig facebook flag flag_vector icon-globe icon-googlePlayEN icon-googlePlayRU icon-greyLoader icon-cake Heart 4EB021E9-B441-4209-A542-9E882D3252DE Created with sketchtool. Info Kebab icon-lamp icon-lampBig icon-learnHat icon-learning-hat Dislike Loup Loup icon-more icon-note icon-notifications icon-pen Pencil icon-play icon-plus-light icon-plus icon-rosie-cut Rune scrollUp Share-icon Shevron-Down Shevron Left Shevron Right sound sound1 sound2 sound3 sound4 sound2 icon-star Swap icon-translate Trash icon-tutor-ellipsis icon-tutor-flip Tutor folder icon icon-tutor-learned icon-twoWayArrow Mezhdunarodny_logotip_VK vk icon-word pen_icon Logo Logo Logo
without examplesFound in 2 dictionaries

Computer Science
  • dicts.lingvocomputer_en_ru.description

instantiation

  1. экземпляр (реализации)

  2. конкретизация (понятия)

  3. C++ реализация (код, генерируемый при вызове шаблонной функции (templated function) для конкретного набора типов входных параметров)

Engineering (En-Ru)

instantiation

  1. спецификация заданных характеристик; технические условия

  2. конкретизация понятий (напр. в базах знаний)

Unlock all free
thematic dictionaries

Examples from texts

It is essential that all the code use WidgetPtr instead of a hardcoded instantiation of SmartPtr.
Очень важно, что класс widgetPtr использует вся программа, а не только жестко закодированная конкретизация класса SmartPtr.
Alexandrescu, Andrei / Modern C++ Design: Generic Programming and Design Patterns AppliedАлександреску, Андрей / Современное проектирование на C++
Современное проектирование на C++
Александреску, Андрей
© Addison-Wesley Publishing Company, Inc.
© Издательский дом "Вильямс", 2002
Modern C++ Design: Generic Programming and Design Patterns Applied
Alexandrescu, Andrei
© 2001 by Addison-Wesley
GenLinearHierarchy distributes types in the typelist to its Unit template argument from the bottom up; the first element in the typelist is passed to the Unit instantiation that's at the bottom of the class hierarchy.
Этот класс передает типы из списка типов в шаблонный аргумент Unit снизу вверх. Первый элемент списка типов передается конкретизации класса unit, находящейся на дне иерархии классов.
Alexandrescu, Andrei / Modern C++ Design: Generic Programming and Design Patterns AppliedАлександреску, Андрей / Современное проектирование на C++
Современное проектирование на C++
Александреску, Андрей
© Addison-Wesley Publishing Company, Inc.
© Издательский дом "Вильямс", 2002
Modern C++ Design: Generic Programming and Design Patterns Applied
Alexandrescu, Andrei
© 2001 by Addison-Wesley
The fact is, such an instantiation would render Parm1 as a reference to std::string, and consequently p1 would be a reference to a reference to std::string. References to references are illegal.
Фактически такая конкретизация может преобразовать класс Parml в ссылку на объект класса std: :string. Следовательно, объект pi может стать ссылкой на ссылку на объект класса std: : string, а это не допускается.
Alexandrescu, Andrei / Modern C++ Design: Generic Programming and Design Patterns AppliedАлександреску, Андрей / Современное проектирование на C++
Современное проектирование на C++
Александреску, Андрей
© Addison-Wesley Publishing Company, Inc.
© Издательский дом "Вильямс", 2002
Modern C++ Design: Generic Programming and Design Patterns Applied
Alexandrescu, Andrei
© 2001 by Addison-Wesley
In Table 11.1, BackendType represents an instantiation of the dispatcher back-end template, and backEnd represents a variable of that type.
В табл. 11.1 класс BackendType представляет собой конкретизацию диспетчера, а объект backEncL — переменную этого типа.
Alexandrescu, Andrei / Modern C++ Design: Generic Programming and Design Patterns AppliedАлександреску, Андрей / Современное проектирование на C++
Современное проектирование на C++
Александреску, Андрей
© Addison-Wesley Publishing Company, Inc.
© Издательский дом "Вильямс", 2002
Modern C++ Design: Generic Programming and Design Patterns Applied
Alexandrescu, Andrei
© 2001 by Addison-Wesley
When translating the design to an object-oriented programming language, it must be expressed in terms of its idioms for instantiation and initialization.
При переходе к реализации системы на объектно-ориентированном языке программирования процесс передачи сообщения необходимо выразить средствами языка программирования с использованием его идиом для инстанцирования и инициализации.
Larman, Craig / Applying UML and Patterns: An Introduction to Object-Oriented Analysis and Design and the Unified ProcessЛарман, Крэг / Применение UML и шаблонов проектирования
Применение UML и шаблонов проектирования
Ларман, Крэг
© Издательский дом "Вильямс", 2002
© Craig Larman, 2002
Applying UML and Patterns: An Introduction to Object-Oriented Analysis and Design and the Unified Process
Larman, Craig
© 2002 by Craig Larman
SmartPtr implements a templated copy constructor, which accepts any other instantiation of SmartPtr.
Класс SmartPtr реализует шаблонную копию конструктора, получающую другую конкретизацию класса SmartPtr.
Alexandrescu, Andrei / Modern C++ Design: Generic Programming and Design Patterns AppliedАлександреску, Андрей / Современное проектирование на C++
Современное проектирование на C++
Александреску, Андрей
© Addison-Wesley Publishing Company, Inc.
© Издательский дом "Вильямс", 2002
Modern C++ Design: Generic Programming and Design Patterns Applied
Alexandrescu, Andrei
© 2001 by Addison-Wesley
This is not a true recursive call, because each time we have a different instantiation of StaticDispatcher.
На самом деле это не настоящий рекурсивный вызов, поскольку каждый раз производится новая конкретизация класса StaticDispatcher.
Alexandrescu, Andrei / Modern C++ Design: Generic Programming and Design Patterns AppliedАлександреску, Андрей / Современное проектирование на C++
Современное проектирование на C++
Александреску, Андрей
© Addison-Wesley Publishing Company, Inc.
© Издательский дом "Вильямс", 2002
Modern C++ Design: Generic Programming and Design Patterns Applied
Alexandrescu, Andrei
© 2001 by Addison-Wesley
FunctorDispatcher uses a BasicDispatcher instantiation as its back end.
Класс FunctorDispatcher использует конкретизацию класса BasicDispatcher в качестве выходного буфера.
Alexandrescu, Andrei / Modern C++ Design: Generic Programming and Design Patterns AppliedАлександреску, Андрей / Современное проектирование на C++
Современное проектирование на C++
Александреску, Андрей
© Addison-Wesley Publishing Company, Inc.
© Издательский дом "Вильямс", 2002
Modern C++ Design: Generic Programming and Design Patterns Applied
Alexandrescu, Andrei
© 2001 by Addison-Wesley
Let's see what happens with the code in the example after all the dust of template instantiation has settled.
Посмотрим, что произойдет после конкретизации шаблона в приведенном выше примере.
Alexandrescu, Andrei / Modern C++ Design: Generic Programming and Design Patterns AppliedАлександреску, Андрей / Современное проектирование на C++
Современное проектирование на C++
Александреску, Андрей
© Addison-Wesley Publishing Company, Inc.
© Издательский дом "Вильямс", 2002
Modern C++ Design: Generic Programming and Design Patterns Applied
Alexandrescu, Andrei
© 2001 by Addison-Wesley
A formula is elementary if it is either an atomic formula or an instantiation.
Формула называется элементарной, если она атомная формула или подтверждение.
Shoenfield, Joseph / Mathematical LogicШенфилд, Дж. / Математическая логика
Математическая логика
Шенфилд, Дж.
© Перевод на русский язык, Главная редакция физико-математической литературы издательства «Наука», 1975г.
Mathematical Logic
Shoenfield, Joseph
© 1967 by Addison-Wesley publishing company, inc.

Add to my dictionary

instantiation1/5
экземпляр (реализации)

User translations

No translations for this text yet.
Be the first to translate it!

Collocations

existential instantiation
экзистенциальное подтверждение
parameterized instantiation
параметрическая конкретизация
universal instantiation
универсальное подтверждение

Word forms

instantiation

noun
SingularPlural
Common caseinstantiationinstantiations
Possessive caseinstantiation'sinstantiations'