Tuplesを含む例文一覧と使い方
該当件数 : 55件
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
Dictionary mapping host names to (login, account,password) tuples. 例文帳に追加
ホスト名を (login, account, password) からなるタプルに対応づけている辞書です。 - 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
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
| Copyright © Japan Patent office. All Rights Reserved. |
| この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。 |
| Copyright 2001-2004 Python Software Foundation.All rights reserved. Copyright 2000 BeOpen.com.All rights reserved. Copyright 1995-2000 Corporation for National Research Initiatives.All rights reserved. Copyright 1991-1995 Stichting Mathematisch Centrum.All rights reserved. |
|
ログイン |
Weblio会員(無料)になると
|
|
ログイン |
Weblio会員(無料)になると
|