-
21 последование
n. following, succession; отображение последования, first return map, Poincar functionРусско-английский словарь математических терминов > последование
-
22 возврат в исходную позицию
Automation: zero-return functionУниверсальный русско-английский словарь > возврат в исходную позицию
-
23 возврат в нулевое положение
1) Computers: homing2) Automation: zero-return functionУниверсальный русско-английский словарь > возврат в нулевое положение
-
24 обратная передаточная функция
Automation: return transfer functionУниверсальный русско-английский словарь > обратная передаточная функция
-
25 передаточная функция замкнутой системы с обратной связью
Engineering: return transfer functionУниверсальный русско-английский словарь > передаточная функция замкнутой системы с обратной связью
-
26 функция оборота
Mathematics: return function -
27 цепной барабан
1) Naval: cable lifter, chain grab, wildcat (якорной машины)2) American: wildcat (брашпиля)3) Engineering: chain drum4) Textile: chain barrel5) Automation: zero-return function6) Caspian: chain lifter -
28 или же
•A machine can be supplied for welding either circumferential joints only, or, alternatively, a universal machine can be supplied.
•In performing this function ceramic castings can permit the use of less expensive metals, or else raise the temperature limit of...
•Or, again, if through the H projection a plane is passed which...
* * *Или жеIf this [criterion] is unsatisfied, then return to (i) above or else print out results.Or alternatively, if present, was not detected by X-ray diffraction analysis. (Или же, если магний и присутствовал, то он не был обнаружен...)Русско-английский научно-технический словарь переводчика > или же
-
29 функция последования
Русско-английский математический словарь > функция последования
-
30 функция прибыли
Banks. Exchanges. Accounting. (Russian-English) > функция прибыли
-
31 портфель активов
portfolio of assets; asset portfolioПолезность владения портфелем активов тогда имеет вид … — The utility of holding a portfolio of assets is then …
Функция полезности для портфелей, определённая на RN+, также является возрастающей, непрерывной и вогнутой. — The utility function for portfolios, defined on RN+, is also increasing, continuous, and concave.
Таким образом, для любой реализации z случайной отдачи портфель индивида (α,β) приносит выгоду αz + β. — Thus, for any realization z of the random return, the individual's portfolio (α,β) pays αz + β.
Отметим, в частности, каким образом несклонность к риску приводит к выпуклой карте безразличия для портфелей. — Observe, in particular, how risk aversion leads to a convex indifference map for portfolios.
Russian-English Dictionary "Microeconomics" > портфель активов
-
32 кривая
ж. curveS-образная кривая — sigmoid curve; reverse curve
Синонимический ряд:1. косой (прил.) искривившейся; искривившеюся; искривившийся; искривленной; искривленною; искривленный; косой; перекосившейся; перекосившеюся; перекосившийся; перекошенной; перекошенною; перекошенный; покосившейся; покосившеюся; покосившийся2. одноглазый (прил.) кривоглазой; кривоглазою; кривоглазый; одноглазыйАнтонимический ряд:прямой; прямою -
33 ход каретки
1. вчт. carriage movementкаретка, несущая трафаретную раму — screen frame carriage
2. текст. pitch of the coilход кривой — trend of a curve;:
обратный ход — reverse motion; reverse running; back stroke
ход расширения — expansion stroke; extension
ход сжатия — compression stroke; bump stroke; contraction
перепад мощности определяется частотным ходом переходного ослабления ответвителя — the change in power is determined by variations in the dynamic attenuation of the coupler with frequency
-
34 функция последования
-
35 оперативный экран
оперативный экран
экран оперативных данных
(на дисплее устройства релейной защиты)
[Интент]Параллельные тексты EN-RU
Autom. return time
If the user does not press a key on the local control panel within this set time, the change-enabling function is disabled and the Operation Panel is called up provided that values have been assigned to the Operation Panel and that there is no event.
[Schneider Electric]Время автоматического возврата
Если в течение данного заданного времени не будет нажата ни одна из кнопок панели управления, то функция изменения значений параметров автоматически отменяется и если не произошло никакого нового события и при этом данная величина должна отображаться на экране оперативных данных, то на дисплей будет выведен экран оперативных данных.
[Перевод Интент]
Тематики
Синонимы
EN
Русско-английский словарь нормативно-технической терминологии > оперативный экран
- 1
- 2
См. также в других словарях:
Return value optimization — Return value optimization, or simply RVO, is a compiler optimization technique that involves eliminating the temporary object created to hold a function s return value.[1] In C++, it is particularly notable for being allowed to change the… … Wikipedia
Return to Nevèrÿon (series) — Return to Nevèrÿon book covers Return to Nevèrÿon is a series of eleven “sword and sorcery” stories by Samuel R. Delany, originally published in four volumes during the years 1979 1987. Those volumes are: Tales of Nevèrÿon Neveryóna, or: The Tale … Wikipedia
Return on capital employed — (ROCE) is used in finance as a measure of the returns that a company is realising from its capital employed. It is commonly used as a measure for comparing the performance between businesses and for assessing whether a business generates enough… … Wikipedia
Function object — A function object, also called a functor or functional, is a computer programming construct allowing an object to be invoked or called as if it were an ordinary function, usually with the same syntax.Function objects are unrelated to functors in… … Wikipedia
Return statement — In computer programming, a return statement causes execution to leave the current subroutine and resume at the point in the code immediately after where the subroutine was called known as its return address. The return address is saved, usually… … Wikipedia
Function prototype — A function prototype in C or C++ is a declaration of a function that omits the function body but does specify the function s name, arity, argument types and return type. While a function definition specifies what a function does, a function… … Wikipedia
Function pointer — A function pointer is a type of pointer in C, C++, D, and other C like programming languages, and Fortran 2003.[1] When dereferenced, a function pointer can be used to invoke a function and pass it arguments just like a normal function. In… … Wikipedia
Function composition (computer science) — In computer science, function composition (not to be confused with object composition) is an act or mechanism to combine simple functions to build more complicated ones. Like the usual composition of functions in mathematics, the result of the… … Wikipedia
Return type — In computer programming, the return type defines and constrains the type of value returned from calling a method or function. The return type must be explicitly mentioned when declaring a function in many statically typed languages, such as Java … Wikipedia
function — /fungk sheuhn/, n. 1. the kind of action or activity proper to a person, thing, or institution; the purpose for which something is designed or exists; role. 2. any ceremonious public or social gathering or occasion. 3. a factor related to or… … Universalium
Function prologue — In assembly language programming, the function prologue is a few lines of code which appear at the beginning of a function, which prepare the stack and registers for use within the function. Similarly, the function epilogue appears at the end of… … Wikipedia