"while"の翻訳 英語に:
辞書 日本-英語
While - 翻訳 :
例 (レビューされていない外部ソース)
| smooth out the curves while drawing | Dyna |
| while n 1である限り続くという whileループにしましょう | We're going to keep multiplying by n until we get to the end. |
| whileループがあります | You've never seen this before, but the general structure should be familiar. |
| You felt fine while you held it? | What? |
| whileテストでループを停止するのではなく whileテストをTrueにします | We could rewrite that using break. |
| スペルチェックCheck spelling while typing context menu item | Check Spelling |
| Hang the old brain up for a while. | As you can appreciate, there is no shortage of people who wish to do business with Mr. Gold. |
| break は 現在実行中の for, foreach while, do..while, switch 構造の実行を終了します | break ends execution of the current for, foreach while, do..while or switch structure. |
| Have someone keep an eye on him for a while. | It's cause and effect. Sorry, sir, this table is closed. |
| tea ceremony i was in the club for a while | Japanese calligraphy or the tea ceremony |
| whileのテスト条件が必要です | So here's the code that we need to finish. |
| whileループの構文はこうです | The kind of loop that we are gonna introduce first is called the while loop |
| 条件式がFalseになるまでこの手順を繰り返し その後はwhile文の後ろの処理を続けていきます whileループはwhileキーワードと式と | Again, if it's still true, then we evaluate the loop body, and we continue this process until the conditional expression is false, at which point we continue on after the while loop. |
| ループのためにwhileが必要です | We'll use i for that, and we start with 1 that's the first number to print out. |
| but even while keeping him separated from Abe by two rooms... | No, I don't know. |
| これはwhileなので戻ります | The value of i now is 1, so it will print, 1 . |
| そのあとwhileテストに戻ります | Then we do the print, so that will print out, 10 . |
| ではwhileループの例を挙げます | There's no requirement that guarantees the test expression eventually becomes False |
| We were like each other's shadows for a while | We were like each other's shadows for a while |
| 2つ目は文とbreakのあるwhileループ | The first one is a while loop with a nested if. |
| 例えば for while そして if 文など | Octave programs, so things |
| while で繰り返し V(i) 1 設定し | Since I equals one and, you know, increment loop. |
| whileループではそれが明白でした | The result we want to return is the index where we found the match. |
| while trueのループの中にあるものは | Then we're just going to keep repeating this until nothing changes. |
| まずwhileループを通る前の段階では | How are we going to show that this is the case? |
| whileテストは決してFalseになりません | But there's no stopping condition for the while loop. |
| キーワードwhileがあります 続いて条件式 | The syntax for the while loop is this |
| while i lt 5 ここで v(i) 100 と設定し | I equals 1, while I is less than or equal to 5, let's set |
| Granger a while ago? Did you flip my burger? You can't call him Mr. | If he left a little earlier than they would've liked, he couldn't be blamed. |
| while true x x 1 のような プログラムを書けば | It can loop forever. |
| 1つ目はネスト化されたifのあるwhileループ | Here are the four choices. |
| 3つ目はネスト化されたifのあるwhileループ | The second one is a while loop with the statement and a break. |
| She is going to a lecture. It was neutral, impassive and even, after a while, | She is going to the library. |
| whileループを使う必要がありそうですね | The goal here is to countdown from n all the way down to blastoff. |
| While I was on the road at 8 45, the machine kicked on by itself... | Okay, I lost it. What? |
| whileではブロックを何回でも実行できます | With if , the block executes either zero or one times, depending on whether the test expression is True |
| whileの定義やbreakの意味をよく考慮してください whileの評価式であるTと 文であるSに対して | This is going to be a pretty tough quiz that you have to think carefully about how while loops are defined and what break means. |
| 条件がtrueの時 whileループが終わらないことがあります このwhileループが絶対に終わらないと検知して | The way we interpret JavaScript is by running it, and in the process of running it, we're never going to exit this Y loop because the condition is true. |
| breakが意味するのはwhileループの実行を止め | When the break test is true, what we have is break whichà   by itselfà   is all we need. |
| これでwhileループと同じ機能が作れました | When it is false or if it ever is false, we simply don't do anything which is exactly the same functionality we had with the while loop implementation. |
| A while ago, I got bored of using the same favorite colors in my graphic designs. | As an example, I'd like to introduce my own experience. |
| 次の文が実行されwhileループが始まります | A subroutine called countdown takes an input x. |
| 前に行ったwhileと評価式の条件があります コロンもあります 一般的なwhile構造はここにブロックがあります | Here's the typical structure of a loop with a break, so we have the while à   as we did beforeà   and we have the test expression and we had a colon. |
| V があります では while ループ を書きましょう | So, here's my vector |
| ここでwhileループの代わりにforループを置きます | We'll use i as that variable just like we did in the while loop version. |
関連検索 : Whileループ