Translation of "のループ" to English language:
Examples (External sources, not reviewed)
| 1ループ 2ループ 3ループは可能です | You could do a one loop diagram. |
| ループの話 僕がここで創るようなループじゃなくて フィードバックのループ | And so this is basically a song about loops, but not the kind of loops that I make up here. |
| プレイリストのループ | Loop playlist |
| ループ | Loop |
| ループ | loop |
| ループName | Loop |
| これはループ フィードバックループ これはループ フィードバックループ これはループ フィードバックループ | This is a loop, feedback loop This is a loop, feedback loop This is a loop, feedback loop This is a loop, feedback loop This is a loop, feedback loop This is a loop, feedback loop This is a (Feedback) |
| for ループは PHPで最も複雑なループです for は Cのforループと同様に動作します for ループの構文は 次のようになります | In the beginning of each iteration, expr2 is evaluated. |
| ここでwhileループの代わりにforループを置きます | We'll use i as that variable just like we did in the while loop version. |
| K Meansのループ内を | So, that was the cluster assignment step. |
| K Meansのループの中の | So that was the cluster assignment step. |
| breakのあるループは 通常のループと同様に実行されます | That will get skipped and we'll jump to this point which is the code after the while. |
| すべてのフォルダでループ | Loop in All Folders |
| ループを解除 | leaving loop |
| ループしない | Do not Loop |
| 現在のフォルダのみでループ | Loop in Current Folder |
| ループのガード条件を入力 | Enter the guard of the loop |
| ループのガード条件を入力 | Enter the guard of the loop |
| (音響ループ再生 | To TEDxKyoto, welco... |
| ループを作成しましたので 各要素ごとにループに入ります | So there you go. |
| このように停止することのないループを 無限ループと呼びます | And it keeps going and it will keep going for as long as we let it print or until our computer runs out of memory or power. |
| ではこの2つの文とループを実行します ループは簡単に言うと | So that means once for each node in the graph we're going to execute this statement and this statement and this loop. |
| ニャンキャット はループ音楽の付いた | (Music) |
| indexの要素をループします | The natural way to do that is to use a 4 loop. |
| (音響ループ再生 ボイスパーカッション) | (Voice percussion) |
| ループ再生させて... | We'll loop around here in just a second, and you'll see another one. |
| 開ループ制御です | So, this does not have any sensors. |
| いくつかの入れ子になったループ おそらく3重のループを使うでしょう 私がそこまでループを書かないのは | If you were writing horizontal checker yourself, you might use a number of nested for loops, maybe even three nested for loops. |
| forループよりwhileループで find elementを定義することから考え始めるのが | I'll also show you a way to define it using a for loop. |
| このループは前に出たループと まったく同じ意味を持っています | We'll do the same thing we did beforeà   we'll print i and we'll add one to i . |
| ゼロより大きいのでループは | It's going to do this loop. X is going to get decremented to 1. |
| このループは停止しません | We actually looked at this before. |
| 無限にループし得るのです | But interpreting does not always return. |
| whileループの構文はこうです | The kind of loop that we are gonna introduce first is called the while loop |
| ループ 繰り返し再生 | loop restarts playback at end |
| ループが深すぎます | Loops nested too deeply. |
| これはループ フィードバックループ | I'm not going to hurt you. Don't worry. |
| whileループがあります | You've never seen this before, but the general structure should be familiar. |
| でもループはもうイヤ | But I don't wanna loop again. |
| それはforループと呼ばれるものです forループの構造はこのような感じです | Python provides a simpler way to loop through elements of the list, and that's called a for loop. |
| while trueのループの中にあるものは | Then we're just going to keep repeating this until nothing changes. |
| 無限ループを断つようにループの一部を削除して やり直してください | Delete one part of the loop in order that it does not cause an infinite loop, and try again. |
| ループを行うためには ループの反復を把握する新しい変数が必要です | It takes 1 input. We'll use the name n for our input. That's the number that we go up to. |
| ループのためにwhileが必要です | We'll use i for that, and we start with 1 that's the first number to print out. |
| 最後の部分にループを作って | You give an input to web page, and it produces the image and then it's done. |