Vocab Bloom Hub

object program

/ˈɒbdʒɪkt ˈprəʊɡræm/

翻译: 计算机术语,指由编译器或汇编器将源代码翻译生成的机器可读代码,之后经链接后可执行。

1 个条目

phrase

C1formalcommonIT/ˈɒbdʒɪkt ˈprəʊɡræm/

A technical term in computing referring to the machine-readable code produced by a compiler or assembler from source code, which is then linked and executed.

  • 🇨🇳计算机术语,指由编译器或汇编器将源代码翻译生成的机器可读代码,之后经链接后可执行。
  1. Compiled machine code C1 formal

    A set of machine-readable instructions produced by a compiler or assembler from source code, ready for linking or execution.

    • The compiler generated an object program from the C++ source code.
    • The linker combines multiple object programs into a single executable.
    • Debugging an object program is more difficult than debugging source code.

    🇨🇳目标程序