1153万例文収録!

「iterator」に関連した英語例文の一覧と使い方(2ページ目) - Weblio英語例文検索


小窓モード

プレミアム

ログイン
設定

設定

Weblio 辞書 > 英和辞典・和英辞典 > iteratorの意味・解説 > iteratorに関連した英語例文

セーフサーチ:オン

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

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

セーフサーチについて

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

該当件数 : 65



例文

Return a list whose items are the same and in the same order assequence's items. sequence may be either a sequence, a container that supports iteration, or an iterator object.例文帳に追加

sequence の要素と同じ要素をもち、かつ順番も同じなリストを返します。 sequence はシーケンス、反復処理をサポートするコンテナ、あるいはイテレータオブジェクトです。 - Python

If the object is not an iterator, TypeError is raised, or if there is an error in retrieving the item, returns NULL and passes along the exception.例文帳に追加

オブジェクトがイテレータでない場合には TypeErrorを送出します。 要素を取り出す際にエラーが生じると NULL を返し、発生した例外を送出します。 - Python

This module implements a number of iterator building blocks inspired by constructs from the Haskell and SML programming languages.例文帳に追加

このモジュールではイテレータを構築する部品を実装しています。 プログラム言語HaskellとSMLからアイデアを得ていますが、Pythonに適した形に修正されています。 - Python

When the function executes a return statement or falls off the end, a StopIteration exception is raised and the iterator will have reached the end of the set of values to be returned.例文帳に追加

関数が return 文を実行するか、関数を最後まで実行し終えると、StopIteration 例外が送出され、イテレータが返す値の集合はそこで終わります。 - Python

例文

Note that the creation of the iterator for a generator function is not reported as there is no control transfer to the Python bytecode in the corresponding frame.例文帳に追加

イテレータやジェネレータ関数の生成は、対応するフレーム内のPython バイトコードに制御の委譲 (control transfer) が起こらないため報告されないので注意してください。 - Python


例文

Python defines several iterator objects to support iteration overgeneral and specific sequence types, dictionaries, and other more specialized forms.例文帳に追加

Python では、いくつかのイテレータオブジェクトを定義しています。 これらは一般的および特殊化されたシーケンス型、辞書型、そして他のさらに特殊化された形式をサポートします。 - Python

Then, using information stored in the model, the iterator finds the occurrence net object (606) that is one level higher in hierarchy than the original occurrence net object (602).例文帳に追加

その後、反復器は、モデルに記憶された情報を使用して、当初の出現ネット・オブジェクト(602)よりも階層において1レベル高位の出現ネット・オブジェクト(606)を見つける。 - 特許庁

Then, using information stored in the model, the iterator finds the occurrence net object (604 and others) that is one level lower in hierarchy than the original occurrence net object.例文帳に追加

その後、反復器は、モデルに記憶された情報を使用して、当初の出現ネット・オブジェクトよりも階層において1レベル低位の出現ネット・オブジェクト(604他)を見つける。 - 特許庁

Return a tuple whose items are the same and in the same order assequence's items. sequence may be a sequence, a container that supports iteration, or an iterator object.If sequence is already a tuple, itis returned unchanged.例文帳に追加

sequence の要素と要素が同じで、かつ順番も同じになるタプルを返します。 sequence はシーケンス、反復をサポートするコンテナ、およびイテレータオブジェクトをとることができます。 - Python

例文

If the object is an iterator, this retrieves the next value from the iteration, and returns NULL with no exception set if there are no remaining items.例文帳に追加

オブジェクトがイテレータの場合、この関数は反復処理における次の値を取り出します。 要素が何も残っていない場合には例外がセットされていない状態で NULL を返します。 - Python

例文

An iterator is initialized with information about the current occurrence net from the inventive occurrence node that describes the occurrence net's owner and folded model describer.例文帳に追加

反復器は、出現ネットの所有者および折りたたみモデル記述子を記述する革新的な出現ノードからの、現在の出現ネットについての情報によって初期化される。 - 特許庁

Return a reader object which will iterate over lines in the givencsvfile. csvfile can be any object which supports the iterator protocol and returns a string each time its next method is called.例文帳に追加

与えられた csvfile 内の行を反復処理するような reader オブジェクトを返します。 csvfile はイテレータプロトコルをサポートし、next メソッドが呼ばれた際に常に文字列を返すような任意のオブジェクトにすることができます。 - Python

A polling object manager 114 generates a polling object 111 by referring to security information and operation information of a DB 115, extracts a pollable MIB instance, and adds (or deletes) the MIB object instance 113 to an MIB iterator object 112.例文帳に追加

ポーリングオブジェクトマネージャ114は、DB115のセキュリティ情報、運用情報を参照して、ポーリングオブジェクト111を生成し、ポーリング可能なMIBオブジェクトインスタンスを抽出してMIBイテレータオブジェクト112へMIBオブジェクトインスタンス113を追加(又は削除)する。 - 特許庁

At a first message source, a first message in a first data flow is received from a first messaging layer, data wrapped in a first data message reconfigurable iterator is provided from the first message source to a first table in the primary data flow, and a first constrained view is provided at the first table.例文帳に追加

第1のメッセージソースで、第1のメッセージングレイヤから第1のデータフローの第1のメッセージを受け、第1のメッセージソースから、第1のデータメッセージ再構成可能なイテレータで包まれたデータを、第1のデータフローの第1のテーブルに提供し、第1のテーブルで、第1の圧迫されたビューを提供する。 - 特許庁

例文

The production system includes a data iterator for iterating through the recipients list one record at a time and computing values for each dynamic object in the dynamic document for the record, a document instantiator for creating an instance document for the record, an output generator operating in tandem with the document instantiator for generating code specifying the rendering of the document instance, and a merge component for generating the VIPDL output stream from output of the output generator.例文帳に追加

宛先リストを介して一度に1つのレコードを繰り返し、そのレコードに関するダイナミック・ドキュメント内の各ダイナミック・オブジェクト用の値を計算するデータ・イテレータと、そのレコードに関するインスタンス・ドキュメントを作成するドキュメント・インスタンシエータと、そのドキュメント・インスタンスのレンダリングを指定するコードを生成するためにドキュメント・インスタンシエータと連係して動作する出力ジェネレータと、出力ジェネレータの出力からVIPDL出力ストリームを生成するマージ・コンポーネントとを含む。 - 特許庁




  
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