「loop statement」を含む例文一覧(13)

  • Terminates a loop due to a break statement.
    break文があるためループを終了します。 - Python
  • If it is non-zero, the statement is evaluated. If it is zero, the loop is terminated.
    expression2 の値が 0 になると、ループは終了します。 - JM
  • Continues a loop due to a continue statement. target is the address to jump to (which should be a FOR_ITERinstruction).
    continue文があるためループを継続します。 - Python
  • When the loop control statement is recognized by the loop list structure analyzing part 11, a loop transformation part 12 registers a leading address of the list structure data processed by the recognized loop control statement in an arrangement element in work, and transforms the loop control statement into a loop control statement for counting a number of the list structure data.
    ループ変形部12は、ループリスト構造解析部11によりループ制御文が認識されたときに、認識されたループ制御文を、リスト構造データの先頭アドレスを作業配列の配列要素に登録するとともにリスト構造データの個数を数えるループ制御文に変形する。 - 特許庁
  • A multiple loop detection section 141 detects the loop control statement for tracing structured type data that are the components of the list structure by analyzing a source program 2, and a multiple loop control statement comprising a loop control statement repeatedly defining and citing an array that is a member of the structured type data in the loop control statement.
    多重ループ検出部141は、原始プログラム2を解析して、リスト構造の構成要素である構造型データをたどるループ制御文と、そのループ制御文内にある、構造型データのメンバである配列を繰り返し定義、引用するループ制御文からなる多重ループ制御文を検出する。 - 特許庁
  • Termination of the loop is caused by a zero expression value or the execution of a break statement.
    expression の値が 0 になるか、break 文を実行すると、ループが終了します。 - JM
  • To provide a method for rapidly performing vector operations on a loop indicated by a loop control statement using a nonequivalence operator in a continuation condition expression for the loop.
    ループの継続条件式に非等値演算子を使用したループ制御文が示すループのベクトル演算を迅速に実行する方法を提供する。 - 特許庁
  • To deform a loop control statement for processing array elements in structured type data that can form a list structure and that has an array as its member, so that a computer can speedily execute the loop control statement.
    リスト構造を形成し、配列をそのメンバに持つ構造型データの配列要素を処理するループ制御文を高速に実行できるように変形する。 - 特許庁
  • A loop list structure analyzing part 11 analyzes a source program 20 so as to recognize a loop control statement for repeatedly processing the list structure data.
    ループリスト構造解析部11は、原始プログラム20を解析してリスト構造データを繰り返し処理するループ制御文を認識する。 - 特許庁
  • 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
  • A break statement executed in the first suite terminates the loop without executing the else clause's suite.
    最初のスイート内で break 文が実行されると、else 節のスイートを実行することなくループを終了します。 - Python
  • When break passes control out of a try statement with a finally clause, that finally clause is executed before really leaving the loop.
    break が finally 節を伴う try 文の外側に処理を渡す際には、ループを実際に抜ける前にそのfinally 節が実行されます。 - Python
  • In editWishList.php, a table with the wishes of a wisher is implemented by a loop (a while statement) that displays rows with wishes while the wishes are selected from the database.
    editWishList.php では、ウィッシャーのウィッシュを持つ表は、ウィッシュがデータベースから選択される間に、ウィッシュを持つ行を表示するループ (while 文) で実装されています。 - NetBeans

例文データの著作権について

  • 特許庁
    Copyright © Japan Patent office. All Rights Reserved.
  • 大規模オープンソース日英対訳コーパス
    この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。
  • NetBeans
    © 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.
  • Python
    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.
  • JM
    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.