小窓モード


プレミアム

ログイン
設定

設定

英和・和英辞典で「expr」に一致する見出し語は見つかりませんでしたが、
下記にお探しの言葉があるかもしれません。

「expr」を含む例文一覧

該当件数 : 36



例文

The result is 1 if expr is 0.発音を聞く 例文帳に追加

"!expr"expr が 0 なら 1 になります。 - JM

It should be noted that expr^0 will always return the value of 1. "( expr )"発音を聞く 例文帳に追加

expr^0 は常に 1 を返します。 - JM

True if expr is false.発音を聞く 例文帳に追加

expr が偽の場合真となる。 - JM

"expr + expr" The result of the expression is the sum of the two expressions.発音を聞く 例文帳に追加

"expr + expr"式の結果は 2 つの式の和となります。 - JM

"expr - expr" The result of the expression is the difference of the two expressions.発音を聞く 例文帳に追加

"expr - expr"式の結果は 2 つの式の差となります。 - JM

"expr / expr" The result of the expression is the quotient of the two expressions.発音を聞く 例文帳に追加

"expr / expr"式の結果は 2 つの式の商となります。 - JM

"expr % expr" The result of the expression is the "remainder" and it is computed in the following way.発音を聞く 例文帳に追加

"expr % expr"結果は、以下のようにして求められる剰余です。 - JM

"expr && expr" The result is 1 if both expressions are non-zero.発音を聞く 例文帳に追加

"expr && expr"expr1 と expr2 が両方とも 0 でないなら、1 になります。 - JM

test expr 0 [ expr ] Return a status of 0 or 1 depending on the evaluation of the conditional expression expr .発音を聞く 例文帳に追加

0test expr[ expr ]条件式exprを評価した結果に基づいて、ステータス 0 または 1 を返します。 - JM

0 ! expr True if expr is false.発音を聞く 例文帳に追加

0! exprexprが偽ならば真になります。 - JM

Emit REPEAT copies of the value of the expression EXPR発音を聞く 例文帳に追加

(as 指示子 .fill を使って) 式 EXPR の値を - JM

If the info and expr programs are properly installed at your site, the command info expr should give you access to the complete manual.発音を聞く 例文帳に追加

exprは終了時に以下のような値を返す。 - JM

This is equivalent to "var = var <op> expr" with the exception that the "var" part is evaluated only once.発音を聞く 例文帳に追加

"var <op>= expr""var" が一度しか評価されないこと以外は "var = var <op> expr" と同じです。 - JM

"expr ^ expr" The result of the expression is the value of the first raised to the second.発音を聞く 例文帳に追加

"expr ^ expr"式の結果は、1 番目の式の値を 2 番目の回数だけ乗じたものになります。 - JM

"- expr" The result is the negation of the expression.発音を聞く 例文帳に追加

"- expr"結果はその式の符号を反転したものとなります。 - JM

The variable is assigned the value of the expression. "var <op>= expr"発音を聞く 例文帳に追加

"var = expr"式の値が変数に代入されます。 - JM

is the maximum number of expressions which can be nested within parentheses by expr (1).発音を聞く 例文帳に追加

expr (1) において、括弧で入れ子にできる式の最大数。 - JM

Operands are either numbers or strings. expr converts anything発音を聞く 例文帳に追加

オペランド (operand) は数字または文字列である。 expr - JM

expr tries to convert both arguments to numbers and発音を聞く 例文帳に追加

expr はまず両方の項を数値に変換し、 - JM

as many times as specified by the absolute expression EXPR.発音を聞く 例文帳に追加

絶対式 EXPR で指定された回数だけ繰り返す。 - JM

Assign preprocessor variable PVAR the value of the expression EXPR.発音を聞く 例文帳に追加

プリプロセッサ変数 PVAR に式 EXPR の値を割り当てる。 - JM

Evaluate arithmetic EXPR expressions, and emit the corresponding発音を聞く 例文帳に追加

EXPR 式の数値を計算し、一致する as 指示子 - JM

expr can contain the usual arithmetic operators and can include FIELD-NAMEs.例文帳に追加

expr には普通の算術演算子と FIELD-NAME を含めることができる。 - XFree86

