initialized
US /ɪ'nɪʃlaɪzd/
・UK /ɪ'nɪʃlaɪzd/
A1 初級
v.t.及物動詞起始步驟
We need the boss to initialize the process so we can get started
v.t.及物動詞初始化
The program initialized the variables before starting the calculation.
影片字幕
第一週,繼續 (Week 1, continued)
52:50
- It's initialized to 0.
它初始化為0。
- So actually, this is-- Well, and count is initialized
所以實際上,這個is--嘛, 和計數初始化
計算集群簡介 (Introduction to Computing Clusters)
18:03
- As a result, execution occurs in a clean and newly initialized environment.
是以,執行是在一個全新初始化的乾淨環境中進行的。
第五週 (Week 5)
49:14
- whereby, I initialized x to 1 and y to 2.
因此,我初始化 X要1和y 2。
- What have I initialized into?
我有什麼初始化為?
節。和丹-阿門達里茲一起調試 (Section: Debugging with Dan Armendariz)
23:24
- or that variable is actually initialized.
或者變量 實際上初始化。
- called i which has not yet been initialized
叫我一直沒有 尚未初始化
Meta Quest 空間錨點 | 創建、保存、刪除和加載空間錨點 (Meta Quest Spatial Anchors | Create, Save, Erase & Load spatial anchors)
15:11
- For this, we create this private variable isInitialized and set it true when the initialized method is called.
為此,我們創建了這個私有變量 isInitialized,並在調用初始化方法時將其設置為 true。
- Then, in the update method, if we initialized our script, we get the controller position and rotation.
然後,在更新方法中,如果我們初始化了腳本,就會得到控制器的位置和旋轉。
如何進入硅谷價值 6000 億美元的創業學校? (How to Get Into Silicon Valley’s $600 Billion Startup School | The Circuit with Emily Chang)
24:02
- Initialized. You made some pretty smart bets early on.
初始化。 你一開始就下了很明智的賭注。
Go 中的資源庫模式--如何構建你的項目 (Repository Pattern in Go - How to Structure your Projects)
16:24
- And once you create a test for your application, what you could do is just inject this implementation instead of the SQL one if you don't want to test the initialized SQL storage for that.
為應用程序創建測試後,如果不想測試初始化的 SQL 存儲,可以直接注入此實現,而不是 SQL 實現。