1153万例文収録!

「tuple」に関連した英語例文の一覧と使い方 - Weblio英語例文検索


小窓モード

プレミアム

ログイン
設定

設定


セーフサーチ:オン

不適切な検索結果を除外する

不適切な検索結果を除外しない

セーフサーチについて

tupleを含む例文一覧と使い方

該当件数 : 290



例文

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




  
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会員(無料)になると

会員登録のメリット検索履歴を保存できる!

会員登録のメリット語彙力診断の実施回数増加!

無料会員に登録する

©2026 GRAS Group, Inc.RSS