DictionaryForumContacts

   English
Terms for subject Programming containing the like | all forms | in specified order only
EnglishRussian
A technique for describing the relationship of data entities which are related in a parent to child manner, like a corporate organization chartПриём описания взаимосвязи сущностей данных, связанных друг с другом отношением предок-потомок, наподобие корпоративной схемы организации (см. hierarchical loop ssn)
and the likeи т.д. (ssn)
antivirus programs, adware scanners, firewalls, and the likeантивирусные программы, сканеры для выявления рекламы, размещённой в программах, системы сетевой защиты (и т.п. ssn)
Like all software production, architectural design is a continuing, iterative and incremental, effort. Early architectural decisions take a broad view on the software architecture. One of the first decisions to be taken relates to structuring the system into layers of modules and establishing principles of inter-module communication. This is the concern of this chapter. More detailed architectural solutions, such as intra-module communication, are discussed in relevant places later in the bookкак и всё производство ПО, структурное проектирование – непрерывная, итерационная и пошаговая работа. Первоначально структурные решения принимаются на основе широкого взгляда на структуру ПО. Одно из первых принятых решений касается структурирования системы на уровни модулей и установления принципов связи между модулями. это тема данной главы. Более детальные структурные решения, типа связи внутри модуля, рассматриваются позже в соответствующих местах книги (см. Maciaszek L.A. and Liong B.L. 2005: Practical Software Engineering)
statement of what the world should look like after execution of an operationвысказывание относительно того, как будет выглядеть окружающий мир после выполнения операции (ssn)
static initialization to set the initial values for pointers, counts, and the likeстатическая инициализация указателей, счётчиков (и т.п. ssn)
SwSE establishes the baseline for all project software development. Like SwE, it is both a technical and a management processSwSE формирует основу для всей разработки программного обеспечения в проекте и, как и SwE, представляет собой одновременно и технический и управленческий процесс (ssn)
the simplest form of class definition looks like thisПростейшая модель определения класса выглядит следующим образом: