Ví dụ về việc sử dụng Run-time trong Tiếng anh và bản dịch của chúng sang Tiếng việt
{-}
-
Colloquial
-
Ecclesiastic
-
Computer
In Java run-time errors are called exceptions.
In dynamic polymorphism, it is decided at run-time.
NET run-time environment and are fully initialized with ASP.
Many other programming languages do provide run-time checks.
Run-time errors are errors that occur while your program runs.
Mọi người cũng dịch
Zend also offers its Zend Core run-time environment for PHP.
In Java, run-time errors occur when the interpreter is running the byte code and something goes wrong.
I can't play the demos because it says that I have, Run-time error'52': Bad file name or number?
If no run-time error has occurred, or errornumber is 0, Error returns a zero-length string("").
JS is a module loader that can import modules at run-time in any of the popular formats used today(CommonJS, UMD, AMD, ES6).
In most run-time environments, positive zero is usually printed as"0" and the negative zero as"-0".
In this article, I will discuss how to create a MaskedTextBox control inWindows Forms at design-time as well as run-time.
The machine has a cumulative run time display,available for machine time and run-time for your reference.
The advantage of using a dynamic cast is that it allows the programmer to check whether ornot a conversion has succeeded during run-time.
In most run-time environments, positive zero is usually printed as"0", while negative zero may be printed as"-0".
It was initially released to homevideo in the United States with a 108 minute run-time and was presented on television with a 93 minute running time.
The run-time for a battery-operated UPS depends on the type and size of batteries and rate of discharge, and the efficiency of the inverter.
It defines communications between client side content anda host system called the run-time environment(commonly a function of a learning management system).
The methodology of run-time analysis can also be utilized for predicting other growth rates, such as consumption of memory space.
FileCatalyst Workflow is platform-independent and can be deployed on any recent Windows, Linux, Solaris, OSX or virtually any other platform thathas an official Sun Java 7 run-time.
This evaluation is performed at run-time(when the page is requested), and thus has full access to information about the request.
Go is a statically-typed language, i.e. the verification of variable types is done during compilation(as with C, Java, Scala and Pascal)and not during run-time(as with JavaScript, PHP, Python, Ruby).
The Java run-time environment manages threads, unlike in process-based multitasking where the operating system manages switching between programs.
Server rooms are primarily used for executing enterpriseapplications that require massive computing resources at run-time, such as banking software, search engines or social networking applications.
It ensures that when a run-time error occurs, control simply goes to the statement immediately following the statement where the error occurred, and execution continues from that point.
The server room is primarily used for executing enterpriseapplications that require massive computing resources at run-time, such as banking software, search engines or social networking applications.
O(k^n) Exponential The program run-time increases very quickly with even moderate increases in the size of the problem- it is only practical to process small data sets with exponential algorithms.
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.
Intents bind individual components to each other at run-time(you can think of them as the messengers that request an action from other components), whether the component belongs to your app or to other.
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.