编译系统英文解释翻译、编译系统的近义词、反义词、例句
英语翻译:
【计】 compiling system
分词翻译:
编译的英语翻译:
compile; translate and edit
【计】 compilation; compile; compiling
系统的英语翻译:
system; scheme
【计】 system
【化】 system
【医】 system; systema
【经】 channel; system
网络扩展解释
编译系统
Biān yì xì tǒng
编译系统是一种计算机程序,它将高级的源代码翻译成计算机可以理解的机器语言,从而能够被计算机执行。
Compiler
kəmˈpaɪlər
A compiler is a computer program that translates high-level source code into machine code that can be understood by a computer and executed.
用法
编译器是程序员在开发程序时必须用到的重要工具之一。
例句
编译器可以将你的源代码翻译成可执行文件,从而可以运行你的程序。
The compiler can translate your source code into an executable file, allowing you to run your program.
近义词
翻译器 (fān yì qì)
翻译器和编译器都是将一种语言翻译成另一种语言的工具。
反义词
解释器 (jiě shì qì)
解释器和编译器都能将高级语言翻译成机器语言,但解释器是逐行解释源代码并直接执行,而不需要先翻译成机器语言。
常用度
编译器是计算机科学领域中一个非常基础且重要的概念,因此在软件开发工作中使用频率非常高。