"loops"の翻訳 日本語へ:
辞書 英語-日本
例 (レビューされていない外部ソース)
They're feedback loops. | 音響の世界では |
Loops nested too deeply. | ループが深すぎます |
Because I love Mobius loops. | 実際にクラインの壺を作っている人間なんて |
I just make up a little program over here called loops forever or loops. | これはxを0で初期化して Trueの間 xを1ずつ加算し続けます |
These are sometimes called self loops. | 矢印が出発した場所に 連れ戻してくれるループのことです |
This is one of those infinite loops. | 無限の記号がうまく書けませんでしたね |
This question tests that you understand loops. | 目標はcountdownという関数を定義することです |
And Conditionals and Loops are something like | レッツはそれこのような |
Want a plane that loops the loop? | 飛行機が 宙返りしてる |
Want a plane that loops the loop | 僕は宙返りする 飛行機が欲しい |
Want a plane that loops the loop | 僕は宙返りする 飛行機が欲しい |
I thought I would use this video to introduce you to loops, and, in particular, for loops (and if we have time we might do other types of loops). | ループについて紹介したいと思います 特にforループです 他のループについては 別の機会にご紹介します その前に Pythonの組み込み関数のrange()について説明します |
And so this is basically a song about loops, but not the kind of loops that I make up here. | ループの話 僕がここで創るようなループじゃなくて フィードバックのループ |
If your program gets the same answer on all inputs as loops forever, then your program loops forever on all inputs. | そのプログラムは すべての入力に対し無限ループするのでしょう そうでなければ与えられたプログラムは停止します |
Jim was sewing loops on a flag this morning. | 今朝 ジムが旗に乳を付けていた |
Or a plan that has no loops in it, | 以前の状態に戻るようなループのことです |
If you were writing horizontal checker yourself, you might use a number of nested for loops, maybe even three nested for loops. | いくつかの入れ子になったループ おそらく3重のループを使うでしょう 私がそこまでループを書かないのは |
And we need positive feedback loops for increasing well being | プラスに働くフィードバック ループが必要です 政府レベルでは福利の国家会計システムの構築などです |
So we're going to have another quiz about while loops. | 少々引っかけ問題ですよ |
So conventional planning might have difficulties with basically infinite loops. | 3つ目の問題は 多くの状態が何回も現れるということです |
All right. Infinite loops, those are no fun at all. | Webページを見る時は |
That lets you create closed loops. Like the Penrose Steps. | たとえばエッシャーの階段の様に |
The risky thing about using while loops instead of for loops is it's really easy to forget that you need to increase the index variable. | インデックスの変数を増やす必要があるのを 忘れがちになることです このようにループをそのまま残したら 延々と実行されます |
My solution is to use three loops, one for each axis. | xyzの値をグリッドの間隔でそれぞれ設定しています |
Library records just obscure loops really. I chop quite a lot. | 一音ごとにバラバラにするから |
The correct answer is none of these things. It loops forever. | さて このプログラムが永遠にループするとして |
A lot of Producers nowadays are going for Soul loops what ever. | 俺が欲しいのはロックのレコードだ |
So let me draw, so we get all the feedback loops here. | これは 負のフィードバックです |
So to see that you understand while loops, we'll have a quiz | 問題はこのプログラムが行うことです |
So, now you know how to right control statements like for loops, while loops and if statements in octave as well as how to define and use functions. | Octave において for ループ while ループ if 文などの制御文の書き方 および関数の定義の仕方と使いかたがご理解いただけたと思います |
continue statements, you can also use those inside loops in octave, but first | Octave のループ内でこれらを 使用することもできます でも最初に while ループがどのように動作するかをご覧に入れます |
Maybe your a contestant yourself. you make beats, you use Logic, Fruity loops, | プロの機材を使うんだ |
This procedure loops sets x to zero and while True, it increments x. | このプログラムが停止しないことは以前見ました 値を返しません |
The song I heard before in the train station loops endlessly around my head. | さっき駅で聴いた曲が頭の中をエンドレスで回っている |
Little picks on the legs, where she does her needlepoint, and leaves little loops. | ロックポート この動きのためにある靴よ |
I wanna do barrel rolls and loop the loops. All that kind of stuff. | ほら グルグル廻ったり宙返りしたり アクロバット飛行みたいなやつ |
They get going straight for a little bit and then go in very tight loops. | このように人間は環境からの フィードバックなしでは真っすぐに歩けません |
So when these for loops run through, all that there's left to do is return best_element. | best elementを返すことです これでコードが完成します |
And if you are feeling exotic, you could actually have gone around these loops more times. | b d gを何度も繰り返して使うことで |
In the first iteration of the loops, i and j are both going to be 0. | つまり1つ目の要素が1つ目の要素に等しいか 調べているということです |
That's kind of annoying because we were assuming that it doesn't halt that it loops forever. | これはまずいです 両方の選択肢があり得ないということになりました |
So to do really interesting things you are going to start seeing things like Conditionals and Loops. | 面白いことを実現するに 条件分岐と繰り返しを見ていきましょう 条件とループのようなものです |
Now, in order to examine the run time, the key part here are these 2 for loops. | このforループではpの要素数を大まかに設定します |
Well you see, I use B sides, and a capella, and mix records together, so I create loops. | 先生は それでは食べては いけないでしょ と |
We now set up a while loop, which loops while the input still has at least two characters. | 1文字しかなければループには入りません |