"から実行されています"の翻訳 英語に:
辞書 日本-英語
から実行されています - 翻訳 :
例 (レビューされていない外部ソース)
これから実行してもらいますが | I'm going to show you a trick in a second, so if you fail to do this don't worry. |
再びすべての行が実行されます | That is, the same thing as before but now enclosed in double quotes. |
これらがプログラムを適切に実行させています | 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. |
ソフトウェア バージョン 18.05 マシンが実行されています | The tool changer on this VF 2SS needs to be recovered |
再度実行されます | Come back up here it's still greater than 0. |
こちらは実行されませんでした a が0より小さくない時だけに実行されるからです | Then it printed this. Then it printed c , which is 246. |
立て続けに行為が実行されます | Notice that these three actions have no slack between them. |
全コマンドが失敗するかどちらかです 一部が実行されて残りは 実行されないという概念はありません | Atomicity refers to the notion that either all those commands are going to succeed, or they're all going to fail, but we don't do part of it. |
こちらの行が実行されるのか こちら側が実行されるのかが 決まります a が0より小さい時だけに この行が実行されることを Pythonが理解する鍵はインデント 字下げ です | Depending on whether a is less than 0 or not, it's going to either execute this line, or it's going to execute this line. |
彼らが露出している場合は それらが実行されます | If they're exposed, they'll be executed. |
ファイル名が開かれ行が読み込まれます 実行された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. |
まずこのタグ行が実行されます | Let's first start with foo as we've just seen it. |
ですから条件によっては これが実行されるかどうかも制御されます | If it does not hold, execution resumes for the remaining conditions. |
この行だけが実行されていました | And this is precisely this line, namely, quote not quote. |
事実HMMとフィルタはエレベータから 飛行機まで実社会で展開されている | There's no robot that I program today that wouldn't extensively use hidden Markov models and things such as particle filters. |
この入力に対し初期化が実行され ループも同じように実行されています | Now let's see what this looks like for foo with markup. |
ローカルファイルシステム上の実行ファイルのみがサポートされています | Only executables on local file systems are supported. |
こちらが実行されます else 句へ移動します | So it's not going to execute this. |
どちらかが実行されます まず1の絶対値で試します | So we want to differentiate between positive values and negative values and zero, is that breaks it down to one of these two, statements. |
まずは実行された行から始めましょう 分かりやすくシンプルな範囲だからです | To get this to work, we need to collect these execution features. |
歌詞スクリプトが実行されていません | No lyrics script is running. |
これらのコマンドを実行しますか KOpenBabel | Is it okay to run these commands? KOpenBabel |
永遠にこれらの丘からそれらを実行してください | Run them out of these hills forever! |
コードが実行されて出力が確認できます そしてここの最初の行が実行され3が表示されました | We write our code up here, when we click run... ... it will run the code, we'll see the output. |
素晴らしい実験が行われました アラバマの北部で実施された実験です | And there's a really wonderful experiment that was done that suggests that we really should go ahead and do this. |
それを実行しないからです 今度は行動を起こさない 新たな口実を考え出すからです | You're going to fail, because, because you're not going to do it, because you will have invented a new excuse, any excuse to fail to take action, and this excuse I've heard so many times. |
フィルタは フィルタのリストの最初のものから順に調べられていきます そして各メッセージ毎に マッチした最初のフィルタが実際に実行されます 残りのフィルタも実行されるように指定することもできますが デフォルトでは 最初にマッチしたフィルタしか実行されません | 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. |
なぜ実行されたのかも知りたくなります なぜ実行されたのか解明するために | We find that B was executed, and we want to know why it was executed, after all. |
行が実行されていると仮定しましょう | Let me illustrate how the Phi coefficient is computed on a simple example. |
実行すると HTMLタグが削除されていないことが分かります | So here we have a complete program again. I managed to restore each from previous backup. |
nは0ではないので ここは実行されません 1でもありませんから ここも実行されません | lets say you took the fibonacci of 2! or,then, n is not zero then you wont do this n is not one so you wont do this but you'll say return fibonacci of 2 minus 1 so thats fibonacci of 1 plus fibonacci of 2 minus 2 plus fibonacci of 0. but we know fibonacci of one, evaluates to one fibonacci of zero evaluates to zero so it'll be one plus zero, or, just one! |
ソフトウェアが実行されていませんStart irkick daemon | Software Not Running |
あなたに実行させれられない | But I'm not going to let you do that. You should know that by now. |
いつどのコンポーネントが実行されるかは 分かりづらいですが | And if we look at our running time here, adding another n in here doesn't change the big theta. |
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. |
これは実際にinput listの要素数分実行されます | Then the list continues as long as it's not empty. |
そして実行された変数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. |
すぐに実行させてください | Let it be done quickly. |
julyで実行すればJulyが出力されます | We see it prints January. |
まだカバーしていない行をチェックするための テストを行うべきだと考えられるでしょう そしてエラーがこれらの行の実行に 関連していることも分かります まずは行を実行するかどうか | Since the result of passing some text without HTML markup is actually correct, we could now deduce that maybe we should come up with tests that check for these lines which we haven't covered yet, and see whether these fail, and then we could find out that errors would actually be related to the execution of these lines. |
しかし小惑星なら動かせます それはもう実際に行われています | But we can't move the Earth, at least not easily, but we can move a small asteroid. |
MySQL サーバの実行ファイルはテストされていません | MySQL server executable not tested. |
except節に行き そこから実行を開始します このexcept文はこのブロックで エラーが発生した時のみ実行されます | And if an error happens in here instead of aborting Python execution, it will go down to this except block and start executing there. |
認識され実行に移されようとしています 政治にもこの声は反映されています | But today I believe finally infrastructure is something which is agreed upon and which people want to implement. |
関連検索 : から離れて実行されています - から実行されます - から実行されます - から実行されます - 実行されています - 実行されています - 実行されています - 実行されています - 実行されています - 実行されています - 実行されています - 実行されています - 実行されています - 実行されています