小窓モード


プレミアム

ログイン
設定

設定

Weblio 辞書 > 英和辞典・和英辞典 > JMdict > 外部変数の英語・英訳 

外部変数の英語

ピン留め

追加できません

(登録数上限)

単語を追加

英訳・英語 external variable


JMdictでの「外部変数」の英訳

外部変数


「外部変数」の部分一致の例文検索結果

該当件数 : 54



例文

外部変数errno( errno (3)例文帳に追加

and the external errno (see errno (3))発音を聞く  - JM

C言語では外部変数がグローバル変数の性格を持つ例文帳に追加

In C language, external variables have the same characteristics as global variables.発音を聞く  - 京大-NICT 日英中基本文データ

以下の 2 つの外部変数は役に立つことだろう。例文帳に追加

The following two external variables may be useful:発音を聞く  - JM

はNULL を返し、外部変数errnoを 0 にする。例文帳に追加

returns NULL and sets the external variable errno to 0.発音を聞く  - JM

エラー番号は外部変数errnoから取得される。例文帳に追加

The error number is taken from the external variable errno ,発音を聞く  - JM

これらの関数は失敗すべきではなく、また、外部変数errnoに値をセットしない。例文帳に追加

These functions should not fail and do not set the external variable errno .発音を聞く  - JM

例文

これは関数と外部変数の記述を含みますが、ローカル変数や行番号に関する情報は含みません。例文帳に追加

This includes descriptions of functions and external variables, but no information about local variables and no line numbers.発音を聞く  - JM

>>例文の一覧を見る


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

JST科学技術用語日英対訳辞書での「外部変数」の英訳

外部変数


日英・英日専門用語辞書での「外部変数」の英訳

外部変数


Weblio専門用語対訳辞書での「外部変数」の英訳

外部変数

Weblio専門用語対訳辞書はプログラムで機械的に意味や英語表現を生成しているため、不適切な項目が含まれていることもあります。ご了承くださいませ。

Weblio英和対訳辞書での「外部変数」の英訳

外部変数

Weblio英和対訳辞書はプログラムで機械的に意味や英語表現を生成しているため、不適切な項目が含まれていることもあります。ご了承くださいませ。

Weblio例文辞書での「外部変数」に類似した例文

外部変数

4

外部のことであるさま

例文

the outside of the body

例文

the trouble that come from outside that makes one anxious

例文

Enter as an outside company.

例文

Value the advice that comes from outside.

例文

Private .

例文

the outside of any place that has the kanji 'in' in its Japanese name

例文

the outside world

Weblio例文辞書はプログラムで機械的に意味や英語表現を生成しているため、不適切な項目が含まれていることもあります。ご了承くださいませ。

「外部変数」の部分一致の例文検索結果

該当件数 : 54



例文

関数は、名前と値が組になった全ての環境をクリアする。 さらに外部変数environの値を NULL にする。例文帳に追加

function clears the environment of all name-value pairs and sets the value of the external variable environ to NULL.発音を聞く  - JM

他の関数では、現在のプロセスの外部変数environ から新しいプロセス用の環境を与える。例文帳に追加

The other functions take the environment for the new process image from the external variable environ in the current process.発音を聞く  - JM

外部からのクラス変数へのアクセスを拒否するには、protected として宣言します。例文帳に追加

In order to block the access to the class variables from outside they have to be declared as protected.発音を聞く  - PEAR

外部トリガTRが入力されると変数b/(aQc)の変化が開始される。例文帳に追加

When the external trigger TR is inputted, the variable b/(aQc) begins to vary. - 特許庁

POU分割・結合制御部160は、POUの分割にあたり、分割後のPOUで共用されているローカル変数をグローバル変数ワークシートにグローバル変数として追加し、分割後のローカル変数ワークシートに外部参照変数として登録する。例文帳に追加

In dividing POUs, a POU division/combination control part 160 adds a local variable shared by divided POUs to a global variable worksheet as a global variable and registers the added global variable in a divided local variable worksheet as an external reference variable. - 特許庁

POUの結合にあたり、結合前のPOUでのみ外部参照変数として共用されていたグローバル変数をローカル変数に変えて結合後のローカル変数ワークシートに登録し、グローバル変数ワークシートから削除する。例文帳に追加

In combining POUs, the POU division/combination control part 160 converts the global variable shared as the external reference variable only by POUs before combination into a local variable, registers the converted local variable in a combined local variable worksheet and deletes the global variable from the global variable worksheet. - 特許庁

このセクションに関連して定義されているシンボルは、FORTRAN の COMMON や C の未割り当て外部変数のような共通シンボルである。例文帳に追加

Symbols defined relative to this section are common symbols, such as FORTRAN COMMON or unallocated C external variables.発音を聞く  - JM

例文

これらの変数の宣言はすべて「private」です。 「private」は、WishDB クラスの外部から宣言の初期値にアクセスできないことを意味します (php.net を参照)。例文帳に追加

All these variable declarations are private, meaning that the initial values in the declarations cannot be accessed from outside the WishDB class (See php.net).発音を聞く  - NetBeans

>>例文の一覧を見る


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

   
EDRDGEDRDG
This page uses the JMdict dictionary files. These files are the property of the Electronic Dictionary Research and Development Group, and are used in conformance with the Group's licence.
独立行政法人科学技術振興機構独立行政法人科学技術振興機構
All Rights Reserved, Copyright © Japan Science and Technology Agency
日中韓辭典研究所日中韓辭典研究所
Copyright © 2024 CJKI. All Rights Reserved

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

こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

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

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

無料会員に登録する

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

ログイン

Weblio会員(無料)になると

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

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

無料会員に登録する

©2024 GRAS Group, Inc.RSS