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

The Universal Dictionary
  • dicts.lingvouniversal_en_ru.description

instantiate

[ɪn'stænʃɪeɪt]

гл.

иллюстрировать примером

LingvoComputer (En-Ru)

instantiate

  1. приписывать значение (напр., переменной)

  2. подвергать обработке (напр., запросы к базе знаний)

  3. создавать экземпляр (реализации)

  4. конкретизировать (понятие)

Unlock all free
thematic dictionaries

Examples from texts

You could, for example, check whether your browser supports XMLHttpRequest before trying to instantiate it, using the typeof function:
Возможен такой метод, основанный на проверке типа броузера перед попыткой создания объекта XMLHttprequest, с помощью функции typeof:
Darie, Cristian,Brinzarea, Bogdan,Cherecheş-Toşa, Filip,Bucica, Mihai / AJAX and PHP: Building Responsive Web ApplicationsДари, Кристиан,Бринзаре, Богдан,Черчез-Тоза, Филип,Бусика, Михай / AJAX и PHP: разработка динамических веб-приложений
AJAX и PHP: разработка динамических веб-приложений
Дари, Кристиан,Бринзаре, Богдан,Черчез-Тоза, Филип,Бусика, Михай
© Издательство Символ-Плюс, 2006
© 2006 Packt Publishing
AJAX and PHP: Building Responsive Web Applications
Darie, Cristian,Brinzarea, Bogdan,Cherecheş-Toşa, Filip,Bucica, Mihai
© 2006 Packt Publishing
Even better, the compiler does not allow you to instantiate SomeVisitor if you don't define all the Visit functions.
И, что еще лучше, компилятор не позволяет конкретизировать класс Somevisitor, если мы не определили все функции visit.
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
We assume that Log's construction implies a certain amount of overhead, so it is best to instantiate it only if an error occurs.
Будем предполагать, что конструкция синглтона Log вынуждает затрачивать определенный объем дополнительных ресурсов, поэтому его лучше всего конкретизировать только в случае возникновения ошибки.
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
Note that the class must be public so that the device application management software can instantiate it.
Обратите внимание, что класс должен быть открытым, для того чтобы программа управления приложениями устройства могла создать его экземпляр.
Piroumian, Vartan / Wireless J2ME™ Platform ProgrammingПирумян, Вартан / Платформа программирования J2ME для портативных устройств
Платформа программирования J2ME для портативных устройств
Пирумян, Вартан
© НОУ "ОЦ КУДИЦ-ОБРАЗ", 2003
Wireless J2ME™ Platform Programming
Piroumian, Vartan
© 2002 Sun Microsystems, Inc.
The JavaScript statement that instantiates the window involves two parts for each window.
Обрабатывающий окно оператор JavaScript состоит из двух частей.
Crane, Dave,Pascarello, Eric / Ajax in ActionКрейн, Дейв,Паскарелло, Эрик / Ajax в действии
Ajax в действии
Крейн, Дейв,Паскарелло, Эрик
© 2006 by Manning Publications Co.
© Издательский дом "Вильямс", 2006
Ajax in Action
Crane, Dave,Pascarello, Eric
© 2006 by Manning Publications Co.
The component must support being instantiated multiple times on the same page with no additional effort.
Компонент должен без дополнительных усилий поддерживать многократное использование на одной странице
Crane, Dave,Pascarello, Eric / Ajax in ActionКрейн, Дейв,Паскарелло, Эрик / Ajax в действии
Ajax в действии
Крейн, Дейв,Паскарелло, Эрик
© 2006 by Manning Publications Co.
© Издательский дом "Вильямс", 2006
Ajax in Action
Crane, Dave,Pascarello, Eric
© 2006 by Manning Publications Co.
The body of the constructor initializes the spImpl_ member to point to a new object of type FunctorHandler, instantiated and initialized with the proper arguments.
В теле конструктора переменная splmpl_ устанавливается на новый объект типа FunctorHandler, конкретизированный и проинициализированный соответствующими аргументами.
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
An object that comes from an inner class has an implicit reference to the outer class object that instantiated it.
Объект внутреннего класса содержит неявную ссылку на объект внешнего класса, который создал его.
Horstmann, Cay S.,Cornell, Gary / Core Java™ 2, Volume I - FundamentalsХорстманн, Кей С.,Корнелл, Гари / Java 2. Том I. Основы.
Java 2. Том I. Основы.
Хорстманн, Кей С.,Корнелл, Гари
© Sun Microsystems, Inc., 2003
© Издательский дом "Вильямс", 2003
Core Java™ 2, Volume I - Fundamentals
Horstmann, Cay S.,Cornell, Gary
© 2001 Sun Microsystems, Inc.
The program reports to Log any error in instantiating Keyboard or Display. Log also collects errors in destroying Keyboard or Display.
Программа пересылает объекту класса Log все ошибки, возникающие при конкретизации классов Keyboard и Display, а также при уничтожении их объектов.
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 application management software first instantiates your MIDlet class by calling its no-argument constructor.
Программа управления приложениями сначала создает экземпляр класса вашего MID -лета, вызывая его конструктор no-argument.
Piroumian, Vartan / Wireless J2ME™ Platform ProgrammingПирумян, Вартан / Платформа программирования J2ME для портативных устройств
Платформа программирования J2ME для портативных устройств
Пирумян, Вартан
© НОУ "ОЦ КУДИЦ-ОБРАЗ", 2003
Wireless J2ME™ Platform Programming
Piroumian, Vartan
© 2002 Sun Microsystems, Inc.
As a result, in Mozilla browsers XMLHttpRequest looks like a native JavaScript object and can be instantiated through the classic new operator:
Как следствие, в браузерах Mozila объект XmlHttpRequest выглядит как интегрированный («родной») объект JavaScript, а для создания его экземпляра применяется классический оператор new:
Esposito, Dino / Introducing Microsoft® ASP.NET AJAXЭспозито, Дино / Знакомство с технологией Microsoft® ASP.NET 2.0 AJAX
Знакомство с технологией Microsoft® ASP.NET 2.0 AJAX
Эспозито, Дино
© Перевод на русский язык, Microsoft Corporation, 2007
© Подготовка к изданию ООО «Питер Пресс», ООО «Издательство «Русская редакция», 2007
© Оригинальное издание на английском языке, Dino Esposito, 2007
Introducing Microsoft® ASP.NET AJAX
Esposito, Dino
© 2007 by Dino Esposito
The graph is never instantiated; rather, a random walk on it can be performed by moving from a document d to another by picking a pair of keywords in d, running a query on a search engine and picking a random document from the results.
Этот граф никогда не строится. Случайное блуждание от одного документа к другому осуществляется с помощью выбора пары ключевых слов из документа d, задания запроса поисковой системе и выбора случайного документа из полученных результатов.
Manning, Christopher D.,Raghavan, Prabhakar,Schuetze, Hinrich / An Introduction to Information Retrieval. Part3Маннинг, Кристофер,Рагхаван, Прабхакар,Шютце, Хайнрих / Введение в информационный поиск. Часть 3
Введение в информационный поиск. Часть 3
Маннинг, Кристофер,Рагхаван, Прабхакар,Шютце, Хайнрих
© Издательский дом "Вильямс", 2011
© Cambridge University Press, 2008
An Introduction to Information Retrieval. Part3
Manning, Christopher D.,Raghavan, Prabhakar,Schuetze, Hinrich
© 2009 Cambridge UP
Instantiates classes derived from a specific base class without needing to keep track of the individual derived classes anywhere but the Factory Method.
Создает экземпляры классов, производных от конкретного базового класса, причем отдельные производные классы отслеживаются только «Фабричным методом».
McConnell, Steve / Code Complete: A Practical Handbook of Software ConstructionМакконнелл, Стив / Совершенный код: Практическое руководство по разработке программного обеспечения
Совершенный код: Практическое руководство по разработке программного обеспечения
Макконнелл, Стив
© Перевод на русский язык, Microsoft Corporation, 2004
© Оригинальное издание на английском языке, Steven С. McConnell, 2004
Code Complete: A Practical Handbook of Software Construction
McConnell, Steve
© 2004 by Steven С. McConnell

Add to my dictionary

instantiate1/5
ɪn'stænʃɪeɪtVerbиллюстрировать примером

User translations

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

Word forms

instantiate

verb
Basic forms
Pastinstantiated
Imperativeinstantiate
Present Participle (Participle I)instantiating
Past Participle (Participle II)instantiated
Present Indefinite, Active Voice
I instantiatewe instantiate
you instantiateyou instantiate
he/she/it instantiatesthey instantiate
Present Continuous, Active Voice
I am instantiatingwe are instantiating
you are instantiatingyou are instantiating
he/she/it is instantiatingthey are instantiating
Present Perfect, Active Voice
I have instantiatedwe have instantiated
you have instantiatedyou have instantiated
he/she/it has instantiatedthey have instantiated
Present Perfect Continuous, Active Voice
I have been instantiatingwe have been instantiating
you have been instantiatingyou have been instantiating
he/she/it has been instantiatingthey have been instantiating
Past Indefinite, Active Voice
I instantiatedwe instantiated
you instantiatedyou instantiated
he/she/it instantiatedthey instantiated
Past Continuous, Active Voice
I was instantiatingwe were instantiating
you were instantiatingyou were instantiating
he/she/it was instantiatingthey were instantiating
Past Perfect, Active Voice
I had instantiatedwe had instantiated
you had instantiatedyou had instantiated
he/she/it had instantiatedthey had instantiated
Past Perfect Continuous, Active Voice
I had been instantiatingwe had been instantiating
you had been instantiatingyou had been instantiating
he/she/it had been instantiatingthey had been instantiating
Future Indefinite, Active Voice
I shall/will instantiatewe shall/will instantiate
you will instantiateyou will instantiate
he/she/it will instantiatethey will instantiate
Future Continuous, Active Voice
I shall/will be instantiatingwe shall/will be instantiating
you will be instantiatingyou will be instantiating
he/she/it will be instantiatingthey will be instantiating
Future Perfect, Active Voice
I shall/will have instantiatedwe shall/will have instantiated
you will have instantiatedyou will have instantiated
he/she/it will have instantiatedthey will have instantiated
Future Perfect Continuous, Active Voice
I shall/will have been instantiatingwe shall/will have been instantiating
you will have been instantiatingyou will have been instantiating
he/she/it will have been instantiatingthey will have been instantiating
Future in the Past Indefinite, Active Voice
I should/would instantiatewe should/would instantiate
you would instantiateyou would instantiate
he/she/it would instantiatethey would instantiate
Future in the Past Continuous, Active Voice
I should/would be instantiatingwe should/would be instantiating
you would be instantiatingyou would be instantiating
he/she/it would be instantiatingthey would be instantiating
Future in the Past Perfect, Active Voice
I should/would have instantiatedwe should/would have instantiated
you would have instantiatedyou would have instantiated
he/she/it would have instantiatedthey would have instantiated
Future in the Past Perfect Continuous, Active Voice
I should/would have been instantiatingwe should/would have been instantiating
you would have been instantiatingyou would have been instantiating
he/she/it would have been instantiatingthey would have been instantiating
Present Indefinite, Passive Voice
I am instantiatedwe are instantiated
you are instantiatedyou are instantiated
he/she/it is instantiatedthey are instantiated
Present Continuous, Passive Voice
I am being instantiatedwe are being instantiated
you are being instantiatedyou are being instantiated
he/she/it is being instantiatedthey are being instantiated
Present Perfect, Passive Voice
I have been instantiatedwe have been instantiated
you have been instantiatedyou have been instantiated
he/she/it has been instantiatedthey have been instantiated
Past Indefinite, Passive Voice
I was instantiatedwe were instantiated
you were instantiatedyou were instantiated
he/she/it was instantiatedthey were instantiated
Past Continuous, Passive Voice
I was being instantiatedwe were being instantiated
you were being instantiatedyou were being instantiated
he/she/it was being instantiatedthey were being instantiated
Past Perfect, Passive Voice
I had been instantiatedwe had been instantiated
you had been instantiatedyou had been instantiated
he/she/it had been instantiatedthey had been instantiated
Future Indefinite, Passive Voice
I shall/will be instantiatedwe shall/will be instantiated
you will be instantiatedyou will be instantiated
he/she/it will be instantiatedthey will be instantiated
Future Perfect, Passive Voice
I shall/will have been instantiatedwe shall/will have been instantiated
you will have been instantiatedyou will have been instantiated
he/she/it will have been instantiatedthey will have been instantiated