"compiler" in Chinese (Simplified)
编译器
Definition
编译器是一种计算机程序,它将一种编程语言编写的代码翻译成另一种语言,通常是把源代码转成机器码,让计算机能够理解和运行。
Usage Notes (Chinese (Simplified))
主要用于技术或计算机科学领域。不要与“解释器”混淆,后者是逐行翻译代码。常用搭配有“C 编译器”、“Java 编译器”、“编译器错误”等。
Examples
The compiler translated my code into a program that can run on my computer.
**编译器**把我的代码翻译成了能在电脑上运行的程序。
You need a compiler to create software from source code.
你需要**编译器**才能把源代码变成软件。
A C compiler helps programmers write applications in C language.
C **编译器**帮助程序员用C语言编写应用。
If your code doesn't work, check the compiler for error messages.
如果你的代码没运行,看看**编译器**报了什么错误。
There are many types of compilers, each made for different programming languages.
有很多种**编译器**,每种都为不同的编程语言设计。
My favorite feature in this IDE is the built-in compiler—it saves me so much time.
我最喜欢这个IDE自带的**编译器**,真的帮我省了很多时间。