DictionaryForumContacts

   Russian
Terms for subject Programming containing по нему | all forms
RussianEnglish
Второй способ избежать, по крайней мере, некоторых из проблем роста сложности состоит в использовании модульной организации программного обеспечения и процесса его созданияthe second way of avoiding at least some of the complexity problems is to modularize the software and its production process
документация по инциденту о его проявлении, природе и состоянииdocumentation of the occurrence, nature, and status of an incident (ssn)
Затраты вычислительных ресурсов, связанные с созданием потока, его поддержкой и управлением, у операционной системы значительно ниже по сравнению с аналогичными затратами для процессов, поскольку объём информации отдельного потока гораздо меньше, чем у процессаA thread is a lighter burden on the operating system to create, maintain, and manage because very little information is associated with a thread. This lighter burden suggests that a thread has less overhead compared to a process (см. "Parallel and Distributed Programming Using C++" by Cameron Hughes, Tracey Hughes 2003 ssn)
Отслеживаемый каталог, в котором можно создавать и удалять артефакты Java EE и файлы модулей. По мере появления и модификации артефактов в произвольном проекте они помещаются в соответствующие структуры проекта Java EE, динамически генерируемые в рабочей области. Инструмент быстрого развёртывания генерирует артефакты развёртывания, необходимые для конструирования приложения Java EE и его развёртывания на целевом сервереA monitored directory where Java EE artifacts or module files can be created or dropped. As artifacts are introduced or modified in the free-form project, the artifacts are placed in the appropriate Java EE project structures that are dynamically generated in the workspace. The rapid deployment tools generates deployment artifacts required to construct a Java EE-compliant application and deploy that application to a target server (см. free-form project ssn)
Подробное описание сопоставления с образцом по маске и его применения дано в приложении BSee appendix B for complete details on how you can apply glob pattern matching (см. "The Well-Grounded Java Developer" by Benjamin J Evans, Martijn Verburg 2013 ssn)
Решение называется эффективным, если оно решает задачу в рамках её ограничений по ресурсамA solution is said to be efficient if it solves the problem within its resource constraints (С. А. Shaffer ssn)
Сложность ПО имеет тенденцию экспоненциально расти вместе с его объёмомSoftware complexity tends to increase exponentially with size (ssn)