-
1 operator programming method
Information technology: OPMУниверсальный русско-английский словарь > operator programming method
-
2 variable route FMS part programming method
метод подготовки управляющих программ для станков в гибкой производственной системе с изменяемым технологическим маршрутом ( транспортировки) деталейАнгло-русский словарь промышленной и научной лексики > variable route FMS part programming method
-
3 Method Entry
Programming: ME -
4 Method Flag
Programming: MF -
5 Concurrent Object Modeling and architectural design mEThod
Programming: COMETУниверсальный русско-английский словарь > Concurrent Object Modeling and architectural design mEThod
-
6 Software Architecture Analysis Method
Programming: SAAMУниверсальный русско-английский словарь > Software Architecture Analysis Method
-
7 метод программирования
Русско-английский словарь по вычислительной технике и программированию > метод программирования
-
8 function signature
Programming: method signatureУниверсальный русско-английский словарь > function signature
-
9 атрибуты методов
Programming: method attributes -
10 внутренний результат
Programming: method deliverableУниверсальный русско-английский словарь > внутренний результат
-
11 возвращаемые методами значения
Programming: method return valuesУниверсальный русско-английский словарь > возвращаемые методами значения
-
12 вызов метода
Programming: method call -
13 зависимости методов
Programming: method dependenciesУниверсальный русско-английский словарь > зависимости методов
-
14 зависимости методов в присутствии наследования реализации
Универсальный русско-английский словарь > зависимости методов в присутствии наследования реализации
-
15 зависимости методов при наличии делегирования
Programming: method dependencies in presence of delegationУниверсальный русско-английский словарь > зависимости методов при наличии делегирования
-
16 имена методов
Programming: method names -
17 имя метода
Programming: method name -
18 метод выявления требований
Programming: method of eliciting requirementsУниверсальный русско-английский словарь > метод выявления требований
-
19 метод и нотация
Programming: method and notation -
20 метод объекта-списка
Programming: method of the list objectУниверсальный русско-английский словарь > метод объекта-списка
См. также в других словарях:
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
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
Programming language theory — (commonly known as PLT) is a branch of computer science that deals with the design, implementation, analysis, characterization, and classification of programming languages and programming language features. It is a multi disciplinary field, both… … Wikipedia
Programming by demonstration — (PbD) is a technique for teaching acomputer or a robot new behaviors by demonstrating the task totransfer directly instead of programming it through machinecommands.The term Programming by example (PbE) or Programming bydemonstration (PbD)… … 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
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
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
Method (computer science) — In object oriented programming, the term method refers to a subroutine that is exclusively associated either with a class (called class methods, static methods, or factory methods) or with an object (called instance methods). Like a procedure in… … Wikipedia
Method of lines — The method of lines (MOL, NMOL, NUMOL) (Schiesser, 1991; Hamdi, et al., 2007; Schiesser, 2009 ) is a technique for solving partial differential equations (PDEs) in which all but one dimension is discretized. MOL allows standard, general purpose… … Wikipedia