1153万例文収録!

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


小窓モード

プレミアム

ログイン
設定

設定

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

セーフサーチ:オン

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

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

セーフサーチについて

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

該当件数 : 211



例文

Each iteration returns the same result as例文帳に追加

各反復操作では - Python

The last iteration of destruction例文帳に追加

破壊の最後のバージョンでは - 映画・海外ドラマ英語字幕翻訳辞書

This is the second iteration of that same project例文帳に追加

このプロジェクトのバージョン2は - 映画・海外ドラマ英語字幕翻訳辞書

The other is what is called the iteration count, a number between 1 and 100. 例文帳に追加

もう一つはシーケンス番号 (iteration count) で、1 から100 までの整数です。 - FreeBSD

例文

This is the fifth iteration.例文帳に追加

これは5回目の設計反復だ - 映画・海外ドラマ英語字幕翻訳辞書


例文

In the initial iteration of our organization例文帳に追加

設立当初の我々の組織は - 映画・海外ドラマ英語字幕翻訳辞書

But we also rely very heavily on iteration例文帳に追加

私達が多いに頼るのは 反復 - 映画・海外ドラマ英語字幕翻訳辞書

Indeed, and this isn't the game's first iteration.例文帳に追加

実に このゲームは 最初の反復ではない - 映画・海外ドラマ英語字幕翻訳辞書

Return the next value from the iteration o. 例文帳に追加

反復処理 o における次の値を返します。 - Python

例文

And with each iteration, the model becomes clearer例文帳に追加

繰り返しごとに モデルが明快になっていきます - 映画・海外ドラマ英語字幕翻訳辞書

例文

Your back head will appear. its iteration.例文帳に追加

しれっと あんたの後頭部が現れて。その繰り返し。 - 映画・海外ドラマ英語字幕翻訳辞書

Let's see, first iteration, second, third, fourth.例文帳に追加

1回 2回 3回 4回と 操作を繰り返して見て見ましょう - 映画・海外ドラマ英語字幕翻訳辞書

Timing information is recorded for every iteration. 例文帳に追加

実行するたびに時間についての情報を記録します。 - PEAR

The dictionary p should not be mutated during iteration. 例文帳に追加

反復処理中に辞書 p を変更してはなりません。 - Python

one iteration. 例文帳に追加

そのようなプロセスがなければ、 1 回分のループを行って終了する。 - JM

They need the iteration count and the seed as command line options. 例文帳に追加

key プログラムを使うときには、シーケンス番号とシードを指定します。 - FreeBSD

The opiepasswd program is used to initialize OPIE, and to change passwords, iteration counts, or seeds; it takes either a secret passphrase, or an iteration count, seed, and a one-time password. 例文帳に追加

keyinit プログラムは、 S/Keyを初期化するのに使用され、また秘密のパスフレーズやシーケンス番号やシードを変更するためにも使用されます。 - FreeBSD

continue [n] Resume the next iteration of the enclosing for , while , until , or select loop. 例文帳に追加

continue [n]for ,while ,until ,selectループの次の繰り返し分から実行を継続します。 - JM

When the iteration count gets down to 1, OPIE must be reinitialized. 例文帳に追加

シーケンス番号が 1 まで 減ったら、S/Keyを再度初期化する必要があります。 - FreeBSD

And the cost of iteration is so cheap that you might as well give it a go.例文帳に追加

繰り返し試す費用も安いので やってみる方が得なのです - 映画・海外ドラマ英語字幕翻訳辞書

Python supports a concept of iteration over containers. 例文帳に追加

Python はコンテナの内容にわたって反復処理を行う概念をサポートしています。 - Python

The continue statement (an extension) causes the most recent enclosing for statement to start the next iteration. 例文帳に追加

"continue"それを含む最も内側の for 文における次の繰り返しに進みます。 - JM

When the expression value is greater than the available number of iterations, then no iteration will be started. 例文帳に追加

式の値が、可能な反復数より大きい場合、反復は開始されません。 - NetBeans

This rapid iteration of expressing and then reflecting and analyzing例文帳に追加

表現し 考え 分析するというのを 短いサイクルで繰り返していくというのは - 映画・海外ドラマ英語字幕翻訳辞書

And now upon iteration, that seed shape sort of unfolds into a very different looking structure.例文帳に追加

このベースの形で操作を繰り返すと 結果はとても違う構造になります - 映画・海外ドラマ英語字幕翻訳辞書

The count must have added it as a new ingredient in this latest iteration of vertigo.例文帳に追加

カウントは新成分として それを加えたに違いない 最新のめまいの反復で - 映画・海外ドラマ英語字幕翻訳辞書

(An example of an object supporting multiple forms of iteration would be a tree structure which supports both breadth-first and depth-firsttraversal.)例文帳に追加

木構造は幅優先走査と深さ優先走査の両方をサポートします)。 - Python

Used for lock-step iteration over several iterables at atime. 例文帳に追加

複数のイテレート可能オブジェクトに対して、同じ繰り返し処理を同時に行う場合に使用します。 - Python

If the optionaliterable parameter is supplied, updates the set with elements obtained from iteration.例文帳に追加

もしオプションiterableが与えられたら、イタレータから得られた要素を備えた集合として更新します。 - Python

The membership test operators (in and not in) are normally implemented as an iteration through a sequence.例文帳に追加

メンバシップテスト演算子 (in および not in) は通常、シーケンスに渡る反復処理を使って実装されます。 - Python

Sequences, described below in more detail, always support the iteration methods.One method needs to be defined for container objects to provideiteration support:例文帳に追加

以下はコンテナオブジェクトに反復処理をサポートさせるために定義しなければならないメソッドです: - Python

