without examplesFound in 3 dictionaries
The Universal Dictionary- It is intended for a full-text search and it significantly expands the possibilities of working with lexical items from the Russian glossary of LingvoUniversal. Contains usage examples, synonyms, and antonyms.
- It is intended for a full-text search and it significantly expands the possibilities of working with lexical items from the Russian glossary of LingvoUniversal. Contains usage examples, synonyms, and antonyms.
initialize
[ɪ'nɪʃ(ə)laɪz]
гл.
книжн. использовать инициалы (вместо полного имени); именовать с помощью инициалов
устанавливать в нулевое, исходное положение (прибор), калибровать
информ. инициализировать
LingvoComputer (En-Ru)
initialize
инициализировать; устанавливать в исходное состояние
задавать начальные условия
Unlock all free
thematic dictionaries
Examples from texts
We initialize the first row of the array with the initial balance:Первая строка массива инициализируется исходным балансом.Horstmann, Cay S.,Cornell, Gary / Core Java™ 2, Volume I - FundamentalsХорстманн, Кей С.,Корнелл, Гари / Java 2. Том I. Основы.Java 2. Том I. Основы.Хорстманн, Кей С.,Корнелл, Гари© Sun Microsystems, Inc., 2003© Издательский дом "Вильямс", 2003Core Java™ 2, Volume I - FundamentalsHorstmann, Cay S.,Cornell, Gary© 2001 Sun Microsystems, Inc.
You can initialize Position, PIP size, PIP position.Можно сбросить значение Position (Позиция), размер PIP (Картинка в картинке), Позиция PIP.© 2011 LG Electronics
Finally, the voter who has just voted or an election official turns the candidate-information block to an arbitrary position to initialize the candidate-information block for the next voter.Далее одним из лиц, обеспечивающих процедуру тайного голосования, производится поворот информационно-регистрирующего блока на произвольный угол для приведения последнего в исходное для последующих голосований положение.http://www.patentlens.net/ 10/24/2011http://www.patentlens.net/ 10/24/2011
Once we have all components laid out, we initialize their values in the setObject method. The setObject method is called when the customizer is displayed.После размещения компонентов инициализируем их значения при помощи метода setobject во время отображения настройщика.Horstmann, Cay S.,Cornell, Gary / Core Java™ 2. Volume II - Advanced FeaturesХорстманн, Кей С.,Корнелл, Гари / Java 2. Том II. Тонкости программированияJava 2. Том II. Тонкости программированияХорстманн, Кей С.,Корнелл, Гари© Издательский дом "Вильямc", 2002© Prentice Hall, Inc., 2002Core Java™ 2. Volume II - Advanced FeaturesHorstmann, Cay S.,Cornell, Gary© 2002 Sun Microsystems, Inc.
Suppose that a class contains routines to work with a command stack, to format reports, to print reports, and to initialize global data.Похоже, этот класс содержит методы работы со стеком команд, форматирования отчетов, печати отчетов и инициализации глобальных данных.McConnell, Steve / Code Complete: A Practical Handbook of Software ConstructionМакконнелл, Стив / Совершенный код: Практическое руководство по разработке программного обеспеченияСовершенный код: Практическое руководство по разработке программного обеспеченияМакконнелл, Стив© Перевод на русский язык, Microsoft Corporation, 2004© Оригинальное издание на английском языке, Steven С. McConnell, 2004Code Complete: A Practical Handbook of Software ConstructionMcConnell, Steve© 2004 by Steven С. McConnell
To mitigate this problem, many C++ threading APIs define a Lock object that you can initialize with a mutex.Для решения этой проблемы во многих прикладных интерфейсах языка C++ определяется объект Lock, который инициализируется мьютексом.Alexandrescu, Andrei / Modern C++ Design: Generic Programming and Design Patterns AppliedАлександреску, Андрей / Современное проектирование на C++Современное проектирование на C++Александреску, Андрей© Addison-Wesley Publishing Company, Inc.© Издательский дом "Вильямс", 2002Modern C++ Design: Generic Programming and Design Patterns AppliedAlexandrescu, Andrei© 2001 by Addison-Wesley
Does C code initialize strings to NULL s to avoid endless strings?Инициализируются ли в С строки с помощью NULL во избежание бесконечных строк?McConnell, Steve / Code Complete: A Practical Handbook of Software ConstructionМакконнелл, Стив / Совершенный код: Практическое руководство по разработке программного обеспеченияСовершенный код: Практическое руководство по разработке программного обеспеченияМакконнелл, Стив© Перевод на русский язык, Microsoft Corporation, 2004© Оригинальное издание на английском языке, Steven С. McConnell, 2004Code Complete: A Practical Handbook of Software ConstructionMcConnell, Steve© 2004 by Steven С. McConnell
If the ROM BIOS is compliant with the Advanced Configuration and Power Interface (ACPI), Windows uses ACPI to enumerate and initialize devices.Когда ПЗУ BIOS совместимо с ACPI, Windows использует технологию ACPI для обнаружения и инициализации устройств.Mueller, Scott / Upgrading and Repairing LaptopsМюллер, Скотт / Модернизация и ремонт ноутбуковМодернизация и ремонт ноутбуковМюллер, Скотт© Que Corporation, 2004© Издательский дом "Вильямс", 2006Upgrading and Repairing LaptopsMueller, Scott© 2006 by Que Corporation
We initialize the div by setting the zIndex so it is on top of the current one and set the class to our first CSS rule for opacity.Для инициализации элемента div значение zIndex задается так, чтобы данный элемент располагался поверх текущего, а класс соответствовал первому правилу CSS, определяющему степень прозрачности.Crane, Dave,Pascarello, Eric / Ajax in ActionКрейн, Дейв,Паскарелло, Эрик / Ajax в действииAjax в действииКрейн, Дейв,Паскарелло, Эрик© 2006 by Manning Publications Co.© Издательский дом "Вильямс", 2006Ajax in ActionCrane, Dave,Pascarello, Eric© 2006 by Manning Publications Co.
Similarly, a wide character literal (§A2.6) may initialize an array of type wchar_t.Точно так же, с помощью литерала из расширенного набора символов (А2.6), можно инициализировать массив типа wchar_t.Kernighan, Brian W.,Ritchie, Dennis M. / The C Programming LanguageКерниган, Б.,Ритчи, Д. / Язык программирования СиЯзык программирования СиКерниган, Б.,Ритчи, Д.© 1998,1978 by Bell Telephone Laboratories, Incorporated© "Невский Диалект", 2001The C Programming LanguageKernighan, Brian W.,Ritchie, Dennis M.© 1988, 1978 by Bell Telephone Laboratories, Incorporated
This might look suspicious, but don't forget that SmartPtr derives from its policy, so in essence the compiler will easily figure out that you initialize a NoChecking with a NoChecking.Возможно, это выглядит подозрительно, но не забывайте, что класс SmartPtr является производным от своих стратегий, так что, по существу, компилятор может легко распознать, что мы инициализируем объект класса Nochecking другим объектом того же класса.Alexandrescu, Andrei / Modern C++ Design: Generic Programming and Design Patterns AppliedАлександреску, Андрей / Современное проектирование на C++Современное проектирование на C++Александреску, Андрей© Addison-Wesley Publishing Company, Inc.© Издательский дом "Вильямс", 2002Modern C++ Design: Generic Programming and Design Patterns AppliedAlexandrescu, Andrei© 2001 by Addison-Wesley
We will return shortly to a discussion of how to initialize character arrays, and in Chapter 5 will show how to make the pattern a parameter that is set when the program is run.В главе 5 мы еще вернемся к проблеме инициализации символьных массивов и покажем, как образец сделать параметром, устанавливаемым при запуске программы.Kernighan, Brian W.,Ritchie, Dennis M. / The C Programming LanguageКерниган, Б.,Ритчи, Д. / Язык программирования СиЯзык программирования СиКерниган, Б.,Ритчи, Д.© 1998,1978 by Bell Telephone Laboratories, Incorporated© "Невский Диалект", 2001The C Programming LanguageKernighan, Brian W.,Ritchie, Dennis M.© 1988, 1978 by Bell Telephone Laboratories, Incorporated
You can think of a constructor as a class method that you call when you initialize an object.Конструктор можно рассматривать как метод класса, вызываемый при инициализации объекта.Sceppa, David / Microsoft® ADO.NET: core referenceСеппа, Дэвид / Microsoft® ADO.NETMicrosoft® ADO.NETСеппа, Дэвид© Перевод на русский язык, Microsoft Corporation, 2003© Оформление и подготовка к изданию, издательско-торговый дом «Русская Редакция», 2003© Оригинальное издание на английском языке, Microsoft Corporation, 2002Microsoft® ADO.NET: core referenceSceppa, David© 2002 by Microsoft Corporation
Procedures that initialize, print, and return the printer status.Процедуры для инициализации, печати и определения состояния принтера.Irvine, Kip R. / Assembly Language for Intel-Based ComputersИрвин, Кип Р. / Язык ассемблера для процессоров IntelЯзык ассемблера для процессоров IntelИрвин, Кип Р.© Издательский дом "Вильямс", 2005© Pearson Education, Inc., 2003, 1999Assembly Language for Intel-Based ComputersIrvine, Kip R.© Pearson Education, Inc., 2003, 1999
It's good practice to initialize the return value at the beginning of the function to a default value—this provides a safety net in the event that the correct return value is not set.Целесообразно инициализировать возвращаемое значение в начале функции значением по умолчанию: это будет страховкой на тот случай, если функция не установит корректное возвращаемое значение.McConnell, Steve / Code Complete: A Practical Handbook of Software ConstructionМакконнелл, Стив / Совершенный код: Практическое руководство по разработке программного обеспеченияСовершенный код: Практическое руководство по разработке программного обеспеченияМакконнелл, Стив© Перевод на русский язык, Microsoft Corporation, 2004© Оригинальное издание на английском языке, Steven С. McConnell, 2004Code Complete: A Practical Handbook of Software ConstructionMcConnell, Steve© 2004 by Steven С. McConnell
User translations
No translations for this text yet.
Be the first to translate it!
Collocations
zero-initialize
инициализировать путем заполнения нулями
initialize routine
программа инициализации
note number initialize
установка первоначальных значений номеров нот
song initialize
инициализация сонга
initialized declaration
объявление с инициализацией
initialized disk
размеченный диск
initializing part of loop
«шапка» цикла
self-initializing
самоинициализация
self-initializing
самоустановка в начальное состояние
initializing key variable entry
ввод ключа инициализации криптографических операций
Word forms
initialize
verb
Basic forms | |
---|---|
Past | initialized |
Imperative | initialize |
Present Participle (Participle I) | initializing |
Past Participle (Participle II) | initialized |
Present Indefinite, Active Voice | |
---|---|
I initialize | we initialize |
you initialize | you initialize |
he/she/it initializes | they initialize |
Present Continuous, Active Voice | |
---|---|
I am initializing | we are initializing |
you are initializing | you are initializing |
he/she/it is initializing | they are initializing |
Present Perfect, Active Voice | |
---|---|
I have initialized | we have initialized |
you have initialized | you have initialized |
he/she/it has initialized | they have initialized |
Present Perfect Continuous, Active Voice | |
---|---|
I have been initializing | we have been initializing |
you have been initializing | you have been initializing |
he/she/it has been initializing | they have been initializing |
Past Indefinite, Active Voice | |
---|---|
I initialized | we initialized |
you initialized | you initialized |
he/she/it initialized | they initialized |
Past Continuous, Active Voice | |
---|---|
I was initializing | we were initializing |
you were initializing | you were initializing |
he/she/it was initializing | they were initializing |
Past Perfect, Active Voice | |
---|---|
I had initialized | we had initialized |
you had initialized | you had initialized |
he/she/it had initialized | they had initialized |
Past Perfect Continuous, Active Voice | |
---|---|
I had been initializing | we had been initializing |
you had been initializing | you had been initializing |
he/she/it had been initializing | they had been initializing |
Future Indefinite, Active Voice | |
---|---|
I shall/will initialize | we shall/will initialize |
you will initialize | you will initialize |
he/she/it will initialize | they will initialize |
Future Continuous, Active Voice | |
---|---|
I shall/will be initializing | we shall/will be initializing |
you will be initializing | you will be initializing |
he/she/it will be initializing | they will be initializing |
Future Perfect, Active Voice | |
---|---|
I shall/will have initialized | we shall/will have initialized |
you will have initialized | you will have initialized |
he/she/it will have initialized | they will have initialized |
Future Perfect Continuous, Active Voice | |
---|---|
I shall/will have been initializing | we shall/will have been initializing |
you will have been initializing | you will have been initializing |
he/she/it will have been initializing | they will have been initializing |
Future in the Past Indefinite, Active Voice | |
---|---|
I should/would initialize | we should/would initialize |
you would initialize | you would initialize |
he/she/it would initialize | they would initialize |
Future in the Past Continuous, Active Voice | |
---|---|
I should/would be initializing | we should/would be initializing |
you would be initializing | you would be initializing |
he/she/it would be initializing | they would be initializing |
Future in the Past Perfect, Active Voice | |
---|---|
I should/would have initialized | we should/would have initialized |
you would have initialized | you would have initialized |
he/she/it would have initialized | they would have initialized |
Future in the Past Perfect Continuous, Active Voice | |
---|---|
I should/would have been initializing | we should/would have been initializing |
you would have been initializing | you would have been initializing |
he/she/it would have been initializing | they would have been initializing |
Present Indefinite, Passive Voice | |
---|---|
I am initialized | we are initialized |
you are initialized | you are initialized |
he/she/it is initialized | they are initialized |
Present Continuous, Passive Voice | |
---|---|
I am being initialized | we are being initialized |
you are being initialized | you are being initialized |
he/she/it is being initialized | they are being initialized |
Present Perfect, Passive Voice | |
---|---|
I have been initialized | we have been initialized |
you have been initialized | you have been initialized |
he/she/it has been initialized | they have been initialized |
Past Indefinite, Passive Voice | |
---|---|
I was initialized | we were initialized |
you were initialized | you were initialized |
he/she/it was initialized | they were initialized |
Past Continuous, Passive Voice | |
---|---|
I was being initialized | we were being initialized |
you were being initialized | you were being initialized |
he/she/it was being initialized | they were being initialized |
Past Perfect, Passive Voice | |
---|---|
I had been initialized | we had been initialized |
you had been initialized | you had been initialized |
he/she/it had been initialized | they had been initialized |
Future Indefinite, Passive Voice | |
---|---|
I shall/will be initialized | we shall/will be initialized |
you will be initialized | you will be initialized |
he/she/it will be initialized | they will be initialized |
Future Perfect, Passive Voice | |
---|---|
I shall/will have been initialized | we shall/will have been initialized |
you will have been initialized | you will have been initialized |
he/she/it will have been initialized | they will have been initialized |