DictionaryForumContacts

   English
Terms for subject Programming containing program module | all forms | in specified order only
EnglishRussian
a single program moduleотдельный программный модуль (ssn)
clear arrangement of the program into program modulesчёткая организация программы в программных модулях (ssn)
module-definition file describing a program's segment behaviorфайл определения модулей, описывающий поведение сегмента программы (ssn)
our goal in decomposing a program is to create modules that are themselves small programs that interact with one another in simple, well-defined waysНашей целью при декомпозиции программы является создание модулей, которые в свою очередь представляют собой небольшие программы, взаимодействующие друг с другом по хорошо определённым и простым правилам (см. "Abstraction and Specification in Program Development" by Barbara Liskov & John Guttag 1986)
program is defined in terms of a few high-level modulesпрограмма реализуется в виде нескольких модулей высокого уровня (ssn)
programs are composed of modulesпрограммы делятся на модули (ssn)