compiler
US /kəmˈpaɪlɚ/
・UK /kəmˈpaɪlə(r)/
B1 中級
n. (c./u.)名詞 (可數/不可數)編輯 ; 編者 ; 編輯者
The compiler interviewed the authors of the stories in his compilation
n. (c./u.)名詞 (可數/不可數)編譯器
The compiler translates the source code into executable code.
影片字幕
第一週,繼續 (Week 1, continued)
52:50
- Generally, the compiler is going to get a little confused as to what you mean.
通常,編譯器是會得到 有點困惑,你的意思。
- And the compiler knows that when it sees /n,
而編譯器知道 當它看到/ N,
C語言的世界你好計算機編程1:24HourAnswers教程 (Hello World in C: Computer Programming 1: 24HourAnswers Tutorials)
06:11
- You can take this program and compile it in any C or C++ compiler,
你可以用任何C或C++的編譯器來編譯
- but it will just be implied by the compiler. When learning C,
如果你把這樣的return指令省略掉,編譯器會自動幫你加上去。在學習C語言的時候
節。和丹-阿門達里茲一起調試 (Section: Debugging with Dan Armendariz)
23:24
- In this case, what we are telling Clang, our compiler,
在這種情況下,我們都 告訴鐺,我們的編譯器,
- what are called symbol information so that the compiler actually
所謂的符號信息 這樣編譯器實際上
烏茲別克斯坦反對派分子遭到致命鎮壓|DW新聞網 (Uganda: Deadly crackdown on opposition activists | DW News)
06:52
- Okay, Julius Mogambo, out and compiler for us.
好的,朱利葉斯-莫甘博,出來為我們做編譯。
計算思維--2016年企業領導人員計算機科學培訓課程 (Computational Thinking - Computer Science for Business Leaders 2016)
21:52
- And that program is generally called a compiler.
而這程序 一般被稱為編譯器。
- and the compiler is a piece of software that does that process.
而編譯器是一塊 軟件,做這一進程。
百秒瘦身 (Svelte in 100 Seconds)
02:12
- But unlike its peers, which ship a JavaScript runtime to the browser to make your code work, Svelte is a compiler.
但是,Svelte 與其他同類產品不同,後者是通過向瀏覽器發送 JavaScript 運行時來實現代碼運行的,而 Svelte 則是一個編譯器。
- After you've built an awesome UI, you can then use the compiler to convert it to vanilla JavaScript.
在創建了出色的用戶界面後,您可以使用編譯器將其轉換為普通 JavaScript。
Go eBPF 編程新手指南 - Liz Rice - GOTO 2021 (A Beginner's Guide to eBPF Programming with Go • Liz Rice • GOTO 2021)
35:54
- And then we use the Clang compiler to convert it into an eBPF object, a set of bytecode instructions that are going to get run inside a BPF virtual machine inside the kernel.
然後,我們使用 Clang 編譯器將其轉換為 eBPF 對象,即一組字節碼指令,這些指令將在內核中的 BPF 虛擬機內運行。
- And we're also going to write some C code, which we're going to compile into eBPF objects using the Clang compiler.
我們還將編寫一些 C 代碼,並使用 Clang 編譯器將其編譯成 eBPF 對象。
在 Arduino IDE 中添加文件 (Adding a file in Arduino IDE)
10:49
- This error typically occurs when the compiler does not recognize the uint8t type, which is supposed to represent an unsigned 8-bit integer.
這種錯誤通常發生在編譯器無法識別 uint8t 類型時,該類型本應表示無符號 8 位整數。
- Additionally, it is important to check the compiler settings and make sure that it supports the C standard that includes this type definition.
此外,檢查編譯器設置並確保其支持包含該類型定義的 C 標準也很重要。
C++ 中的矢量類型 (The Vector Type in C++)
06:33
- When we talk about template, remember that templates are not functions or classes, but they are guidelines for the compiler to use or create classes or functions.
當我們談論模板時,請記住模板不是函數或類,而是編譯器使用或創建類或函數的指南。
- Now, the process that describes the procedure the compiler employs to build classes or functions out of templates is called instantiation.
現在,描述編譯器從模板中構建類或函數的過程稱為實例化。
安裝源代碼編輯器和編譯器 (Installing Source Code Editor and Compiler)
14:35
- In this lecture, we are going to study about installing source code editor and compiler.
在本講座中,我們將學習如何安裝源代碼編輯器和編譯器。
- Now, it is time for us to install the source code editor and compiler.
現在,我們要安裝源代碼編輯器和編譯器了。