About 59 results
Open links in new tab
  1. terminology - What is "runtime"? - Stack Overflow

    Oct 10, 2010 · The C++ standard library does not only contain functions, and refering to Matt Ball, the C and C++ "runtime" are runtime libraries, the .NET runtime is a runtime library and a runtime system.

  2. 运行时(runtime)是什么意思?应该怎样深入且直观地理解?

    It's not going to be a surprise. [1] 个人猜测 runtime 这个词衍生出的定义应该就源于 run time,泛指那些「供代码运行所需的最基础的软件」。 下面的两个定义其实也都没有超出这个范畴。 含义二:运行 …

  3. runtime - What is run time environment? - Stack Overflow

    Sep 14, 2010 · The runtime environment can also be a virtual machine, such as the JRE (Java Runtime Environment) or CLR (Common Language Runtime) for .NET framework. What is the target of your …

  4. runtime - What exactly is a "run-time"? - Stack Overflow

    Sep 1, 2012 · A runtime in this context is a runtime library - a shared library (on Windows indeed a DLL), most commonly specifically referring to the one which provides basic functionality of the language. It …

  5. What is the C runtime library? - Stack Overflow

    Dec 21, 2014 · The C runtime library provides essential functions and support for C programs, including memory management, input/output operations, and mathematical computations.

  6. terminology - What's the difference between a runtime environment, a ...

    Mar 23, 2017 · A runtime system (aka runtime engine) is software that is designed to aid the execution of a computer program while it is running. The runtime system acts as the gateway for the runtime …

  7. Win11的microsoft windows desktop runtime有什么用? - 知乎

    3、Windows Desktop Runtime运行库安装工具对Windows非常重要 点评 Windows Desktop Runtime是Windows中应用程序而设计的运行库合集安装包。 使用该Windows Desktop Runtime软件能够解决 …

  8. What is actually runtime and runtime environment? Who is managing …

    Oct 15, 2023 · Basically, Runtime environment is the environment (necessary to run) in which a specific program runs, for example java program in java runtime environment (JVM iirc) and js program in …

  9. Что такое framework и runtime? - Stack Overflow на ...

    Feb 2, 2016 · Также под это определение подохдит и Java Runtime Environment (в том числе и JVM). Однако что такое рантайм? С одной стороны это всего лишь фаза выполнения программы.

  10. 运行时(runtime)是什么意思?应该怎样深入且直观地理解?

    Nov 19, 2012 · It's not going to be a surprise. [1] 个人猜测 runtime 这个词衍生出的定义应该就源于 run time,泛指那些「供代码运行所需的最基础的软件」。 下面的两个定义其实也都没有超出这个范畴 …