Skorzystaj z wyszukiwarki lub indeksu alfabetycznego.
Przykłady: pci, /dev/null, functional unit, embedded system, pseudo-tty, nfs.
2 definitions found
From The Free On-line Dictionary of Computing (05 January 2017) [foldoc]:
SCOPE
Software Evaluation and Certification Programme
Europe.
An ESPRIT project.
(1995-04-12)
From The Free On-line Dictionary of Computing (05 January 2017) [foldoc]:
scope
The scope of an identifier is the region of a
program source within which it represents a certain thing.
This usually extends from the place where it is declared to
the end of the smallest enclosing block (begin/end or
procedure/function body). An inner block may contain a
redeclaration of the same identifier in which case the scope
of the outer declaration does not include (is "shadowed" or
"occluded" by) the scope of the inner.
See also activation record, dynamic scope, {lexical
scope}.
(1994-11-01)