検索結果- 英語 - 多言語
検索内容:
block scope
Alternative form of scope block
scope blockの別形
scoping review
An academic investigation of the available literature on a particular topic conducted to assess the extent of research undertaken and currently ongoing.
特定のテーマに関する利用可能な文献を概観し、既存および進行中の研究の範囲を評価する学術的な調査
scoping reviews
plural of scoping review
「scoping reviews」は『scoping review』の複数形、つまり複数のスコーピングレビューを指す活用形です。
scope creep
lexical scoping
lexically scoped
(programming) Having the scope of an identifier limited to the block of source code text that respectively declares or defines the identifier as a variable or function.
字句スコープに基づく:識別子(変数または関数)の有効範囲が、その識別子を変数や関数として宣言または定義したソースコードのブロック内に限定される性質を持つこと
o-scope
statically scoped
(programming) Having the scope of an identifier limited to the block of source code text that respectively declares or defines the identifier as a variable or function.
静的スコープ(statically scoped)とは、識別子(変数や関数など)の有効範囲が、その識別子を宣言または定義したソースコードのブロック内に限定される性質を示す。 / プログラミングにおいて、識別子のスコープがコンパイル時に固定され、コードの特定のブロック内でのみ参照可能となることを意味する。