1016万例文収録!

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


小窓モード

プレミアム

ログイン
設定

設定


セーフサーチ:オン

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

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

セーフサーチについて

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

該当件数 : 19



例文

After this call, you can iterate again on the data reader. 例文帳に追加

これをコールすると、データリーダーを再度処理できるようになります。 - PEAR

We underline that global economic adjustment is a shared responsibility and re-iterate our commitment to address global imbalances. 例文帳に追加

世界経済の調整は、共同の責任であることを強調。 - 財務省

Were iterate our full commitment to the global fight against terrorist financing and money laundering. 例文帳に追加

我々はテロ資金及びマネーロンダリングに対する世界的な戦いへのコミットメントを再び表明する。 - 財務省

We re-iterate the Gleneagles commitment to help FTI-endorsed countries to develop sustainable capacity and identify the resources necessary to pursue their sustainable education strategies. 例文帳に追加

「ファースト・トラック・イニシアティブ(FTI)」に記載された国々の持続的な能力開発に協力し、それらの国々の持続的な教育戦略遂行に必要な資源を明らかにするグレンイーグルズのコミットメントを再確認。 - 財務省

例文

We re-iterate that the risk of an avian flu pandemic requires preparation through facilitating cooperation across countries in drafting contingency plans, including for the financial sector. 例文帳に追加

鳥インフルエンザ発生のリスクに対し、金融部門を含め、非常事態への対応策の策定に関する各国間の協力の促進を通じた準備が必要。 - 財務省


例文

The bus voltage controller (36) is configured to iterate calculation of the adjustment signal to communicate each iterated calculation of the adjustment signal to the voltage converter (14).例文帳に追加

バス電圧コントローラ(36)は、調整信号の計算を繰り返し、調整信号の各繰り返し計算の結果を電圧コンバータ(14)に伝えるように構成される。 - 特許庁

A supervisory controller (12) is configured to iterate calculation of the command signal and to communicate each iterated calculation of the command signal to the voltage converter (14) and to the bus voltage controller (36).例文帳に追加

監視コントローラ(12)は、コマンド信号の計算を繰り返し、コマンド信号の各繰り返し計算の結果を電圧コンバータ(14)およびバス電圧コントローラ(36)に伝えるように構成される。 - 特許庁

Based on the key observation that the physical limitations of the system translate to optimal active sets that remain relatively unchanged over time even though the actual optimal controls may be varying, starting guesses for the active set obtained from the final iterate in the previous time period greatly reduces the number of iterations and hence allows the Quadratic Programs to be solved to convergence in real-time.例文帳に追加

システムの物理的制限が、実際の最適なコントロールが変化するかもしれないとしても)時間が経っても比較的変わらずに維持される最適なアクティブセットに形を変えるという重要な知見に基づき、前の時間周期における最後の反復から得られたアクティブセットについてのスターティング予測が反復を大幅に減少させ、従って、二次計画が実時間内に収束して解かれることを可能にする。 - 特許庁

Iterate over a message object tree. 例文帳に追加

メッセージオブジェクトツリーをたどる。 - Python

例文

loop to iterate over all the elements of an array. 例文帳に追加

ループ中で、配列のすべてのインデックス値について繰り返すために - JM

例文

5.18 fileinput -- Iterate over lines from multiple input streams 例文帳に追加

5.17 fileinput --複数の入力ストリームをまたいだ行の繰り返し処理をサポートする。 - Python

Iterate over all key-value pairs in the dictionary p. 例文帳に追加

辞書 p 内の全てのキー/値のペアにわたる反復処理を行います。 - Python

In the following example, we iterate through a set of 650 fields to print out the subject headings contained in the subfields for each field. 例文帳に追加

この例では、650 フィールドを順に処理し、各フィールドのサブフィールドにある件名の見出しを表示します。 - PEAR

The for statement is used to iterate over the elements of a sequence (such as a string, tuple or list) or other iterable object:例文帳に追加

for 文は、シーケンス (文字列、タプルまたはリスト) や、その他の反復可能なオブジェクト (iterable object) 内の要素に渡って反復処理を行うために使われます: - Python

After creating buttons to add a song to the playlist,edit playlist, and delete playlist, we need to iterate through the list of songs in the Songs object.例文帳に追加

曲をプレイリストに追加するボタン、プレイリストを編集するボタン、およびプレイリストを削除するボタンを作成したら、Songs オブジェクトの曲一覧で繰り返し操作を実行する必要があります。 - NetBeans

By contrast PEAR::Calendar focuses on eliminating the math from the task of generating a calendar, allowing the end user to simply iterate over a prepared data structure. 例文帳に追加

対称的に、PEAR::Calendar はカレンダーを作成する作業から数学的な要素を除くことに焦点をあてています。 エンドユーザは、これによって簡単にデータ構造を処理できるようになります。 - PEAR

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

It is safe (since Python 2.1) to modify the values of the keys as you iterate over the dictionary, but only so long as the set of keys does not change.例文帳に追加

(Python 2.1 からは) 辞書を反復処理する際に、キーに対応する値を変更しても大丈夫になりましたが、キーの集合を変更しないことが前提です。 - Python

例文

This method is called when an iterator is required for a container.This method should return a new iterator object that can iterate overall the objects in the container. 例文帳に追加

このメソッドは、コンテナに対してイテレータが要求された際に呼び出されます。 このメソッドは、コンテナ内の全てのオブジェクトにわたる反復処理ができるような、新たなイテレータオブジェクトを返さなければなりません。 - Python

索引トップ用語の索引



  
Copyright(C) 財務省
※この記事は財務省ホームページの情報を転載しております。内容には仮訳のものも含まれており、今後内容に変更がある可能性がございます。
財務省は利用者が当ホームページの情報を用いて行う一切の行為について、何ら責任を負うものではありません。
  
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.
  
Copyright © 2001 - 2008 by the PEAR Documentation Group.
This material may be distributed only subject to the terms and conditions set forth in the Open Publication License, v1.0 or later (the latest version is presently available at http://www.opencontent.org/openpub/ ).
  
Copyright (c) 2001 Robert Kiesling. Copyright (c) 2002, 2003 David Merrill.
The contents of this document are licensed under the GNU Free Documentation License.
Copyright (C) 1999 JM Project All rights reserved.
  
© 2010, Oracle Corporation and/or its affiliates.
Oracle and Java are registered trademarks of Oracle and/or its affiliates.Other names may be trademarks of their respective owners.
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

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

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

無料会員に登録する
英→日 日→英
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

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

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

無料会員に登録する

©2024 GRAS Group, Inc.RSS