中英
编译程序
  • 简明
  • 新汉英
  • 网络释义
  • 专业释义
  • 1

    [计] compiler

    编译程序(Compiler)是先把高级语言程序翻译成机器语言程序,然后再执行:而解释程序则是一边翻译边执行。

  • 2

    [计] compiling routine

    ... compiler 编译程序 compiling routine 编译程序 complanar line 共面线 ...

  • 3

    [计] compiling program

    ... compiler-compiler 编译程序编译程序 compiling program 编译程序 compiling routine 编译程序 ...

  • 4

    [计] compiler program

    ... compiler program short-cut 编译程序简化(法) compiler program 编译程序 compiler programming 编译程序的程序设计 ...

短语
查看更多
  • 双语例句
  • 原声例句
  • 1
    再次重新编译程序,并运行测试。
    Check that you haven't broken anything by rebuilding the program and rerunning the test.
  • 2
    lex和yacc是编译程序的工具。
    Lex and yacc are tools for building programs.
  • 3
    为了启用大型堆,我们用以下命令编译程序
    To enable large heap, we compiled the program as following.
查看更多
  • 百科
  • 编译程序

    编译程序(Compiler,compiling program),也称为编译器,是指把用高级程序设计语言书写的源程序,翻译成等价的机器语言格式目标程序的翻译程序。编译程序属于采用生成性实现途径实现的翻译程序。它以高级程序设计语言书写的源程序作为输入,而以汇编语言或机器语言表示的目标程序作为输出。编译出的目标程序通常还要经历运行阶段,以便在运行程序的支持下运行,加工初始数据,算出所需的计算结果。

查看更多