instantiate
US /ɪns'tænʃɪeɪt/
・UK /ɪns'tænʃɪeɪt/
C2 高級
v.t.及物動詞舉例說明
The linguists could not instantiate this sense of the noun that he claimed existed in a certain dialect
影片字幕
30 分鐘掌握克勞德密碼 (Mastering Claude Code in 30 minutes)
28:07
- Or how do I instantiate this thing?
或者我該如何實例化這個東西?
Oracle Linux 使用者與群組介紹! (Introduction to Users and Groups on Oracle Linux)
07:16
- The dash is used to instantiate the home directory and environment variables of the SW2 user.
破折號用於建立 SW2 使用者的家目錄和環境變數。
Unity 4.3 - 2D遊戲開發演練 (Unity 4.3 - 2D Game Development Walkthrough)
28:22
- pressed we instantiate a rocket,
會先停用所有的圖形渲染 因為2D角色大多都有動畫
- we instantiate a rocket and give it a velocity
然後給天鵝一個剛體 讓我們可以控制速度飛過螢幕
Meta Quest 空間錨點 | 創建、保存、刪除和加載空間錨點 (Meta Quest Spatial Anchors | Create, Save, Erase & Load spatial anchors)
15:11
- Inside this class, we declare a public variable called AnchorPrefab to hold a reference to the prefab you want to instantiate in the game.
在該類中,我們聲明瞭一個名為 AnchorPrefab 的公有變量,用於保存對要在遊戲中實例化的預製板的引用。
- The difference here is that we will already apply an OVR spatial anchor component to our prefab, so we can simply instantiate it here without adding this component.
這裡的不同之處在於,我們已經將 OVR 空間錨組件應用到了預製件中,是以我們可以直接在這裡將其實例化,而無需添加此組件。
如何為 LLM 代理構建 MCP 服務器:簡化人工智能集成 (How to Build an MCP Server for LLM Agents: Simplify AI Integration)
15:06
- So you'll see when I instantiate that in a second.
所以,等一下我把它實例化後,你就會看到了。
JUCE 教程 02 - AudioProcessor 類......深入瞭解 JUCE 中最重要的類! (JUCE Tutorial 02 - The AudioProcessor Class...A Deeper Dive into the Most Important Class in JUCE!)
34:12
- Typically when that happens, what will happen is that your DAW that you instantiate your plugin went in will typically see that.
通常情況下,當發生這種情況時,您將插件實例化的 DAW 通常會看到這種情況。
Flutter TDD 清潔架構課程 [2] - 實體與用例 (Flutter TDD Clean Architecture Course [2] – Entities & Use Cases)
40:23![Flutter TDD 清潔架構課程 [2] - 實體與用例 (Flutter TDD Clean Architecture Course [2] – Entities & Use Cases)](https://thumbnail.voicetube.com/w/480/h/270/lPkWX8xFthE.jpg)
- So inside setup, we're going to first initialize or instantiate, to be precise, the mock number trivia repository.
是以,在設置中,我們首先要初始化或實例化(準確地說,是模擬數字瑣事存儲庫)。
- And then we're going to also instantiate the use case.
然後,我們還要將用例實例化。