Приклади вживання Run-time Англійська мовою та їх переклад на Українською
{-}
-
Colloquial
-
Ecclesiastic
-
Computer
Run-time error'75':.
OpenSCADA as run-time of PLC.
A run-time error can validly occur at any time during program execution.
I run the program and I get«Run-time error'75':.
The UML sequence diagram shows the run-time interactions: The Injector object creates the ServiceA1 and ServiceB1 objects.
Program execution finished unexpectedly(run-time error).
Usually, this indicates that at run-time error occurred(eg, division by 0).
A process generally has a complete, private set of basic run-time resources;
Local artificial detection at run-time may be necessary to guarantee the production of the correct output.[3].
Preparation for the control works, tests and other forms of run-time monitoring;
X3D is an open standard file format and run-time architecture to represent and communicate 3D scenes and objects using XML.
If the remote server doesn't exist or is unavailable, a run-time error occurs.
The same code base is re-used for the run-time version regex that allows to compile regular expressions only available at run-time.
It permits a construct where the first expression guarantees acondition without which the second expression may cause a run-time error.
The move is intended to shorten the run-time of the ceremony to three hours.
Run-time efficiency is a topic of great interest in computer science: A program can take seconds, hours, or even years to finish executing, depending on which algorithm it implements.
This is not strictly required at compiletime since KVIrc will look for the library at run-time, and only if the DCC VOICE with the GSM codec is requested.
It should then be left to the run-time environment, particularly the scheduler, to decide during execution how to actually divide the work between processors.
Its platform configuration feature allowsbinary packages to be configured at build-time and run-time for different hardware and use cases.
Contracts are used to improve testing via run-time checking, enable static contract verification, and documentation generation.
If you ever tried to retrieve data from an Oracle table in MS Access,you might have experienced the error"Run-time error 3184: Could not execute query;
Run-time analysis is a theoretical classification that estimates and anticipates the increase in running time(or run-time) of an algorithm as its input size(usually denoted as n) increases.
Similarly, Lisp macros introduced by the defmacro syntax also execute during parsing, meaning that a Lispcompiler must have an entire Lisp run-time system present.
Function templates have two parameter sets- the first is for compile-time arguments and the second is for run-time arguments.(Non-templated functions can accept only run-time arguments).
The authors would like language to program it easily compiled with the help of a single-pass compiler, after compiling each elementary component of the program corresponded to a very small number of machine instructions, anduse the basic elements of language did not use run-time library.
If one or more compile-time arguments are left unspecified when the function is called,the compiler tries to deduce them from the list of run-time arguments as the types of those arguments.
Cross-platform languages can reduce the need to make this tradeoff,though potentially at the expense of high performance on any given node(due to run-time interpretation or lack of optimization for the particular platform).
Cross platform languages can reduce the need to make huge investment in software development,though potentially at the expense of high performance(due to run-time interpretation or lack of optimization for the particular platform).
The format of the option. This determines how the option is formatted for inclusion in the global command line. The tag%value can be used to represent the user selection.This tag will be replaced at run-time by a string representation of the option value.