「Tuples」を含む例文一覧(55)

1 2 次へ>
  • 5.3 Tuples and Sequences
    5.3 タプルとシーケンス - Python
  • The type of tuples (e.g. (1, 2, 3, 'Spam')).
    タプルの型です(e.g. (1, 2, 3, 'Spam'))。 - Python
  • Return a pair (response,list) where list is a list of tuples.
    (response, list) からなるペアを返します。 - Python
  • A mapping of element names to tuples.
    要素名からタプルへのマッピングです。 - Python
  • Return a list of (header, value) tuples.
    (header, value) のタプルからなるリストを返します。 - Python
  • All these attributes are tuples of strings.
    これらの属性のすべては、文字列のタプルです。 - Python
  • Return a pair (response,list), where list is a list of tuples containing(name, title).
    (response,list)からなるペアを返し、list はタプル(name, title)リストになります。 - Python
  • Examples of containers are tuples, lists and dictionaries.
    コンテナオブジェクトの例として、タプル、リスト、および辞書が挙げられます。 - Python
  • Decimal instances can be constructed from integers, strings or tuples.
    Decimal のインスタンスは、整数、文字列またはタプルから生成できます。 - Python
  • Return True if the stat tuples stat1 and stat2 refer to the same file.
    statタプルstat1とstat2が同じファイルを指していたら、Trueを返します。 - Python
  • Dictionary mapping host names to (login, account,password) tuples.
    ホスト名を (login, account, password) からなるタプルに対応づけている辞書です。 - Python
  • Content modules are described using nested tuples.
    内容モデルは入れ子になったタプルを使って記述されています。 - Python
  • It is derived from AttributesImpl, but understands attribute names astwo-tuples of namespaceURI and localname.
    AttributesImpl の派生クラスですが、namespaceURI と localname、この2つのタプルを解釈します。 - Python
  • As a consequence, the list [1, 2] is considered equal to [1.0, 2.0], and similarly for tuples.
    この結果として、リスト [1, 2] は [1.0, 2.0]と等しいと見なされます。 - Python
  • Scores can also be computed for larger sub-graph portions of the graph (such as tuples).
    スコアは、グラフのより大きなサブグラフ(タプル)についても計算できる。 - 特許庁
  • For copytree, the exception argument is a list of 3-tuples (srcname, dstname, exception).
    copytreeに対しては例外の引数は3つのタプル(srcname,dstname, exception)からなるリストです。 - Python
  • To efficiently attain various kinds of multidimensional tuples, even when the number of the tuples or the number of included attribute kinds becomes large.
    多種多次元のタプルに対する検索を、タプル数や含まれる属性種類数が大きくなった場合にも、効率的に実現する。 - 特許庁
  • Returned data are tuples of message part envelope and data.
    返されるデータはメッセージパートのエンベロープ情報とデータからなるタプルです。 - Python
  • module.(Note that the tuples returned by the
    モジュールにおける同等の関数の使用によっては得ることができません。 ( - Python
  • The collections contain tuples of (testcase,traceback), where traceback is a string containing a formatted version of the traceback for the exception.
    tracebackは例外のトレースバック情報をフォーマットした文字列です。 - Python
  • To perform efficient retrieval with respect to various kinds of multidimensional tuples.
    多種多次元のタプルに対する検索において効率的な検索を可能とする。 - 特許庁
  • Return a list of 2-tuples containing all the message's field headers and values.
    メッセージ中にあるすべてのヘッダのフィールド名とその値を2-タプルのリストとして返します。 - Python
  • All arrays are represented by one-dimensional Python lists.In most cases, tuples are also allowed.
    全ての配列はPythonの一次元のリストに相当します。 たいていの場合、タプルも使えます。 - Python
  • The invention thus provides a means to repair broken tuples automatically and to facilitate design.
    本発明は壊れたタプルを自動的に修復し、設計を容易にする手段を提供する。 - 特許庁
  • Tuples and lists are compared lexicographically using comparison of corresponding elements.
    タプルやリスト間の比較では、対応する各要素の比較結果を使って辞書的な比較が行われます。 - Python
  • define_macros takes a list of (name, value) tuples, wherename is the name of the macro to define (a string) and value is its value: either a string or None.
    name は定義したいマクロの名前 (文字列) で、value はその値です: value は文字列か None になります。 - Python
  • Note that tuples are not formed by the parentheses, but rather by use of the comma operator.
    タプルは丸括弧で作成されるのではなく、カンマによって作成されることに注意してください。 - Python
  • This is useful for implementing objects like tuples, which are able to determine their size at construction time.
    この関数は、例えばタプルのように生成時にサイズを決定できるオブジェクトを実装する際に便利です。 - Python
  • Decode parameters list according to RFC 2231. params is a sequence of 2-tuples containing elements of the form(content-type, string-value).
    RFC 2231 に従ってパラメータのリストをデコードします。 params は (content-type, string-value) のような形式の2要素からなるタプルです。 - Python
  • The elements of the returned list are 2-tuples of key/value pairs, as split on the "=" sign.
    返されるリストは キー/値の組からなる 2要素タプルが連なったものであり、これらは "=" 記号で分離されています。 - Python
  • The invention relates to a small, optimized sequences of binary 5-tuples, representing filter rules which achieve space efficient packet filtering.
    空間効率が良いパケットフィルタリングを達成し、フィルタ規則を表わす、小さく、最適化されたバイナリ5タプルのシーケンス。 - 特許庁
  • Return a pair (resp, list). list is a list of tuples, one for each article in the range delimited by the start and end article numbers.
    (resp, list) からなるペアを返します。 list はタプルからなるリストで、各タプルは記事番号 start および end の間に区切られた記事です。 - Python
  • Return list of 5-tuples describing how to turn a into b.Each tuple is of the form (tag, i1, i2,j1, j2).
    aをbにするための方法を記述する5つのタプルを返します。 それぞれのタプルは(tag, i1, i2, j1, j2)という形式であらわされます。 - Python
  • When it is reachable, aggregation possibility is judged and properties corresponding to the nodes that the token passes through are coupled in the candidate data table; and data tuples are taken out according to restriction conditions of the meaning frame and the same tuples are put together to aggregate data.
    それに可達性があれば集約可能性ありと判断し、該候補データテーブルに対してトークンが経由したノードに相当する属性を結合し、意味フレームの制約条件に基づいてデータタプルを取り出し、同一タプルをまとめてデータを集約する。 - 特許庁
  • Polls the set of registered file descriptors, and returns apossibly-empty list containing (fd, event) 2-tuples for the descriptors that have events or errors to report.
    空のリストは呼び出しがタイムアウトしたか、報告すべきイベントがどのファイル記述子でも発生しなかったことを示します。 - Python
  • Containers usually are sequences (such as lists or tuples)or mappings (like dictionaries), but can represent other containers as well.
    コンテナは通常、(リストやタプルのような) シーケンスや、(辞書のような)マップ型を指しますが、他のコンテナも同じように表現することができます。 - Python
  • Note:Nested tuples cannot be parsed when using keyword arguments! Keyword parameters passed in which are not present in the kwlist will cause TypeError to be raised.
    注意:キーワード引数を使っている場合、タプルは入れ子にして使えません!kwlist 内に存在しないキーワードパラメタが渡された場合、TypeError の送出を引き起こします。 - Python
  • Because tuples are supposed to be immutable,this should only be used if there is only one reference to theobject.
    タプルは変更不能なオブジェクト ということになっているので、この関数は対象のオブジェクトに対してただ一つしか参照がない時以外には使ってはなりません。 - Python
  • The following types are supported:None, integers, long integers, floating point numbers,strings, Unicode objects, tuples, lists, dictionaries, and code objects, where it should be understood that tuples, lists and dictionaries are only supported as long as the values contained therein are themselves supported; and recursive lists and dictionariesshould not be written (they will cause infinite loops).
    以下の型:None、整数、長整数、浮動小数点数、文字列、Unicode オブジェクト、タプル、リスト、辞書、タプルとして解釈されるコードオブジェクト、がサポートされています。 リストと辞書は含まれている要素もサポートされている型であるもののみサポートされています; 再帰的なリストおよび辞書は書き込んではなりません (無限ループを引き起こしてしまいます)。 - Python
  • It does remain a convenient way to decomposeother tuples, however, and may continue to be used for that purpose.
    この関数を残しているのは、この関数が依然として引数以外のタプルを分析する上で便利だからですが、この目的においては将来も使われつづけるかもしれません。 - Python
  • If classinfo is neither a class object nor a type object, it may be a tuple of class or type objects, or mayrecursively contain other such tuples (other sequence types are not accepted).
    classinfo をクラスオブジェクトでも型オブジェクトにもせず、クラスや型オブジェクトからなるタプルや、そういったタプルを再帰的に含むタプル (他のシーケンス型は受理されません) でもかまいません。 - Python
  • As a result, setscannot contain mutable elements such as lists or dictionaries.However, they can contain immutable collections such as tuples or instances of ImmutableSet.
    その結果、集合はリストや辞書のような変更可能な要素を含むことができません。 しかしそれらは、タプルやImmutableSetのインスタンスのような不変コレクションを含むことができます。 - Python
  • pairs are generated for each element of the sequence.When a sequence of two-element tuples is used as the query argument,the first element of each tuple is a key and the second is a value.
    のペアが生成されます。 2 つの要素をもったタプルからなるシーケンスが引数 query として使われた場合、各タプルの最初の値が key で、2 番目の値が value になります。 - Python
  • The range of the value of the weight of each item is designated in the rule so that the number of tuples fulfilling the both left side and right side of the rule can exceed a preliminarily designated support level (called support requirements), and that the part of the tuples fulfilling the left side and the right side can exceed a preliminarily designated certainty level (called certainty requirements).
    各項目の重みの値の範囲は、ルールの左側と右側の両方を満足するタプルの数が、事前に指定されたサポート・レベル(サポート要件と称する)を超え、タプルのうちで左側を満たし右側も満たす部分が、事前に指定された確信度レベル(確信度要件と称する)を超えるように、前記ルール内で指定される。 - 特許庁
  • To provide a matching technology which outputs the data coupling tuples of data of which key columns coincide with each other while concealing the coinciding key columns with respect to data recorded in n table storage units.
    n個のテーブル記憶部に記録されたデータに対して、一致するキーカラムを秘匿化しつつキーカラムが一致するデータのタプルを結合したデータを出力するマッチング技術を提供する。 - 特許庁
  • This function returns a list of tuples, where the i-th tuple contains the i-th element from each of the argument sequences.The returned list is truncated in length to the length of the shortest argument sequence.
    このリストの i 番目のタプルは各引数のシーケンス中の i 番目の要素を含みます。 返されるリストは引数のシーケンスのうち長さが最小のものの長さに切り詰められます。 - Python
  • There are six sequence types: strings, Unicode strings, lists,tuples, buffers, and xrange objects.String literals are written in single or double quotes:'xyzzy', "frobozz".
    組み込み型には 6 つのシーケンス型があります: 文字列、ユニコード文字列、リスト、タプル、バッファ、そして xrange オブジェクトです。 文字列リテラルは 'xyzzy'、"frobozz" といったように、単引用符または二重引用符の中に書かれます。 - Python
  • To install a function to integrate tuples in conditional judgment in continuous areas at dimensional axes such as time and coordinates and a function to manage its value by a table in an interactive OLAP server system.
    時間や座標などの次元軸における連続した領域での条件判定でタプルを集約する機能とその値をテーブルで管理する機能を、対話型のOLAPサーバシステムに装備する。 - 特許庁
  • In the context of Boolean operations, and also when expressions are used by control flow statements, the following values are interpreted as false: None, numeric zero of all types, empty sequences(strings, tuples and lists), and empty mappings (dictionaries).
    ブール演算のコンテキストや、式が制御フロー文中で使われる最には、以下の値: None 、すべての数値型におけるゼロ、空のシーケンス (文字列、タプル、およびリスト) 、空のマップ型 (辞書) 、は偽 (false) であると解釈されます。 - Python
  • For example, integer objects are managed differently within the heap than strings, tuples or dictionaries because integers imply different storage requirements and speed/space tradeoffs.
    例えば、整数オブジェクトは文字列やタプル、辞書とは違ったやり方でヒープ内で管理されます。 というのも、整数には値を記憶する上で特別な要件があり、速度/容量のトレードオフが存在するからです。 - Python
1 2 次へ>

例文データの著作権について