-
1 parameter function
Большой англо-русский и русско-английский словарь > parameter function
-
2 parameter function
Математика: параметрическая функция -
3 parameter function
-
4 one-parameter function
Большой англо-русский и русско-английский словарь > one-parameter function
-
5 two-parameter function
Большой англо-русский и русско-английский словарь > two-parameter function
-
6 one-parameter function
Математика: однопараметрическая функцияУниверсальный англо-русский словарь > one-parameter function
-
7 two-parameter function
Математика: двухпараметрическая функцияУниверсальный англо-русский словарь > two-parameter function
-
8 one-parameter function
English-russian dictionary of physics > one-parameter function
-
9 two-parameter function
English-russian dictionary of physics > two-parameter function
-
10 one-parameter function
English-Russian scientific dictionary > one-parameter function
-
11 two-parameter function
English-Russian scientific dictionary > two-parameter function
-
12 function
1) функция, действие || функционировать; действовать- essential functions - routine function - safety-related functions2) функциональное назначение; роль- circuit function - intrinsic function - metering function - primary function - robot function - planning function - service function - support function4) функциональный узел ( машины)5) матем. функциональная зависимость, функция- absolutely additive function - absolutely bounded function - absolutely continuous function - absolutely integrable function - absolutely monotone function - absolutely summable function - absolutely symmetric function - almost complex function - almost continuous function - almost convex function - almost everywhere defined function - almost everywhere finite function - almost invariant function - almost periodic function - almost recursive function - almost separably-valued function - almost separating function - almost universal function - analytically independent function - analytically representable function - approximately differentiable function - asymptotically differentiable function - asymptotically finite function - asymptotically uniformly optimal function - bounded below function - cellwise continuous function - circumferentially mean p-valent function - comparison function - complementary error function - complete analytic function - completely additive function - completely computable function - completely monotone function - completely multiplicative function - completely productive function - completely subadditive function - completely symmetrical function - completely undefined function - complex hyperbolic function - conditional risk function - countably multiplicative function - countably valued function - covariant function - cumulative distribution function - cumulative frequency function - deficiency function - double limit function - doubly periodic function - doubly recursive function - effectively computable function - effectively constant function - effectively decidable function - effectively variable function - elementarily symmetric function - entire function of maximum type - entire function of mean type - entire function of potential type - entire function of zero type - entire rational function - essentially increasing function - essentially integrable function - essentially real function - essentially smooth function - everywhere differentiable function - everywhere smooth function - expansible function - explicitly definable function - exponentially convex function - exponentially decreasing function - exponentially increasing function - exponentially multiplicative function - exponentially vanishing function - finitely mean valent function - finitely measurable function - function of appropriate behavior - function of bounded characteristic - function of bounded type - function of bounded variation - function of complex variable - function of exponential type - function of finite genus - function of finite variation - function of fractional order - function of infinite type - function of integral order - function of maximal type - function of minimal type - function of mixed variables - function of normal type - function of number theory - function of one variable - function of rapid descent - function of rapid growth - function of real variable - general universal function - geometric carrier function - implicitly definable function - incomplete dibeta function - incomplete gamma function - incomplete tribeta function - incompletely defined function - inductively defined function - inductively integrable function - infinitely divisible function - infinitely many-valued function - integral logarithmic function - inverse trigonometric function - inverted beta function - iterative function - joint correlation function - joint density function - linearly separable function - locally bounded function - locally constant function - locally holomorphic function - locally homogeneous function - locally integrable function - locally negligible function - locally regular function - locally summable function - logarithmic generating function - logarithmic integral function - logarithmically infinite function - logarithmically plurisubharmonic function - logarithmically subharmonic function - lower semicontinuous function - monotone non-decreasing function - monotone non-increasing function - multiply periodic function - multiply recursive function - negative definite function - negative infinite function - nontangentially bounded function - normalized function - normed function - nowhere continuous function - nowhere differentiable function - nowhere monotonic function - n-times differentiable function - n-tuply periodic function - numeralwise expressible function - numeralwise representable function - numerical function - numerically valued function - oblate spheroidal function - operating characteristic function - optimal policy function - parametrically definable function - partially symmetric function - piecewise constant function - piecewise continuously differentiable function - piecewise linear function - piecewise monotonic function - piecewise polynomial function - piecewise quadratic function - piecewise regular function - piecewise smooth function - pointwise approximated function - positive homogeneous function - positive infinite function - positive monotone function - positive monotonic function - positive semidefinite function - potentially calculable function - potentially recursive function - power series function - probability generating function - quadratically summable function - rapidly damped function - rapidly decreasing function - rapidly oscillatory function - recursively continuous function - recursively convergent function - recursively defined function - recursively differentiable function - recursively divergent function - recursively extensible function - relative distribution function - relative frequency function - representing function - reproducing kernel function - residual function - residue function - scalarwise integrable function - scalarwise measurable function - sectionally smooth function - simply periodic function - singly recursive function - slowly increasing function - slowly oscillating function - slowly varying function - smoothly varying function - solid spherical harmonic function - solid zonal harmonic function - steadily increasing function - stopped random function - strictly convex function - strictly decreasing function - strictly increasing function - strictly integrable function - strictly monotone function - strongly differentiable function - strongly holomorphic function - strongly integrable function - strongly measurable function - strongly plurisubharmonic function - totally additive function - totally continuous function - totally measurable function - totally multiplicative function - totally positive function - triangular function - uniformly best decision function - uniformly bounded function - uniformly definable function - uniformly differentiable function - uniformly homotopic function - uniformly integrable function - uniformly limited function - uniformly measurable function - uniformly smooth function - unit step function - unitary divisor function - upper measurable function - upper semicontinuous function - weakly analytic function - weakly continuous function - weakly differentiable function - weakly holomorphic function - weakly measurable function - weakly singular function - weighted random functiondomain of a function — область определения функции, область изменения независимой переменной
-
13 function
I = FUNC1) функцияв программировании - специальный вид подпрограмм, выполняющих некоторое вычисление и отличающихся тем, что они возвращают в точку вызова результат (return value), присваиваемый имени функции. Поэтому функции, как правило, используются в выражениях. Функция состоит из четырёх частей: типа возвращаемого результата (return type) (он же тип функции), имени функции (function name), списка параметров (parameter list) и тела функции (function body). Функции бывают встроенные (predefined function), библиотечные (library function) и пользовательские (custom function).The chief advantage of a function is that it can be treated as a "black box" that takes a set of known inputs and produces a corresponding output. — Главное преимущество функции в том, что она может рассматриваться как чёрный ящик, принимающий набор известных входных данных и выдающий соответствующий им результат.
Syn:см. тж. built-in function, expression, function body, function call, function declaration, function definition, function editor, function header, function name, function overloading, function procedure, function prototype, function reference, function scope, function signature, function template, in-line function, intrinsic function, logical function, mathematical function, member function, objective function, one-way function, polymorphic function, primitive, procedure, pseudorandom function, recursive function, routine, standard function, string function, subroutine, system function, threshold function, undocumented function, value function, variadic function, virtual function, voidнапример, программы и/или устройствасм. тж. feature3) (см. тж. function unit) - функциональный блок (модуль, узел, элемент, компонент)аппаратный, программный или аппаратно-программный блок, составная часть более крупной системысм. тж. analog function4) функционирование, работоспособность5) [функциональная] зависимость6) глаг. функционировать, действовать, работать
II = library routineАнгло-русский толковый словарь терминов и сокращений по ВТ, Интернету и программированию. > function
-
14 function prototype
в некоторых языках программирования - объявление в начале программы имён и типов функций вместе со списком параметров функции (процедуры), указанием их типов и типов возвращаемых значений. Это заметно упрощает процесс трансляции. Объявления библиотечных функций (library function) собраны в так называемые стандартные заголовочные файлы (header file), включаемые в программу с помощью директив препроцессора (preprocessor directive)Англо-русский толковый словарь терминов и сокращений по ВТ, Интернету и программированию. > function prototype
-
15 function overloading
использование в программе нескольких процедур, имеющих одно и то же имя, но различные типы параметров, а также передаваемых при возврате управления значенийАнгло-русский толковый словарь терминов и сокращений по ВТ, Интернету и программированию. > function overloading
-
16 function block output parameter
Программирование: выходной параметр функционального блокаУниверсальный англо-русский словарь > function block output parameter
-
17 function parameter
Вычислительная техника: параметр функции -
18 function parameter name
1) имя параметра функции; 2) имена параметров функцииEnglish-Russian SQL Server dictionary > function parameter name
-
19 function parameter
-
20 one-parameter
однопараметрический - one-parameter distribution - one-parameter family - one-parameter field - one-parameter function - one-parameter group - one-parameter representation - one-parameter semigroup - one-parameter set - one-parameter subgroup - one-parameter transformationБольшой англо-русский и русско-английский словарь > one-parameter
См. также в других словарях:
Parameter (Informatik) — Parameter sind in der Informatik Variablen, über die ein Computerprogramm oder Unterprogramm, für einen Aufruf gültig, auf bestimmte Werte eingestellt werden kann. Diese Einstellungen werden bei der Verarbeitung berücksichtigt und beeinflussen… … 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
Parameter — Pa*ram e*ter, n. [Pref. para + meter: cf. F. param[ e]tre.] 1. A constant number which is part of a theory, function, or calculation, whose value is not determined by the form of the theory or equation itself, and may in some cases be arbitrary… … The Collaborative International Dictionary of English
Parameter — For other uses, see Parameter (disambiguation). Parameter from Ancient Greek παρά also “para” meaning “beside, subsidiary” and μέτρον also “metron” meaning “measure”, can be interpreted in mathematics, logic, linguistics, environmental science[1] … Wikipedia
Parameter (computer science) — In computer programming, a parameter is a variable which takes on the meaning of a corresponding argument passed in a call to a subroutine. In the most common case, call by value, a parameter acts within the subroutine as a local (isolated) copy… … Wikipedia
Parameter space — In generative art people talk about parameter space as the set of possibleparameters for a generative system. In statistics one can study the distribution of a random variable. Several models exist, the most common one being the normal… … Wikipedia
parameter — parametric /par euh me trik/, parametrical, adj. /peuh ram i teuhr/, n. 1. Math. a. a constant or variable term in a function that determines the specific form of the function but not its general nature, as a in f(x) = ax, where a determines only … Universalium
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 — For function composition in computer science, see function composition (computer science). g ∘ f, the composition of f and g. For example, (g ∘ f)(c) = #. In mathematics, function composition is the application of one function to the resul … Wikipedia
parameter — One of many dimensions or ways of measuring or describing an object or evaluating a subject : 1. In a mathematical expression, an arbitrary constant that can possess different values, each value defining other expressions, and can determine the… … Medical dictionary
parameter — pa•ram•e•ter [[t]pəˈræm ɪ tər[/t]] n. 1) math. a) a constant or variable term in a mathematical function that determines the specific form of the function but not its general nature, as a in f(x)=ax, where a determines only the slope of the line… … From formal English to slang