initialization
US /ɪˌnɪʃəlaɪ'zeɪʃn/
・UK /ɪˌnɪʃəlaɪ'zeɪʃn/
A1 初級
n. (u.)不可數名詞初始化
The initialization process will start the day after tomorrow
影片字幕
谷歌 I/O 24 10 分鐘內 (Google I/O '24 in under 10 minutes)
09:58
- It seems to use AES-CBC encryption to encode and decode data based on a key and an initialization vector, IV.
它似乎使用 AES-CBC 加密根據金鑰和初始化向量 IV 來編碼和解碼資料。
- to encode and decode data based on a key and an initialization
根據密鑰和初始化對數據進行編碼和解碼
第一週,繼續 (Week 1, continued)
52:50
- One, you have the so-called initialization.
一,你有 所謂初始化。
- >> AUDIENCE MEMBER: The initialization of [INAUDIBLE].
>> 觀眾:該 初始化[聽不清]。
回顧仿生手 (Reviewing a Bionic Hand!)
11:44
- You turn it on with that button, then you do the quick little initialization, wiggle the fingers, then scan, click, boom, connected in like two seconds flat.
用那個按鈕打開,然後進行快速初始化,擺動手指,然後掃描,點擊,"砰 "的一聲,兩秒鐘內就連接好了。
完成者(本週技術) (Completers (Technique of the Week))
02:09
- This one uses a bool to indicate whether the initialization was successful.
這個選項使用一個 bool 來表示初始化是否成功。
- Now, run your initialization code.
現在,運行初始化代碼。
在 Arduino IDE 中添加文件 (Adding a file in Arduino IDE)
10:49
- The actual code for controlling each specific piece of hardware is contained within those individual libraries, while only what is necessary for initialization purposes and commands to control said hardware remains in the main code itself.
控制每個特定硬件的實際代碼都包含在這些單獨的庫中,而只有初始化和控制所述硬件的命令所需的代碼才保留在主代碼中。
- Then, we only execute the initialization related to that library during the initial setup.
然後,我們只在初始設置時執行與該庫相關的初始化。
Juce 教程 01- 文檔窗口類 (Juce Tutorial 01- The Document Window Class)
17:43
- And then if we look, if we go back just above here, to our initialize, okay, so the applications initialization codes, that's what happens when the application first starts.
然後,如果我們看一下,如果我們回到這裡,回到我們的初始化,好的,所以應用程序初始化代碼,這就是應用程序第一次啟動時發生的事情。