DictionaryForumContacts

   Russian
Terms for subject Programming containing состоявшийся | all forms
RussianEnglish
агрегирование: полное или частичное отношение, в котором один объект состоит из одного или нескольких других объектов, каждый из которых рассматривается как часть целого. это отношение является слабой формой отношения включения, в котором сроки жизни целого и его частей не зависят друг от другаaggregation: A whole/part relationship where one object is composed of one or more other objects, each of which is considered a part of the whole. This relationship is a weak form of containment in that the lifetimes of the whole and its parts are independent (см. Object-Oriented Analysis and Design with Applications 3rd Edition by Grady Booch)
бинарно выбирающий конструктив: данный конструктив состоит из двух процедурных частей и управляющей части с одним условием, значение которого определяет, какая из двух процедурных частей выполняетсяdyadic selective construct: This construct consists of two procedure parts and a control part with one condition, the value of which determines which one of the two procedure parts is to be executed (см. ISO/IEC 8631:1989 ssn)
Большинство проблем, встречающихся в науке и технике, можно разбить на следующие две категории: задачи анализа, которые состоят в предсказании поведения определённой заданной системы, и задачи синтеза, состоящие в построении системы по заданному поведениюMost problems encountered in scientific and engineering investigations fall into one of the following two categories: analysis problems, where one wishes to predict the behavior of a specified system, and synthesis problems, where one wishes to construct a system with specified behavior (см. "Introduction to the Theory of Finite-State Machines" by Arthur Gill 1962 ssn)
в этой реализации список состоит из ячеек, каждая из которых содержит элемент списка и указатель на следующую ячейку спискаin this representation, a list is made up of cells, each cell consisting of an element of the list and a pointer to the next cell on the list
Второй способ избежать, по крайней мере, некоторых из проблем роста сложности состоит в использовании модульной организации программного обеспечения и процесса его созданияthe second way of avoiding at least some of the complexity problems is to modularize the software and its production process
заданный лексикон состоит из констант, функций и отношенийdefined lexicon is divided into constant, function and relation symbols (ssn)
заданный лексикон состоит из символов констант, функций и отношенийdefined lexicon is divided into constant, function and relation symbols (ssn)
задачи анализа, которые состоят в предсказании поведения определённой заданной системыanalysis problems, where one wishes to predict the behavior of a specified system (ssn)
имя атрибута состоит из нескольких словmultiword attribute (ssn)
имя состоит из нескольких словmultiword name (напр., CheckingAccount ssn)
инструкции состоят из выраженийstatements contain expressions (ssn)
итерация с выходной проверкой: данный конструктив состоит из процедурной части и управляющей части с одним условием, значение которого определяет, будет ли процедурная часть выполнена более одного разаpost-tested iteration: This construct consists of a procedure part and a control part with one condition, the value of which determines whether the procedure part is executed more than one (см. ISO/IEC 8631:1989 ssn)
компонент: логическая совокупность классов, взаимодействующих вместе для обеспечения набора услуг сервисов, предлагаемых через предоставленные интерфейсы компонента. Услуги сервисы, требуемые компонентом, запрашиваются с помощью его требуемых интерфейсов. Кроме того, компонент может состоять из других компонентов и быть вложенным в другой компонентcomponent: A logical collection of classes that collaborate to provide a set of services offered through the component's provided interfaces. The services required by the component are requested through its required interfaces. A component may also consist of other components and may be nested to whatever level required (см. Object-Oriented Analysis and Design with Applications 3rd Edition by Grady Booch ssn)
Конвейер состоит из набора операций, которые могут выполняться одновременноA pipeline is composed of a number of stages, which may be in execution simultaneously (см. "Petri Net Theory And The Modeling Of Systems" by James L. Peterson 1981 ssn)
конструктив, выбирающий с взаимовключением: данный конструктив состоит из ряда процедурных частей и управляющей части с набором условий, значениея которых выбирают одну и более или ни одной процедурных частей, выполняемых в произвольной последовательностиmultiple inclusive selective construct: This construct consists of a number of procedure parts and a control part with a set of conditions, the values of which select zero or more procedure parts to be executed in an undefined sequence (см. ISO/IEC 8631:1989 ssn)
конструктив, выбирающий с взаимоисключением: данный конструктив состоит из ряда процедурных частей и управляющей части с набором условий, значения которых определяют, какая из процедурных частей выполняетсяmultiple exclusive selective construct: This construct consists of a number of procedure parts and a control part with a set of conditions, the values of which determine which one of the procedure parts is to be executed (см. ISO/IEC 8631:1989 ssn)
Кортеж состоит из набора значений, разделённых запятой, например:A tuple consists of a number of values separated by commas, for instance: (ssn)
который состоит изwhich consists of (ssn)
метка, которая состоит из трёх частейlabel that comes in three parts (ssn)
не состоять в отношениях наследованияhave no inheritance relationship (корпорации Cray Alex_Odeychuk)
Некоторые области объявлений состоят из раздельных частейCertain declarative regions include disjoint parts (см. IEЕЕ Std. 1076-87. IEЕЕ Standard VHDL. Language Reference Manual ssn)
непрерывная итерация: данный конструктив состоит из процедурной части и управляющей части с неявно заданным условием, которое определяет, что процедурная часть может повторяться неограниченноcontinuous iteration: This construct consists of a procedure part and a control part with an implicit condition which specifies that the procedure part will be repeated indefinitely (см. ISO/IEC 8631:1989 ssn)
объектно-ориентированные приложения состоят из объектовobject-oriented applications consist of objects (ssn)
Одна из слабостей графического представления, однако, состоит в том, что доказать такое равенство графически очень трудноit is one of the weaknesses of pictures that proofs of such an equality are difficult to conduct pictorially (см. Communicating Sequential Processes by C.A.R. Hoare 1985 ssn)
Одно популярное практическое правило состоит в том, чтобы заблаговременно определить около 80% требований, предусмотреть время для более позднего определения дополнительных требований и выполнять по мере работы систематичный контроль изменений, принимая только самые важные требованияone common rule of thumb is to plan to specify about 80 percent of the requirements up front, allocate time for additional requirements to be specified later, and then practice systematic change control to accept only the most valuable new requirements as the project progresses (см. Code Complete / Steve McConnell.-2nd ed. 2004)
Основная идея гл. 12 состоит в том, что если нас интересует реакция только в моменты квантования, эти квантованные величины могут быть описаны дискретными моделями или с помощью дельта-оператора, или с помощью оператора сдвигаA key idea from Chapter 12 is that if one is only interested in the at-sample response, these samples can be described by discrete time models in either the shift or delta operator (см. Control system design by Graham C. Goodwin et al. 2000 ssn)
по этой причине я полагаю, что в будущем спецификации будут состоять как из формальных, так и из текстовых описанийfor these reasons, I think we will see future specifications to consist of both a formal definition and a prose definition (см. Frederic P. Brooks, Jr. THE MYTHICAL MAN-MONTH Essays on Software Engineering)
Последовательное приложение – это последовательная программа, которая состоит из пассивных объектов и имеет только один поток управления. Когда один объект вызывает операцию другого объекта, управление передаётся от вызвавшей операции к вызванной. После того как вызванная операция завершает выполнение, управление возвращается вызвавшей операции. В последовательном приложении существует только синхронная передача сообщений вызов процедуры или методаA sequential application is a sequential program that consists of passive objects and has only one thread of control. When an object invokes an operation in another object, control is passed from the calling operation to the called operation. When the called operation finishes executing, control is passed back to the calling operation. In a sequential application, only synchronous message communication procedure call or method invocation is support (см. Software Modeling and Design by Hassan Gomaa 2011 ssn)
Последовательное приложение – это последовательная программа, которая состоит из пассивных объектов и имеет только один поток управления. Когда один объект вызывает операцию другого объекта, управление передаётся от вызвавшей операции к вызванной. После того как вызванная операция завершает выполнение, управление возвращается вызвавшей операции. В последовательном приложении существует только синхронная передача сообщений вызов процедуры или методаA sequential application is a sequential program that consists of passive objects and has only one thread of control. When an object invokes an operation in another object, control is passed from the calling operation to the called operation. When the called operation finishes executing, control is passed back to the calling operation. In a sequential application, only synchronous message communication procedure call or method invocation is support (см. Software Modeling and Design by Hassan Gomaa 2011 ssn)
программный модуль: конструкция, которая состоит из процедур и / или объявлений данных и которая может взаимодействовать с другими подобными конструкциямиsoftware module: construct that consists of procedures and/or data declarations and that can also interact with other such constructs (см. IEC 61508-4)
Простейший способ обеспечить это состоит в создании экземпляра потока внутри блокаA simple way to guarantee this is by instantiating stream within block (ssn)
Простой и эффективный способ, позволяющий верифицировать свойства с ограничениями по времени, состоит в том, чтобы внести эти ограничения в темпоральные операторы CTLA simple and effective way to allow the verification of time bounded properties is to introduce bounds in the CTL temporal operators (см. Model Checking / Edmund M. Clarke, Jr., Orna Grumberg, and Doron A. Peled 1999 ssn)
Процесс копирования состоит из следующих событий:A copying process engages in the following events (ssn)
Пятиугольник программной инженерии состоит из жизненного цикла разработки ПО, языка моделирования ПО, инструментальных средств программной инженерии, планирования проектирования ПО и управления процессом создания и эксплуатации ПОthe software engineering pentagon consists of software development lifecycle, software modeling language, software engineering tools, software project plan, and software process management (см. Practical Software Engineering by Maciaszek L.A. and Liong B.L. 2005)
Работа автоматической версии состоит в выполнении простого копирования всех членов исходного объектаthe behavior of the automatic version is to perform a simple member-by-member copy of the source object
Разница состоит лишь в том, что ветвь будет вставлена справа от выбранного шагаthe difference is just that the branch is inserted to the right of the currently selected step
Реализация шаблона капсулы состоит из следующих шагов:Capsule template instantiation consists of the following steps: (ssn)
с точки зрения структурного проектирования уровни представляют вертикальные структуры рис. 9.4. Вертикальные уровни состоят из сегментов пакетов раздел 9.1.2. Наложение вертикальных структур уровней на горизонтальные структуры сегментов создаёт иерархию зависимостей пакетов. Три критических показателя хорошего структурного проектирования уровней следующиеfrom the architectural design perspective, layers are vertical structures Figure 9-4. Vertical layers consist of partitions of packages Section 9.1.2. Superimposing vertical structures of layers on horizontal structures of partitions creates a hierarchy of package dependencies. Three critical objectives of good architectural design of layers are that (см. Maciaszek L.A. and Liong B.L. 2005: Practical Software Engineering)
Сигнатура операции состоит из её названия, параметров и возвращаемого значенияthe signature of an operation specifies the operation's name, the operation's parameters, and the operation's return value (см. Designing Concurrent, Distributed, and Real-Time Applications with UML by Hassan Gomaa)
символьная строка: агрегат, который состоит из упорядоченной последовательности символовcharacter string: aggregate that consists of an ordered sequence of characters (см. IEC 61131-3 ssn)
службы, из которых состоит приложениеthe services that make up the application (англ. термин взят из кн.: Shukla A. Building Web Apps with Spring 5 and Angular Alex_Odeychuk)
состоять в выполненииbe to perform (ssn)
состоять в использовании модульной организацииbe to modularize (кого(чего) ssn)
состоять в том, что еслиbe that if (ssn)
состоять из нескольких задачconsist of a number of tasks (ssn)
состоять из одного или нескольких других объектовbe composed of one or more other objects (ssn)
состоять из одного поляconsist of a single field (Alex_Odeychuk)
состоять из раздельных частейinclude disjoint parts (ssn)
состоять из следующих событийengage in the following events (ssn)
состоять из следующих шаговconsist of the following steps (ssn)
состоять из следующих этаповconsist of the following steps (ssn)
состоять как из формальных, так и из текстовых описанийconsist of both a formal definition and a prose definition (ssn)
спецификация теста: документ, который состоит из спецификации проектирования теста, спецификации тестовых сценариев и / или спецификации процедуры тестированияtest specification: A document that consists of a test design specification, test case specification and/or test procedure specification (см. Standard glossary of terms used in Software Testing)
сценарий состоит из шагов действияscenario consists of action steps (ssn)
унарно выбирающий конструктив: данный конструктив состоит из единственной процедурной части и управляющей части с одним условием, значение которого определяет, будет или нет процедурная часть выполненаmonadic selective construct: This construct consists of a single procedure part and a control part with one condition, the value of which determines whether or not the procedure part is to be executed (см. ISO/IEC 8631:1989 ssn)
Хорошее решение проблемы состоит в изменении структуры тела циклаA good solution to these problems is to change the structure of the loop body (ssn)
Цель функционирования предприятия состоит в том, чтобы сформировать цепочку создания ценностей, которая обеспечивает реализацию бизнес-назначения, задач и целейthe purpose of enterprise is to realize a value creation chain, which serves the realization of business mission, objectives and goals (см. Maciaszek L.A. and Liong B.L. 2005: Practical Software Engineering)
этот агрегат состоит из движущейся слева направо ленты транспортёра, обрабатывающего устройства и двух роботов, которые перемещают ящики между этим устройством и лентой транспортёра, как изображено на рис. 17.2the plant consists of a conveyor belt that moves from left to right, a processing station, and two robots that move boxes between the station and the belt as shown in Figure 17.2 (см. Model Checking / Edmund M. Clarke, Jr., Orna Grumberg, and Doron A. Peled 1999)
Явный интерфейс обычно состоит из сигнатур функцийan explicit interface typically consists of function signatures (ssn)