DictionaryForumContacts

   English Russian
Terms for subject Programming containing Time's | all forms | in specified order only
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)
A more exact method for measuring real time takes advantage of the PC's real-time clockБолее точный метод для измерения реального времени использует преимущества часов PC, работающих в реальном масштабе времени (см. Auslander D.M., Ridgely J.R., Ringgenberg J.D. Control Software for Mechanical Systems. Object-Oriented Design in a Real-Time World ssn)
allocate time for additional requirements to be specified laterпредусматривать время для более позднего определения дополнительных требований (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)
an application programme may consist of a number of tasks. The execution of each task is accomplished sequentially, one programmable function at a time until the end of the task. The initiation of a task, periodically or upon the detection of an event interrupt condition, is under the control of the operating systemПрикладная программа может включать в себя несколько задач. Выполнение каждой задачи осуществляется последовательно как одна запрограммированная функция во времени до окончания задачи. Запуск задачи, периодически или при обнаружении некоторого события условие прерывания, осуществляется под управлением операционной системы (см. IEC 61131-1 2003 ssn)
an important benefit of this approach is that the information produced allows the user to check whether the model satisfies various real-time constraintsВажным достоинством этого подхода является то, что полученная информация позволяет пользователю проверять, удовлетворяет ли эта модель различным ограничениям реального времени (см. Model Checking / Edmund M. Clarke, Jr., Orna Grumberg, and Doron A. Peled 1999 ssn)
because it's time networkсеть мэйнфреймов университетов и научных организаций Северной Америки, Европы и Японии (ssn)
because it's time networkсеть BITnet (ssn)
Building time schedules assumes that the work breakdown structure and the task list are knownСоздание временных планов предполагает, что известны структурная декомпозиция работы и список задач (см. "Practical Software Engineering: A Case-Study Approach" by Maciaszek L.A. and Liong B.L. 2005 ssn)
code to register your object for a notification when the user's time zone changesкод регистрации объекта на оповещения об изменении часового пояса пользователя (ssn)
code's sequential execution timeвремя выполнения последовательного кода (Alex_Odeychuk)
CPU time in seconds that may be used by a processвремя ЦП в секундах, которое может быть использовано процессом (ssn)
CPU time in seconds that may be used by a processвремя процессора в секундах, которое может быть использовано процессом (ssn)
current date and time on the server's clockтекущая дата и время по часам на сервере (ssn)
current time on the server's clockтекущее время по часам на сервере (ssn)
dividing the software appropriately into two or more tasks that can be performed at the same timeразбиение задачи, стоящей перед программным обеспечением, на несколько подзадач, которые можно выполнять одновременно (ssn)
dividing the software appropriately into two or more tasks that can be performed at the same time to accomplish the required parallelismразбиение задачи, стоящей перед программным обеспечением, на несколько подзадач, которые можно выполнять одновременно, чтобы достичь требуемого уровня параллелизма (ssn)
dynamic binding: The run-time association of a request to an object and one of its operations. In C++, only virtual functions are dynamically boundдинамическое связывание: ассоциация между запросом к объекту и одной из его операций, устанавливаемая во время выполнения. В C ++ динамически связываться могут только виртуальные функции (см. Design Patterns: Elements of Reusable Object-Oriented Software by Erich Gamma, Richard Helm, Ralph Johnson, John M. Vlissides ssn)
events that are not synchronized in time or do not occur in regular or predictable time intervalsсобытия, несинхронизированные во времени или происходящие через нерегулярные или непредсказуемые промежутки времени (ssn)
execution time is logarithmic in the size of the dataлогарифмическая зависимость времени работы от объёма данных (ssn)
in the previous chapter, we assumed that time is discrete. When time is modeled in this manner, possible clock values are nonnegative integers, and events can only occur at integer time valuesв предыдущей главе мы предполагали, что время дискретно. в этом случае возможные показания часов задаются неотрицательными целыми числами и события могут происходить только в целочисленные моменты времени (см. Model Checking / Edmund M. Clarke, Jr., Orna Grumberg, and Doron A. Peled 1999)
job's allotted CPU timeпроцессорное время, выделенное заданию (ssn)
job's allotted CPU time is exceededпроцессорное время, выделенное заданию, исчерпано (ssn)
Lamport's scalar timeскалярное время Лэмпорта (ssn)
lion's share of the execution timeльвиная доля времени выполнения программы (ssn)
maximum amount of CPU time in seconds that may be used by a processмаксимальный объём времени ЦП в секундах, которое может быть использовано процессом (ssn)
Mutual exclusion is the problem of ensuring that critical sections of statements do not execute at the same timeВзаимное исключение обеспечивает, чтобы критические секции операторов не выполнялись одновременно (см. Foundations of Multithreaded, Parallel, and Distributed Programming 2000 by Gregory R. Andrews ssn)
Node. A physical, run-time element that represents a computational resource — an example might be a PCУзел. Физический элемент, существующий во время выполнения и представляющий собой вычислительный ресурс, например ПК (см. UML 2 and the Unified Process: Practical Object-Oriented Analysis and Design, Second Edition by Jim Arlow and Ila Neustadt 2005 ssn)
Node. A physical, run-time element that represents a computational resource — an example might be a PCУзел. Физический элемент, существующий во время выполнения и представляющий собой вычислительный ресурс, например ПК (см. UML 2 and the Unified Process: Practical Object-Oriented Analysis and Design, Second Edition by Jim Arlow and Ila Neustadt 2005 ssn)
notification when the user's time zone changesоповещения об изменении часового пояса пользователя (ssn)
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)
optimal time to influence a project's trustworthy designоптимальное время влияния на надёжную разработку проекта (ssn)
PC's real-time clockчасы PC, работающие в реальном масштабе времени (ssn)
process's allotted CPU timeпроцессорное время, выделенное процессу (ssn)
process's allotted CPU time is exceededпроцессорное время, выделенное процессу исчерпано (ssn)
tasks that can be performed at the same timeзадачи, которые можно выполнять одновременно (ssn)
the algorithm of the D action includes a time lag that can be assigned at the "time lag of the derivative action" inputАлгоритм D-воздействия содержит запаздывание, которое может быть назначено входу "время запаздывания D-воздействия"
the C library provides definitions of the system call that are converted to the appropriate trap statements at compile-timeБиблиотека С предоставляет определения системного вызова, которые во время компиляции преобразуются в соответствующие операторы ловушки
the duration between successive clock ticks is chosen as the basic unit for measuring timeв качестве единицы измерения времени выбирается продолжительность времени между двумя последовательными тиками часов (см. Model Checking / Edmund M. Clarke, Jr., Orna Grumberg, and Doron A. Peled 1999)
the extent of the interval in time or space is chosen to reflect the requirements of a particular specification task and the properties of a particular specification languageПротяжённость интервала во времени или в пространстве выбирается для отражения требований конкретной задачи спецификации и свойств конкретного языка спецификаций (см. ISO/IEC 10746-2, ГОСТ Р ИСО/МЭК 10746-2-2000)
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 task's period is the time between successive activationsПериод задачи-это промежуток времени между последовательными запусками (см. Software Modeling and Design by Hassan Gomaa 2011)
the task's period is the time between successive activationsПериодом задачи называется промежуток времени между последовательными активизациями
the time daemon's time must be set manually by the operator periodicallyВремя демона может периодически выставляться вручную оператором (см. Distributed systems: principles and paradigms / Andrew S. Tanenbaum, Maarten Van Steen 2002)
the transient response is the response that disappears with timeПереходная характеристика – это реакция системы, затухающая с течением времени (см. Modern Control Systems by Richard C. Dorf & Robert H. Bishop 2008)
the transient response is the response that disappears with timeПереходная характеристика — это реакция системы, затухающая с течением времени (см. Modern Control Systems by Richard C. Dorf & Robert H. Bishop 2008)
this is a POSIX thing – POSIX says that on different platforms you can have multiple time bases, but that every platform must support at least the CLOCK_REALTIME time baseэто вещь из области POSIX – стандарт утверждает, что на различных платформах вы можете использовать различные типы временных базисов, но любая платформа должна, по меньшей мере, поддерживать базис CLOCK_REALTIME (см. "Getting Started with QNX Neutrino. A Guide for Realtime Programmers" by Rob Krten 2009 ssn)
this is a POSIX thing – POSIX says that on different platforms you can have multiple time bases, but that every platform must support at least the CLOCK_REALTIME time baseэто вещь из области POSIX – стандарт утверждает, что на различных платформах вы можете использовать различные типы временных базисов, но любая платформа должна, по меньшей мере, поддерживать базис CLOCK_REALTIME (см. "Getting Started with QNX Neutrino. A Guide for Realtime Programmers" by Rob Krten 2009 ssn)
this reflects a philosophy of time which states that the only important property of time, from a logical point of view, is in defining a partial ordering of the occurrence of eventsэто отражает философский подход к понятию времени, утверждающий, что одно из важнейших свойств времени, с логической точки зрения, – это определение частичного упорядочения событий (ssn)
this reflects a philosophy of time which states that the only important property of time, from a logical point of view, is in defining a partial ordering of the occurrence of eventsэто отражает философский подход к понятию времени, утверждающий, что одно из важнейших свойств времени, с логической точки зрения, – это определение частичного упорядочения событий (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)
time daemon's timeвремя демона (времени ssn)
time server's replyответное сообщение с сервера времени (ssn)
time sources that are based on power management activitiesисточники времени, основанные на управлении питанием (ssn)
time spent executing the program's code in user spaceвремя, в течение которого код программы выполнялся в пользовательском пространстве (ssn)
Time-dependent and other nonfunctional requirements are generally expressed as quality of service requirementsВременные зависимости и другие нефункциональные требования обычно выражаются в виде требований к качеству обслуживания (см. Distributed systems: principles and paradigms / Andrew S. Tanenbaum, Maarten Van Steen 2002 ssn)
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)
user time is the time spent executing the program's code in user spaceпользовательское время – это время, в течение которого код программы выполнялся в пользовательском пространстве (ssn)
user time is the time spent executing the program's code in user spaceпользовательское время – это время, в течение которого код программы выполнялся в пользовательском пространстве (ssn)
user's time zoneчасовой пояс пользователя (ssn)
We've looked at Neutrino's time-based functions, including timers and how they can be used, as well as kernel timeoutsмы рассмотрели функции Neutrino, ответственные за манипулирование временем, включая таймеры и их применение, а также тайм-ауты ядра (см. "Getting Started with QNX Neutrino. A Guide for Realtime Programmers" by Rob Krten 2009)
what's Different this Time?что изменилось на этот раз? (ssn)
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)