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

    increment

    US /ˈɪnkrəmənt, ˈɪŋ-/

    ・

    UK /'ɪŋkrəmənt/

    B2 中上級
    n. (c./u.)名詞 (可算/不可算)増加量
    A small increment in temperature was enough to speed up the experiment

    動画字幕

    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ループ本体を無限に通過することになります。

    • If we don't increment that counter, then we'll set ourselves up where we would be infinitely going through this for loop body.
    B1 中級

    ゼロ週目 (Week 0)

    50:39ゼロ週目 (Week 0)
    • For each of these two people, we then increment n by 1.

      明らかに、本の左半分にはいません。

    • For that one pair of people, we then increment n by 2.

      それは非常に線形です。

    B1 中級

    Javaチュートリアル - コンストラクタを使ったオブジェクトの作成 (Java Tutorial - Creating objects with constructors)

    07:12Javaチュートリアル - コンストラクタを使ったオブジェクトの作成 (Java Tutorial - Creating objects with constructors)
    • In the implementation, we'll access the height and trunk diameter of the tree and increment them accordingly.

      実装では、ツリーの高さと幹の直径にアクセスし、それらを適切に増やします。

    • In the implementation, we'll access the height and trunk diameter of the tree and increment them accordingly.

      実装では、ツリーの高さと幹の直径にアクセスし、それらを適切に増やします。

    B1 中級

    他人と比較しない! ► ほとんどの人が知らない「プライス定律」 - ジョーダン・ピーターソン博士(中英字幕) (不要輕易拿自己和別人比較! ► 大多數人沒聽過的「普萊斯定律」 - Dr. Jordan B Peterson 喬登·彼得森(中英字幕))

    06:16他人と比較しない! ► ほとんどの人が知らない「プライス定律」 - ジョーダン・ピーターソン博士(中英字幕) (不要輕易拿自己和別人比較! ► 大多數人沒聽過的「普萊斯定律」 - Dr. Jordan B Peterson 喬登·彼得森(中英字幕))
    • It's like, "So your goal is to make today some tiny increment better than yesterday." And you can use better.

      そして、次のステップを十分に難しくすることで、今いる場所から自分を押し出さなければならなくなる。

    • If I did this little thing, things would be just an increment better." And, well, that's a great thing because you get the ball rolling.

      つまり、目標を高く設定し、難しくても近道にするのだ。

    A2 初級

    C++の語られざる物語 (The Untold Story of C++)

    11:22C++の語られざる物語 (The Untold Story of C++)
    • By 1983, the experiment had a name: C++, a quiet joke, a nod to the increment operator in C.

      1983年までに、その実験には「C」という名前がつきました。

    • A quiet joke, a nod to the increment operator in C. Not a revolution, an evolution.

      Cのインクリメント演算子への静かなジョーク、うなずきです。革命ではなく、進化でした。

    B2 中上級

    MySQL EXPLAIN を使ったクエリ最適化 (Use MySQL EXPLAIN for Query Optimization)

    17:19MySQL EXPLAIN を使ったクエリ最適化 (Use MySQL EXPLAIN for Query Optimization)
    • This table has an auto-increment primary key and two integer values.

      では、クエリーを実行し、見積もりをチェックしてみよう。

    B1 中級

    C++プログラミング入門 (Introduction to C++ Programming)

    10:32C++プログラミング入門 (Introduction to C++ Programming)
    • Now, I plus plus will increment the value by one.

      では、プラス・プラスで値を1増やす。

    • Now, this plus plus, if you put this plus symbol two times after this I, that signifies an increment operator in C.

      さて、このプラス・プラスは、このIの後にプラス記号を2回置くと、C言語のインクリメント演算子を意味する。

    A2 初級

    ホワイトバランスが壊れた (White Balance is Broken)

    08:02ホワイトバランスが壊れた (White Balance is Broken)
    • Another way to see this is to plot the amount of blue in each of the equal Kelvin increment images, and you see that it's not a nice straight line.

      これを見るもう一つの方法は、ケルビンの増分が等しいそれぞれの画像の青の量をプロットすることである。

    • Another way to see this is to plot the amount of blue in each of the equal Kelvin increment images,

      このケルビンの混乱、つまりホワイトバランスがきれいなリニアスケールに従わない理由は、熱く光る物体の物理学にある。

    B1 中級

    第1週 (Week 1)

    52:43第1週 (Week 1)
    • So that you'll see too in online, if you walk through the walkthroughs, we'll generally increment these stepwise until we get exactly the right approach.

      こちらへどうぞ。

    • increment these stepwise until we get exactly the right approach.

      これらを段階的に増やして、正確なアプローチが得られるまで続けます。

    B1 中級

    Houdiniは怖くない - パート1:基本 (Houdini Isn't Scary - Part 1: Basics)

    17:18Houdiniは怖くない - パート1:基本 (Houdini Isn't Scary - Part 1: Basics)
    • So if we go over here and then move to the right, it'll increment it up by 0.1 or down by 0.1.

      つまり、ここで右に移動すると、0.1ずつ増えたり減ったりする。

    • And if we move up, it'll increment it up by 1 or down by 1, and so on.

      そして、もし私たちが上に移動すれば、1だけ上に、下に移動すれば1だけ下に、といった具合にインクリメントされる。

    B1 中級