DictionaryForumContacts

   English
Terms for subject Programming containing it is | all forms | exact matches only | in specified order only
EnglishRussian
A critical aspect of a programming language is the means it provides for using names to refer to computational objectsОдна из важнейших характеристик языка программирования – какие в нём существуют средства использования имён для указания на вычислительные объекты (см. Harold Abelson and Gerald Jay Sussman with Julie Sussman 1999, Structure and Interpretation of Computer Programs ssn)
A package may have package imports to other packages. This means that package A or element of package A can refer to package B or to its elements. Consequently, a class is owned by only one package but it can be imported to other packages. Imports introduce dependencies between packages and their elementsПакет может импортировать другие пакеты. это означает, что пакет A или элемент пакета A может обратиться к пакету B или к его элементам. Следовательно, класс принадлежит только одному пакету, но он может быть импортирован в другие пакеты. Импорт представляет зависимость между пакетами и их элементами (см. Maciaszek L.A. and Liong B.L. 2005: Practical Software Engineering)
A solution is said to be efficient if it solves the problem within its resource constraintsРешение называется эффективным, если оно решает задачу в рамках её ограничений по ресурсам (С. А. Shaffer ssn)
access to the data that it is to processдоступ к данным, подлежащим обработке (ssn)
Alternatively, the message that came back fastest can be taken to be the most accurate since it presumably encountered the least traffic underway and therefore is the most representative of the pure propagation timeс другой стороны, сообщение, пришедшее быстрее всех, можно рассматривать как самое точное, поскольку оно предположительно попало в момент наименьшего трафика и поэтому наиболее точно отражает чистое время прохождения (см. Distributed systems: principles and paradigms / Andrew S. Tanenbaum, Maarten Van Steen 2002 ssn)
although it is possible, in theoryхотя теоретически возможно ... (ssn)
Although Windows is not inherently difficult, it requires its own coding style and techniqueи хотя с применением Windows не связаны какие-либо специфические трудности в работе, она потребует от вас внесения некоторых изменений в привычные стиль и методику программирования (см. Windows System Programming, 4th Edition by Johnson M. Hart 2010 ssn)
as such, the OS/360 scheduler is good. But it is almost totally uninfluenced by the OS/360 needs of remote job entry, multiprogramming, and permanently resident interactive subsystemsв этом качестве планировщик OS / 360 хорош. Но на него почти никакого влияния не оказали потребности OS / 360 в удалённом вводе заданий, многопрограммности и резидентном размещении интерактивных подсистем (см. Frederic P. Brooks, Jr. THE MYTHICAL MAN-MONTH Essays on Software Engineering)
Attack surface reduction is closely aligned with threat modeling, although it addresses security issues from a slightly different perspectiveУменьшение видов атак тесно связано с моделированием угроз, хотя оно рассматривает проблемы безопасности немного с иной точки зрения (см. ISO/IEC 27034-1:2011 ssn)
to avoid name conflicts, which may cause hard-to-find bugs in large programs, it is wise to use some kind of convention that minimizes the chance of conflicts. Possible conventions include capitalizing method names, prefixing data attribute names with a small unique string, or using verbs for methods and nouns for data attributesчтобы избежать конфликтов имен, которые в больших программах могут привести к тяжело обнаружимым ошибкам, полезно использовать своего рода соглашение, позволяющее минимизировать вероятность конфликтов. Например: называть методы именами, начинающимися с заглавной буквы, добавлять небольшую приставку в начало имен атрибутов данных возможно просто символ подчёркивания или использовать глаголы для методов и существительные для атрибутов данных (см. An Introduction to Python – The Python Tutorial version 3.2 by Guido van Rossum and Fred L. Drake 2011 ssn)
be responsible for the behavior of the machine when it is in the corresponding stateопределять поведение автомата, находящегося в соответствующем состоянии (ssn)
behavior of the machine when it is in the corresponding stateповедение автомата, находящегося в соответствующем состоянии (ssn)
Broadcast Algorithm: A method for disseminating information or making decisions in a distributed program. For decision making, each process broadcasts requests and acknowledgements to all other processes and maintains an ordered message queue that it uses to decide when its request is the oldestАлгоритм рассылки: метод распространения информации или принятия решений в распределённой программе. Для принятия решения каждый процесс отправляет запросы и подтверждения всем остальным процессам и обслуживает упорядоченную очередь сообщений, по которой определяется наиболее давний запрос (см. "Foundations of Multithreaded, Parallel, and Distributed Programming" by Gregory R. Andrews 2000 ssn)
by whom it is doneте, кем это делается (ssn)
capability is and how it must be implementedвозможность и то, как она должна быть реализована (ssn)
changes in ambient temperature and the temperature of the material it is heatingизменения температуры окружающей среды и нагреваемого материала (ssn)
Demand driven I/O tasks referred to as passive I/O tasks in Gomaa [2000] are used when dealing with passive I/O devices that do not need to be polled. In particular, they are used when it is considered desirable to overlap computation with I/OАсинхронные задачи ввода / вывода называемые пассивными задачами ввода / вывода в Gomaa [2000] используются для работы с пассивными устройствами ввода / вывода, которые не надо опрашивать. В частности, они применяются в случае, когда желательно совместить вычисления с вводом / выводом (см. Software Modeling and Design by Hassan Gomaa 2011)
document connection from the object to which it is to be connectedсоединение документа от объекта, до которого оно должно быть соединено (ssn)
establish a common language and a vocabulary that are shared between the business and the IT teamsопределять общий язык и словарь, которые будут совместно использоваться бизнес и ИТ-подразделениями (ssn)
even though you are allowed to insert document connections in the Document Info/Objects tab, it is recommended that you do not do soдаже притом что Вам разрешают вставить соединения документа во вкладку Document Info / Objects, рекомендуется не сделать так
Figure 1.11 shows that the minimal icon for a class is a box with the class name in itна рис. 1.11 показано, что минимальным представлением класса является прямоугольник с именем класса (см. UML 2 and the Unified Process: Practical Object-Oriented Analysis and Design, Second Edition by Jim Arlow and Ila Neustadt 2005)
for example, a bicycle has the functional property of being a transportation device once it has been assembled from its componentsнапример, велосипед имеет функциональные свойства транспортного средства только тогда, когда собран из своих компонентов (см. Software Engineering by Ian Sommerville 2007)
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)
for these reasons, good code design is at least as important for mobile device software as it is for desktopsв силу описанных причин при разработке ПО для мобильных устройств удачная структура кода играет, по крайней мере, не меньшую роль, чем в случае настольных компьютеров (см. "Writing Mobile Code Essential Software Engineering for Building Mobile Applications" by Ivo Salmre 2005)
Haskell is not just a good 'teaching language'. It is a practical programming language, supported by having extensions such as interfaces to C functions and component-based programmingHaskell – не просто хороший "учебный язык". это настоящий язык программирования, имеющий, в частности, такие средства поддержки и расширения, как интерфейс с функциями, написанными на Си, и возможности компонентно-ориентированного программирования
Here and elsewhere, we assume without stating it that the alphabets of the processes on each side of an equation are the sameЗдесь и далее мы неявно предполагаем, что алфавиты процессов в обоих частях уравнения совпадают (см. Communicating Sequential Processes by C.A.R. Hoare 1985 ssn)
if you want to put it into real life concepts, your personal watch is a clock sourceесли хотите аналогию из повседневной жизни, то ваши личные часы являются источником времени (см. "Getting Started with QNX Neutrino. A Guide for Realtime Programmers" by Rob Krten 2009 ssn)
Imagine there is an observer with a notebook who watches the process and writes down the name of each event as it occursПредставьте себе наблюдателя с блокнотом, который следит за процессом и записывает имя каждого происходящего события (см. Communicating Sequential Processes by C.A.R. Hoare 1985 ssn)
in addition, it is crucially important for project teams to understand the distinction between "secure features" and "security features"Кроме того, группам проекта крайне важно понимать различие между "безопасными свойствами" и "свойствами безопасности" (см. ISO/IEC 27034-1:2011)
in the software lifecycle, the time and effort put into the code maintenance significantly outweighs the time and effort put into writing the code in the first place. Code maintenance is reading it and trying to understand it in order to modify or extend it. Any refactoring of code during its production, no matter how small, can significantly benefit software maintainersв жизненном цикле ПО время и трудозатраты на сопровождение кода существенно превышают время и трудозатраты на первоначальное написание кода. При сопровождении кода необходимо прочитать и попробовать понять его, чтобы затем изменить или расширить. Любой рефакторинг кода в процессе его создания, независимо от того, сколь он мал, может принести существенную пользу эксплуатационному персоналу ПО (см. Maciaszek L.A. and Liong B.L. 2005: Practical Software Engineering)
internal BOOL variable that is FALSE when it is initializedвнутренняя BOOL переменная, изначально имеющая значение FALSE (ssn)
it becomes possible to produce portable code, that is, code which can be generated and compiled to run in a number of different real time environments without changing the userwritten portion of the codeСтановится возможным произвести переносимый код, то есть код, который может быть создан и скомпилирован, чтобы функционировать во многих различных средах реального времени без осуществления изменений в пользовательской части кода (см. Auslander D.M., Ridgely J.R., Ringgenberg J.D. Control Software for Mechanical Systems. Object-Oriented Design in a Real-Time World ssn)
it is an error if a constant declaration declares a constant that is of a file type or an access typeСчитается ошибкой, если объявление константы описывает константу файлового или ссылочного типа (см. IEЕЕ Std. 1076-87. IEЕЕ Standard VHDL. Language Reference Manual ssn)
it is an error if a signal declaration declares a signal that is of a file type or an access typeСчитается ошибкой, если объявление сигнала описывает сигнал файлового или ссылочного типа (см. IEЕЕ Std. 1076-87. IEЕЕ Standard VHDL. Language Reference Manual ssn)
it is application-specific how to update multiple instances of the same elementsОбновление множественных вхождений одного типа элементов зависит от приложения (см. ISO/IEC 263002006 ssn)
it is critically important to consider security and privacy concerns carefully during the design phase – mitigation of security and privacy issues is much less expensive when performed during the opening stages of a project lifecycleКрайне важно тщательно рассматривать вопросы безопасности и приватности на этапе проектирования, так как решение проблем безопасности и приватности, осуществляемое на начальных этапах жизненного цикла, будет гораздо менее затратным (см. ISO/IEC 27034-1:2011 ssn)
it is fine to useдопустимо использование (Alex_Odeychuk)
it is fine to useдопускается использование (Alex_Odeychuk)
it is important thatважно, чтобы (ssn)
it is important to realize that UML does not give us any kind of modeling methodologyВажно понимать, что UML не предлагает нам какой-либо методологии моделирования (см. UML 2 and the Unified Process: Practical Object-Oriented Analysis and Design, Second Edition by Jim Arlow and Ila Neustadt 2005 ssn)
it is important to understandследует иметь в виду (ssn)
it is important to understand that type promotions only apply to the values operated upon when an expression is evaluatedСледует иметь в виду, что правила продвижения типов применяются только к значениям, которыми оперируют при вычислении выражения (ssn)
it is necessary to considerнеобходимо принять во внимание (ssn)
it is now widely recognizedв настоящий момент сформирован широкий консенсус (that ... – по поводу того, что ... / по вопросу о том, что ...; InfoWorld Alex_Odeychuk)
it is now widely recognized thatв настоящий момент сформирован широкий консенсус по вопросу о (Alex_Odeychuk)
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)
it is thereforeиз этого следует (ssn)
it is this feature that permits an ALGOL 60 implementation to take advantage of a stack as a method of dynamic storage allocation and relinquishmentв реализации ALGOL 60 эта особенность позволяет использовать стек для динамического распределения и освобождения памяти (ssn)
it is usually an abstract basic class that provides access to the derived concrete classesкак правило, абстрактный базовый класс обеспечивает доступ к производным конкретным классам (см. IEC 61508-7: 2010 ssn)
it is wiseполезно (ssn)
it is worth reiteratingполезно снова повторить (ssn)
Its computational capability was severely limited by the necessity that it pass power from the power shaft back to the steam valveего вычислительная способность была строго ограничена потребностью передать энергию от приводного вала назад к паровому клапану (о регуляторе скорости Уатта. См. Auslander D.M., Ridgely J.R., Ringgenberg J.D. Control Software for Mechanical Systems. Object-Oriented Design in a Real-Time World)
machine when it is in the corresponding stateавтомат, находящийся в соответствующем состоянии (ssn)
maintain an ordered message queue that it uses to decide when its request is the oldestобслуживать упорядоченную очередь сообщений, по которой определяется наиболее давний запрос (ssn)
nobody expects a bridge to be moved by ten meters after it has been built. Similarly, nobody should expect a software product to happily perform different tasks after it has been built. If this is what is expected then the software has not failedНикто не ожидает, что мост будет перемещён на десять метров после того, как он был построен. Точно так же не следует ожидать, что программный продукт успешно выполнит различные задачи после того, как будет создан. Если это то, что нам нужно, тогда программное обеспечение создано удачно (см. Maciaszek L.A. and Liong B.L. 2005: Practical Software Engineering)
Nondeterminism may be a mathematical fiction, but it is a useful ideaНедетерминизм может быть математической фантазией, но это полезная фантазия (ssn)
once the automaton is in the sink state, it can never leave this state againПопав в состояние зацикливания, автомат никогда не сможет из него выйти
powerful technique for documenting an expert's knowledge so that it can be readily understood and applied by othersодин из наиболее эффективных способов документирования экспертных знаний (ssn)
To prove more general theorems about recursively defined processes, it is necessary to introduce a law which states that every properly guarded recursive equation has only one solutionдля доказательства более общих теорем о рекурсивно определённых процессах необходимо ввести закон, гласящий, что всякое должным образом предварённое рекурсивное уравнение имеет единственное решение (см. Communicating Sequential Processes by C.A.R. Hoare 1985 ssn)
represent processes with unbounded behaviour it is necessary to introduce another convention, namely an unlabelled arrow leading from a leaf circle back to some earlier circle in the treeдля представления процессов, обладающих неограниченным поведением, необходимо ещё одно условное обозначение, а именно: непомеченная дуга, ведущая из висячей вершины назад к некоторой вершине дерева (см. Communicating Sequential Processes by C.A.R. Hoare 1985 ssn)
signal has multiple sources and it is not a resolved signalсигнал имеет множество источников, не являясь при этом разрешённым сигналом (ssn)
So, what's the problem? Simply this: Refactoring is risky. It requires changes to working code that can introduce subtle bugsтак в чём проблема? Только в том, что с рефакторингом связан известный риск. Он требует внести изменения в работающий код, что может привести к появлению трудно находимых ошибок в программе (см. Refactoring: Improving the Design of Existing Code by Martin Fowler et al. 1999)
Sometimes the mapping between a name and an object is fixed, but sometimes it is notИногда преобразование имени в объект является фиксированным, а иногда нет (см. Modern Operating Systems Third ed. by Tanenbaum A.S. 2009 ssn)
Speculative generality can be spotted when the only users of a method or class are test cases. If you find such a method or class, delete it and the test case that exercises it. If you have a method or class that is a helper for a test case that exercises legitimate functionality, you have to leave it in, of courseТеоретическая общность может быть обнаружена, когда единственными пользователями метода или класса являются контрольные примеры. Найдя такой метод или класс, удалите его и контрольный пример, его проверяющий. Если есть вспомогательный метод или класс для контрольного примера, осуществляющий разумные функции, его, конечно, надо оставить (см. Refactoring: Improving the Design of Existing Code by Martin Fowler et al. 1999 ssn)
SwSE establishes the baseline for all project software development. Like SwE, it is both a technical and a management processSwSE формирует основу для всей разработки программного обеспечения в проекте и, как и SwE, представляет собой одновременно и технический и управленческий процесс (ssn)
Taking advantage of the concatenation technique, it is possible to design classes which are intended solely or primarily to act as prefixes to other classes or to blocksИспользуя преимущества механизма сочленения, можно разработать ряд классов, предназначенных исключительно для использования в качестве префиксов к другим классам или блокам (ssn)
the convention is that when a process reaches the node at the tail of the arrow, it immediately and imperceptibly goes back to the node to which the arrow pointsУсловимся, что когда процесс достигает вершины у основания этой дуги, он мгновенно переходит назад к вершине, на которую указывает дуга (см. Communicating Sequential Processes by C.A.R. Hoare 1985)
the fundamental character of an imperative programming language is in large part determined by the design of the storage bindings for its variables. It is therefore important to have a clear understanding of these bindingsОсновные свойства императивного языка программирования в значительной степени определяются разработкой способов связывания ячеек памяти с переменными, которые в них хранятся. Из этого следует важность чёткого понимания этих связей (см. Concepts of programming languages / Robert W. Sebesta.–10th ed. 2012)
the great strength of the state machine approach is that it enables you to come up with an explicit definition of valid states for some aspect of your application and enforce proper behaviors as an application moves from one state to anotherМощь подхода, использующего конечный автомат, обусловлена тем, что он позволяет в явном виде определить действительные состояния для некоторого аспекта вашего приложения и задать соответствующие варианты поведения при переходах приложения из одного состояния в другое (см. "Writing Mobile Code Essential Software Engineering for Building Mobile Applications" by Ivo Salmre 2005)
the left side is called the consequent because it is the consequence of the truth of the antecedentЛевая часть называется консеквентом, поскольку она является следствием истинности антецедента
the manner in which it is doneспособ, которым это делается (ssn)
the problem with the standard algorithm is that it can waste a lot of effortПроблема стандартного алгоритма заключается в том, что он затрачивает много усилий впустую (см. "Analysis of Algorithms: An Active Learning Approach" by Jeffrey J. McConnell 2001)
the second input of the NOR gates is connected to the trigger inputs S and R, that make it possible to force the outputs Q and not Q to a given stateВторой вход вентилей НЕ-ИЛИ соединяется со входами триггера S и R, что позволяет принудительно перевести выходы Q и не Q в нужное состояние (см. Digital Integrated Circuits – A Design Perspective 2/e by Jan M. Rabaey, Anantha Chandrakasan, Borivoje Nikolić 2003)
the type within which it is immediately nestedсодержащий его тип (говоря об интерфейсе Alex_Odeychuk)
the type within which it is immediately nestedтип, в который он непосредственно вложен (говоря об интерфейсе Alex_Odeychuk)
there is only one feed tube and it can be moved to whatever tank needs service by a motorИмеется только одна подающая труба, и она может быть перемещена двигателем к любому резервуару для обслуживания по необходимости (см. Auslander D.M., Ridgely J.R., Ringgenberg J.D. Control Software for Mechanical Systems. Object-Oriented Design in a Real-Time World)
these classes will be responsible for the behavior of the machine when it is in the corresponding stateэти классы определяют поведение автомата, находящегося в соответствующем состоянии
this is a pretty smart technique that allows a program to max out frame rates, but it is not true full decouplingэто очень гибкая методика, которая позволяет программе использовать максимальную частоту кадров, на которую способно оборудование. Однако назвать её стопроцентно полной развязкой всё же нельзя (см. Game Architecture and Design / Andrew Rollings, David Morris 2004 ssn)
this solution is not elegant, but it worksне очень элегантное решение, но оно работает (ssn)
Typically, the designer provides a constraint on response time for some operation, and the verifier automatically determines if it is satisfied or notОбычно разработчик предусматривает некоторое ограничение на время реакции для той или иной операции, а верификатор автоматически проверяет, выполняется оно или нет (см. Model Checking / Edmund M. Clarke, Jr., Orna Grumberg, and Doron A. Peled 1999 ssn)
underlying concepts of concurrency and the requirements for it to be usefulосновные понятия параллельности и условия, при которых она становится полезной (ssn)
unit test framework: A tool that provides an environment for unit or component testing in which a component can be tested in isolation or with suitable stubs and drivers. It also provides other support for the developer, such as debugging capabilitiesинтегрированная среда модульного тестирования: инструмент, предоставляющий окружение для модульного тестирования или компонентного тестирования, в котором компонент может быть протестирован как в изоляции, так и с соответствующими заглушками и драйверами. этот инструмент также предоставляет разработчику возможности отладки (Standard glossary of terms used in Software Testing)
when a large amount of memory is released, part of it may be used to meet a subsequent request, leaving an unused part that is too small to meet any further requestsпри высвобождении большого участка памяти часть его может быть выделена в ответ на текущий запрос, при этом остаток может оказаться слишком малым для удовлетворения любых последующих запросов
While in the field of desktop applications object-oriented programming has become an integral part of mainstream languages it is very rarely used in controller applicationsв то время как в сфере компьютерных приложений объектно-ориентированное программирование давно стало составной частью всех ведущих языков, в сфере контроллерных приложений оно применяется крайне редко (ssn)