"compiler" in Chinese (Traditional)
編譯器
Definition
編譯器是一種電腦程式,能將用一種程式語言寫的程式碼翻譯成另一種語言,通常是將原始碼轉成機器碼,讓電腦可以理解和執行。
Usage Notes (Chinese (Traditional))
常用於技術或計算機科學領域。不要與『直譯器』混淆,後者是逐行翻譯程式碼。常見搭配有『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內建的**編譯器**,真的省了我很多時間。