The boolean operators are: "!expr"発音を聞く 例文帳に追加

論理演算子は以下の通り。 - JM

If no expr発音を聞く 例文帳に追加

式が指定されなかった場合は、 - JM

This alters the standard precedence to force the evaluation of the expression. "var = expr"発音を聞く 例文帳に追加

"( expr )"標準の優先度を使わずに、この式の評価を優先します。 - JM

EXPR and use the result as a string.発音を聞く 例文帳に追加

その結果は文字列として使用できる。 - JM

In the following descriptions of legal expressions, "expr" refers to a complete expression and "var" refers to a simple or an array variable.発音を聞く 例文帳に追加

以下、bc で使用可能な演算子を説明します。 なお、完全形の式を "expr"、単純変数または配列変数を "var" と表記します。 - JM

Signal a test failure if expr is false; the explanation for the error will be msg if given, otherwise it will be None.例文帳に追加

exprが偽の場合、テスト失敗を通知します。 msgにはエラーの説明を指定するか、またはNoneを指定してください。 - Python

This signals a test failure if expr is true, with msg or None for the error message.例文帳に追加

エラー内容はmsgに指定された値か、またはNoneとなります。 - Python

If the values do not compare equal, the test will fail with the explanation given by msg, or None.例文帳に追加

exprが等しくない場合、テスト失敗を通知します。 エラー内容はmsgに指定された値か、またはNoneとなります。 - Python

If the values do compare equal, the test will fail with the explanation given by msg, or None.例文帳に追加

exprが等しい場合、テスト失敗を通知します。 エラー内容はmsgに指定された値か、またはNoneとなります。 - Python

A simple variable is just a name and an array variable is specified as name[expr] Unless specifically mentioned the scale of the result is the maximum scale of the expressions involved.発音を聞く 例文帳に追加

単純変数は単にnameと表し、配列変数はname[expr]と表します。 特に言及しない限り、結果の有効桁数は、注目している式の最大有効桁数になります。 - JM

例文

Comparisons are arithmetic if both ARGs are numbers, else lexicographical.発音を聞く 例文帳に追加

expr はまず両方の項を数値とみなし、数値データとしての比較を行おうとする。 これに失敗した場合は、辞書的な比較を行う。 - JM

>>例文の一覧を見る

検索された単語のスペルをチェックし、予想される単語を表示しています。

最も可能性の高い単語

.expとは、VisualC++において、DLLを作成する際に、一時的なエクスポートファイルに付く拡張子のことである。
expo /ékspoʊ/
(万国)博覧会

可能性がある単語

EPR
電子常磁性共鳴
expel /ekspél/
(…を)追い出す, 追い払う, 駆逐する
エクザール

英和辞典の中から予想される単語の意味を調べるには、下記のリンクをクリックして下さい。

exp.の意味を調べる

expoの意味を調べる

EPRの意味を調べる

expelの意味を調べる

Exalの意味を調べる


以下のキーワードの中に探している言葉があるかもしれません。

「expr」に近いキーワードやフレーズ

※Weblio英和辞典・和英辞典に収録されている単語を、文字コード順(UTF-8)に並べた場合に前後にある言葉の一覧です。

Weblio翻訳の結果

「expr」を「Weblio翻訳」で翻訳して得られた結果を表示しています。

expr

英語翻訳

英語⇒日本語日本語⇒英語

専門用語を解説した辞書に「expr」の解説があります

「expr」の意味を調べるには、下記のリンクをクリックして下さい。


»専門用語を解説した辞書の中で「expr」を検索

「expr」を解説文の中に含む見出し語

検索のヒント

  • キーワードに誤字・脱字がないか確かめて下さい。
  • 違うキーワードを使ってみてください。
  • より一般的な言葉を使ってみてください。

その他の役立つヒント

音声・発音記号のデータの著作権について


研究社研究社
Copyright (c) 1995-2024 Kenkyusha Co., Ltd. All rights reserved.
CMUdict is Copyright (C) 1993-2008 by Carnegie Mellon University.

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

こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

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

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

無料会員に登録する

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

ログイン

Weblio会員(無料)になると

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

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

無料会員に登録する

©2024 GRAS Group, Inc.RSS