"すでに実行されています"の翻訳 英語に:
辞書 日本-英語
例 (レビューされていない外部ソース)
立て続けに行為が実行されます | Notice that these three actions have no slack between them. |
再びすべての行が実行されます | That is, the same thing as before but now enclosed in double quotes. |
ゴールに到達するまでに 展開が16回実行されています | Diagonally it expands into the open space and until it finally hits the goal node 15. |
再度実行されます | Come back up here it's still greater than 0. |
ソフトウェア バージョン 18.05 マシンが実行されています | The tool changer on this VF 2SS needs to be recovered |
既にプレビューが実行中です これを実行するには終了してください | There is already a preview running that has to be finished to run this one. |
すでに動物実験が 行われています | And this is less futuristic than it may sound. |
ファイル名が開かれ行が読み込まれます 実行された1つの行が出力されます すべてを実行します これが取得したものです | We run the whole thing, and now with every line the file name should be opened, line should be read, and the one, single executed line should be printed. |
この入力に対し初期化が実行され ループも同じように実行されています | Now let's see what this looks like for foo with markup. |
julyで実行すればJulyが出力されます | We see it prints January. |
runでコントローラを実行します コントローラにはなじみの粒子フィルタも 実装されています | Main then runs a path planner, A star, smooths it, and then runs the controller, as in run. |
実際に米国外で実証されています | The good news there's a lot that can be done. |
まずこのタグ行が実行されます | Let's first start with foo as we've just seen it. |
これらがプログラムを適切に実行させています | And again, it comes up with a number of interesting inputs. |
上で実行されている スタートレック の世界とは何ですか 彼らは石炭で スタートレック を実行していますか です | Think about Star Trek. You can't help but think about Star Trek when your name's Kirk. |
すでに実現されていました | It has been made, already, on remote controlled |
すぐに実行させてください | Let it be done quickly. |
実行するアプリケーションがテキストモードのアプリケーションであれば このオプションを有効にしてください アプリケーションはターミナルエミュレータのウィンドウ内で実行されます | Check this option if the application you want to run is a text mode application. The application will then be run in a terminal emulator window. |
x86アセンブリあるいはx86マシンコードのような マシン語にコンパイルされますが CPUによってインタプリタ実行されるとも言えます どこかの時点で解釈されて実行されるのです | Even a language like C a classical compiled language we compile it down into some machine code like X86 assembly or X86 machine code, but that's just interpreted by your processor's CPU later on. |
実行ファイルにこのフラグを設定すると 所有者の権限で実行されます | If this file is an executable and the flag is set, it will be executed with the permissions of the owner. |
実行ファイルにこのフラグを設定すると グループの権限で実行されます File permission | If this file is an executable and the flag is set, it will be executed with the permissions of the group. |
これは実際にinput listの要素数分実行されます | Then the list continues as long as it's not empty. |
認識され実行に移されようとしています 政治にもこの声は反映されています | But today I believe finally infrastructure is something which is agreed upon and which people want to implement. |
ソルバは小さいタイムステップで実行します | In either case, the rendering is separate from the physical computations. |
そして実行された変数quoteがFalseです 空の文字列を設定された変数outが実行されています 出力を生成する | You see the first tag is false, being executed, then quote is false, being executed, out being set to the empty string is being executed, and here now you can see the entire program one by one as it produces the output. |
これは実はロンドンで実現されています | That was his vision. |
実行できるWebページです 例えばHello!と入力して実行すると Hello!と出力されます | It's a webpage where you can enter arbitrary Python functions and Python commands and execute them. |
コードが実行されて出力が確認できます そしてここの最初の行が実行され3が表示されました | We write our code up here, when we click run... ... it will run the code, we'll see the output. |
ローカルファイルシステム上の実行ファイルのみがサポートされています | Only executables on local file systems are supported. |
実行も再現できます それでもう問題が解決されてしまいます | Therefore, if you can reproduce the input, you can also reproduce the execution. |
assert not tagでタグが設定されていれば すぐ例外処理が実行されます | So again we say, in our hypothesis tag is being set and we use assert to check that. |
記事を1つ見ます 0秒前にクエリが実行されていますね | I'll give you a demo on how this works on my site. |
チェックするとサーバはインストール完了後にバックグラウンドで実行されます | If checked the server will be run in the background after the installation has finished |
条件のここはTrueですがこの行は実行されませんでした 代わりにこの行が実行されました | And now for the answer c was a less than sign. |
これはグラフ内の各エッジに実行されます | This statement is going to get executed once per node. |
1度目に10行目が実行され失敗します | Let's assume that we have a line in our program and a number of runs. |
計画は12サイクル以内に 実行されます | Your initiative should be fully operational within 12 cycles. |
こちらは実行されませんでした a が0より小さくない時だけに実行されるからです | Then it printed this. Then it printed c , which is 246. |
スポーツ分野で 既に実践されています | We do already have a sports franchise. NFL? |
9行目まではプログラムは通常どおり実行されます | We want to execute three commands step, step, and quit. |
このタスクは指定された間隔で実行されます | This task will be executed at the specified intervals. |
すべての行ですべてを実行します | Let's try this out. |
指定されたアカウントで実行されているEC2インスタンスのステータスを表示します | Shows Status of EC2 instances running on given account. |
フィルタは フィルタのリストの最初のものから順に調べられていきます そして各メッセージ毎に マッチした最初のフィルタが実際に実行されます 残りのフィルタも実行されるように指定することもできますが デフォルトでは 最初にマッチしたフィルタしか実行されません | Filters are considered one after the other, starting with the first filter in the list. The first one whose pattern matches the given message gets executed you can request that the remaining filters also be applied, but the default is to stop processing at the first matching filter. |
store.checkRepを呼び出すと 実行されるすべての行と データの整合性が取れていることが確認できます 自身のメソッドを実行している時は オフにしてください | If you do have some data structures, say store, again which can be accessed from lots and lots of places, then a call say to a store.checkRep will ensure that store is consistent for every single line that's executed. |
関連検索 : で実行されています - 実行されています - 実行されています - 実行されています - 実行されています - 実行されています - 実行されています - 実行されています - 実行されています - 実行されています - 実行されています - 実行されています - 実行されています