-
1 initialization list
в C++ - список, служащий для инициализации элементов массива.The number of values provided for the initialization list must not exceed the array dimension. — Число значений в списке инициализации не должно превышать размерность массива см. тж. initialization
Англо-русский толковый словарь терминов и сокращений по ВТ, Интернету и программированию. > initialization list
-
2 initialization list
Вычислительная техника: список инициализации -
3 initialization list
English-Russian information technology > initialization list
-
4 initialization
1) установка известного исходного состояния, например присваивание начальных значений переменным. В некоторых языках программирования это делается автоматически, иногда инициализация может быть объединена с объявлением переменнойсм. тж. autoinitialization, array initialization, initialization expression, initialization list, initialization section, initializer, multiple value initialization, variable2) этап задания начального состояния устройства или системы при установке (инсталляции)Англо-русский толковый словарь терминов и сокращений по ВТ, Интернету и программированию. > initialization
-
5 program
1) программа
2) программировать
3) программный
4) операция
5) разработка
– active program
– application program
– background program
– branching program
– broadcast program
– by a program
– call program
– calling program
– channel program
– check program
– crash program
– debug program
– diagnostic program
– executable program
– executive program
– foreground program
– inactive program
– interrupt program
– list program
– main program
– master program
– object program
– optimizing program
– overlay program
– plugged program
– processing program
– program address
– program branching
– program card
– program check
– program computer
– program control
– program controller
– program debugging
– program engineering
– program input
– program language
– program layout
– program loading
– program mode
– program preparation
– program run
– program tape
– program transmitter
– radio program
– resident program
– self-organizing program
– source program
– space program
– stand-alone program
application-specific program package — <comput.> пакет прикладных программ
applications program RAM — <comput.> память програмная
manned space program — космонавт-исследователь, космонавтика пилотируемая
military screening program — программа отбраковки для военных применений
network optimization program — программа машинного анализа цепей
nucleus initialization program — программа инициализации ядра
plugged program computer — вычислительная машина с наборной программой
the output of the program is — <comput.> программа выводит
См. также в других словарях:
List of Microsoft Windows components — The following is a list of Microsoft Windows components. Contents 1 Configuration and maintenance 2 User interface 3 Applications and utilities 4 Windows Server components … Wikipedia
List of climate scientists — Climate scientists study the statistics of the Earth s temperature (top) and precipitation (bottom) for a better understanding of the climate system. This list of climate scientists contains famous or otherwise notable persons who have contribute … Wikipedia
List of software development philosophies — This is an incomplete list of approaches, styles, and philosophies in software development.* Agile software development * Agile Unified Process (AUP) * Behavior Driven Development (BDD) * Big Design Up Front (BDUF) * Brooks s law * Cathedral and… … Wikipedia
C++11 — C++11, also formerly known as C++0x,[1] is the name of the most recent iteration of the C++ programming language, replacing C++TR1, approved by the ISO as of 12 August 2011.[2] The name is derived from the tradition of naming language versions by … Wikipedia
C++0x — is the planned new standard for the C++ programming language. It is intended to replace the existing C++ standard, ISO/IEC 14882, which was published in 1998 and updated in 2003. These predecessors are informally known as C++98 and C++03. The new … Wikipedia
Comparison of C Sharp and Java — The correct title of this article is Comparison of C# and Java. The substitution or omission of the # sign is because of technical restrictions. Programming language comparisons General comparison Basic syntax Basic instructions … Wikipedia
Eiffel (programming language) — Infobox programming language name = Eiffel paradigm = object oriented year = 1986 designer = Bertrand Meyer developer = Bertrand Meyer Eiffel Software latest release version = 4.2 latest release date = Feb 6, 1998 typing = static typing, strong… … Wikipedia
C Sharp syntax — The correct title of this article is C# syntax. The substitution or omission of the # sign is because of technical restrictions. Main article: C Sharp (programming language) This article describes the syntax of the C# programming language. The… … Wikipedia
Block cipher modes of operation — This article is about cryptography. For method of operating , see modus operandi. In cryptography, modes of operation is the procedure of enabling the repeated and secure use of a block cipher under a single key.[1][2] A block cipher by itself… … Wikipedia
Objective-C — Paradigm(s) reflective, object oriented Appeared in 1983 Designed by Tom Love Brad Cox Developer Apple Inc. Typing discipline … Wikipedia
C syntax — The syntax of the C programming language is a set of rules that specifies whether the sequence of characters in a file is conforming C source code. The rules specify how the character sequences are to be chunked into tokens (the lexical grammar) … Wikipedia