"オペレーション オフィサー"の翻訳 英語に:
辞書 日本-英語
例 (レビューされていない外部ソース)
オフィサー ヨニ | They're Dongranguk's Killer Blade army. |
PTY オペレーションがタイムアウト | PTY operation timed out |
管制塔 こちらオペレーション | Tower, this is operations. |
remove_minはlog nオペレーションなので | Then what we're doing is nx. |
オペレーション ギルティ を発動します | Operation Guillotine is in effect. |
オペレーション ギルティ とは何ですか? | What's Operation Guillotine? |
オペレーション ギルティを発動します | Operation Guillotine is now in effect. |
私たちの最終的なオペレーション | Our final operation. |
最初はオペレーション なんだけどー | We're supposed to start with these programs first. |
27 転送完了 オペレーション ギルティ実行可能... | 27 . Operation Guillotine is in effect. |
したがって線形時間オペレーションです | And to remove it, we have to copy things over to fill in the whole. |
救援作戦はオペレーション トモダチと名付けられた | The rescue operation was called Operation Tomodachi . |
オペレーションは予期せずに中止されました | The operation was unexpectedly aborted. |
オペレーションの束を1つの凝縮ユニットにします | And if any of those queries fail for whatever reason, the whole transaction fails. |
オペレーション面での改善などを推し進めれば | So you can double efficiency with a 60 percent internal rate of return. |
毎回4オペレーションする事になる 全部まとめて | Okay? |
ソーシャルネットワーク分析や他の問題で行う 一般的なオペレーションは | I did not go and measured these animals' brains. |
実際は抽象的なデータタイプで 3つのオペレーションをサポートします | A heap isn't actually any particular data structure with some particular running time. |
2つの初期化に1オペレーションずつかかるとしよう | So there's the initialization step. So let's say that |
ヒューストンのオペレーション ルームの様子です 全くこの通りでした | Yeah! |
ここに示す ではいくつのオペレーションが使われているか | So let me remind you, the pseudo code of the merge subroutine, here it is. |
iを1に jを1にセットするのは2オペレーション そしてこのforループ | I'm gonna charge us one operation for each of these two initializations. |
オペレーションは成功しました エラーダイアログでは何も起きていないはずです | The operation was successful. Should never happen in an error dialog. |
人道支援組織であるオペレーション ホープや プロジェクト スマイルが共同で乗務します | It is crewed not strictly by military but by a combination of humanitarian organizations |
リストの後ろに入れて少しリストを伸ばします 定数時間オペレーションです | In the unordered case, inserting into the list is so easy. |
ルートとなる各ノードに対する nの対数オペレーションです O(n log n)で表します | It's not so hard to figure out that we're essentially running down heapify which is a log in operation on each of the node sort as a root. |
自分自身を呼んで呼んでよびまくる物の 実行されるオペレーションの数を考えるのではなく 2つのソートされたサブ配列を一回マージするのにかかるオペレーションの数だけを | Rather than thinking about the number of operations executed by Merge Sort, which is this crazy recursive algorithm, which is calling itself over and over and over again. |
しかしそれは nのプリミティブなオペレーションで出来るので定数にnをかけた程度の | N 2 operations to compute all of the partial products. |
ありがとうございます オペレーション ギルティを再開します 全ての国家安全保障に指示します | Operation Guillotine restored to active status consistent with all national security directives. |
だから Nの部分的な積について それぞれだいたいNオペレーションかかります だからだいたい | And that's true, of course, for each of the N partial products. |
すべての値でこのオペレーションをループします vより小さい値に遭遇する度に 小さい値のリストに入れます | This is a very simple idea all we're going to do is we're going to keep track of a list of values that are known to be smaller than v that are in L and the ones that are bigger than v. |
アプリケーションサーバにエラーとして返すことです そして両方がMemcashedに書き込みます MemcashedにはAddと呼ばれる オペレーションがあります | The way you would work around that is both queries hit the database, return to the app server as false, the user doesn't exist, and then you would have them both write to Memcached. |
次に再帰的オペレーションになります アンラッキーな場合は小さいか同じかどちらかになり 右か左どちらかに再帰します | First, it does the partitioning operation, which runs through all the elements of the list that takes time n and then it's going to recurse assuming it hasn't gotten really lucky and since this is a less than or equal to let's assume it didn't get lucky. |
一般的な考え方ではほとんどのデータシステムには データストアが含まれており PostgreSQL SQL MySQLなども 命令されるとオペレーションを実行する | And I'm not going to spend a whole lot of time on it now, but the general idea is most database systems, Datastore included and also PostgreSQL and MySQL and all the SQL ones, have this notion of a transaction where you basically say, Begin transaction, and then you can do all sorts of operations. |
Nの二乗のオペレーションが 全てを計算するのに必要です そして最後にそれを全部足し合わせないといけない | So that's roughly N operations for each of the N partial products. So that's roughly |
ヒープに値を挿入します これはkの対数のオペレーションです したがって全体の実行時間は Θ(n log k)になります | So, for each of N times, we do possibly one insert into the heap, which is a log K operation. |
ただしここでは L 0 rank(v) のサブリストを 使ってこのオペレーションを行います vを選ぶことで問題を小さくすることができました | What we can do at this point is look again for the Top K, but now just do it on the sublist of L 0 rank(v) . |
残りのオペレーションを実行するために 更新が必要な時があるからです すでに学習した概念を使ってこれらを行っていきます | And we can say, if you don't mind please remove the smallest from the structure that we have doing whatever updates are necessary so that the rest of the operations can be fulfilled. |
追加コストしかかかりません ではまとめると 全体としては N桁の2つの数字を 掛けるのに必要なプリミティブなオペレーションの数は このやり方だと長さNの | Then we have to add it all up at the end, but that takes just an extra number of constant times n primitive operations to do all of those additions. |
6N掛けるlog2底のN に追加で 6Nのオペレーション以上はかからない N要素の配列をソートするのに ではこれが良いか こっちの勝ちか ちょっと議論してみよう | So the claim is that Merge Short never needs than more than six times N. Times the logarithm of N log base two if you're keeping track plus an extra six N operations to correctly sort an input array of N numbers, okay so lets discuss for a second is this good is this a win, knowing that this is an upper bound of the number of lines of code the merger takes well yes it is and it shows the benefits of the divide and conquer paradigm. |
2つのオペレーションと数えるべきだ と言いたいかもしれない 何故ならkをインクリメントするだけじゃなくて Nという上限と比較しないといかないから だから4M 2じゃなくて5M 2かも | So maybe you might argue that, you know, really, each loop iteration should count as two operations, not just one.'Cause you don't just have to increment K, but you also have to compare it to the, upper bound of N. Eh, maybe. |
先のビデオで言っていた以下の主張を数学的に論じることになる つまり 配列をソートするのに マージソートアルゴリズムは 定数 掛ける N log Nオペレーション以上は 必要としない それが実行されるコード行の数の最大値で | So, in particular, the goal of this lecture will be to mathematically argue the following claim from an earlier video, that, in order to sort an array in numbers, the merge sort algorithm needs no more than a constant times N log |