-
101 акустическая константа
[lang name="Russian"]константа типа C; символьная константа — C-type constant
-
102 ингибиторная константа
[lang name="Russian"]константа типа C; символьная константа — C-type constant
-
103 метод диффузии
-
104 мутационная константа
[lang name="Russian"]константа типа C; символьная константа — C-type constant
-
105 пластометр по методу выдавливания
[lang name="Russian"]метод выдавливания, экструзионный метод — extrusion method
Русско-английский научный словарь > пластометр по методу выдавливания
-
106 физические константы
[lang name="Russian"]константа типа C; символьная константа — C-type constant
-
107 порошковый
порошковая краска; тонер, тон-порошок — ink powder
Русско-английский новый политехнический словарь > порошковый
-
108 влагомер
-
109 константа
константа типа C; символьная константа — C-type constant
-
110 вещественная константа
константа типа C; символьная константа — C-type constant
Русско-английский словарь по информационным технологиям > вещественная константа
-
111 описание константы
константа типа C; символьная константа — C-type constant
Русско-английский словарь по информационным технологиям > описание константы
-
112 порошковый
порошковая краска; тонер, тон-порошок — ink powder
Русско-английский словарь по информационным технологиям > порошковый
-
113 режим микрокалькулятора с константой
константа типа C; символьная константа — C-type constant
Русско-английский словарь по информационным технологиям > режим микрокалькулятора с константой
-
114 камера для испытаний
Авиация и космонавтика. Русско-английский словарь > камера для испытаний
-
115 полет по программе заводских испытаний
Авиация и космонавтика. Русско-английский словарь > полет по программе заводских испытаний
-
116 порядок проведения испытаний
Авиация и космонавтика. Русско-английский словарь > порядок проведения испытаний
-
117 пространство для проведения испытаний
Авиация и космонавтика. Русско-английский словарь > пространство для проведения испытаний
-
118 регистрация результатов летных испытаний
Авиация и космонавтика. Русско-английский словарь > регистрация результатов летных испытаний
-
119 установка для акустических испытаний
Авиация и космонавтика. Русско-английский словарь > установка для акустических испытаний
-
120 подача
подача сущ1. admission2. admittance автомат подачи пускового топливаstarting fuel control unitвключать подачу топлива из бака с помощью электрического кранаswitch to the proper tankвключать подачу топлива из бока с помощью механического кранаturn the proper tank onгалерея для подачи грузовloading finderдавление в системе подачи топливаfuel supply pressureдогорание после отсечки подачиtorchingканал подачиfeed pipeкислородный прибор регулируемой подачиdemand-type oxygen regulatorметод подачи сигналовsignaling methodнасос подачи маслаoil-feed pumpперекрывать подачу топливаshut off fuelподача самотекомgravity flowподача топлива в систему воздушного суднаaircraft fuel supplyпрекращать подачу сигналаcancel the signalраспределение подачи при помощи системы трубопроводовmanifoldingрегулирование подачиmeteringрегулирование подачи топливаfuel meteringрычаг стоп-крана подачи топливаfuel shutoff valve leverсистема подачиpriming system(топлива в двигатель) система подачи топлива1. fuel supply system2. fuel feed system система подачи топлива под давлениемpressure fuel systemсистема подачи топлива самотекомfuel gravity systemсистема снижения подачи топливаfuel dip systemсистема управления подачей топливаfuel management systemуплотнять опору подачей давленияpressurize the bearingфорсунка первого контура подачи топливаprimary fuel nozzleцепь подачи питанияpower supply circuit
См. также в других словарях:
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