-
81 константа
ж. constantконстанта взаимодействия — coupling constant; force constant
константа типа C; символьная константа — C-type constant
-
82 независимая константа
константа типа C; символьная константа — C-type constant
Русско-английский большой базовый словарь > независимая константа
-
83 несанкционированный доступ
1. illegal access2. unauthorized accessРусско-английский большой базовый словарь > несанкционированный доступ
-
84 образец
1. м. specimen2. м. sampleнарушать образец — disturb the sample; disturb the core
вырезать образец для испытаний от … — cut a test piece from …
Синонимический ряд:1. лад (сущ.) лад; манер2. пример (сущ.) образчик; пример3. стандарт (сущ.) стандарт; эталон -
85 постоянная константа
константа типа C; символьная константа — C-type constant
Русско-английский большой базовый словарь > постоянная константа
-
86 секция констант
константа типа C; символьная константа — C-type constant
-
87 системная константа
константа типа C; символьная константа — C-type constant
Русско-английский большой базовый словарь > системная константа
-
88 структурная константа
константа типа C; символьная константа — C-type constant
Русско-английский большой базовый словарь > структурная константа
-
89 текстовая константа
константа типа C; символьная константа — C-type constant
Русско-английский большой базовый словарь > текстовая константа
-
90 численная константа
Русско-английский большой базовый словарь > численная константа
-
91 числовая константа
1. numeric literalлитерная константа; литерал — literal constant
2. numeric constantконстанта типа C; символьная константа — C-type constant
Русско-английский большой базовый словарь > числовая константа
-
92 эжектор
ejector
струйный аппарат, в котором для отсасывания газов или жидкостей используется кинематичеекая энергия другогo газа или жидкости. — device consisting of а nozzle, mixing tube, and diffuser utilizing the kinetic energy of a fluid stream to pump another fluid
- (насос) — jet pump
устройство для создания циркуляции воздуха, охлаждающего воздушно-масляный радиатор при работе на земле. — for ground operation, the cooling air of the air-oil cooler is circulated through the cooler exit by a jet pump.
- двигателя — engine ejector
управляемое устройство реактивного сопла, служащее дпя дополнительного понижения уровня шума двигателя. в э. находятся створки реверсирования тяги. — the ejector may be extended to а position aft of the exhaust nozzle to assist the nozzle in reducing engine noise level. the ejector houses thrust brake buckets.
-, убираемый (реверса тяги) — retractable ejector
the method of thrust reversal uses a retractable ejector and bucket-type doors.
выпускать э. — extend ejector
убирать э. — retract ejectorРусско-английский сборник авиационно-технических терминов > эжектор
-
93 акустическая константа
[lang name="Russian"]константа типа C; символьная константа — C-type constant
-
94 ингибиторная константа
[lang name="Russian"]константа типа C; символьная константа — C-type constant
-
95 метод диффузии
-
96 мутационная константа
[lang name="Russian"]константа типа C; символьная константа — C-type constant
-
97 пластометр по методу выдавливания
[lang name="Russian"]метод выдавливания, экструзионный метод — extrusion method
Русско-английский научный словарь > пластометр по методу выдавливания
-
98 физические константы
[lang name="Russian"]константа типа C; символьная константа — C-type constant
-
99 порошковый
порошковая краска; тонер, тон-порошок — ink powder
Русско-английский новый политехнический словарь > порошковый
-
100 влагомер
См. также в других словарях:
Type system — Type systems Type safety Inferred vs. Manifest Dynamic vs. Static Strong vs. Weak Nominal vs. Structural Dependent typing Duck typing Latent typing Linear typing Uniqueness typing … Wikipedia
Method overriding — Method overriding, in object oriented programming, is a language feature that allows a subclass or child class to provide a specific implementation of a method that is already provided by one of its superclasses or parent classes. The… … Wikipedia
Method overloading — is a feature found in various programming languages such as Ada, C#, C++ and Java that allows the creation of several functions with the same name which differ from each other in terms of the type of the input and the type of the output of the… … Wikipedia
Type signature — is a term that is used in computer programming.A type signature defines the inputs and outputs for a function or method. A type signature includes at least the function name and the number of its parameters. In some programming languages, it may… … Wikipedia
Method overriding (programming) — Method overriding, in object oriented programming, is a language feature that allows a subclass to provide a specific implementation of a method that is already provided by one of its superclasses. The implementation in the subclass overrides… … Wikipedia
method — method, mode, manner, way, fashion, system are comparable when they denote the means taken or the plan or procedure followed in doing a kind of work or in achieving an end. Method may denote either an abstraction or a concrete procedure, but in… … New Dictionary of Synonyms
Type design — is the art of designing typefaces. Although the technology of printing text using movable type was invented in China, and despite the esteem which calligraphy held in that civilization, the vast number of Chinese characters meant that few… … Wikipedia
Type generalization — is a technique commonly used in refactoring. The idea is to draw on the benefits of object orientation and make more generalized types, thus enabling more code sharing, leading to better maintainability as there is less code to write. Too general … Wikipedia
Type polymorphism — In computer science, polymorphism is a programming language feature that allows values of different data types to be handled using a uniform interface. The concept of parametric polymorphism applies to both data types and functions. A function… … Wikipedia
Method (computer programming) — In object oriented programming, a method is a subroutine (or procedure or function) associated with a class. Methods define the behavior to be exhibited by instances of the associated class at program run time. Methods have the special property… … Wikipedia
Method signature — In computer programming, especially object oriented programming, a method is commonly identified by its unique method signature, which usually includes the method name, and the number, types and order of its parameters.[1] A method signature is… … Wikipedia