DictionaryForumContacts

   English
Terms for subject Programming containing be for | 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 data type is a classification which defines for literals and variables the possible values, the operations that can be done, and the way the values are storedТип данных – это классификация, которая определяет возможные значения для литералов и переменных, операции, которые можно выполнять и способ хранения значений (ssn)
A popular clock frequency for very-low-power applications, including wristwatches, is 32.768 kHzПопулярная тактовая частота для систем с очень низким энергопотреблением, включая наручные часы, составляет 32,768 кГц (ssn)
aggregate object: An object that's composed of subobjects. The subobjects are called the aggregate's parts, and the aggregate is responsible for themагрегированный объект: объект, составленный из подобъектов. Подобъекты называются частями агрегата, и агрегат отвечает за них (см. Design Patterns: Elements of Reusable Object-Oriented Software by Erich Gamma, Richard Helm, Ralph Johnson, John M. Vlissides ssn)
all the work for V2 that has been going on in the main branchвся работа над версией 2, которая ведётся в основной ветке разработки (в системе контроля версий Alex_Odeychuk)
allocate time for additional requirements to be specified laterпредусматривать время для более позднего определения дополнительных требований (ssn)
an ideal funnel process would schematically look like Figure 11.7, whereby there is a gradual decrease in visitors width of funnel due to self qualification pageviews height of funnel by, for example, price, feature list, delivery location, stock availability, and so onИдеальная последовательность схематически выглядит, как показано на рис. 11.7, где количество посетителей уменьшается постепенно оно соответствует ширине воронки-последовательности по мере просмотра страниц высота воронки, содержащих, например, информацию о ценах, наличии товара, описание товара, условия доставки и т.д. (см. Advanced Web metrics with Google Analytics / Brian Clifton 2008 ssn)
applications that compose an enterprise's existing system for handling company-wide informationприложения, входящие в состав системы обработки информации общекорпоративного уровня (ssn)
applications that compose an enterprise's existing system for handling company-wide informationприложения, входящие в состав системы обработки информации уровня организации (ssn)
Architecting systems to be represented by a series of states is a common method for designing extensible and manageable codeСоздание архитектуры, в которой система представлена последовательностью состояний, является распространённым методом разработки расширяемого и легко управляемого кода (ssn)
as we will see, this unsurprisingly is a convenient value for a range of simple timing applications, using software delay loops and the counter/timerкак мы увидим позже, это – очень удобное значение для многих простых задач, опирающихся на синхронизацию, в которых используются программные циклы временной задержки и счётчики / таймеры
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 available for autowiringбыть обнаруженным для связывания (классов Alex_Odeychuk)
be checked compile-time for correctnessпроверяться на корректность во время компиляции (Alex_Odeychuk)
be checked for nullпроверяться на неопределённое значение (Alex_Odeychuk)
be checked for nullпроходить проверку на неопределённое значение (Alex_Odeychuk)
be coding the business logic for a new applicationразрабатывать код слоя предметной области нового приложения (англ. термин взят из кн.: Groves M.D. AOP in .NET: Practical Aspect-Oriented Programming Alex_Odeychuk)
be confident with building and using components for applicationsуверенно разрабатывать и использовать компоненты приложений (Alex_Odeychuk)
be configured for the host platformконфигурироваться для инструментальной платформы (Alex_Odeychuk)
be considered for inclusion inрассматриваться на предмет включения в (язык программирования Alex_Odeychuk)
be containerized for deploymentбыть развёрнутым внутри контейнера (e.g., be containerized for deployment using Docker Alex_Odeychuk)
be created for the whole application lifetimeсоздаваться на всё время выполнения приложения (англ. термин взят из кн.: De Sanctis V. ASP.NET Core and Angular 2 Alex_Odeychuk)
be developed for the codeразрабатываться для кода (корпорации AdaCore Alex_Odeychuk)
be forwarded to the controller for further processingнаправляться контроллеру для дальнейшей обработки (англ. термин взят из кн.: Shukla A. Building Web Apps with Spring 5 and Angular Alex_Odeychuk)
be idle waiting for data to arriveбездействовать в ожидании данных (ssn)
be meant to be for internal use onlyбыть предназначенным исключительно для внутреннего пользования (напр., в классе Alex_Odeychuk)
be mocked for testingполучить имитированную реализацию в целях тестирования (англ. термин взят из кн.: Shukla A. Building Web Apps with Spring 5 and Angular Alex_Odeychuk)
be monitored for messages that arrive asynchronouslyвести контроль поступления сообщений, передаваемых в асинхронном режиме (Alex_Odeychuk)
be not safe forне подлежать (чему-либо; the project will be fully compiled because project is not safe for incremental compilation Alex_Odeychuk)
be not worthwhile for allбыть оправданным не для всех (ssn)
be qualifiable for safety-critical systemsпроходить аттестацию по требованиям функциональной безопасности (корпорации AdaCore Alex_Odeychuk)
be queued for executionпомещаться в очередь на выполнение (Alex_Odeychuk)
be registering for notification of an eventрегистрироваться для получения уведомления о событии (ssn)
be required for developmentтребоваться для разработки (Alex_Odeychuk)
be required for enforcingслужить для (ssn)
be responsible for creating new instancesотвечать за создание новых экземпляров (Alex_Odeychuk)
be responsible for the behavior of the machine when it is in the corresponding stateопределять поведение автомата, находящегося в соответствующем состоянии (ssn)
be responsible for writing a state-machine description that is unambiguousнести ответственность за однозначность в описании конечного автомата (ssn)
be sufficient for the number of sourcesудовлетворять числу источников (ssn)
be used for building microservicesиспользоваться для построения микрослужб (англ. термин взят из кн.: Shukla A. Building Web Apps with Spring 5 and Angular Alex_Odeychuk)
be well-suited for data processingобеспечивать эффективную обработку данных (контекстуальный перевод на русс. язык Alex_Odeychuk)
Boolean condition that must be true for the transition to be takenлогическое условие, которое должно быть выполнено, чтобы переход имел место (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 the early 1960s, a number of vendors had developed batch operating systems for their computer systemsв начале 60-х годов некоторые поставщики разработали пакетные операционные системы для своих компьютеров (ssn)
cause response time for higher-priority processes to be higherслужить причиной увеличения времени реакции высокоприоритетных процессов (ssn)
Continuous time, on the other hand, is the natural model for asynchronous systems, because the separation of events can be arbitrarily smallНепрерывное время, с другой стороны, является естественной моделью для асинхронных систем, поскольку промежуток времени, разделяющий события, может быть сколь угодно мал (см. Model Checking / Edmund M. Clarke, Jr., Orna Grumberg, and Doron A. Peled 1999 ssn)
convenient mechanism for storage that is global within a thread but unavailable to other threadsудобный механизм организации памяти, являющейся глобальной в контексте потока, но недоступной другим потокам (ssn)
Each of these steps can be performed by a separate computational unit, with a particular operand being passed from unit to unit for the complete addition operationкаждый из этих шагов может быть выполнен отдельным вычислительным блоком, где каждый отдельный операнд передаётся от блока к блоку для выполнения операции сложения (см. "Petri Net Theory And The Modeling Of Systems" by James L. Peterson 1981 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)
every system has a life cycle. A life cycle can be described using an abstract functional model that represents the conceptualization of a need for the system, its realization, utilization, evolution and disposalЖизненный цикл может быть описан с использованием абстрактной функциональной модели, представляющей концептуализацию потребности в системе, её реализации, применения, развития и ликвидации (см. ISO/IEC 15288:2002E)
Example 1-1 is the entire code for the programПолный код этой программы приведен в листинге 1.1 (ssn)
Exercise: Show that the usual primal-dual complementary slackness for optimality is a special case of 2bУпражнение. Показать, что обычное свойство дополняющей нежёсткости оптимальных решений для прямой и двойственной задач является частным случаем (ssn)
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)
filename for the object program to be createdимя файла создаваемой объектной программы (ssn)
for a guarded signal that is of a composite type, each subelement is likewise a guarded signalкаждый подэлемент защищённого сигнала составного типа также является защищённым сигналом (см. IEЕЕ Std. 1076-87. IEЕЕ Standard VHDL. Language Reference Manual)
for a randomly chosen task set, the likely bound is 0.88для случайно выбранной группы задач вероятная верхняя граница коэффициента использования ЦП равна 0.88 (См. Sha, Lui; Goodenough, J. "Real-Time Scheduling Theory and Ada". IEEE Computer 23, 4 (April 1990): 53-62)
for a signal declared to be of a composite subtype, each scalar subelement of the value of the default expression is the default value of the corresponding subelement of the signalдля сигнала, описанного с составным подтипом, каждый скалярный подэлемент значения неявного выражения является неявным значением соответствующего подэлемента этого сигнала (см. IEEE Std. 1076-87. IEEE Standard VHDL. Language Reference Manual)
for a signal declared to be of a scalar subtype, the value of the default expression is the default value of the signalдля сигнала, описанного со скалярным подтипом, значение неявного выражения является неявным значением этого сигнала (см. IEЕЕ Std. 1076-87. IEЕЕ Standard VHDL. Language Reference Manual)
for an event to occur, it may be necessary for certain conditions to holdдля того чтобы событие произошло, необходимо выполнение соответствующих условий
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 example, how to ask an interrupt controller chip about which interrupt fired, or how to interface to the timer chip to be able to arrange for periodic interrupts, etcНапример как опрашивать контроллер прерываний о том какое прерывание произошло или о том как настроить таймер на регулярную генерацию прерываний (и т.п.; см. "Getting Started with QNX Neutrino 2. A Guide for Realtime Programmers" by Rob Krten (1996))
for example, rule-oriented programming would be best suited for the design of a knowledge base, and procedure-oriented programming would be best for the design of computation-intense operationsНапример, для проектирования базы знаний может оказаться наиболее удобным продукционный стиль программирования, а для решения вычислительных задач – процедурно-ориентированный
for two record values, matching elements are those that have the same element identifierдля двух структурных значений соответствующими элементами являются те элементы, которые имеют один и тот же идентификатор элементов (см. IEЕЕ Std. 1076-87. IEЕЕ Standard VHDL. Language Reference Manual)
if the action of a transition is only an action of one of the two processes, then there will be a transition in the parallel composition for each location of the other timed automatonесли действием некоторого перехода будет действие только одного из двух процессов, то для каждой позиции второго временного автомата в параллельной композиции будет совместный переход (см. Model Checking / Edmund M. Clarke, Jr., Orna Grumberg, and Doron A. Peled 1999 ssn)
in one aspect, for a UM software component that is a context or setting of the UM application e.g., availability of a UM service for a particular user, the programming environment uses an XML conditional attribute to condition a prompt, transition or grammar node the UM FSMв одном аспекте для программного компонента системы UM, который является контекстом или установочным параметром приложения системы UM например, доступность службы системы UM для конкретного пользователя, среда программирования использует условный атрибут языка XML для задания условия для подсказки, перехода или грамматического узла конечного автомата системы UM
in response to a create operation for a data object, the server may return 202 Accepted to indicate that the object is in the process of being createdв ответ на операцию создания объекта данных сервер может вернуть код 202 Accepted, указывающий на то, что объект находится в стадии создания
interface to the timer chip to be able to arrange for periodic interruptsнастраивать таймер на регулярную генерацию прерываний (ssn)
language in computer programming: A set of characters, conventions, and rules that is used for conveying informationязык в компьютерном программировании: набор символов, соглашений и правил, которые используются для представления информации (см. ISO/IEC 2382-7:2000-04-01 ssn)
may be relevant for controlможет быть важным для управления (ssn)
mechanism for storage that is global within a thread but unavailable to other threadsмеханизм организации памяти, являющейся глобальной в контексте потока, но недоступной другим потокам (ssn)
method or class that is a helper for a test caseвспомогательный метод или класс для контрольного примера (ssn)
Nonpreemptive schedulers usually cause response time for higher-priority processes to be higherПланировщики без приоритетов обычно служат причиной увеличения времени реакции высокоприоритетных процессов (см. Model Checking / Edmund M. Clarke, Jr., Orna Grumberg, and Doron A. Peled 1999 ssn)
of course, we cannot expect a single fixed tasking metaphor to be the ideal solution for all possible modes of useКонечно, мы не можем считать, что однажды установленная схема управления задачами будет идеальной для всех возможных режимов использования (см. Project Oberon: The Design of an Operating System and Compiler Edition 2005 by N. Wirth, J. Gutknecht перевод Е.В. Борисова, Л.Н. Чернышова, 2012)
off-the-shelf software: A software product that is developed for the general market, i.e. for a large number of customers, and that is delivered to many customers in identical formatготовое программное обеспечение: программный продукт, разработанный для широкого рынка, т.е. для большого числа клиентов, и поставляемый большинству в одинаковой конфигурации (см. Standard glossary of terms used in Software Testing 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)
one common rule of thumb is to plan to specify about 80 percent of the requirements up front, allocate time for additional requirements to be specified later, and then practice systematic change control to accept only the most valuable new requirements as the project progressesОдно популярное практическое правило состоит в том, чтобы заблаговременно определить около 80% требований, предусмотреть время для более позднего определения дополнительных требований и выполнять по мере работы систематичный контроль изменений, принимая только самые важные требования (см. Code Complete / Steve McConnell.-2nd ed. 2004)
Otherwise, the cloud will remain a nice sandbox, in other words, it'll be used mainly as a place for application testing and developmentв противном случае облачная среда останется просто удобной песочницей, другими словами, она будет использоваться преимущественно в качестве безопасного места для разработки и тестирования приложений (ssn)
powerful technique for documenting an expert's knowledge so that it can be readily understood and applied by othersодин из наиболее эффективных способов документирования экспертных знаний (ssn)
security policy, that is, the rules for access-to-information at each project organization levelобеспечение защиты, включая правила доступа к информации на уровне каждой проектной организации (ssn)
security-related tools that are available for computersотносящиеся к безопасности инструментальные средства, которые доступны для компьютеров (ssn)
special channel for messages that could not be processed by their receiversспециальный канал, предназначенный для сообщений, которые не могут быть обработаны своими получателями (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)
stream of input that is being fed into the computer for the program to useпоток входных данных, направляемый в компьютер для использования программой (ssn)
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 associated program organization units shall be scheduled for execution upon each rising edge of the SINGLE input of the taskСвязанные программные компоненты должны быть спланированы для выполнения при каждом переднем фронте входного параметра SINGLE задачи (см. IEC 61131-3:2013 ed. 3.0 Programmable Controllers – Programming Languages)
the assumption is that the program should be behaving reasonably for any input dataСчитается, что программа должна вести себя разумно при любых входных данных (см. Maciaszek L.A. and Liong B.L. 2005: Practical Software Engineering)
the C Standard Library, in combination with CORBA and the Pthreads library, provides the support for agent-oriented and blackboard programming concepts that are discussed in this bookСтандартная библиотека C в сочетании с CORBA и библиотекой Pthreads обеспечивает поддержку концепций агентно-ориентированного программирования и программирования на основе методологии "доски объявлений", которые рассматриваются в этой книге (см. "Parallel and Distributed Programming Using C " by Cameron Hughes, Tracey Hughes 2003)
the C Standard Library, in combination with CORBA and the Pthreads library, provides the support for agent-oriented and blackboard programming concepts that are discussed in this bookСтандартная библиотека C в сочетании с CORBA и библиотекой Pthreads обеспечивает поддержку концепций агентно-ориентированного программирования и программирования на основе методологии "классной доски", которые рассматриваются в этой книге (см. "Parallel and Distributed Programming Using C " by Cameron Hughes, Tracey Hughes 2003)
the capabilities of the programmable controllers are determined by programmable functions which are summarized in Table 1. They are subdivided for ease of use into application-oriented groupsВозможности контроллеров определяются программируемыми функциями, которые в обобщённом виде представлены в таблице 1. Для облегчения использования их подразделяют на группы в зависимости от назначения (см. IEC 61131-1 2003)
the designer is responsible for writing a state-machine description that is unambiguousразработчик несёт ответственность за однозначность в описании конечного автомата (ssn)
the first objective of the requirements of this subclause is to specify the requirements for software safety in terms of the requirements for software safety functions and the requirements for software safety integrityПервой целью настоящего подраздела является определение требований к безопасности ПО как требований к функциям безопасности ПО и требований к полноте безопасности ПО (см. IEC 61508-3)
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 index subtype of this array must be sufficient for the number of sources of any signal resolved with this functionПодтип индекса этого массива должен удовлетворять числу источников любого сигнала, разрешаемого этой функцией (см. IEЕЕ Std. 1076-87. IEЕЕ Standard VHDL. Language Reference Manual)
the initial state of the output variable Q1 shall be the normal default value of zero for boolean variablesНачальным состоянием выходной переменной Q1 является нормальное неявное значение 0 для логических переменных (см. IEC-61131-3-2013 ed. 3.0 Programmable Controllers – Programming Languages)
the primary database does not wait for an acknowledgment that the log data was received by the standby systemПервичная база данных не ожидает подтверждения получения данных журнала резервной системой
the process contains three tanks that are used to store feedstock for a downstream processТехнологический процесс охватывает три резервуара, которые используются, чтобы аккумулировать исходное сырье для последующего технологического процесса (см. Auslander D.M., Ridgely J.R., Ringgenberg J.D. Control Software for Mechanical Systems. Object-Oriented Design in a Real-Time World)
the requirements for the software product are satisfiedпрограммный продукт соответствует установленным требованиям (ssn)
the retentive behavior can declare for all variables contained in the variable sections VAR_INPUT, VAR_OUTPUT, and VAR of functions blocks and programs to be either retentive or non-retentive by using the RETAIN or NON_RETAIN qualifierСвойства в части сохранения могут объявлять переменные, содержащиеся в секциях переменных VAR_INPUT, VAR_OUTPUT и VAR функциональных блоков и программ, сохраняемыми или несохраняемыми, используя квалификаторы RETAIN или NON_RETAIN (см. IEC 61131-3:2013 Programmable Controllers – Programming Languages)
the semantic backplane is typically maintained using a UML modeling tool that provides ways to enter, view and modify specifications for each modeling elementСемантический задний план обычно сопровождается инструментом моделирования UML, предоставляющим доступ, просмотр и изменение спецификаций каждого элемента модели (см. UML 2 and the Unified Process: Practical Object-Oriented Analysis and Design, Second Edition by Jim Arlow and Ila Neustadt 2005)
the steady-state response is the response that exists for a long time following an input signal initiationУстановившийся режим – это реакция системы, которая остаётся спустя большой промежуток времени с момента приложения входного сигнала (см. Modern Control Systems by Richard C. Dorf & Robert H. Bishop 2008)
the steady-state response is the response that exists for a long time following an input signal initiationУстановившийся режим — это реакция системы, которая остаётся спустя большой промежуток времени с момента приложения входного сигнала (см. Modern Control Systems by Richard C. Dorf & Robert H. Bishop 2008)
the time to request data from a monitor task and wait for the response is assumed to be small compared to the total execution timeВремя запроса данных у монитора и ожидания ответа предполагается малым по сравнению с общим временем выполнения (см. Model Checking / Edmund M. Clarke, Jr., Orna Grumberg, and Doron A. Peled 1999)
the variable initialization constructs can be used for the declaration of initial values of function inputs and initial values of their internal and output variablesКонструкции инициализации переменных могут использоваться для объявления начальных значений входных параметров функции, внутренних и выходных переменных (см. IEC 61131-3:2013 Programmable Controllers – Programming Languages)
Thereby, high level decisions can be introduced to a menu structure for a tailored responseТаким образом, для специализированного ответа в структуру меню могут быть внёсены решения высокого уровня (ssn)
these classes will be responsible for the behavior of the machine when it is in the corresponding stateэти классы определяют поведение автомата, находящегося в соответствующем состоянии
this draft contains a proposal for object-oriented extensions to be added to the IEC 61131-3этот проект содержит предложение по объектно-ориентированным расширениям, которые будут добавлены в IEC 61131-3
this is not the case for application-level state machines that are called when the application goes from one discrete mode of operation or user interface display into anotherОднако для конечных автоматов, работающих на уровне приложения, которые вызываются при переходе приложения из одного режима выполнения операций или отображения пользовательского интерфейса в другой, такие ситуации не характерны (см. "Writing Mobile Code Essential Software Engineering for Building Mobile Applications" by Ivo Salmre 2005 ssn)
this kind of analysis can also be used to determine execution times for more complex sequences of eventsэтот вид анализа также может использоваться для определения времени выполнения более сложных последовательностей событий (см. Model Checking / Edmund M. Clarke, Jr., Orna Grumberg, and Doron A. Peled 1999)
this type of account works best for roommates or other long-term guests who will be using your computerэтот тип учётной записи – наилучший выбор для совместно проживающих в одном помещении нескольких взрослых пользователей или других часто посещающих ваш дом близких друзей, которые будут пользоваться вашим компьютером (см. "Windows® 10 For Dummies" by Andy Rathbone 2015)
this unified approach has been adopted in order that a rational and consistent technical policy be developed for all electrically-based safety-related systemsэтот унифицированный подход был принят для того, чтобы разработать рациональную и последовательную техническую концепцию для всех электрических систем, связанных с безопасностью (см. IEC 61508-1, ГОСТ Р МЭК 61508-1-2007)
thread that is blocked waiting for a lockпоток, заблокированный в ожидании блокировки (Alex_Odeychuk)
TLS provides a convenient mechanism for storage that is global within a thread but unavailable to other threadsЛокальные области хранения потоков предоставляют удобный механизм организации памяти, являющейся глобальной в контексте потока, но недоступной другим потокам (см. Windows System Programming, 4th Edition by Johnson M. Hart 2010 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)
Unscheduled communication occurs only when a periodic or event task is not running. If you use multiple tasks, make sure that their scan times and execution intervals leave enough time for unscheduled communicationНезапланированный обмен данными происходит лишь в то время, когда не работает ни периодическая, ни событийная задача. Если вы используете несколько задач, убедитесь в том, что их времена сканирования и промежутки между выполнениями обеспечивают достаточное время для незапланированного обмена данными (ssn)
usual name for the file that is used by the operating systemобычное имя файла, применяемое операционной системой (ssn)
we assume that the outside world will deposit a token in the place corresponding to an input symbol and then wait for a token to appear in a place corresponding to an output symbol which will then be removedмы допускаем, что из внешнего мира помещается фишка в позицию, соответствующую входному символу, а затем фишка, появившаяся в позиции, соответствующей выходному символу, удаляется оттуда
when registers are used in computational structures that are constantly clocked such as pipelined datapath, the requirement that the memory should hold state for extended periods of time can be significantly relaxedкогда регистры используются в постоянно переключающихся вычислительных структурах например, в конвейерном информационном канале, требование хранения состояния на протяжении длительного периода времени можно сильно ослабить (см. Digital Integrated Circuits – A Design Perspective 2/e by Jan M. Rabaey, Anantha Chandrakasan, Borivoje Nikolić 2003 ssn)
when the variety of events is small, for example, or the actions triggered by events are always the same, the extra development effort might not be justifiedЕсли, например, диапазон событий невелик, или действия, запускаемые событиями, всегда одни и те же, дополнительные затраты ресурсов на разработку могут не оправдаться (ssn)
where appropriate, any special tools, the smallest replaceable units, any consumables required for the correct operation and maintenance of the equipment shall be entered hereпри необходимости указывают специальные средства, элементарные заменяемые блоки и расходные материалы, требуемые для обеспечения правильной работы и проведения технического обслуживания оборудования
wide variety of security-related tools that are available for computersширокий спектр относящихся к безопасности инструментальных средств, которые доступны для компьютеров (ssn)