1153万例文収録!

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


小窓モード

プレミアム

ログイン
設定

設定

Weblio 辞書 > 英和辞典・和英辞典 > syntax statementに関連した英語例文

セーフサーチ:オフ

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

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

セーフサーチについて

syntax statementの部分一致の例文一覧と使い方

該当件数 : 12



例文

The syntax for an expression statement is: 例文帳に追加

式文の構文は以下の通りです: - Python

The same statement would cause a syntax error in this version of bc. 例文帳に追加

このバージョンの bc では、先の文は文法エラーになります。 - JM

in logic, a systematic statement that deals with a logical system, called syntax 例文帳に追加

(論理学で)構文論という,論理体系を扱う分類論 - EDR日英対訳辞書

In the program profiling device, a probe insertion part 21 analyzes syntax information of a source program in compiling the source program, inserts a measurement probe to a statement to be measured, and stores syntax information of the statement in a statement syntax information storage part 143.例文帳に追加

ソースプログラムをコンパイルする際に、プローブ挿入部21は、ソースプログラムの構文情報の解析を行い、計測対象のステートメントに対して、計測用のプローブを挿入するとともに、そのステートメントの構文情報をステートメント構文情報記憶部143に記憶する。 - 特許庁

例文

The selection criterion is the name received from the index.php as user.The syntax of a SELECT SQL statement can be briefly described as follows: 例文帳に追加

選択の基準は、index.php から「user」として受け取った名前です。 次に、SQL 文「SELECT」の構文を簡単に説明します。 - NetBeans


例文

If a syntax error is found in a function definition, error recovery tries to find the beginning of a statement and continue to parse the function. 例文帳に追加

ある関数定義中で文法エラーが見つかると、エラー回復機構は文の先頭を見つけて関数のパーズを続けようと努力します。 - JM

The automatic preparing method for the database query statement (SQL statement) has a step of generalizing the table structure of the relational database, a step of defining the mapping between data in the relational database generated according to the generalized table structure and application data, and a step of generating the SQL statement by making the syntax of the mapping definition correspond to SQL syntax.例文帳に追加

データベース照会文(SQL文)の自動生成方法は、リレーショナルデータベースのテーブル構造を汎用化するステップと、汎用化されたテーブル構造にしたがって作成されたリレーショナルデータベース内のデータとアプリケーションデータとのマッピング定義を行うステップと、マッピング定義の構文とSQL構文とを対応付けることによりSQL文を生成するステップとを有する。 - 特許庁

The COBOL source code check program 110 searches a syntax tree with a data item having a plurality of items as a start point, and compares a conditional statement of the data item with table size definition.例文帳に追加

COBOLソースコードチェックプログラム110は、複数項目を有するデータ項目を起点として構文木を探索し、そのデータ項目の条件文とテーブルサイズ定義を比較する。 - 特許庁

Statements cannotcross logical line boundaries except where NEWLINE is allowed by the syntax (e.g., between statements in compound statements).A logical line is constructed from one or more physical lines by following the explicit or implicit line joining rules.例文帳に追加

構文上許されている場合(複合文: compound statement 中の実行文: statement) を除いて、実行文は論理行間にまたがることはできません。 論理行は一行またはそれ以上の 物理行(physical line) からなり、物理行の末尾には明示的または非明示的な 行連結(line joining) 規則が続きます。 - Python

例文

The syntax for a complete Python program is that for file input,described in the next section.The interpreter may also be invoked in interactive mode; in this case,it does not read and execute a complete program but reads and executesone statement (possibly compound) at a time. 例文帳に追加

完全な Python プログラムの構文は、下の節で述べるファイル入力のためのものです。 インタプリタは、対話的モード (interactive mode) で起動されることもあります; この場合、インタプリタは完全なプログラムを読んで実行するのではなく、一度に単一の実行文 (複合文のときもあります) を読み込んで実行します。 - Python

例文

An optimizing object detection processing part 11 detects an instruction statement where an array built-in function is quoted to shift a total array into an array expression within a syntax included in a source program and then decides whether a shift extent is fixedly decided for executing the array built-in function.例文帳に追加

最適化対象検出処理部11は、ソースプログラム中の構文において、配列式中に配列全体をシフトする配列組込み関数の引用がなされている命令文の存在を検出し、配列組込み関数を実行する際のシフト量が固定されて決定されるものであるか否かを判断する。 - 特許庁

例文

(See section5.3 for the syntax definitions for the last three symbols.)An assignment statement evaluates the expression list (remember that this can be a single expression or a comma-separated list, the latteryielding a tuple) and assigns the single resulting object to each of the target lists, from left to right.例文帳に追加

(末尾の三つのシンボルの構文については5.3 節を参照してください。 )代入文は式のリスト (これは単一の式でも、カンマで区切られた式リストでもよく、後者はタプルになることを思い出してください) を評価し、得られた単一の結果オブジェクトをターゲット (target) のリストに対して左から右へと代入してゆきます。 - Python




  
EDR日英対訳辞書
Copyright © National Institute of Information and Communications Technology. All Rights Reserved.
  
Copyright © Japan Patent office. All Rights Reserved.
  
この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。
  
© 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 (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-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