"このリストには "の翻訳 英語に:
例 (レビューされていない外部ソース)
このようにリストを持つリストは長くなるので | Let's see how that works in the Python interpreter. |
リストの要素の中には別のリストを作れます この場合は順序つきリストにしました | Each item in the list begins with an LI tag standing for list item. |
それは別のリストになります これがURLのリストです | It has the keyword followed by a list of URLs. |
では因数のリストをここに書きましょう これは因数のリストになるでしょう | So let's write a factors list over here. |
元のリストでは66はここにあります | And let's consider number 66 say. |
ここでoddsのリストに含まれる値は | One way to do this is to use list comprehensions as we've learned earlier in the class. |
このリストのTop kは元リストのTop kと合致します | Consider at this point the list of the Lâ from here to here. |
リストはどこだ? | Give me the list. Where is the list? |
ここにリストがあるとします このリストLの中にはn個の値が含まれています | This brings us to a slightly more interesting problem called the Top K Problem. |
エンジンのリストに対応するバックエンドコマンドのリスト | List of backend commands corresponding to the engine list |
このリストは PHP 4.0.6に基づきます | This list is consistent with PHP 4.0.6. |
この青色のリストには3つの要素 ピンク色のリストには2つの要素があります | So to go through an example, the black list has 2 elements. |
その場合は空のリストにXが足されたリストが 得られます LMだけのリストがここでは友人Xも入ります | So there was the empty set, the empty list, but that also gives us the empty list plus person X. |
これは 数値のリストです | So a list in Python would look something like this |
これはリストの各要素が | The first is an index, and that's the data structure we've been working with. |
リスト内にリストを置くことが有効的だと | It doesn't seem particularly useful because there's no structure to the things we've put in the list. |
この鍵をリストにインポートします | Import key in your list |
現在のテキストをこのリストに追加 | Add current text to this list |
この短いリストの中にも 人間 | Fred Astaire dancing across the screen. |
リストの全員が そこに居たの | You think everyone on this list was there? |
ここではVはリスト内にあるものとします | We're imagining here we've got our list L and we pick out some value V. |
この関数all subsetsはリストを取り | And this is just all the possible subsets, including the set itself. |
では因数のリストをここに書きましょう | So we could write 120 is equal to is to 1 times 120. |
これ以外に後悔のリストで上位なのは | We wish we'd chosen to study a different topic. |
これはそのURLに現れるキーワードのリストです | The second element in the list is a list of keywords. |
えっと リストは こうになった | The list, yeah, yeah, yeah. You see, it was like this. |
このリストでは また次に5が来ます | I turn the accumulator into 1 the accumulator, so just 1. |
まず最初にこれはグラフの連結リストで | So here's a translation of that problem and the solution into Python. |
この鍵をリストにインポートしません | Will not import this key in your list |
リスト内の2つ目の要素は キーワードのリストになっています | And the element lists are lists where the first element in the list is a URL. |
ここにコマンドにリストがあります | So we simulate the whole thing by reading commands from an array instead. |
このリストの背景色が | We illustrate AlMS' progress by coloring in the countries of Africa. |
キーワードを含むリストになっているリストです そしてその2つ目の要素のリストは キーワードが現れるURLのリストです | It's a list where each element of the list is a list containing a keyword and a list as its second element, and that list is a list of URLs where that keyword appears. |
ライブラリパスのリストにこのパスは既に含まれています | The list of library paths already contains this path. |
インデックスの表し方はこうです リストの各要素自体がリストで 要素リスト1つ1つがキーワードです | Remember that we decided in the previous question that the way to represent index is as a list where each element of the list is itself a list and each of the element list is a keyword followed by a list of the URLs where that keyword appears. |
トークンのリストです リストからすべての要素をプリントアウトするには | Now, recall that the output of a lexical analyzer is a list of tokens. |
そのリストにあるはずだ | I should be on that list. |
このレッスンでは配列のリストですね | And a sequential scan is where you have a list of something. |
リストLは中心性のスコアのリストだとします | It's just a number that summarizes a list of numbers. |
それはこの5つの要素のリストになります | It creates a new list that consists of all the elements concatenated together. |
初めの数値はリストに含まれ 最後の数値はリストには含まれません | I could do range starting at 1 and including 1 up to but not including 7. |
このリスト内包表記で | Increment by 1 again and we get the T . |
別のリストに移動 | Move them to a different list. |
別のリストに移動 | Move them to a different list |
すべてのURLをリストに保持することで リストとして扱うことができ | Option D gives us a lot more structure. |