DictionaryForumContacts

   English
Terms for subject Programming containing are these | all forms
EnglishRussian
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Основная идея гл. 12 состоит в том, что если нас интересует реакция только в моменты квантования, эти квантованные величины могут быть описаны дискретными моделями или с помощью дельта-оператора, или с помощью оператора сдвига (см. Control system design by Graham C. Goodwin et al. 2000 ssn)
as announced, these operations will be the prime component of the type definition – describing its instances not by what they are but by what they have to offerкак уже говорилось, эти операции будут главными компонентами определения типа, с их помощью описывается, что могут предложить его экземпляры, а не то, чем они являются (см. Object-Oriented Software Construction second edition by Bertrand Meyer)
as announced, these operations will be the prime component of the type definition – describing its instances not by what they are but by what they have to offerкак уже говорилось, эти операции будут главными компонентами определения типа, с их помощью описывается, что могут предложить его экземпляры, а не то, чем они являются (см. Object-Oriented Software Construction second edition by Bertrand Meyer)
Both these approaches are popular in their respective domains and are proven to work in professional environmentsОба эти подхода широко применяются в соответствующих научных областях и показали свою применимость в среде профессиональных разработок (см. AI Game Development: Synthetic Creatures with Learning and Reactive Behaviors / Alex J. Champandard 2003 ssn)
capture/playback tool: A type of test execution tool where inputs are recorded during manual testing in order to generate automated test scripts that can be executed later i.e. replayed. These tools are often used to support automated regression testingсредство захвата / воспроизведения: тип инструмента выполнения тестов, в котором входная информация записывается во время ручного тестирования с целью создания автоматизированных тестовых сценариев, которые могут быть выполнены позже т.е. повторены. Эти средства часто используют для поддержки автоматизированного регрессионного тестирования (см. Standard glossary of terms used in Software Testing)
if all the above conditions are met except that a thread at the same priority is ready to run, then this thread will give up CPU after its timeslice expires, and the other thread will be given a chance to runесли удовлетворены все вышеизложенные условия, за исключением того, что становится готов к работе другой поток с таким же самым приоритетом, то предыдущий поток освободит процессор после того, как истечёт выделенный ему квант времени – таким образом, другой поток будет иметь шанс на обслуживание (см. "Getting Started with QNX Neutrino 2. A Guide for Realtime Programmers" by Rob Krten 1996 ssn)
if all the above conditions are met except that a thread at the same priority is ready to run, then this thread will give up CPU after its timeslice expires, and the other thread will be given a chance to runесли удовлетворены все вышеизложенные условия, за исключением того, что становится готов к работе другой поток с таким же самым приоритетом, то предыдущий поток освободит процессор после того, как истечёт выделенный ему квант времени – таким образом, другой поток будет иметь шанс на обслуживание (см. "Getting Started with QNX Neutrino 2. A Guide for Realtime Programmers" by Rob Krten 1996 ssn)
If, as is quite common, there are ten interlock signals which allow a motor to start, the maintenance staff will need to be able to check these quickly in the event of a faultЕсли, как это обычно бывает, имеется порядка десяти блокирующих друг друга сигналов, позволяющих запустить электродвигатель, обслуживающий персонал в случае неисправности должен быть способен быстро проверить все эти сигналы (см. E.A. Parr Programmable Controllers – An Engineer's Guide ssn)
in addition to these features, there are a few conventions for type namesСуществует также несколько соглашений, регулирующих порядок использования имен типов (см. Windows System Programming, 4th Edition by Johnson M. Hart 2010)
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)
on the other hand, the screen-flipping and frame-drawing members are going to be called very frequently, and so these need to be as fast as possibleс другой стороны, методы обмена буферов и рисования кадров будут вызываться очень часто, поэтому они должны быть быстрыми настолько, насколько это возможно (см. Game Architecture and Design / Andrew Rollings, David Morris 2004 ssn)
once fields and methods are relocated to new class classes, an association link should be established from the old to the new class. This can be one-way link unless there is an obvious need for backward message passing. Of course, the relocation of methods has an impact on client classes that depended on these methods. This necessitates changes to method invocations in these classesкак только поля и методы будут перемещены в новый класс классы, должна быть установлена связь ассоциации от старого класса к новому. это может быть односторонняя связь, если нет очевидной потребности в обратной передаче сообщений. Конечно, перемещение методов должно влиять на классы клиента, которые зависели от этих методов. это требует изменений в обращениях к методам в этих классах (см. Maciaszek L.A. and Liong B.L. 2005: Practical Software Engineering)
pair programming: A software development approach whereby lines of code production and/or test of a component are written by two programmers sitting at a single computer. This implicitly means ongoing real-time code reviews are performedпарное программирование: подход к разработке программного обеспечения, при котором код (при разработке и/или тестировании) компонента пишется двумя программистами за одним компьютером. По сути это подразумевает непрекращающиеся рецензии кода (в реальном времени; см. Standard glossary of terms used in Software Testing ssn)
Several of the numerical methods described in this chapter are instances of an extremely general computational strategy known as iterative improvementНекоторые из численных методов, описанных в этой главе, являются примерами чрезвычайно общей вычислительной стратегии, называемой пошаговое улучшение (см. Harold Abelson and Gerald Jay Sussman with Julie Sussman 1999, Structure and Interpretation of Computer Programs ssn)
the models are validated and applied in engineering products. These products are material in nature – bridges, buildings, power stationsМодели утверждаются и используются в технических изделиях. Эти изделия материальны по своей природе – мосты, строения, электростанции (см. Maciaszek L.A. and Liong B.L. 2005: Practical Software Engineering)
the models are validated and applied in engineering products. These products are material in nature – bridges, buildings, power stationsМодели утверждаются и используются в технических изделиях. Эти изделия материальны по своей природе – мосты, строения, электростанции (см. Maciaszek L.A. and Liong B.L. 2005: Practical Software Engineering)
these are all deliverables of strategic planning processes conducted by the enterprise. Part of strategic planning is business modeling. Hence, business processes aim at delivering effectivenessвсе они – то, что нужно получить как результат процесса стратегического планирования, проводимого на предприятии. Частью стратегического планирования является бизнес-моделирование. Следовательно, целью бизнес-процесса является обеспечение результативности (см. Maciaszek L.A. and Liong B.L. 2005: Practical Software Engineering)
these are all deliverables of strategic planning processes conducted by the enterprise. Part of strategic planning is business modeling. Hence, business processes aim at delivering effectivenessвсе они — то, что нужно получить как результат процесса стратегического планирования, проводимого на предприятии. Частью стратегического планирования является бизнес-моделирование. Следовательно, целью бизнес-процесса является обеспечение результативности (см. Maciaszek L.A. and Liong B.L. 2005: Practical Software Engineering)
these are the types of eventsименно события такого рода (ssn)
these are the types of events examined in this chapterИменно события такого рода и рассматриваются в настоящей главе
these hooks, called event handlers, are very small fragments of code inserted into the runtime environment so they will execute whenever particular events occurТакие привязки, которые называются обработчиками событий, представляют собой очень небольшие фрагменты кода, вставленные в среду выполнения так, чтобы они могли выполняться при наступлении конкретного события
these observations are particularly, and painfully, true for modern object-oriented software production. The object paradigm equips a software engineer with a multitude of very powerful programming abstractions, which – when used unwisely – result in programs impossible to understand and maintain, even by programmers who wrote themэти утверждения, особенно и в большой степени, истинны для современного объектно-ориентированного создания ПО. Понятие объекта вооружает инженера ПО множеством очень мощных абстракций программирования. Но если они используются неблагоразумно, получаются программы, которые невозможно ни понять, ни обслуживать даже теми программистами, которые написали их (см. Maciaszek L.A. and Liong B.L. 2005: Practical Software Engineering)
these observations are particularly, and painfully, true for modern object-oriented software production. The object paradigm equips a software engineer with a multitude of very powerful programming abstractions, which – when used unwisely – result in programs impossible to understand and maintain, even by programmers who wrote themэти утверждения, особенно и в большой степени, истинны для современного объектно-ориентированного создания ПО. Понятие объекта вооружает инженера ПО множеством очень мощных абстракций программирования. Но если они используются неблагоразумно, получаются программы, которые невозможно ни понять, ни обслуживать даже теми программистами, которые написали их (см. Maciaszek L.A. and Liong B.L. 2005: Practical Software Engineering)
these specifications are intended to promote international unification of equipment and programming languages for use in the controls industryэти спецификации должны содействовать международной унификации оборудования и языков программирования, предназначенных для использования в индустрии средств управления
this caused a lot of problems for people modeling work flows, which activity diagrams are well suited forэто вызвало немало трудностей у специалистов, моделирующих потоки операций, для которых хорошо подходят диаграммы деятельности (см. "UML Distilled: A Brief Guide to the Standard Object Modeling Language, Third Edition" by Martin Fowler 2003 ssn)
this little trick can actually be useful in the application of double buffering, in which two pointers are swappedвот ещё одна маленькая хитрость, которая может оказаться полезной в приложениях с двойной буферизацией, в которых меняются местами два указателя (см. Hacker's delight / Henry S. Warren, Jr. – 2nd ed. 2013 ssn)
this type of model is appropriate for synchronous systems, where all of the components are synchronized by a single global clockТакие модели пригодны для синхронных систем, в которых все компоненты синхронизованы едиными глобальными часами (см. Model Checking / Edmund M. Clarke, Jr., Orna Grumberg, and Doron A. Peled 1999 ssn)
this type of model is often used for modelling real-time systems because these systems are often driven by stimuli from the system's environmentэтот тип модели особенно полезен для моделирования систем реального времени, поскольку этими системами обычно управляют входные сигналы, приходящие из окружения системы (см. Software engineering, 8th ed. / Ian Sommerville 2007)
which are not reflected in this bookкоторые не отражены в этой книге (ssn)