-
1 argument
"A value that a function or a method uses to perform operations or calculations. The type of argument is specific to the function or method. Common arguments include numbers, text, cell references, and names." -
2 code snippet
A small piece of programming code that is part of a larger program. Usually the code snippet performs a specific function or task. -
3 DLL
An operating system feature that allows executable routines (generally serving a specific function or set of functions) to be stored separately as files with.dll extensions. These routines are loaded only when needed by the program that calls them. -
4 dynamic-link library
An operating system feature that allows executable routines (generally serving a specific function or set of functions) to be stored separately as files with.dll extensions. These routines are loaded only when needed by the program that calls them. -
5 GDI
"An executable program that processes graphical function calls from a Windows-based application and passes those calls to the appropriate device driver, which performs the hardware-specific functions that generate output. By acting as a buffer between applications and output devices, GDI presents a device-independent view of the world for the application while interacting in a device-dependent format with the device." -
6 Graphics Device Interface
"An executable program that processes graphical function calls from a Windows-based application and passes those calls to the appropriate device driver, which performs the hardware-specific functions that generate output. By acting as a buffer between applications and output devices, GDI presents a device-independent view of the world for the application while interacting in a device-dependent format with the device." -
7 local service
A service that performs a specific function for other local processes on the computer. -
8 PAGE DOWN key
"A keyboard key (often labeled ""PgDn"") that is often used to move the cursor down to the top of the next page or a specific number of lines. Its function may vary in different programs." -
9 PAGE UP key
"A keyboard key (often labeled ""PgUp"") that is often used to move the cursor up to the top of the previous page or a specific number of lines. Its function may vary in different programs." -
10 service
"A program, routine, or process that performs a specific system function to support other programs." -
11 hardware router
A router that performs routing as a dedicated function and has specific hardware designed and optimized for routing. -
12 edit service
"A reusable component that provides a specific editing function, such as selecting User Interface (UI) elements." -
13 utility program
"A computer program that performs a specific support function required by the operating system, by other programs, or by system users." -
14 event listener
A function or object that invokes an event handler when a specific condition occurs in an application.
См. также в других словарях:
Specific developmental disorder — ICD9|315 Specific developmental disorders categorizes specific learning disabilities and developmental disorders affecting coordination. ICD 10 taxonomyThe tenth revision of the International Statistical Classification of Diseases and Related… … Wikipedia
Function word — Function words (or grammatical words) are words that have little lexical meaning or have ambiguous meaning, but instead serve to express grammatical relationships with other words within a sentence, or specify the attitude or mood of the speaker … Wikipedia
function — [fuŋk′shən] n. [OFr < L functio < pp. of fungi, to perform < IE base * bheug , to enjoy > Sans bhuṅktē, (he) enjoys] 1. the normal or characteristic action of anything; esp., any of the natural, specialized actions of a system, organ … English World dictionary
Function — may refer to:* Function (biology), explaining why a feature survived selection * Function (mathematics), an abstract entity that associates an input to a corresponding output according to some rule * Function (engineering), related to the… … Wikipedia
Specific gravity (kidney) — Specific gravity, in the context of clinical pathology, is a urinalysis parameter commonly used in the evaluation of kidney function and can aid in the diagnosis of various renal diseases. BackgroundThe role of the kidneys in humans and other… … Wikipedia
Specific detectivity — Specific detectivity, or D*, for a photodetector is a figure of merit used to characterize performance, equal to the reciprocal of noise equivalent power (NEP), normalized per unit area. Specific detectivity is given by , where A is the area of… … Wikipedia
specific gravity — n the ratio of the density of a substance to the density of some substance (as pure water) taken as a standard when both densities are obtained by weighing in air * * * the ratio, more correctly known as relative density, of the density of a… … Medical dictionary
Specific Pathogen Free — is a term used for laboratory animals that are guaranteed free of particular pathogens. It is always accompanied by a list of the absent pathogens. Use of SPF animals ensures that specified diseases do not interfere with an experiment. For… … Wikipedia
function — A specific set of skills and resources that can be used to perform one or more activities that make up a postal process. Usually, several functions are associated with a single process … Glossary of postal terms
Function (mathematics) — f(x) redirects here. For the band, see f(x) (band). Graph of example function, In mathematics, a function associates one quantity, the a … Wikipedia
Function pointer — A function pointer is a type of pointer in C, C++, D, and other C like programming languages, and Fortran 2003.[1] When dereferenced, a function pointer can be used to invoke a function and pass it arguments just like a normal function. In… … Wikipedia