-
21 метод и нотация
Programming: method and notation -
22 метод объекта-списка
Programming: method of the list objectУниверсальный русско-английский словарь > метод объекта-списка
-
23 методы экземпляров классов
Programming: method objects (см. An Introduction to Python - The Python Tutorial ( version 3.2) by Guido van Rossum and Fred L. Drake (2011))Универсальный русско-английский словарь > методы экземпляров классов
-
24 назначение методов
Programming: method dispatch (http://www.mari.ru/mmlab/home/PSHyper/lection4/07.htm)Универсальный русско-английский словарь > назначение методов
-
25 перечень методов класса String
Programming: method summary of the String classУниверсальный русско-английский словарь > перечень методов класса String
-
26 язык реализации метода
Programming: method implementation language (в ООП)Универсальный русско-английский словарь > язык реализации метода
-
27 метод управления
1) Engineering: control mode, method of control, method of controlling2) Accounting: managerial method3) Astronautics: guidance method4) Business: management method, managing approach5) Programming: method to manage6) Automation: control method -
28 метод планирования
1) Mathematics: design method (эксперимента)2) Economy: method of planning, scheduling technique3) Information technology: scheduling method (напр. прохождения задач)4) Programming: method of scheduling5) SAP.tech. planning methodУниверсальный русско-английский словарь > метод планирования
-
29 метод программирования
1) Information technology: programming method, programming approach2) Automation: programming techniqueУниверсальный русско-английский словарь > метод программирования
-
30 метод подобия
1) Engineering: similarity method, similitude method2) Programming: method of similarity (метод исследования, основанный на теории подобия) -
31 метод линейного программирования
1) Mathematics: linear-programming technique2) Information technology: linear programming methodУниверсальный русско-английский словарь > метод линейного программирования
-
32 linearno programiranje
• linear programming method• linear programing• linear programming• linear regression -
33 метод индексирования
1) EBRD: indexing method2) Programming: method of notatingУниверсальный русско-английский словарь > метод индексирования
-
34 перечень методов
1) Programming: method summary2) SAP.fin. method list -
35 метод динамического программирования
Information technology: dynamic programming methodУниверсальный русско-английский словарь > метод динамического программирования
-
36 операторный метод программирования
Information technology: operator programming methodУниверсальный русско-английский словарь > операторный метод программирования
-
37 Methode der Linearprogrammierung
Deutsch-Englisch Wörterbuch der Elektrotechnik und Elektronik > Methode der Linearprogrammierung
-
38 Programmierungsmethode
Programmierungsmethode f programming methodDeutsch-Englisch Wörterbuch der Elektrotechnik und Elektronik > Programmierungsmethode
-
39 Programmierverfahren
Programmierverfahren n programming methodDeutsch-Englisch Wörterbuch der Elektrotechnik und Elektronik > Programmierverfahren
-
40 составление программы
Авиация и космонавтика. Русско-английский словарь > составление программы
См. также в других словарях:
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