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

    backslash

    US

    ・

    UK

    C2 高級
    n.名詞反斜杠
    A backslash is used a lot in coding

    影片字幕

    第五週 (Week 5)

    49:14第五週 (Week 5)
    • And then it populates that chunk of memory with the letters the user has typed in, followed by, of course, a null character or backslash 0 at the very end.

      發生了什麼事在這 特別講座。

    • And then it populates that chunk of memory with the letters the user has typed in, followed by, of course, a null character or backslash 0 at the very end.

      發生了什麼事在這 特別講座。

    B1 中級

    吉米 Kimmel 被禁的原因一直是審查(問川普就知道了)| The Daily Show (Jimmy Kimmel's Suspension Was Always About Censorship (Just Ask Trump) | The Daily Show)

    19:18吉米 Kimmel 被禁的原因一直是審查(問川普就知道了)| The Daily Show (Jimmy Kimmel's Suspension Was Always About Censorship (Just Ask Trump) | The Daily Show)
    • I mean, Senator Mark Wayne or Mark hyphen Wayne backslash Mullin, do you want to know how embarrassing your weak knee rationalizations for jailing political opponents ring?

      我要你把萊蒂西亞・詹姆斯的起訴書放在我桌上 否則你就被炒了

    • I mean, Senator Mark Wayne, or Mark-Wayne, backslash Mullen.

      我是說,馬克-韋恩參議員,或者馬克-韋恩,反斜槓穆倫。

    B1 中級

    C語言的Hello World!程式設計1:24HourAnswers教學 (Hello World in C: Computer Programming 1: 24HourAnswers Tutorials)

    06:11C語言的Hello World!程式設計1:24HourAnswers教學 (Hello World in C: Computer Programming 1: 24HourAnswers Tutorials)
    • The backslash n is what's known as a special escape character and tells the printf function we want a new line after this point.

      在其中包含了printf的資訊

    • The backslash-n is what's known as a special 'escape character' and tells the printf function

      倒斜線n就是所謂的「脫逸字元」,它告訴printf函式

    B1 中級

    C++ 中的向量 (Vectors) 介紹! (Vectors in C++)

    16:01C++ 中的向量 (Vectors) 介紹! (Vectors in C++)
    • So we'll do c out, and then we'll specify that we want to print out the contents, so we do that by specifying again the, I keep writing the b, the name of the vector, and then whatever the index value is in between the open square bracket, closed square bracket, and then we'll I guess separate out each one of these values with a pipe symbol, so we'll use the pipe, so that should be just shift and your backslash key, that's the case on most keyboards, and make sure you add in a semicolon.

      是以,我們要做的是 c out,然後指定要打印出內容,是以我們要再次指定,我一直在寫 b,即向量的名稱,然後在打開的方括號和關閉的方括號之間指定索引值,然後我猜我們會用管道符號將這些值逐一分開,是以我們要使用管道,所以應該只是 shift 和反斜槓鍵,大多數鍵盤都是這樣,並確保添加了分號。

    • So that should be just shift and your your backslash key.
    B1 中級

    【Ren'Py新手教學】打造你的視覺小說遊戲!🔥 (RenPy Tutorial for Beginners | Create a Visual Novel Game with Ren'Py)

    08:02【Ren'Py新手教學】打造你的視覺小說遊戲!🔥 (RenPy Tutorial for Beginners | Create a Visual Novel Game with Ren'Py)
    • If you want to create a line with double quotes, we should add a backslash before the quotes.

      如果要創建帶雙引號的行,我們應該在引號前添加反斜槓。

    • If we want to create a line with double quotes, we should add a backslash before the quotes.

      我們創建了一個名字為 Zale、文字顏色為粉色的角色。

    B1 中級

    自動化檔案系統 🚀 (Automation1 File System)

    11:12自動化檔案系統 🚀 (Automation1 File System)
    • Another albeit a small detail is that unlike a Windows PC file system, the Automation One controller file system utilizes the forward slash character instead of a backslash in the programming commands.

      另一個小細節是,與 Windows PC 文件系統不同,Automation One 控制器文件系統在編程命令中使用的是正斜槓字元,而不是反斜槓。

    • Another, albeit a small, detail is that unlike a Windows PC file system, the Automation1 controller file system utilizes the forward slash character instead of a backslash in the programming commands.

      是以,可以在編程命令中使用非大寫字母打開和寫入大寫字母文件。

    B1 中級

    第一週 (Week 1)

    52:43第一週 (Week 1)
    • then open curly brace, close curly brace, printf("Hello, world, backslash n; save)).

      >> 現在有幾點關於這裡和紐黑文的公告。

    • Meanwhile, things like function sayHello is very simply going to be a very simple statement like this: printf("Hello, world"), with some quotes, with a backslash, with a semicolon.

      但目標是施加一點心理壓力

    B1 中級

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

    52:50第一週,續集 (Week 1, continued)
    • And so backslash n is what we generally call an escape character.

      10小時?

    • And just the compiler knows that when it sees backslash n, it should actually induce the computer ultimately, or printf in this case, to print out an actual new line, like hitting the Enter key on your keyboard.

      沒有人知道。

    B1 中級

    CS50 2016 - 第一週 - C 語言入門教學! (CS50 2016 - Week 1 - C)

    10:04CS50 2016 - 第一週 - C 語言入門教學! (CS50 2016 - Week 1 - C)
    • And the backslash n though a little strange and absent from Scratch simply is going to have the effect we'll see in a computer like my Mac or a PC of just moving the cursor to the next line.

      現在,我可以指定不同的詞語。

    • And the backslash n, though a little strange and absent from Scratch,

      而反斜線 n,雖然有點奇怪且在 Scratch 中沒有,

    B1 中級

    找到你的混聲唱腔!(3招快速找到混聲唱腔!) (Finding Your Mix Voice (3 TIPS TO QUICKLY FIND MIXED VOICE!))

    07:45找到你的混聲唱腔!(3招快速找到混聲唱腔!) (Finding Your Mix Voice (3 TIPS TO QUICKLY FIND MIXED VOICE!))
    • Just go to www.spencerwelch.com backslash book now.

      現在就去 www.spencerwelch.com backslash book 吧。

    B1 中級