"insertion"の翻訳 日本語へ:
辞書 英語-日本
Insertion - translation :
例 (レビューされていない外部ソース)
Insertion | 挿入 |
Image Insertion | 画像を挿入 |
Insertion speed | 挿入速度 |
Diff insertion | Diff 挿入 |
Paste with Insertion | 挿入貼り付け |
Okay, let's do insertion first. It does an insertion in this list. That insertion takes Θ(k). | リストを実行しどこに値が行くかを見つけ |
Automatic insertion of double quotes. | 二重引用符の自動挿入 |
Automatic insertion of special characters. | 特殊文字の自動挿入 |
Format of Time Date insertion | 挿入する日付と時刻のフォーマットName |
Facilitated insertion of HTML tags | HTML タグ挿入を簡単にしますName |
Typically, parasites use whole body insertion. | 通常は組織に入り込むが |
Because the needle snapped off during insertion. | 針が折れたせいよ |
The back door allowed the insertion of a worm program. | その仕掛けからワームを置いていった |
Show the Text Snippet Management and Insertion Panel in the composer. | メール作成ウィンドウに定型表現の管理と挿入を行うためのパネルを表示します |
Here's the insertion. These are two helper functions, grandparent and uncle. | それでは処理されるべきここのコードを持つ 1 2 3それぞれのケースまで進みます |
So now we have much more confidence in our tree insertion. | 木に何か特定の要素が含まれるか探す時はいつでも |
The question is are we better of using selection or insertion? | 選択アルゴリズムも挿入アルゴリズムも ビッグ シータが同じなので一緒にします |
For each of these n, it does an insertion or a selection. | 挿入アルゴリズムです リストに挿入する時間はΘ(k)になります |
I think I might have nodded off during a catheter insertion,but... | カテーテルを入れながら 居眠りしてたかも |
Let's say, an insertion, you get a new node, you have to color it something. | 色を決めねばなりません すると突然 4つの不変条件の |
So search in Red Black tree is easy but insertion and removal are really complicated. | どれくらい複雑なのか把握するために Wikipediaで赤黒木がどのように |
It has been amazing to experience the G force of the insertion and the landing. | 加速度を体験できたのは すばらしかった 宇宙飛行を本当に楽しみにしています |
The insertion algorithm is going to take n times that for a total of Θ(nk). | Θ(nxk)となります 選択アルゴリズムも同様です |
So after ten loops of Insertion Sort, you'll have the invariant that whatever the first ten elements of the array are going to be in sorted order, ... ... and then when Insertion Sort completes, you'll have an entire sorted array. | そしてInsertion Sortが終わると 全てがソートされた配列を得る訳です 最後に あなたがたの中にはBubble Sortを知ってる人もいるでしょう それは順番通りに並んでいない隣接した要素2つを見つけては |
What makes it, if anything, better than much simpler non divide and conquer algorithms, like say, insertion sort? | むしろ良いといえるのか 別の言い方をすると マージソートの実行時間はどうなのか |
Every time you have an insertion or a deletion into a red black tree, you get a new node. | たとえば挿入の場合 新しいノードができて |
In most cases you should have this enabled. It allows KDE to automatically detect card insertion and reader hotplug events. | ほとんどの場合 このオプションは有効にしておくべきです これにより KDE は自動的にカードの挿入を検出し リーダーのホットプラグイベントを受け取ります |
If this is enabled, the editor will remove any trailing whitespace on lines when they are left by the insertion cursor. | これを有効にすると エディタは挿入カーソルの左にある行末の空白を削除します |
The quadratic dependence in the insertion sort bound is more than dwarfing the fact, that it had a lower constant factor. | 矮小化している だからこの大きな方のレジームでは この二つのアルゴリズムの差は どんどん大きくなる そしてもちろん それを10倍大きく |
N which, especially as N grows large, it is far superior to the more simple iterative algorithms like insertion or selection sort. | 挿入ソートや選択ソートよりも遥かに優れる事になる |
Insertion is another strategy. This is the generalization of the solution that I gave for the find the second best example before. | 例題の中で最大値と2番目の値の両方を追跡して |
Even one with a small constant like lets say 1 2 N squared which might roughly be the running time of insertion sort. | それでさえも だ そしてこれは Nが十分に大きい時にのみ正しい主張だ |
And if you're going to do that, are you better of using a selection or insertion algorithm or to sort the whole list? | これから皆さんには 各列ごとにボックスをチェックしてもらいます |
So for example, we argued that merge sort is a better, faster algorithm than something like insertion sort, without actually discussing the constant factors at all. | より良い より速い と主張したんだ 定数項について一切議論せずに 数学的に 我らはマージソートの実行時間は |
As I said, I've shown you here only simple examples, where you don't have to do much work on an insertion to retain the red black properties. | 赤黒の性質を守るために大したことは必要ありません 一般に もっとたくさんのものを挿入したり削除すると |
And we'll look at these types of edits from one word to another, a transposition between 2, a replacement, or an insertion or deletion of a single letter. | 文字の転位や交換及び 1文字の挿入または削除です すべての単語ではなく そういった修正の確率の表を構築します |
Red Black trees do not only guarantee search in logarithmic time but also insertion and also deletion, which makes them a real nice choice for all sorts of search operations. | 挿入と削除もできます これは すべての探索作業にとって 非常に素晴らしい選択になります しかし このデバッグはとても難しいのです |
In the simpler sorting methods that we briefly discussed like insertion sort, selection sort, and bubble sort, I claimed that their performance was governed by the quadratic function of the input size. | 軽く議論したよりシンプルなソート 挿入ソートとか 選択ソートとかバブルソートとか |
We're trying to figure out what the running time is asymptotically Θ for selection and insertion as a function of n and K and then we can substitute in the value of K. | 示したいと思います kはあとから他の値に置き換えることもできます リストにn個の要素がありそのTop kを求める際 |
The selection and insertion approach is both run in Î (nk) essentially because we're repeating for each of the elements that we want to get it out or repeating something like n work. | これは取り出したい各要素について n回繰り返すからです 3つ目正確には4つ目になりますが 再帰的に分割を行う方法があります |
So for small problem sizes, you use the algorithm with smaller constant factors, and the insertion sort for larger problem sizes, you use the algorithm and better rate of growth, mainly merge short. | 大きな問題のサイズでは増加の仕方のレートがより良い 主にマージソートを使う 我らの最初の規定の原則を復習しよう それは最悪ケースの分析をしていく という事だった |
And finally I guess it'd be kind of obvious at this point if we substitute logn in for K, we have nlogn for selection insertion but we also have nlogn for sorting so they're actually the same. | 選択と挿入アルゴリズムでn log n ソートでもn log nになります つまり同じだということです |
The algorithm that I have found very useful in practice is to use the selection insertion approach but to use a different data structure than just a list to do the insertions into and that's a heap. | リスト以外の異なるデータ構造を使って 挿入を行う方法がありこれをヒープと言います ヒープの場合の実行時間はΘ(n log k)になります |
In particular, we'll be substantiating the claim that the recursive divide and conquer merge sort algorithm is better, has better performance than simpler sorting algorithms that you might know, like insertion sort, selection sort, and bubble sort. | 単純なソートアルゴリズムより良いパフォーマンスだ という主張を明確にしていく 単純なソートアルゴリズムとは ご存知の挿入ソートや選択ソート そしてバブルソートなどの事 特に この講義のゴールは |
In fact, because of the difference in constant factors, the algorithm will actually switch from Merge Sort over to insertion sort, once the problem size drops below some particular threshold, say seven elements, or something like that. | 一旦問題のサイズがある閾値 例えば7要素とかを 下回るまで落ちたら だから小さな問題のサイズでは 定数のファクターが小さいアルゴリズム 挿入ソートを使い |
Related searches : Needle Insertion - Insertion Slot - Insertion Hole - Insertion Length - Insertion Device - Professional Insertion - Gene Insertion - Automatic Insertion - Insertion Funnel - Insertion Path - Insertion Profile - Insertion Process - Insertion Machine - Card Insertion