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

    header

    US /ˈhɛdɚ/

    ・

    UK /ˈhedə(r)/

    B2 中上級
    n. (c.)可算名詞(サッカーの)ヘディングパス(シュート)
    Maradonna scored from a header

    動画字幕

    第5週 (Week 5)

    49:14第5週 (Week 5)
    • Yeah, so this is the header file.

      しかし、私は言ってBに行く必要があります。

    • And header files contain prototypes plus some other stuff, it seems, like type defs.

      その宛先に移動し、 そこに一時に値を入れる。

    B1 中級

    Amazon Web Services チュートリアル - アプリケーションの自動スケーリング (Amazon Web Services Tutorial - Auto scaling your applications)

    07:59Amazon Web Services チュートリアル - アプリケーションの自動スケーリング (Amazon Web Services Tutorial - Auto scaling your applications)
    • On the left-hand submenu, click on AMIs underneath the image header.

      左側のサブメニューで、画像ヘッダーの下にあるAMIをクリックする。

    • On the left-hand submenu, click on AMIs underneath the image header.

      View Instancesをクリックします。

    B1 中級

    妊娠しにくいのはなぜ? - Dr. Rodiとの対談 (CCあり) (Why am I Having Trouble Getting Pregnant? - In Conversation with Dr. Rodi (CC available))

    13:04妊娠しにくいのはなぜ? - Dr. Rodiとの対談 (CCあり) (Why am I Having Trouble Getting Pregnant? - In Conversation with Dr. Rodi (CC available))
    • One's a two-header.

      IR: えーと...SP: 1つだけじゃなかったっけ?

    • SP: [pointing at diagram] One's a two header.

      SP: [図を指差して] 1つは2つのヘッダーです。

    B1 中級

    マーケティング戦略:ウェブサイト訪問者を顧客に変えるコピーライティング術 (Marketing Strategy: How To Write Copy That Turns Website Visitors Into Customers)

    08:55マーケティング戦略:ウェブサイト訪問者を顧客に変えるコピーライティング術 (Marketing Strategy: How To Write Copy That Turns Website Visitors Into Customers)
    • And she has a big, bold header when you first land on her site.

      ということで、その方法をご紹介します。

    • And she has a big, bold header when you first land on her site.

      そして、彼女のサイトに最初に着陸したときに、彼女は大きくて大胆なヘッダーを持っています。

    B1 中級

    [中英字幕] 実用ビジネス会議英語 ビジネス会議の英語(フォーマル/インフォーマル会議の区別、各段階の時間経過) ([ 中英字幕] 實用商業會議英文 English for Business Meetings( 區分正式/非正會議,各階段看時間軌 ))

    22:07[中英字幕] 実用ビジネス会議英語 ビジネス会議の英語(フォーマル/インフォーマル会議の区別、各段階の時間経過) ([ 中英字幕] 實用商業會議英文 English for Business Meetings( 區分正式/非正會議,各階段看時間軌 ))
    • header important features unfortunately  your current product is only one of three  
    • You can see that the most important features are listed alphabetically under the header, "Important Features." Unfortunately, your current product has only one of three most sought-after features.

      もちろん、これは競合他社が85%以上で市場で大きなアドバンテージを持っていることを意味します。

    B1 中級

    C++のベクトル (Vectors in C++)

    16:01C++のベクトル (Vectors in C++)
    • So again, just looking at our for loop header, we have our initial statement here that's simply declaring a counter, we have our loop continuation condition, so this is basically specifying that we will keep looping through the body of this for loop as long as i is less than the size, which in our case right now, our vector size is four, so we should make four iterations through this loop body, and each time we go through the loop body, we need to be incrementing that counter, if we don't increment that counter, then we'll set ourselves up where we'd be infinitely going through this for loop body.

      繰り返しになりますが、forループのヘッダーを見ると、ここにはカウンターを宣言しただけの初期文があり、ループの継続条件があります、ループ本体を通過するたびにカウンターをインクリメントする必要があります。カウンターをインクリメントしなければ、forループ本体を無限に通過することになります。

    • So again, just looking at our for loop header, we have our initial statement here that's simply declaring a counter.
    B1 中級

    C++のベクター型 (The Vector Type in C++)

    06:33C++のベクター型 (The Vector Type in C++)
    • Similarly, for vectors, we have to include the header vector and then also we can make use of the standard library vector to make use of the vector based functions.

      同様に、ベクターの場合は、ヘッダー・ベクターをインクルードし、標準ライブラリーのベクターを利用して、ベクター・ベースの関数を利用することができる。

    • Similarly, for vectors, we have to include the header "vector".

      あるいは、名前空間stdを含めるのであれば、それで十分だろう。

    B2 中上級

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

    10:49Arduino IDEにファイルを 1 つ追加する方法 (Adding a file in Arduino IDE)
    • So, here I will show you how to add the desired header files or source code files while writing the code.

      そこでここでは、コードを書きながら目的のヘッダーファイルやソースコードファイルを追加する方法を紹介する。

    • So, here, I will show you how to add the desired header files or source code files while writing the code.

      そこでここでは、コードを書きながら目的のヘッダーファイルやソースコードファイルを追加する方法を紹介する。

    B1 中級

    Salesforceチュートリアル - 目標達成に向けた進捗測定 (Salesforce Tutorial - Measuring progress towards a goal)

    03:52Salesforceチュートリアル - 目標達成に向けた進捗測定 (Salesforce Tutorial - Measuring progress towards a goal)
    • and you'll see I can add a title in here and a header.

      レポートエリアに戻り、新しいダッシュボードのボタンをクリックする。

    • I'm gonna drag the gauge image and you'll see I can add a title in here and a header.

      ゲージの画像をドラッグして、ここにタイトルとヘッダーを追加できるのがわかるだろう。

    B1 中級

    9つの役立つサッカー英語表現 - English for Lifeレッスン (9 useful football expressions - an English for Life lesson)

    03:049つの役立つサッカー英語表現 - English for Lifeレッスン (9 useful football expressions - an English for Life lesson)
    • Ten minutes in, Riise puts in a great cost and Gerrard scores a great header against run of play.

      開始10分、リーセが素晴らしいコストをかけ、ジェラードがプレーの流れに反して素晴らしいヘディングシュートを決める。

    • and Gerrard scores a great header against run of play.

      つまり、ペナルティがあったということだ。

    A2 初級