-
21 inline code method
English-Russian dictionary of terms that are used in computer games > inline code method
-
22 inline-code method
-
23 inline code method
English-Russian dictionary of Information technology > inline code method
-
24 inline code method
-
25 inline
в линию; встроенный -
26 inline
-
27 inline assamble code
English-Russian dictionary of Information technology > inline assamble code
-
28 inline assemble code
English-Russian dictionary of Information technology > inline assemble code
-
29 inline assembler code
English-Russian dictionary of Information technology > inline assembler code
-
30 inline
in-line
1> _спец. действующий, сданный в эксплуатацию
2> _спец. на одной линии
_Ex:
in-line engine _авт. рядный двигатель
3> _спец. _комп. подключенный
_Ex:
in-line check встроенный контроль
_Ex:
in-line code машинные команды -
31 inline warning control
The ability to control whether warnings are reported for a particular region of code by specifying a compiler directive. -
32 inline assemble code
Вычислительная техника: встроенный ассемблерный код -
33 inline assembler code
Вычислительная техника: встроенный ассемблерный код -
34 inline assamble code
Англо-русский словарь компьютерных и интернет терминов > inline assamble code
-
35 inline assemble code
Англо-русский словарь компьютерных и интернет терминов > inline assemble code
-
36 inline assembler code
Англо-русский словарь компьютерных и интернет терминов > inline assembler code
-
37 inline assamble code
English-Russian dictionary of terms that are used in computer games > inline assamble code
-
38 inline assemble code
English-Russian dictionary of terms that are used in computer games > inline assemble code
-
39 inline assembler code
English-Russian dictionary of terms that are used in computer games > inline assembler code
-
40 method
1) метод; способ (см. тж. technique 1)2) ООП метод (функция - элемент определения класса (class) в языке Smalltalk, в C++ - см. member function)•- alphageometric method
- Amble's method
- ancestor method
- assembly method
- basic access method
- bibliography method
- bit-level method
- branch and bounds method
- buffering method
- building-block method
- chaining method
- checksum method
- coded pattern method
- conditional delay method
- constraint satisfaction method
- critical path method
- cut-and-try method
- cutset method
- dark-spot method
- data access method
- deductive method
- derivative approximation method
- diagonal method
- diagram method
- dichotomy method
- digital sorting method
- direct access method
- exhaustive method
- false position method
- finished method
- finitary method
- finite difference method
- flip-chip method
- flooding method
- flowgraph method
- frequency analysis method
- gradient method
- graphic access method
- heuristic method
- hierarchical access method
- hit-and-miss method
- Horner's method
- hunt-and-stick method
- index register method
- indexed-sequential access method
- inline-code method
- inverse power method
- inverse transformation method
- issue method
- iteration method
- least-squares method
- left-edge method
- lightweight formal method
- linkage method
- longest route method
- machine method
- maximum-likelihood method
- method of quickest descent
- method of selected point
- method of successive approximations
- Monte-Carlo method
- net method
- Newton's method
- nonrestoring method
- N-pass method
- numerical method
- operational method
- opposition method
- overlay method
- part-continuous method
- partitioned access method
- pencil-and-paper method
- perturbation method
- piezoelectric sensing method
- ping-pong method
- power method
- predictor-corrector method
- programming method
- progressive-part method
- proprietary method
- pure virtual method
- queued access method
- queued indexed sequential access method
- radial exploration method
- random-walk method
- recursive descendant method
- regular falsi method
- resetting method
- resident access method
- review article method
- row-by-row method
- rubber band method
- Runge-Kutta method
- saddle point method
- sampling method
- scale factor method
- scan-set method
- scheduling method
- scissors and paste method
- secant method
- sectioning method
- semigroup method
- sequential access method
- shortcut method
- shortcut multiplication method
- sieve method
- simplex method
- single-path instruction method
- sit-by-me instuction method
- state-space method
- steepest descent method
- step-by-step method
- stroke method
- subject profile method
- symbolic method
- symbolical method
- syntactic method
- synthetic method
- target method
- telecommunication access method
- temporal difference method
- time-domain method
- touch method with ten fingers
- trial-and-error method
- truth table method
- variable separation method
- variable-metric method
- variational method
- variation method
- V-brush method
- vernier pulse-timing method
- virtual method
- wire-wrap method
- zero-deflection methodEnglish-Russian dictionary of computer science and programming > method
См. также в других словарях:
Inline-Code — Inline Code, in den Quellcode eines Programms eingebetteter Code, der ohne Sprungbefehl direkt an der Stelle ausgeführt wird, wo er aufgerufen wird. Häufig handelt es sich um Anweisungen in einer Assembler oder Maschinensprache. Inline Code… … Universal-Lexikon
inline code — instructions in high level language which are added in the middle of the source code in assembly language … English contemporary dictionary
Inline-Verarbeitung — Inline Verarbeitung, das Arbeiten mit maschinennahem Programmcode (sog. Inline Code), um die Ausführungsgeschwindigkeit eines Programms zu erhöhen oder um die Speicherausnutzung zu optimieren … Universal-Lexikon
Inline-Ersetzung — oder Inline Expansion ist eine Methode bei kompilierenden Programmiersprachen zur Steigerung der Ausführungsgeschwindigkeit des von ihnen erzeugten Codes, indem unnötige Aufrufe von (kurzen, einfachen) Unterprogrammen vermieden werden. Statt… … Deutsch Wikipedia
Inline expansion — In computing, inline expansion, or inlining, is a manual or compiler optimization that replaces a function call site with the body of the callee. This optimization may improve time and space usage at runtime, at the possible cost of increasing… … Wikipedia
Inline function — In computer science, an inline function is a programming language construct used to suggest to a compiler that a particular function be subjected to in line expansion; that is, it suggests that the compiler insert the complete body of the… … Wikipedia
Inline linking — Hotlink redirects here. For the Malaysian prepaid mobile service, see Maxis Communications. Hot link redirects here. For the spicy type of sausage, see Andouille. Inline linking (also known as hotlinking, leeching, piggy backing, direct linking,… … Wikipedia
Inline assembler — In computer programming, the inline assembler is a feature of some compilers that allows very low level code written in assembly to be embedded in a high level language like C or Ada. This embedding is usually done for one of three reasons:*… … Wikipedia
Inline hockey — sport imagesize=250px caption= union=International Roller Sports Federation International Ice Hockey Federation nickname=Roller Hockey first= registered= clubs= contact=Non contact to Full Contact team=5 at a time mgender= category= ball= Inline… … Wikipedia
Inline-Assembler — Ein Inline Assembler oder integrierter Assembler ist ein Assembler, der in den Compiler einer höheren Programmiersprache integriert ist. Mittels einer speziellen Anweisung ist hierbei Assembler Quelltext direkt in die höhere Programmiersprache… … Deutsch Wikipedia
Comparison of code generation tools — This article compares variable metamodel code generation tools[clarification needed]. Fixed metamodel code generation tools, such as UML tools, are excluded (see List of UML tools). Name Creator OS First public release Latest stable version… … Wikipedia