累计查询 0.00 亿次

compile time

/kəmˈpaɪl taɪm/
  • 编译时间:程序从源代码转换为机器代码的时间点,通常用于描述编译的时间。

双语例句

  1. The compile time increases in such cases.
    在这种情况下会增加编译时间。
  2. Static JSP includes are resolved at compile time.
    静态JSP包含在编译时解析。
  3. 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.