Macro

1) макрокоманда, [профессиональное выражение] макрос 2) макроопределение, [профессиональное выражение] макрос 3) макрофункция

Англо-русский политехнический словарь

Macro

1) макрокоманда, макрос (от греческого makros - большой, длинный) последовательность команд и/или нажатий клавиш, записанная макрорегистратором под уникальным именем. Эта последовательность затем может быть исполнена путём указания данного имени Смотри также: macro recorder 2) макроопределение блок команд, ассоциированный с некоторым уникальным именем Смотри также: macro definition, script

Англо-русский словарь компьютерных терминов

Macro

1. прилагательное 1) большой, крупный 2) изучающий обобщённые показатели, рассматривающий что-либо в общем и целом Например: On a macro level, I'd say that the really good thing that's happening in the coffee market right now is that people are becoming more interested in the coffee. — В целом, хорошей новостью для рынка кофе, на мой взгляд, является сейчас то, что люди стали больше интересоваться кофе. 3) макроэкономический Например: the government's macro policies — макроэкономическая политика правительства 4) [фотодело] макросъёмочный 2. имя существительное [множественное число] macros 1) [информатика и компьютерные технологии] макрос 2) [фотодело] макрообъектив

Большой англо-русский словарь

Macro

I. adjective Etymology: macr- 1. being large, thick, or exceptionally prominent 2. a. of, involving, or intended for use with relatively large quantities or on a large scale b. of or relating to macroeconomics 3. gross 1c 4. of or relating to a macro lens or to close-up photography II. noun (plural macros) Etymology: short for macroinstruction a single computer instruction that stands for a sequence of operations

Энциклопедический словарь Мерриама-Вебстера

Macro

1. Assembly language for VAX/VMS. 2. PL/I-like language with extensions for string processing. "MACRO: A Programming Language", S.R. Greenwood, SIGPLAN Notices 14(9):80-91 (Sep 1979).

Онлайн словарь компьютерных терминов

Macro

A name (possibly followed by a formal argument list) that is equated to a text or symbolic expression to which it is to be expanded (possibly with the substitution of actual arguments) by a macro expander. The term "macro" originated in early assemblers, which encouraged the use of macros as a structuring and information-hiding device. During the early 1970s, macro assemblers became ubiquitous, and sometimes quite as powerful and expensive as HLLs, only to fall from favour as improving compiler technology marginalised assembly language programming (see languages of choice). Nowadays the term is most often used in connection with the C preprocessor, Lisp, or one of several special-purpose languages built around a macro-expansion facility (such as TeX or Unix's troff suite). Indeed, the meaning has drifted enough that the collective "macros" is now sometimes used for code in any special-purpose application control language (whether or not the language is actually translated by text expansion), and for macro-like entities such as the "keyboard macros" supported in some text editors (and PC TSRs or Macintosh INIT/CDEV keyboard enhancers).

Онлайн словарь компьютерных терминов