English | Russian |
All computing in a pure object-oriented language is done by the same uniform technique: sending a message to an object to invoke one of its methods | все вычисления в полностью объектно-ориентированном языке выполняются с помощью передачи сообщения объекту для вызова одного из его методов (ssn) |
another target object in the same association | другой целевой объект в той же ассоциации (ssn) |
Both sides adhere to the same agreed-upon contract, which in this case include a specifically formed delegate and a means to register that delegate with the event-generating entity | Обе стороны выполняют требования согласованного контракта, который в данном случае включает специально сформированный делегат и средства его регистрации в генерирующей события сущности (см. Accelerated C# 2010 by Trey Nash 2010 ssn) |
Concurrency in software is a way to manage the sharing of resources used at the same time | Параллельность в программах – это способ управлять распределением общих ресурсов, используемых одновременно (см. Multi-Core Programming by Shameem Akhter and Jason Roberts 2006 ssn) |
Concurrency in software is a way to manage the sharing of resources used at the same time | Параллельность в программах это способ управлять распределением общих ресурсов, используемых одновременно (см. Multi-Core Programming by Shameem Akhter and Jason Roberts 2006 ssn) |
for example, a particular mandatory membership may additionally imply that the membership is fixed, i.e. once an object is linked to a target object in the association it cannot be reconnected to another target object in the same association | Например, данная обязательная принадлежность может дополнительно означать, что принадлежность является фиксированной, т.е. если объект связан с целевым объектом в ассоциации, он не может быть повторно связан с другим целевым объектом в той же ассоциации (см. Maciaszek, L.A.: Requirements Analysis and System Design, 3rd ed. 2007) |
in the same manner | так же (ssn) |
in the same manner, as shown below | так же, как изображено ниже (ssn) |
in the same manner, as shown below | так же, как показано ниже (ssn) |
operate in basically the same manner but which employ different | отличаться только (кем(чем) ssn) |
pattern match in exactly the same way | идентично выполнять сопоставление с образцом (Alex_Odeychuk) |
processes running on independent processors in the same computer | процессы, работающие на независимых процессорах одного и того же компьютера (ssn) |
processes running on independent processors in the same computer, or processes running on entirely separate computers | процессы, работающие на независимых процессорах одного и того же компьютера, или процессы на совершенно разных компьютерах (ssn) |
the equivalent sequence is in the same order as the identifier list | Порядок в эквивалентной последовательности соответствует порядку в списке идентификаторов |
the improvements in software are characterized by Corbato's law, which states that the number of lines of code is the same, independent of the language used | Усовершенствования программного обеспечения характеризуются Законом Корбато, который гласит, что число строк кода остаётся неизменным независимо от используемого языка (Bob Frankston) |
the number of entries in the table view will be the same as the number of objects in the array | количество строк в табличном представлении совпадает с количеством объектов в массиве (ssn) |
the refactoring target of Extract Interface is twofold and defined as "Several clients use the same subset of a class's interface, or two classes have part of their interfaces in common" | Цель рефакторинга Интерфейс извлечения двойная и определяется так: "Несколько клиентов используют то же самое подмножество интерфейса класса или два класса содержат общую часть своих интерфейсов" (Фаулер, 1999, с.341). Метод рефакторинга Интерфейс извлечения используется, чтобы "выделить подмножество в интерфейс" (там же). Идея относительно этого рефакторинга связана с самой природой интерфейсов (раздел 9.1.6; Fowler, 1999, p.341). The Extract Interface refactoring method is to "extract the subset into an interface" (Fowler, 1999, p.341). The idea of this refactoring is related to the very nature of interfaces (Section 9.1.6; см. Maciaszek L.A. and Liong B.L. (2005): Practical Software Engineering) |
the refactoring target of Extract Interface is twofold and defined as Several clients use the same subset of a class's interface, or two classes have part of their interfaces in common | Цель рефакторинга Интерфейс извлечения двойная и определяется так: "Несколько клиентов используют то же самое подмножество интерфейса класса или два класса содержат общую часть своих интерфейсов" Фаулер, 1999, с.341. Метод рефакторинга Интерфейс извлечения используется, чтобы "выделить подмножество в интерфейс" там же. Идея относительно этого рефакторинга связана с самой природой интерфейсов (Fowler, 1999, p.341). The Extract Interface refactoring method is to extract the subset into an interface (Fowler, 1999, p.341). The idea of this refactoring is related to the very nature of interfaces (Section 9.1.6; см. Maciaszek L.A. and Liong B.L. (2005): Practical Software Engineering; раздел 9.1.6) |
the same pieces of code in multiple places | те же самые части кода в нескольких местах (ssn) |
the same pieces of code in multiple places | одни и те же части кода в нескольких местах (ssn) |
there can be separate processes running on one processor, processes running on independent processors in the same computer, or processes running on entirely separate computers | бывают отдельные процессы, работающие на одном процессоре, процессы, работающие на независимых процессорах одного и того же компьютера, или процессы на совершенно разных компьютерах (ssn) |