「-tuple」を含む例文一覧(290)

1 2 3 4 5 6 次へ>
  • 7.3.4 Tuple Objects
    7.3.4 タプルオブジェクト (tuple object) - Python
  • "(items)" (tuple) [matching-items]
    "(items)" (タプル) [matching-items] - Python
  • yields the tuple
    では、タプル - Python
  • The first tuple has
    最初のタプルは - Python
  • TUPLE ACCUMULATION/RETRIEVAL SYSTEM, TUPLE ACCUMULATION/RETRIEVAL METHOD, TUPLE DEVICE, AND TUPLE DISTRIBUTION DEVICE
    タプル蓄積・検索システム、タプル蓄積・検索方法、タプル装置及びタプル分配装置 - 特許庁
  • (string,string) tuple or (name,None)
    (string,string) または (name,None) のタプル - Python
  • Returns a new tuple object containing the contents of list;equivalent to "tuple(list)".
    list の内容が入った新たなタプルオブジェクトを返します;"tuple(list)". と同じです。 - Python
  • If the form ``*identifier''is present, it is initialized to a tuple receiving any excesspositional parameters, defaulting to the empty tuple.
    この変数のデフォルト値は空のタプルです。 - Python
  • Returns a tuple of that information, unless the parse fails, in which case a 2-tuple of('', '') is returned.
    失敗した場合は 2要素のタプル ('', '') を返します。 - Python
  • If o is a tuple, a new reference will be returned, otherwise a tuple will be constructed with the appropriatecontents.
    o がタプルの場合、新たな参照を返します。 - Python
  • Binding or tuple display
    式結合またはタプル表現 - Python
  • module tuple.
    モジュール形式のタプルを返します。 - Python
  • list of tuple elements being assigned to
    代入先のタプル要素のリスト - Python
  • TUPLE COMMUNICATION PROCESSING METHOD, TUPLE COMMUNICATION PROCESSING PROGRAM AND RECORDING MEDIUM
    タプル通信処理方法、タプル通信処理プログラム及び記録媒体 - 特許庁
  • For instance, tuple('abc') returns('a', 'b', 'c') and tuple([1, 2, 3]) returns(1, 2, 3).
    sequence がすでにタプルの場合、そのタプルを変更せずに返します。 - Python
  • Can be used to resize a tuple. newsize will be the new length of the tuple.
    タプルをリサイズする際に使えます。 newsize はタプルの新たな長さです。 - Python
  • Takes a pointer to a tuple object, and returns the size of that tuple.
    タプルオブジェクトへのポインタを引数にとり、そのタプルのサイズを返します。 - Python
  • Each data is either a string, or a tuple.
    各 data は文字列かタプルとなります。 - Python
  • The args argument must be a tuple.
    引数 argsはタプルでなければなりません。 - Python
  • args is the argument tuple for the target invocation.
    args はtarget を呼び出すときの引数タプルです。 - Python
  • This is a tuple of six values:
    この属性は6つの値からなるタプルです。 : - Python
  • Each tuple contains four values: the type, the quantifier, the name, and a tuple of children.
    各タプルには 4 つの値: 型、限定詞 (quantifier)、名前、そして子のタプル、が収められています。 - Python
  • A marker consists of a tuple of three elements.
    一つのマーカーは三つの要素のタプルです。 - Python
  • The 1-tuple case undefines a macro.
    1要素のタプルはマクロ定義を削除します。 - Python
  • The tuple containing the actual parameters should be passed as args; it must actually be a tuple.
    実引数の入ったタプルは args に渡します;このタプルは本当のタプルでなくてはなりません。 - Python
  • Creates a tuple consuming count items from the stack, and pushes the resulting tuple onto the stack.
    スタックからcount個の項目を消費するタプルを作り出し、できたタプルをスタックにプッシュします。 - Python
  • Returns the sequence o as a tuple, unless it is already a tuple or list, in which case o is returned.
    シーケンス o がすでにタプルやリストであれば o を返し、そうでなければ o をタプルで返します。 - Python
  • Returns information about a key, as a tuple.
    キーに関数情報をタプルとして返します。 - Python
  • module tuple to an IMAP4"INTERNALDATE" representation.
    モジュールタプルを IMAP4 "INTERNALDATE"表現形式に変換します。 - Python
  • The tuple of base classes of a class object.
    クラスオブジェクトの基底クラスからなるタプルです。 - Python
  • If exc is a tuple, all exceptions in the tuple (and recursively in subtuples)are searched for a match.
    excがタプルならば、タプル内(と再帰的にサブタプル内)のすべての例外が一致するか調べられます。 - Python
  • Takes a slice of the tuple pointed to by p from low to high and returns it as a new tuple.
    p の指すタプルオブジェクト内の、位置 low からhigh までのスライスを取り出して、タプルオブジェクトとして返します。 - Python
  • TUPLE-BASED LOOKUP SCHEME FOR PACKET SWITCHING NODE
    パケット交換ノードのためのタプルベースのルックアップスキーム - 特許庁
  • The argument is a tuple consisting of the various parameters.
    引数はそれぞれのパラメータからなるタプルです。 - Python
  • state is a tuple containing the state of the coder.
    state はエンコーダの内部状態が入ったタプルです。 - Python
  • Footnotes ... tuple.
    ... 実際には、常にタプル型になるよう保証しています。 - Python
  • The result is a tuple of 2 integers:(message count, mailbox size).
    結果は2つのintegerからなるタプルとなります。 (message count, mailbox size). - Python
  • A weighted association rule from the group of a tuple list is found out, and each tuple is constituted of an item and related weight, and each tuple list is constituted of plural tables.
    タプル・リストの集合からの重み付き相関ルールが発見され、各タプルは、項目および関連する重みからなり、各タプル・リストは、複数のタプルからなる。 - 特許庁
  • To format only a tuple you should therefore provide a singleton tuple whose only element is the tuple to be formatted.
    従って、一個のタプルだけをフォーマット出力したい場合には出力したいタプルを唯一の要素とする単一のタプルを values に与えなくてはなりません。 - Python
  • Return the current collection thresholds as a tuple of(threshold0, threshold1, threshold2).
    現在の検出閾値を、(threshold0, threshold1,threshold2)のタプルで返します。 - Python
  • This subtype of PyObject represents a Python tuple object.
    この PyObject のサブタイプは Python のタプルオブジェクトを表現します。 - Python
  • The tuple will always grow or shrinkat the end.
    タプルは常に指定サイズの末尾まで伸縮します。 - Python
  • To provide a network distribution sharing system capable of reducing communication traffic volume in a communication using Tuple.
    Tupleを用いた通信であって、通信量を減じることが出来るネットワーク分散共有システムを提供する。 - 特許庁
  • Tuple consisting of the program time in minutes,seconds, and frames.
    プログラムの時間を示す分、秒、フレームからなるタプル。 - Python
  • Return a 3-tuple, (ISO year, ISO week number, ISO weekday).
    3 要素のタプル (ISO 年、ISO 週番号、ISO 曜日) を返します。 - Python
  • state is a tuple containing the state of the converter.
    state は変換ルーチンの内部状態を入れたタプルです。 - Python
  • It then passes a tuple of converted values to your callback.
    変換後の値はタプルとしてコールバックに渡されます。 - Python
  • The tuple contains 5 strings:(sysname, nodename, release, version,machine).
    このタプルには 5 つの文字列:(sysname, nodename, release, version,machine) が入っています。 - Python
  • Tuple consisting of the absolute time in minutes,seconds, and frames.
    絶対的な時刻を示す分、秒、フレームからなるタプル。 - Python
  • Return a tuple (y, x) of co-ordinates of upper-leftcorner.
    左上の角の座標をあらわすタプル (y, x) を返します。 - Python
1 2 3 4 5 6 次へ>

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