-
21 initializing module
English-Russian dictionary of mechanical engineering and automation > initializing module
-
22 initializing part of loop
«шапка» [вводная часть] циклаEnglish-Russian dictionary of computer science and programming > initializing part of loop
-
23 initializing parameter administration
English-Russian big medical dictionary > initializing parameter administration
-
24 self-initializing
Большой англо-русский и русско-английский словарь > self-initializing
-
25 self-initializing
Вычислительная техника: самоинициализация, самоустановка в начальное состояние -
26 self-initializing program
Вычислительная техника: программа, восстанавливающаяся после каждого прогона, самоинициализирующаяся программаУниверсальный англо-русский словарь > self-initializing program
-
27 self-initializing
самоустановка в начальное состояние, самоинициализацияEnglish-Russian dictionary of computer science and programming > self-initializing
-
28 error initializing notification system on port
Англо-русский словарь компьютерных и интернет терминов > error initializing notification system on port
-
29 self-initializing
1. самоустановка в начальное состояние; самоинициализация2. самоинициализация -
30 инициализирующий
initializingБольшой англо-русский и русско-английский словарь > инициализирующий
-
31 start-up vector
(initializing vector) вектор начального заполнения, вектор инициализацииАнгло-русский словарь по компьютерной безопасности > start-up vector
-
32 самоинициализация
self-initializingself-initializingБольшой англо-русский и русско-английский словарь > самоинициализация
-
33 инициализация
жен. initializationinitialization;
g initializingБольшой англо-русский и русско-английский словарь > инициализация
-
34 entry
1) запись (в журнале, таблице и т.п.)2) ввод (напр. ключей.)4) проникновение (в систему в обход защиты) -
35 vector
-
36 IV
1) [initial value]2) [initialization vector] затравочный вектор3) [initializing value] затравочное значение4) [instrumental variable] инструментальная переменная5) вольт-амперная характеристика, ВАХ -
37 IV
1) сокр. от initial value2) сокр. от initialization vector затравочный вектор3) сокр. от initializing value затравочное значение4) сокр. от instrumental variable инструментальная переменная5) вольт-амперная характеристика, ВАХThe New English-Russian Dictionary of Radio-electronics > IV
-
38 module
1) модуль; блок, функциональный блок; узел, унифицированный узел4) вчт. программный модуль•- administrative module
- assembly module
- axial module
- CAM module
- cell control module
- center control module
- clamping module
- computation module
- computer module
- control module
- coordinate gaging module
- CRT-keyboard programming module
- cutter module
- data output module
- digital module
- drafting module
- drill-and-tap module
- drilling-and-tapping module
- EDP module
- electronic data processing module
- electronic module
- expandable module
- feeder module
- flexible manufacturing module
- forward and inverse kinematic module
- functional module
- generative NC module
- generic module
- hardware/software module
- inductive module
- initializing module
- invoicing module
- job route sequencing module
- logic module
- machine data acquisition module
- machine module
- machining center module
- machining estimating module
- machining module
- manipulating module
- module of container dimensions
- multiheadchanger module
- multipurpose machining module
- normal module
- parametric estimating module
- parametric machining module
- parts assembly module
- pendant control module
- pick and place module
- pick and place transfer module
- pre-CMM module
- probe module
- process module
- processing module
- program module
- programming module
- PWM module
- robotic grip module
- robotic slip module
- robotic torque module
- routing module
- seal touch display module
- sealed electronic module
- sector master module
- security module
- sensory processing module
- sheet metal design module
- signal-processing module
- solids module
- source module
- speed control module
- standard module
- standard processing module
- subordinate module
- supervisor module
- thermoelectric module
- three-dimensional module
- tool module
- trajectory planner module
- transfer module
- transverse module
- turning module
- unmanned module
- versatile logic module
- vertical turning module
- vertical-lift module
- video module
- vision module
- WSO moduleEnglish-Russian dictionary of mechanical engineering and automation > module
-
39 part
1) часть, доля2) запасная часть; деталь3) раздел•- aliquot part
- application part
- data description part
- execute part - formal part
- fractional part
- imaginary part
- index part
- indexing part
- initializing part of loop
- instruction part
- integer part
- integral part
- kit parts
- linear program part
- lower part
- nonindexing part
- nonresident part
- operation part
- operator part
- process description part
- real part
- replacement part
- resident part
- stagnant part of number
- upper partEnglish-Russian dictionary of computer science and programming > part
-
40 selfinitializing
См. также в других словарях:
initializing — iniciacija statusas T sritis automatika atitikmenys: angl. initialization; initializing; initiating; initiation vok. Initialisieren, n; Initialisierung, f rus. инициализация, f; инициирование, n; присваивание начального значения, n pranc.… … Automatikos terminų žodynas
initializing — initialize (Amer.) v. set at a starting position; (Computers) erase data in preparation for use (also initialise) … English contemporary dictionary
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
Quadratisches Sieb — ist ein Begriff aus dem Bereich Zahlentheorie der Mathematik und bezeichnet einen der schnellsten bekannten Algorithmen zur Faktorisierung großer natürlicher Zahlen. Es ist ein allgemeines Faktorisierungsverfahren, d.h. die Laufzeit hängt nur von … Deutsch Wikipedia
Object lifetime — In computer science, the object lifetime (or life cycle) of an object in object oriented programming is the time between an object s creation (also known as instantiation or construction) till the object is no longer used, and is destructed or… … Wikipedia
coreboot — Original author(s) Ronald G. Minnich, Eric Biederman, Olli Lo, Stefan Reinauer, the coreboot community Initial release 1999 … Wikipedia
Data-flow analysis — is a technique for gathering information about the possible set of values calculated at various points in a computer program. A program s control flow graph (CFG) is used to determine those parts of a program to which a particular value assigned… … Wikipedia
Coreboot — Infobox Software name = Coreboot caption = Coreboot author = Ronald G. Minnich, Eric Biederman, Olli Lo, Stefan Reinauer, the coreboot community developer = released = 1999 latest release version = latest release date = latest preview version =… … Wikipedia
Double-checked locking — In software engineering, double checked locking (also known as double checked locking optimization[1] .) is a software design pattern used to reduce the overhead of acquiring a lock by first testing the locking criterion (the lock hint ) without… … Wikipedia
Architecture of Windows NT — The Windows NT operating system family s architecture consists of two layers (user mode and kernel mode), with many different modules within both of these layers. The architecture of Windows NT, a line of operating systems produced and sold by… … Wikipedia
Leftist tree — A leftist tree or leftist heap is a priority queue implemented with a variant of a binary heap. Every node has an s value which is the distance to the nearest leaf. In contrast to a binary heap , a leftist tree attempts to be very unbalanced. In… … Wikipedia