Module

имя существительное 1) модуль, единица измерения Например: module of design — модуль размерности module of torsion — модуль упругости при кручении 2) модуль, элемент конструкции; сменный элемент 3) модульный отсек, автономный отсек (в космическом корабле) Например: cargo module — грузовой модуль или отсек (космического корабля) lunar module — лунный модуль service module — рабочий отсек (космического корабля)

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

Module

модуль а) самый узкий элемент штрихового кода, которому кратны величины всех штрихов и пробелов Смотри также: bar code б) в программировании - оформленный специальным образом функционально самостоятельный (в том числе по отношению к компиляции или загрузке) блок кода, взаимодействие с которым осуществляется через его внешний интерфейс. Раздельная трансляция модулей важна при создании больших систем, кроме того, каждый отдельный модуль может повторно использоваться в других проектах. Разбиение программы на модули существенно облегчает её разработку, документирование, отладку, модификацию и сопровождение. Часто синонимом этого термина является термин unit Смотри также: modular programming Например: With clean, minimal interfaces between modules, one module can be changed with minimal impact on other modules — Благодаря чётким и минимальным интерфейсам между программными модулями предоставляется возможность вносить изменения в каждый модуль, почти не затрагивая другие в) в некоторых языках ОО-программирования, например в Ruby, модуль рассматривается как набор (собрание) методов Смотри также: method

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

Module

1) модуль; разбивать на модули 2) блок, узел 3) коэффициент 4) строительство модульная секция Например: module in space — математика модуль в пространстве module on space — математика модуль на пространстве module with differentiation — математика дифференциальный модуль, модуль с дифференциалом module with filtration — математика модуль с фильтрацией module without torsion — математика модуль без кручения

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

Module

1) модуль; блок; узел 2) разбивать на модули 3) унифицированный элемент 4) [космонавтика] отсек Например: module of package dimensions — модуль размеров тары

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

Module

noun Etymology: Latin modulus 1. a standard or unit of measurement 2. the size of some one part taken as a unit of measure by which the proportions of an architectural composition are regulated 3. a. any in a series of standardized units for use together: as (1) a unit of furniture or architecture (2) an educational unit which covers a single subject or topic b. a usually packaged functional assembly of electronic components for use with other such assemblies 4. an independently operable unit that is a part of the total structure of a space vehicle 5. a. a subset of an additive group that is also a group under addition b. a mathematical set that is a commutative group under addition and that is closed under multiplication which is distributive from the left or right or both by elements of a ring and for which a(bx) = (ab)x or (xb)a = x(ba) or both where a and b are elements of the ring and x belongs to the set

Merriam-Webster's Collegiate Dictionary

Module

1. An independent piece of software which forms part of one or more larger programs. Different languages have different concepts of a module but there are several common ideas. Modules are usually compiled seperately (in compiled languages) and provide an abstraction or information hiding mechanism so that a module's implementation can be changed without requiring any change to other modules. In this respect they are similar to objects in an object-oriented language, though a module may contain many procedures and/or functions which would correspond to many objects. A module often has its own name space for identifiers so the same identifier may be used to mean different things in different modules. 2. An independent assembly of electronic components with some distinct function, e.g. a RAM module consisting of several RAM chips mounted on a small circuit board.

Free Online Dictionary of Computing