中英互译
compile time
美 /kəmˈpaɪl taɪm/
基本释义
- 编译时间:程序从源代码转换为机器代码的时间点,通常用于描述编译的时间。
双语例句
- The compile time increases in such cases.在这种情况下会增加编译时间。
- Static JSP includes are resolved at compile time.静态JSP包含在编译时解析。
- This will perform the given operation at compile time.它可以在编译时执行给定的操作。
网络短语
- compile time diagnostics编译时诊断
- Compile-time constant静态常量;编译时常量;编译器常量;编译期常量
- compile time check编译时检查
- compile time procedure编译时程序
- compile time statement编译时语句
英英释义
- In computer science, compile time refers to either the operations performed by a compiler (the "compile-time operations"), programming language requirements that must be met by source code for it to be successfully compiled (the "compile-time requirements"), or properties of the program that can be reasoned about at compile time.