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

    integer

    US /ˈɪntɪdʒɚ/

    ・

    UK /ˈɪntɪdʒə(r)/

    B2 中高級
    n. (c.)可數名詞整數
    Two is an integer, but 2.5 is not

    影片字幕

    0.5 資料結構與演算法:清單式選擇排序法! (0.5 Data Structures & Algorithms: List-Based Selection Sort)

    10:190.5 資料結構與演算法:清單式選擇排序法! (0.5 Data Structures & Algorithms: List-Based Selection Sort)
    • Basically, what this is doing is it will give me a random integer between zero and the maximum possible integer value.

      基本上,這樣做的目的是給我一個介於 0 和最大可能整數值之間的隨機整數。

    • Basically, what this is doing is it will give me a random integer between 0 and the maximum possible integer value.

      是以,我要在循環中使用我的原始測試值。

    A2 初級

    0.4 資料結構與演算法:選擇排序法程式碼! (0.4 Data Structures & Algorithms: Selection Sort Code)

    02:400.4 資料結構與演算法:選擇排序法程式碼! (0.4 Data Structures & Algorithms: Selection Sort Code)
    • So I'm going to create an integer variable that represents that location.

      好的,我們需要某種方法來跟蹤最小項目的位置。

    • So I'm going to create an integer variable that represents that location.

      好的,我們需要某種方法來跟蹤最小項目的位置。

    B2 中高級

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

    06:33C++ 的 vector 陣列型別是什麼? (The Vector Type in C++)
    • We specify the keyword vector and within angle brackets, we specify the type that it is going to hold which is integer for this example and this is the name of the vector that is myVec.

      我們指定關鍵字 vector(向量),並在角括號內指定它要保存的類型,本例中為整型,這就是向量的名稱 myVec。

    • It is going to be a collection of the integer type objects.

      它將是一個整數類型對象的集合。

    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 位整數。

    • This error typically occurs when the compiler does not recognize the unit 8t type, which is supposed to represent an unsigned 8-bit integer.

      然後,在這裡對代碼進行了清理。

    B1 中級

    C++ 教學 - 06 - 運算子! (C++ Tutorial - 06 - Operators)

    03:00C++ 教學 - 06 - 運算子! (C++ Tutorial - 06 - Operators)
    • This is because it operates on two integer values and will therefore truncate the result and return an integer.

      請注意這裏,除的結果是錯的。這是因為

    • two integer values and will therefore trunctate the result and return an integer. To get the

      兩個整數相除所得的商的小數部份會被無條件捨去。為了得到

    B1 中級

    M4 MacBook Air 記憶體升級的真相! (TRUTH about M4 MacBook Air RAM UPGRADES)

    19:35M4 MacBook Air 記憶體升級的真相! (TRUTH about M4 MacBook Air RAM UPGRADES)
    • An integer typically takes up four bytes, 32 bits, which is four gigabytes of memory.

      這個是合併排序,算法不同。

    • An integer typically takes up four bytes, 32 bits, which is four gigabytes of memory.

      一個整數通常佔用 4 個字節,32 位,也就是 4 千兆字節的內存。

    A1 初級

    第一週,續集 (Week 1, continued)

    52:50第一週,續集 (Week 1, continued)
    • It's just an integer.

      並盡量不要被沮喪 因為他們很快做到這一點

    • If you have 32 bits, what's the biggest number you can represent as an integer, give or take?

      再看看一個稍微 更複雜的之一。

    B1 中級

    第一週 (Week 1)

    52:43第一週 (Week 1)
    • Probably an integer.

      那是移除。

    • So int for integer.

      它會說移除一般檔案 hello,

    B1 中級

    給初學者的 Android App 開發教學! (How to Make an Android App for Beginners)

    19:18給初學者的 Android App 開發教學! (How to Make an Android App for Beginners)
    • And pick this option where we pass in an integer to bound it.

      選擇這個選項,我們可以通過一個整數來綁定它。

    • This will give us a random integer from within a certain range.

      這將在一定範圍內給出一個隨機整數。

    B1 中級

    MySQL EXPLAIN 讓你查詢效能神救援! (Use MySQL EXPLAIN for Query Optimization)

    17:19MySQL EXPLAIN 讓你查詢效能神救援! (Use MySQL EXPLAIN for Query Optimization)
    • This table has an autoincrement primary key and two integer values.

      該表有一個自動遞增主鍵和兩個整數值。

    • Then, we add an index on the first integer value column, alter table, test estimates, and add an index.

      然後,我們在第一列整數值上添加索引,更改表格,測試估計值,並添加索引。

    B1 中級