-
21 обращение к функции
обращение к функции
—
[Л.Г.Суменко. Англо-русский словарь по информационным технологиям. М.: ГП ЦНИИС, 2003.]Тематики
EN
Русско-английский словарь нормативно-технической терминологии > обращение к функции
-
22 функция
ж. functionфункция определяется в области … — a function is defined on an interval
логическая функция И—ИЛИ — AND-to-OR function
реализовать передаточную функцию на … — implement the transfer function with
разлагать периодическую функцию на слагаемые гармоники методом анализа Фурье — resolve a periodic function into harmonic components by Fourier analysis
функция распределения — distribution function; frequency function
целевая функция — efficiency function; effectiveness function
-
23 стандартная функция
1. standard function2. predefined function3. built-in functionРусско-английский большой базовый словарь > стандартная функция
-
24 логическая функция
1. logic function2. logical connective3. logical functionРусско-английский большой базовый словарь > логическая функция
-
25 непрерывная функция
1. analog function2. continuous functionРусско-английский большой базовый словарь > непрерывная функция
-
26 логарифмическая функция
1. logarithmic function2. logistic function -
27 весовая функция
1. weighting function2. weight function -
28 обращение к функции
Русско-английский большой базовый словарь > обращение к функции
-
29 гиперболическая функция
1. hyperbolic function2. hyperbolic functions -
30 диссипативная функция
1. dissipative function2. dissipation function -
31 линейная функция
1. symmetric function2. linear function[lang name="Russian"]решающая функция; функция выбора решения — decision function
-
32 монотонная функция
1. monotonic function2. monotone function[lang name="Russian"]решающая функция; функция выбора решения — decision function
-
33 силовая функция
1. strength function2. force function[lang name="Russian"]решающая функция; функция выбора решения — decision function
-
34 убывающая функция
1. strictly decreasing function2. decreasing function -
35 обобщенная функция
1. generalised function2. generalized functionРусско-английский новый политехнический словарь > обобщенная функция
-
36 генератор аналитической функции
1. analytical-function generator2. natural function generatorРусско-английский большой базовый словарь > генератор аналитической функции
-
37 автокорреляционная функция
Русско-английский большой базовый словарь > автокорреляционная функция
-
38 блок линейной функции
Русско-английский большой базовый словарь > блок линейной функции
-
39 запрещенная функция
Русско-английский большой базовый словарь > запрещенная функция
-
40 знаковая функция
Русско-английский большой базовый словарь > знаковая функция
См. также в других словарях:
function call — kreipinys į funkciją statusas T sritis informatika apibrėžtis ↑Funkcijos vykdymo komanda, kurią įvykdžius jos vietoje atsiranda vykdant gautoji funkcijos reikšmė. Kreipinį sudaro funkcijos vardas, po jo, dažniausiai skliaustuose, parametrų… … Enciklopedinis kompiuterijos žodynas
function call — noun a call that passes control to a subroutine; after the subroutine is executed control returns to the next instruction in main program • Hypernyms: ↑call … Useful english dictionary
Remote function call — A remote function call is a procedure for data interchange between a client and server. Typically the client calls a server program and the server returns the results via a TCP/IP connection. Remote function calls may be associated with SAP… … Wikipedia
Remote Function Call — (RFC) ist ein Begriff aus dem Umfeld der SAP Software (speziell der SAP ABAP Systeme, z. B. R/3 und dessen Nachfolger). RFC ist einerseits ein Synonym für das Remote Procedure Call Konzept (kurz RPC). Dieses bezeichnet Verfahren, mit denen… … Deutsch Wikipedia
Function overloading — or method overloading is a feature found in various programming languages such as Ada, C#, VB.NET, C++, D and Java that allows the creation of several methods with the same name which differ from each other in terms of the type of the input and… … 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
Call-with-current-continuation — In computer programming, the function call with current continuation, commonly abbreviated call/cc, is a control operator that originated in its current form in the Scheme programming language and now exists in several other programming languages … 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
call-by-reference — noun An in which the arguments to a function are evaluated first, and a pointer to the result is passed to the function. , call by value , call by name , call by need , call by future … Wiktionary
Call gate — A call gate (or callgate) is a mechanism in Intel s x86 architecture for changing the privilege level of the CPU when it executes a predefined function call using a CALL FAR instruction. Overview Call gates are intended to allow less privileged… … Wikipedia
Function approximation — The need for function approximations arises in many branches of applied mathematics, and computer science in particular. In general, a function approximation problem asks us to select a function among a well defined class that closely matches (… … Wikipedia