DictionaryForumContacts

   English
Terms for subject Programming containing all of that | all forms
EnglishRussian
A constructor is a good example of a method that is shared by all instances of a classКонструктор – это хороший пример метода, совместно используемого всеми экземплярами класса (ssn)
A task descriptor is a data structure that stores all of the relevant information about the execution state of a taskДескриптор задачи – это структура данных, хранящая всю информацию о состоянии выполнения задачи (ssn)
A task descriptor is a data structure that stores all of the relevant information about the execution state of a taskДескриптор задачи – это структура данных, хранящая всю информацию о состоянии выполнения задачи (ssn)
All complex systems that are supportable take the form of a hierarchyвсё приемлемые сложные системы имеют иерархическую форму (см. Maciaszek L.A. and Liong B.L. 2005: Practical Software Engineering ssn)
all the controllers that are part of the assemblyвсе контроллеры, которые входят в сборку (Alex_Odeychuk)
data structure that stores all of the relevant information about the execution state of a taskструктура данных, хранящая всю информацию о состоянии выполнения задачи (дескриптор задачи ssn)
Entry and exit actions may not be evaded by any means, including the occurrence of exceptions. They provide an encapsulation mechanism for the specification of state machine behavior, with a guarantee that necessary actions will be performed under all circumstancesДействий при входе и выходе невозможно избежать, даже при выбрасывании исключений. Эти действия представляют собой механизм инкапсуляции, служащий для спецификации поведения конечного автомата, и гарантируют выполнение неких обязательных действий при любых условиях (см. "The UML Reference Manual" by J.Rumbaugh, Ivar Jacobson, Grady Booch 1999 ssn)
method that is shared by all instances of a classметод, совместно используемый всеми экземплярами класса (ssn)
next task is to find all the elements of the list that match a certain criterionследующая задача заключается в нахождении всех элементов списка, которые соответствуют определённому критерию (ssn)
smoke test: A subset of all defined/planned test cases that cover the main functionality of a component or system, to ascertaining that the most crucial functions of a program work, but not bothering with finer details. A daily build and smoke test is among industry best practicesтест "на дым": подкласс всех определённых / запланированных тестовых сценариев, покрывающий основную функциональность компонента или системы с целью удостовериться, что базовые функции программы в целом работают корректно, без углубления в детали. Ежедневная сборка и тест "на дым" принадлежат к числу передовых практических методов промышленности (см. Standard glossary of terms used in Software Testing)
testing: The process consisting of all lifecycle activities, both static and dynamic, concerned with planning, preparation and evaluation of software products and related work products to determine that they satisfy specified requirements, to demonstrate that they are fit for purpose and to detect defectsтестирование: процесс, содержащий в себе все активности жизненного цикла, как динамические, так и статические, касающиеся планирования, подготовки и оценки программных продуктов и связанных с этим результатов работ с целью определить, что они соответствуют описанным требованиям, показать, что они подходят для заявленных целей и для определения дефектов (см. Standard glossary of terms used in Software Testing ssn)
the complexity of networks grows exponentially with addition of new elements to the structure. In practice, all complex structures that work, including living organisms and human-made systems, are hierarchiesСложность сетей растёт по экспоненте с добавлением новых элементов к структуре. На практике все сложные работающие структуры, включая живые организмы и сделанные человеком системы, являются иерархическими (см. Maciaszek L.A. and Liong B.L. 2005: Practical Software Engineering)
the top of the hierarchy is an abstract class that implements all the event handling methods to do nothingВершиной иерархии является абстрактный класс, который содержит описание всех методов, обрабатывающих события, но без реализации (см. "UML Distilled: A Brief Guide to the Standard Object Modeling Language, Third Edition" by Martin Fowler 2003)
with this context, the compucentric nature of modern mechanical systems designs becomes clearer. Computational capabilities and limitations must be considered at all stages of the design and implementation process. In particular, the effectiveness of the final production system will depend very heavily on the quality of the real time software that controls the machineУчитывая это, природа компьютеризации проектов современных механических систем становится более понятной. Вычислительные способности и ограничения должны рассматриваться на всех стадиях процесса проектирования и реализации. В частности, эффективность окончательной промышленной системы будет существенно зависеть от качества функционирования программного обеспечения в реальном масштабе времени, которое управляет механизмом (см. Auslander D.M., Ridgely J.R., Ringgenberg J.D. Control Software for Mechanical Systems. Object-Oriented Design in a Real-Time World)
you may want to have a utility class that deletes all of the .class files under the /opt/workspace/java directory on your development box as a cleanup step for your buildВозможно, вы захотите заполучить вспомогательный класс, который удаляет все файлы .class в каталоге / opt / workspace / java вашего пространства для разработки. это может происходить на этапе очистки при подготовке сборки (см. "The Well-Grounded Java Developer" by Benjamin J. Evans, Martijn Verburg 2013)
you see that all these fixes eliminate the problems by contributing to the complexity of codeкак можно видеть, эти исправления устраняют проблемы за счёт увеличения сложности кода (ssn)