Footer

    Download on the App StoreGet it on Google Play

    關於

    • 認識 VoiceTube
    • 學習服務介紹
    • 加入我們
    • 常見問題
    • 熱門搜尋主題
    • 企業英文培訓
    • 社群推廣分潤計畫

    服務總覽

    • 口說挑戰
    • 單字單句本
    • Hero 智能學習
    • Tutor 真人家教
    • Vclass 名師課程
    • Campus 教育版
    • 字典查詢
    • 匯入影片並生成字幕
    • 部落格

    精選頻道

    影片分級

    • A1 初級
    • A2 初級
    • B1 中級
    • B2 中高級
    • C1 高級
    • C2 高級

    隱私權˙條款˙
    ©2026 VoiceTube Corporation. All rights reserved

    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.

    影片字幕

    Java 線上面試|資深 Java 工程師面試常見問題! (Java Mock Interview | Interview Questions for Senior Java Developers)

    19:07Java 線上面試|資深 Java 工程師面試常見問題! (Java Mock Interview | Interview Questions for Senior Java Developers)
    • Um, every class, uh, has one, and if you don't create one, uh, the compiler will create a default constructor for you.

      有一家美國公司叫 Filtek,這是他們定製的硬件,我們辦公室就有一個。

    • Every class has one, and if you don't create one, the compiler will create a default constructor for you.

      每個類都有一個構造函數,如果您沒有創建,編譯器會為您創建一個默認構造函數。

    B1 中級

    C++ 的 vector 陣列型別是什麼? (The Vector Type in C++)

    06:33C++ 的 vector 陣列型別是什麼? (The Vector Type in C++)
    • 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.

      現在,描述編譯器從模板中構建類或函數的過程稱為實例化。

    B2 中高級

    在 Arduino IDE 中新增檔案! (Adding a file in Arduino IDE)

    10:49在 Arduino IDE 中新增檔案! (Adding a file in Arduino IDE)
    • 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 標準也很重要。

    B1 中級

    Anthropic 打造 Compiler 的真實原因! (The Real Reason Anthropic built a Compiler)

    08:18Anthropic 打造 Compiler 的真實原因! (The Real Reason Anthropic built a Compiler)
    • Anthropic just released a marketing video proving that Claude, their flagship programming model, can produce a C compiler from scratch.

      Anthropic 最近發布了一個行銷影片,證明瞭他們旗艦級的程式模型 Claude,可以從零開始產生一個 C 編譯器。

    • Anthropic just released a marketing video proving that Claude, their flagship programming model, can produce a C compiler from scratch, no human intervention,

      Anthropic 最近發布了一個行銷影片,證明瞭他們旗艦級的程式模型 Claude,可以從零開始產生一個 C 編譯器。

    B1 中級

    C++ 100 秒速學!🚀 (C++ in 100 Seconds)

    02:46C++ 100 秒速學!🚀 (C++ in 100 Seconds)
    • when it'll blow your whole leg off to get started, install a C compiler like GCC or Clang, then create a file ending in cpp.

      要開始時,請先安裝一個 C 編譯器,像是 GCC 或 Clang,然後建立一個副檔名為 cpp 的檔案。

    • To get started, install a C++ compiler like GCC or Clang, then create a file ending in cpp.

      你的程式碼會從 main 函式開始執行。

    B1 中級

    電腦科學教授揭密!程式設計沒那麼難?Rust真的這麼神?不愛數學也能寫程式?程式語言大比拚!|名人專業問答|GQ Taiwan (電腦科學教授解答程式設計問題!vibe coding根本沒那麼神?到底是有多推Rust?討厭數學也能寫程式?程式語言之間有何不同?|名人專業問答|GQ Taiwan)

    33:49電腦科學教授揭密!程式設計沒那麼難?Rust真的這麼神?不愛數學也能寫程式?程式語言大比拚!|名人專業問答|GQ Taiwan (電腦科學教授解答程式設計問題!vibe coding根本沒那麼神?到底是有多推Rust?討厭數學也能寫程式?程式語言之間有何不同?|名人專業問答|GQ Taiwan)
    • And so this amazing thinker, Grace Hopper, developed the term compiler.

      那時候我們還沒有網際網路,所以你可以開始透過那樣的方式散播東西。

    • And so that would be the compiler.

      很早期很早期,有個 ENIAC。

    A2 初級

    C++ 不為人知的祕密! (The Untold Story of C++)

    11:22C++ 不為人知的祕密! (The Untold Story of C++)
    • The first commercial compiler, CFront 1.0, was released.

      第一個商業編譯器 CFront 1.0 發布了。

    • By 1985, Strustrup published "The C++ Programming Language." The first commercial compiler, CFront 1.0, was released,

      第一個商業編譯器 CFront 1.0 發布了。

    B2 中高級

    超簡單C++程式教學!從零開始學寫程式! (Writing a Simple C++ Program)

    10:59超簡單C++程式教學!從零開始學寫程式! (Writing a Simple C++ Program)
    • So, this is just a simple example, and as we move ahead in this course, I am going to show you how to actually install the compiler, and how to use a source code editor in order to write the programs in a proper way, and then we will see how to compile and run the programs.

      是以,這只是一個簡單的例子,在我們繼續學習這門課程時,我將向你展示如何實際安裝編譯器,如何使用源代碼編輯器以正確的方式編寫程序,然後我們將看到如何編譯和運行程序。

    • But for this example, I am not going to go to the compiler, because this is just an example to show how a complete C plus plus program looks like.

      但在這個例子中,我不打算使用編譯器,因為這只是一個示例,展示一個完整的 C plus plus 程序是什麼樣的。

    A2 初級

    安裝原始碼編輯器與編譯器! (Installing Source Code Editor and Compiler)

    14:35安裝原始碼編輯器與編譯器! (Installing Source Code Editor and Compiler)
    • In this lecture, we are going to study about installing source code editor and compiler.

      在本講座中,我們將學習如何安裝源代碼編輯器和編譯器。

    • In this lecture we are going to study about installing Source Code Editor and Compiler.

      在本講座中,我們將學習如何安裝源代碼編輯器和編譯器。

    A2 初級

    C++ 指標入門教學!帶你搞懂 C++ 指標! (Introduction to Pointers in C++, Tutorial on Pointers, C++ Pointers)

    11:38C++ 指標入門教學!帶你搞懂 C++ 指標! (Introduction to Pointers in C++, Tutorial on Pointers, C++ Pointers)
    • And either version of this is fine, so the C++ compiler has no problem examining this and being able to decipher exactly what's going on, that you are in fact declaring an integer pointer.

      無論哪種版本都沒有問題,是以 C++ 編譯器在檢查這一點時不會有任何問題,並能準確地解讀出到底發生了什麼,事實上你聲明的是一個整數指針。

    • And either version of this is fine, so the C++ compiler has no problem examining this and being able to decipher exactly what's going on that you are in fact declaring an integer pointer.

      好了,現在我們知道了如何聲明指針,讓我們來看看一些常見的指針操作。

    A2 初級