Examples of using Run-time in English and their translations into Hebrew
{-}
-
Colloquial
-
Ecclesiastic
-
Computer
-
Programming
Run-time analysis.
If the parts aren't properly paired, a run-time error occurs.
Run-time for Head and Hands is 45 minutes.
Fixed arrays have afixed size which cannot be changed at run-time.
The program's run-time is directly proportional to its input size.
People also translate
If the remote server doesn't exist oris unavailable, a run-time error occurs.
This event may occur because the run-time libraries are not installed on the Microsoft Dynamics CRM server.
The applications that use side-by-side libraries cannot run without the run-time libraries.
This effectively eliminates the run-time costs of contracts in release.
For example, since the run-time of insertion sort grows quadratically as its input size increases, insertion sort can be said to be of order O(n2).
For example, Smalltalk(1980),which was designed to be interpreted at run-time, allows generic objects to dynamically interact with each other.
The IIS module for Windows PowerShell is a Windows PowerShell snap-in that allows you to perform IIS 7 administrative tasks andmanage IIS configuration and run-time data.
Being able to make this decision at run-time rather than compile time is the key advantage of dependency injection.
Although Euphoria provides subscript checking,uninitialized variable checking and numerous other run-time checks, it is extremely fast.
Doubling the input size doubles the run time,quadrupling the input size quadruples the run-time, and so forth.
Hello world can be a useful sanity test to make sure that a language's compiler,development environment, and run-time environment are correctly installed.
It consists of a language plus a run-time environment with graphics, a debugger, access to certain system functions, and the ability to run programs stored in script files.
A virtual method table, virtual function table, virtual call table, dispatch table, or vtable, is a mechanism used in aprogramming language to support dynamic dispatch(or run-time method binding).
The run-time complexity for the worst-case scenario of a given algorithm can sometimes be evaluated by examining the structure of the algorithm and making some simplifying assumptions.
The Racket platform provides an implementation of the Racket language(including a run-time system,[11] libraries, and JIT compiler) along with the DrRacket integrated development environment(IDE) written in Racket.
The run-time complexity for the worst-case scenario of a given algorithm can sometimes be evaluated by examining the structure of the algorithm and making some simplifying assumptions. Consider the following pseudocode.
In the early days of computing, language design was heavily influenced by the decision to use compiling or interpreting as a mode of execution. For example, Smalltalk(1980),which was designed to be interpreted at run-time, allows generic objects to dynamically interact with each other.
The Racket platform provides an implementation of the Racket language(including a run-time system,[1] libraries, and JIT compiler) along with the DrRacket integrated development environment(IDE) written in Racket.[2] Racket is used by the ProgramByDesign outreach program, which aims to turn computer science into"an indispensable part of the liberal arts curriculum".
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. 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(see also performance analysis, which is the analysis of an algorithm's run-time in practice).