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

研究社

調べた例文を記録して、効率よく覚えましょう
Weblio会員無料で登録できます
履歴機能 過去に調べた単語を確認できる
語彙力診断 診断回数が4回に増加
マイ単語帳 便利な学習機能付き
マイ例文帳 文章で意味を理解できる

マイクロソフト用語集

日本マイクロソフト株式会社

global variable

コンピューター用語辞典

日外アソシエーツ株式会社

global variable

広域変数; グローバルバリアブル

メインプログラムでもサブプログラムでもアクセスすることの出来る名前った変数のことを言う.

電気制御英語辞典

安藤設計事務所

global variable

JST科学技術用語日英対訳辞書

独立行政法人科学技術振興機構

global variable

日英・英日専門用語辞書

日中韓辭典研究所

Weblio英和対訳辞書

英和辞典・和英辞典 - Weblio辞書

global variable


global variable

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

Wiktionary英語版

出典:Wiktionary

global variable

Crystal Clear filesystem trashcan full.png This entry has been nominated for deletion(+)
Please see that page for discussion and justifications. Feel free to edit this entry as normal, though do not remove the {{rfd}} until the debate has finished.

反意語

ウィキペディア英語版

出典:Wikipedia

Global variable

出典:『Wikipedia』 (2011/07/18 19:45 UTC 版)

英語による解説

ウィキペディア英語版からの引用
引用

In computer programming, a global variable is a variable that is accessible in every scope (unless shadowed). Interaction mechanisms with global variables are called global environment (see also global state) mechanisms. The global environment paradigm is contrasted with the local environment paradigm, where all variables are local with no shared memory (and therefore all interactions can be reconducted to message passing).

global variableのページの著作権