Footer

    Download on the App StoreGet it on Google Play

    VoiceTube とは

    • VoiceTube について
    • 学習サービス紹介
    • 採用情報
    • よくある質問
    • ホットタグ

    サービス一覧

    • スピーキングチャレンジ
    • 保存
    • VoiceTube Hero
    • 法人向け VoiceTube
    • 単語検索
    • 動画をインポート
    • ブログ

    お勧めチャンネル

    レベル別

    • A1 初級
    • A2 初級
    • B1 中級
    • B2 中上級
    • C1 上級
    • C2 上級

    プライバシー˙規約˙
    ©2026 VoiceTube Corporation. All rights reserved

    initialization

    US /ɪˌnɪʃəlaɪ'zeɪʃn/

    ・

    UK /ɪˌnɪʃəlaɪ'zeɪʃn/

    A1 初級
    n. (u.)不可算名詞開始 : 始動
    The initialization process will start the day after tomorrow

    動画字幕

    【AI 時代】10 分でわかる Google I/O カンファレンス総まとめ!

    09:58【AI 時代】10 分でわかる Google I/O カンファレンス総まとめ!
    • 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

      キーと初期化に基づいてデータをエンコードおよびデコードする。

    B1 中級

    Arduino IDEにファイルを 1 つ追加する方法 (Adding a file in Arduino IDE)

    10:49Arduino IDEにファイルを 1 つ追加する方法 (Adding a file in Arduino IDE)
    • 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.

      それぞれの特定のハードウェアを制御するための実際のコードは、それらの個々のライブラリに含まれ、初期化の目的で必要なものと、当該ハードウェアを制御するためのコマンドだけが、メインコード自体に残る。

    • 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.

      これは今やライブラリーのヘッダーであり、ライブラリーの構造と機能の重要な部分を担っている。

    B1 中級

    デルタレイクとは? (What is this delta lake thing?)

    06:58デルタレイクとは? (What is this delta lake thing?)
    • You can see this thing called Notebooks and we've got this delta table initialization notebook.

      ノートブックというものが見えますね。そして、このデルタテーブル初期化ノートブックがあります。

    • And we've got this delta table initialization notebook.

      そして、それをデータフレームにロードします。

    B1 中級

    Juceチュートリアル 01 - ドキュメントウィンドウクラス (Juce Tutorial 01- The Document Window Class)

    17:43Juceチュートリアル 01 - ドキュメントウィンドウクラス (Juce Tutorial 01-  The Document Window Class)
    • 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.

      アプリケーションの初期化コードは、アプリケーションが最初に起動したときに実行されるものです。

    • And then if we look, if we go back just above here to our initialize, okay, so the application's initialization codes, that's what happens when the application first starts.

      さて、ではこのウィンドウから他にどんな機能が得られるか見てみましょう。

    A2 初級

    バイオニックハンドをレビュー! (Reviewing a Bionic Hand!)

    11:44バイオニックハンドをレビュー! (Reviewing a Bionic Hand!)
    • 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.

      そのボタンで電源を入れ、素早く初期化し、指をくねらせ、スキャンし、クリックし、ブームが起き、2秒くらいで接続が完了する。

    • You turn it on with that button, then you let it do the quick little initialization, wiggle the fingers, then scan, click, boom, connected in like two seconds flat.

      だから、このチャンネルで何種類かのEMG技術をテストしたんだ。

    A2 初級

    第1週 続き (Week 1, continued)

    52:50第1週 続き (Week 1, continued)
    • One, you have the so-called initialization.

      浮動小数点値について話していたときのこと、いくつかの固定ビット数

    • The initialization of count.

      幸いなことに、現在存在する他の言語や他のデータ型は、

    B1 中級

    インターネットの歴史! (History of the Internet !)

    08:10インターネットの歴史! (History of the Internet !)
    • This computer, the interface message processor, took over control of the network activities, while the mainframe was only in charge of the initialization of programs and data files.

      知識移転を加速させ、二重化を回避するために

    • while the mainframe was only in charge of the initialization of programs and data files.

      メインフレームがプログラムやデータファイルの初期化だけを担当していたのに対して

    B1 中級

    JUCEチュートリアル02 - AudioProcessorクラス…JUCEで最も重要なクラスを深く掘り下げる! (JUCE Tutorial 02 - The AudioProcessor Class...A Deeper Dive into the Most Important Class in JUCE!)

    34:12JUCEチュートリアル02 - AudioProcessorクラス…JUCEで最も重要なクラスを深く掘り下げる! (JUCE Tutorial 02 - The AudioProcessor Class...A Deeper Dive into the Most Important Class in JUCE!)
    • And then of course, here in this function, this constructor function, you would have any type of initialization code that you would need to start up other classes, to start up other things that need to be initialized with some variables.

      そしてもちろん、この関数(コンストラクタ関数)には、他のクラスを立ち上げたり、変数を初期化する必要のある他のものを立ち上げたりするために必要な、あらゆる種類の初期化コードがある。

    • And then, of course, here in this, uh, in this function, this constructor function, you would have any type of initialization code that you would need to start up other classes, to start up other things that need to be, um, need to be initialized with some variables.

      DAWが処理しているサンプルレートとバッファサイズを、それぞれのアルゴリズムに渡すことができる。

    B1 中級

    world.execute(me); - Mili (world.execute(me); - Mili)

    03:33world.execute(me); - Mili (world.execute(me); - Mili)
    • Fill in my data parameters, initialization.

      絶縁用保護具を

    • INITIALIZATION

      データ初期化

    B2 中上級