The ExportDrawable x andy offset is modified randomly during each iteration of the test functioninner loop. 例文帳に追加

ExportDrawable の x, y オフセットは、テスト関数の内部ループのそれぞれの繰り返しの間にランダムに変更される。 - XFree86

The ID line gives the parameters of your particular instance: your login name, the iteration count, and seed. 例文帳に追加

ID から始まる行は、S/Key における一回分のパラメータであり、あなたのログイン名とシーケンス番 号とシードです。 - FreeBSD

To suppress the occurrence of iteration upon chip design and efficiently manufacture a semiconductor device with high yield.例文帳に追加

チップ設計時のイタレーションの発生を抑制し、半導体装置を高歩留りで効率的に製造する。 - 特許庁

An optimal parameter allows to set the number of records that should be read and written on each stream iteration. 例文帳に追加

オプションのパラメータで、読み書き時にストリームの各単位で処理するレコード数を指定することができます。 - PEAR

BZ2File class offers an optimized line iteration using the readahead algorithm borrowed from file objects;例文帳に追加

BZ2File クラスはファイルオブジェクトで言うところの先読みアルゴリズムを用いた行単位のイテレーション機能を提供します。 - Python

The instance will be used as global state for the functions of this module, and is also returned to use during iteration.例文帳に追加

生成されたインスタンスは、このモジュールの関数群が利用するグローバルな状態として利用されます。 - Python

The inverse ECMEA process utilizes a first inverse transformation, the iteration of the CMEA process, and a second inverse transformation.例文帳に追加

逆ECMEAプロセスは、第1の逆変換、CMEAプロセスの反復及び第2の逆変換を利用する。 - 特許庁

A function estimation section 20 implements EM algorithm which sequentially updates the weight value ω[F] by iteration of unit processing.例文帳に追加

関数推定部20は、単位処理の反復で重み値ω[F]を順次に更新するEMアルゴリズムを実行する。 - 特許庁

METHOD OF CALIBRATING DISPLAY DEVICE BY ITERATION IN ORDER TO OPTIMIZE ELECTRICAL CONTROL VOLTAGE OF DISPLAY DEVICE例文帳に追加

ディスプレイ装置の電気的制御電圧を最適化するために繰り返しによってディスプレイ装置をカリブレートする方法 - 特許庁

To increase the accuracy of decoding by implementing iterative decoding ensuring a uniform iteration count.例文帳に追加

繰り返し復号における繰り返し回数にばらつきがないように復号することで、復号の精度を向上させる。 - 特許庁

The transformation and the inverse transformation, and the iteration of the CMEA process improve the security, utilizing a secret offset.例文帳に追加

変換及び逆変換ならびにCMEAプロセスの反復は、秘密オフセットを利用して安全性を改善する。 - 特許庁

Perl-like iteration over lines from multiple input streams, with ``save in place'' capability.例文帳に追加

Perlのような複数の入力ストリームをまたいだ行の繰り返し処理をサポートする(その場で保存する機能つき)。 - Python

The maximum number of times of iteration determination section 106 determines the maximum number of times of iteration of each code block on the basis of an allowable time that can be assigned to iterative codes of one frame, the number of code blocks within one frame and the size of each code block.例文帳に追加

最大反復回数決定部106は、1フレームの反復復号に割り当て可能な許容時間、1フレーム中の符号ブロック数、および各符号ブロックのサイズに基づいて、各符号ブロックの最大反復回数を決定する。 - 特許庁

The interference due to the decoded data stream is removed (i.e., canceled) from the input signals provided to the next iteration.例文帳に追加

復号データ・ストリームによる干渉は次の反復に提供される入力信号から取除かれる(即ち、相殺される)。 - 特許庁

The iterative decoding section 107 performs iterative decoding upon each code block with the maximum number of times of iteration as an upper limit.例文帳に追加

反復復号部107は、各符号ブロックに対して、最大反復回数を上限として反復復号を行う。 - 特許庁

The transformation, reverse transformations and the iteration of the CMEA process employ secret offsets to improve security.例文帳に追加

変換および逆変換およびCMEAプロセスの反復は、機密保護を強化するために秘密のオフセットを使用する。 - 特許庁

Return an enumerate object. iterable must be a sequence, an iterator, or some other object which supports iteration.例文帳に追加

列挙オブジェクトを返します。 iterable はシーケンス型、イテレータ型、あるいは反復をサポートする他のオブジェクト型でなければなりません。 - Python

The iteration ends when the sequence raises IndexError for the subscripting operation.New in version 2.2.例文帳に追加

反復処理は、シーケンスが添字指定操作の際に IndexError を返したときに終了します。 バージョン 2.2 で 新たに追加 された仕様です。 - Python

例文

Whencallable returns a value equal to sentinel, the iteration will be terminated.New in version 2.2.例文帳に追加

生成されたイテレータは、 callableが sentinel に等しい値を返すと反復処理を終了します。 バージョン 2.2 で 新たに追加 された仕様です。 - Python




  
Copyright © Japan Patent office. All Rights Reserved.
  
JESC: Japanese-English Subtitle Corpus映画・海外ドラマ英語字幕翻訳辞書のコンテンツは、特に明示されている場合を除いて、次のライセンスに従います:
Creative Commons Attribution-ShareAlike 4.0 International (CC BY-SA 4.0)
  
この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。
  
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.
  
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 1994-2010 The FreeBSD Project. All rights reserved. license
  
© 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.
  
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 (C) 1994-2004 The XFree86®Project, Inc. All rights reserved. licence
Copyright (C) 1995-1998 The X Japanese Documentation Project. lisence
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

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

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

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

ログイン

Weblio会員(無料)になると

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

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

無料会員に登録する

©2026 GRAS Group, Inc.RSS