小窓モード


プレミアム

ログイン
設定

設定

forループの英語

ピン留め

追加できません

(登録数上限)

単語を追加

英訳・英語 FOR loop


コンピューター用語辞典での「forループ」の英訳

forループ


「forループ」を含む例文一覧

該当件数 : 14



例文

a DO [FOR] loop DO[FOR]発音を聞く 例文帳に追加

ループ - 研究社 英和コンピューター用語辞典

FOR loops can be nested.発音を聞く 例文帳に追加

FOR ループはネストしてもよい - 研究社 英和コンピューター用語辞典

It is most often used in for loops.発音を聞く 例文帳に追加

for ループでよく使われます。 - Python

If a for loop is terminated by break, the loop controltarget keeps its current value.発音を聞く 例文帳に追加

for ループを break によって終了すると、ループ制御ターゲットはその時の値を保持します。 - Python

In this section, we'll use Live Templates to add a For Loop that iterates through the list of mail stored on the server.例文帳に追加

この節では、ライブテンプレートを使用して、サーバーに保存されているメールの一覧に対して操作を反復する For ループを追加します。 - NetBeans

After the for loop, the code creates String arrays to hold the item data (image URL and description) and sets the first String array as the current item data (currentItemData).発音を聞く 例文帳に追加

for ループのあと、品目データ (画像 URL および説明) を保持するために String 配列を作成し、最初の String 配列を現在の品目データ (currentItemData) として設定します。 - NetBeans

例文

break may only occur syntactically nested in a for or while loop, but not nested in a function or class definition within that loop.例文帳に追加

break 文は for ループや while ループ内のネストで構文法的にのみ現れますが、ループ内の関数定義やクラス定義には現れません。 - Python

>>例文の一覧を見る


調べた例文を記録して、 効率よく覚えましょう
Weblio会員登録無料で登録できます!
  • 履歴機能
    履歴機能
    過去に調べた
    単語を確認!
  • 語彙力診断
    語彙力診断
    診断回数が
    増える!
  • マイ単語帳
    マイ単語帳
    便利な
    学習機能付き!
  • マイ例文帳
    マイ例文帳
    文章で
    単語を理解!
  • その他にも便利な機能が満載!
Weblio会員登録(無料)はこちらから

日英・英日専門用語辞書での「forループ」の英訳

FORループ


クロスランゲージ 37分野専門語辞書での「forループ」の英訳

FORループ


「forループ」を含む例文一覧

該当件数 : 14



例文

continue may only occur syntactically nested in a for or while loop, but not nested in a function or class definition or try statement within that loop.例文帳に追加

continue 文は for ループや while ループ内のネストで構文法的にのみ現れますが、ループ内の関数定義やクラス定義、try 文の中には現れません。 - Python

High speed is retained bypreferring ``vectorized'' building blocks over the use of for-loops and generators which incur interpreter overhead.例文帳に追加

インタプリタのオーバヘッドをもたらす for ループやジェネレータを使わずに、``ベクトル化された'' ビルディングブロックを使うと、高速な処理を実現できます。 - Python

for loops expect that an IndexError will be raised for illegal indexes to allowproper detection of the end of the sequence.例文帳に追加

for ループでは、シーケンスの終端を正しく検出できるようにするために、不正なインデクスに対して IndexError が送出されるものと期待しています。 - Python

You can use code templates to speed up the entry of commonly used sequences of reserved words and common code patterns, such as for loops and field declarations.発音を聞く 例文帳に追加

コードテンプレートを使用すると、よく使用される一連の予約語や一般的なコードパターン (for ループやフィールド宣言など) をすばやく入力できます。 - NetBeans

This lets you jump back and execute code again, or jump forward to skip code that you don't want to run.It should be noted that not all jumps are allowed -- for instance itis not possible to jump into the middle of a for loop or out of a finally clause.例文帳に追加

前に戻って実行したり、不要な部分をスキップして先の処理を実行する場合に使用します。 ジャンプには制限があり、例えば forループの中には飛び込めませんし、finally節の外にも飛ぶ事ができません。 - Python

Then the for loop creates RatingData instances and puts them in the ratingMap, setting the first RatingData instance as the current rating data.Note that the RatingData instances are constructed with hoverTexts, which display when the user hovers the mouse over the stars in the component.発音を聞く 例文帳に追加

そのあと、for ループそ使用して、RatingData インスタンスを作成し、最初の RatingData インスタンスを「現在の」格付けデータとして設定して、それらを ratingMap に配置します。 RatingData インスタンスはコンポーネントの星にマウスを置いたときに表示される hoverTexts で構築されています。 - NetBeans

例文

UnboundLocalError is a subclass ofNameError.The following constructs bind names: formal parameters to functions,import statements, class and function definitions (thesebind the class or function name in the defining block), and targets that are identifiers if occurring in an assignment, for loopheader, or in the second position of an except clause header.例文帳に追加

UnboundLocalError は、NameError のサブクラスです。 名前への束縛は、以下の文構成 (construct): 関数の仮引数 (formal parameter)指定、import 文、クラスや関数の定義 (定義を行ったブロック中で、クラスや関数名の束縛が行われます)、代入時に、代入対象が識別子である場合、for ループのヘッダ、または第二形式のexcept 文ヘッダ、で行われます。 - Python

>>例文の一覧を見る


forループのページの著作権
英和・和英辞典 情報提供元は 参加元一覧 にて確認できます。

   
日外アソシエーツ株式会社日外アソシエーツ株式会社
Copyright (C) 1994- Nichigai Associates, Inc., All rights reserved.
日中韓辭典研究所日中韓辭典研究所
Copyright © 2024 CJKI. All Rights Reserved
株式会社クロスランゲージ株式会社クロスランゲージ
Copyright © 2024 Cross Language Inc. All Right Reserved.

ピン留めアイコンをクリックすると単語とその意味を画面の右側に残しておくことができます。

こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

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

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

無料会員に登録する

このモジュールを今後表示しない
みんなの検索ランキング
閲覧履歴
無料会員登録をすると、
単語の閲覧履歴を
確認できます。
無料会員に登録する
英→日 日→英

「forループ」のお隣キーワード

こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

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

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

無料会員に登録する

©2024 GRAS Group, Inc.RSS