-
61 class method
1) в ООП - метод, который создаёт экземпляры класса; отличается от метода экземпляра класса (instance method) тем, что вызывается сообщением, посылаемым классу, а не объекту (экземпляру класса). Может изменять только переменные класса (class variable). Методом класса может быть вычисление суммы или среднего значения некоторого атрибута среди всех экземпляров класса. Типичный метод класса - new, создающий новый объект.Syn:2) в языке Java - метод, который вызывается без ссылки на конкретный объект; при этом класс рассматривается как единое целое, а не как конкретный экземпляр класса.Syn:см. тж. instance methodАнгло-русский толковый словарь терминов и сокращений по ВТ, Интернету и программированию. > class method
-
62 class method
Большой англо-русский и русско-английский словарь > class method
-
63 nonstatic member function
Большой англо-русский и русско-английский словарь > nonstatic member function
-
64 pure virtual method
Большой англо-русский и русско-английский словарь > pure virtual method
-
65 virtual method
Большой англо-русский и русско-английский словарь > virtual method
-
66 blending function
1) Компьютерная техника: стыковочная функция2) Математика: составная функция (finite element method)3) Вычислительная техника: стыковочная функция (в компьютерной графике)4) Макаров: переходная функция, функция сопряжения -
67 instance method
Программирование: объект-метод, метод экземпляра класса (любой метод, применяемый к экземпляру класса), (в Java) метод (класса) (то же, что и nonstatic member function в С++), метод экземпляра (в языке Java - метод, распространяющийся на конкретный экземпляр класса) -
68 nonstatic member function
Программирование: ( C++) нестатическая функция-член (класса) (в Java соответствует понятию instance method)Универсальный англо-русский словарь > nonstatic member function
-
69 class method
ООПметод класса, см. member functionEnglish-Russian dictionary of computer science and programming > class method
-
70 instance method
1) метод ( класса), то же, что и nonstatic member function в С++2) метод экземпляра (в языке Java - метод, распространяющийся на конкретный экземпляр класса)English-Russian dictionary of computer science and programming > instance method
-
71 nonstatic member function
C++нестатическая функция-член (класса), (в Java соответствует понятию instance method)English-Russian dictionary of computer science and programming > nonstatic member function
-
72 pure virtual method
English-Russian dictionary of computer science and programming > pure virtual method
-
73 virtual method
см. virtual functionEnglish-Russian dictionary of computer science and programming > virtual method
-
74 member function
компонентная функция [класса], методчасто её дословно именуют "функция-член [класса]". Функция, объявленная внутри класса и имеющая доступ к его внутреннему состоянию. Отметим, что в языке C++ методы именуются функциямиАнгло-русский толковый словарь терминов и сокращений по ВТ, Интернету и программированию. > member function
-
75 member method
компонентный метод [класса]Англо-русский толковый словарь терминов и сокращений по ВТ, Интернету и программированию. > member method
-
76 class function
Англо-русский толковый словарь терминов и сокращений по ВТ, Интернету и программированию. > class function
-
77 Green's function quantum Monte Carlo method
Универсальный англо-русский словарь > Green's function quantum Monte Carlo method
-
78 Test Point Analysis: A formula based test estimation method based on function point analysis
Общая лексика: Анализ Тестовых Точек: метод оценки затрат на тестирование на основе формулы, (см. Standard glossary of terms used in Software Testing)Универсальный англо-русский словарь > Test Point Analysis: A formula based test estimation method based on function point analysis
-
79 correlation function quantum Monte Carlo method
Универсальный англо-русский словарь > correlation function quantum Monte Carlo method
-
80 numerical quasi-Newton method to minimize a multivariable function
Универсальный англо-русский словарь > numerical quasi-Newton method to minimize a multivariable function
См. также в других словарях:
describing function method — harmoninio balanso metodas statusas T sritis automatika atitikmenys: angl. describing function method vok. Methode der harmonischen Bilanz, f rus. метод гармонического баланса, m pranc. méthode de balance harmonique, f … Automatikos terminų žodynas
Green function method — Gryno funkcijų metodas statusas T sritis fizika atitikmenys: angl. Green function method vok. Greensche Funktionen Methode, f rus. метод функций Грина, m pranc. méthode des fonctions de Green, f … Fizikos terminų žodynas
Method chaining — is a common technique for invoking multiple method calls in object oriented programming languages. Each method returns an object (possibly the current object itself), allowing the calls to be chained together in a single statement.[1] A method… … 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
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
Function cost analysis — (FСА) (sometimes named function value analysis (FVA)) is the a method of technical and economic research of the systems for purpose to optimize a parity between system s (as product or service) consumer functions or properties (also known as… … Wikipedia
Method — may refer to: Scientific method, a series of steps taken to acquire knowledge Method (computer programming), a piece of code associated with a class or object to perform a task Method (music), a kind of textbook to help students learning to play… … Wikipedia
function — function, functionalism Although the use of the concepts of function and functionalism is usually associated with the work of Talcott Parsons in modern sociology, there is a long tradition of functional explanation in studying societies, and a… … Dictionary of sociology
Function point — A function point is a unit of measurement to express the amount of business functionality an information system provides to a user. Function points are the units of measure used by the IFPUG Functional Size Measurement Method. The IFPUG FSM… … 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
Function (mathematics) — f(x) redirects here. For the band, see f(x) (band). Graph of example function, In mathematics, a function associates one quantity, the a … Wikipedia