中英互译
run-time library
基本释义
- 运行时间库
双语例句
- The operating system or run-time library cannot fill a request for memory.作业系统或执行阶段程式库无法满足记忆体要求。
- The C run-time library has two types of internal code pages: locale and multibyte.C 运行库有两类内部代码页:区域设置和多字节。
- To report run-time check messages from a program compiled with a release version of the C run-time library.报告用 C 运行库发布版本编译的程序中的运行时检查信息。
网络短语
- C run-time library运行时库
- Run-Time Library Reference运行时库参考;执行时期链接库
- C run-time library C运行时库
- run time library运行时程序库;运行时间程序库
- Use Run-Time Library运行时库
英英释义
- In computer programming, a runtime library is the API used by a compiler to invoke some of the behaviors of a runtime system. The runtime system implements the execution model and other fundamental behaviors of a programming language.