DictionaryForumContacts

   English
Terms for subject Programming containing the most | all forms | exact matches only | in specified order only
EnglishRussian
Algorithms are the most important and durable part of computer scienceАлгоритмы являются принципиально важным компонентом информатики (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)
at the most inopportune timeв наиболее неподходящее время (ssn)
be the most representativeнаиболее точно отражать (ssn)
carry beyond the most significant bitперенос из старшего разряда (ssn)
carry beyond the most significant bitперенос из старшего двоичного разряда (ssn)
Certainly, most of the research on continuous-time model checking is based on this modelБесспорно, большая часть исследований по верификации с непрерывным временем основана на этой модели (см. Model Checking / Edmund M. Clarke, Jr., Orna Grumberg, and Doron A. Peled 1999 ssn)
computations can be implemented using the most effective computing mediumвычисления могут быть осуществлены с помощью наиболее эффективной вычислительной среды (ssn)
cover features that are most unique to the languageосвещать средства программирования, наиболее характерные для данного языка программирования (корпорации Cray Alex_Odeychuk)
ERP affects most major corporations in the worldERP системы влияют на большинство крупных корпораций в мире (ssn)
error checking during the execution of the most frequently called membersпроверки на возникновение ошибок во время выполнения наиболее часто вызываемых методов (ssn)
Except for the most critical process, all others maintain their schedulability if a nonpreemptive scheduler is usedИсключая наиболее требовательные процессы, все остальные сохраняют свою планируемость при использовании планировщика без приоритетов (см. Model Checking / Edmund M. Clarke, Jr., Orna Grumberg, and Doron A. Peled 1999 ssn)
Feedback sequential circuits are the most common example of fundamental-mode circuitsПоследовательностные схемы с обратной связью являются самым распространённым примером схем классического образца (ssn)
implementation of the most important sequential building blocksреализация важнейших последовательностных компоновочных блоков (ssn)
in most applications, the quest for greater productivity demands rapid movements, at high speed, followed by deceleration to obtain accurate positioningв большинстве применений стремление к большей производительности требует быстрых движений на большой скорости, а затем замедление с остановкой в позиции
more syntax that makes the code harder to readгромоздкий синтаксис, затрудняющий чтение кода (ssn)
most basic characteristic of the object-oriented styleсамая фундаментальная характеристика объектно-ориентированного стиля (ssn)
Most embedded systems programs include a header file which describes the target processorМногие программы для встраиваемых систем содержат заголовочный файл, описывающий целевой процессор (ssn)
most events in the real worldосуществление большинства событий в реальном мире (ssn)
Most events to which your program will respond are generated when the user interacts with a GUI-based programБольшинство событий, на которые будет реагировать ваша программа, происходят при взаимодействии пользователя с программой на основе GUI (ssn)
most important aspect of the programнаиболее важный аспект программы (ssn)
most important aspects of the elementсамые важные характеристики элемента (ssn)
most important aspects of the elementсамые важные аспекты элемента (ssn)
most incisive expressions of the domainсамые критические положения предметной области (ssn)
most major corporations in the worldбольшинство крупных корпораций в мире (ssn)
most of the differencesбольшинство различий (ssn)
most of the modern attempts at parallelismбольшинство современных подходов к параллелизму (ssn)
most of the processingбольшая часть обработки (ssn)
most of the processing is performed directly at the remote subsystemsбольшая часть обработки выполняется непосредственно в удалённых подсистемах (ssn)
most of the researchбольшая часть исследований (ssn)
most of the research on continuous-time model checkingбольшая часть исследований по верификации с непрерывным временем (ssn)
most of the software's life is the maintenance phaseна этап сопровождения приходится большая часть жизненного цикла программного обеспечения (Software is rarely static for long: new features are requested and new bugs are discovered. A piece of software is rarely in development longer than it’s in production, which means that most of the software’s life is the maintenance phase; англ. термин взят из кн.: Groves M.D. AOP in .NET: Practical Aspect-Oriented Programming Alex_Odeychuk)
most of the software's life is the maintenance phaseна этап сопровождения приходится большая часть жизненного цикла программного обеспечения (Alex_Odeychuk)
most of the system compilersбольшинство системных компиляторов (ssn)
most of the time circular packagesбольшинство циклических во времени пакетов (ssn)
Most problems encountered in scientific and engineering investigations fall into one of the following two categories: analysis problems, where one wishes to predict the behavior of a specified system, and synthesis problems, where one wishes to construct a system with specified behaviorБольшинство проблем, встречающихся в науке и технике, можно разбить на следующие две категории: задачи анализа, которые состоят в предсказании поведения определённой заданной системы, и задачи синтеза, состоящие в построении системы по заданному поведению (см. "Introduction to the Theory of Finite-State Machines" by Arthur Gill 1962 ssn)
Most programmers dread peer review because a lot of the code they whip out from day to day is a bit embarrassingБольшинство программистов боятся даже дружеского критического анализа, поскольку понимают, что создаваемые ими программы, как правило, далеки от совершенства (ssn)
most significant bit of the octetсамый старший бит октета (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)
one of the most common and useful data-flow schemasодна из наиболее распространённых и полезных схем потока данных (ssn)
one of the most distinctive aspects of the object-oriented development styleодин из наиболее характерных аспектов объектно-ориентированного стиля разработки (ssn)
one of the most fundamental notions in Computer Scienceодно из наиболее фундаментальных понятий теории вычислительных систем (ssn)
one of the most successful advancesодно из самых выдающихся достижений (ssn)
one of the most successful advances in software engineering, by any measureодно из самых выдающихся достижений программной инженерии по любым меркам (о шаблонах проектирования ssn)
one of the most visible commonsense reasoning projectsодин из самых известных проектов в области разумности (ssn)
only the most valuable new requirementsтолько самые важные требования (ssn)
practical utility of most of the algorithmsпрактическая польза большинства алгоритмов (ssn)
process of selecting and documenting the most effective elementsпроцесс выбора и документирования наиболее эффективных элементов (ssn)
Real-life objects that possess the three properties state, behavior, identity build up natural behavioral systems. Natural systems are by far the most complex systems that we knowРеальные объекты, обладающие тремя свойствами состояние, поведение, идентичность, образуют системы с естественным поведением. Естественные системы безусловно являются самыми сложными системами из всех известных (см. Maciaszek, L.A.: Requirements Analysis and System Design, 3rd ed. 2007 ssn)
smoke test: A subset of all defined/planned test cases that cover the main functionality of a component or system, to ascertaining that the most crucial functions of a program work, but not bothering with finer details. A daily build and smoke test is among industry best practicesтест "на дым": подкласс всех определённых / запланированных тестовых сценариев, покрывающий основную функциональность компонента или системы с целью удостовериться, что базовые функции программы в целом работают корректно, без углубления в детали. Ежедневная сборка и тест "на дым" принадлежат к числу передовых практических методов промышленности (см. Standard glossary of terms used in Software Testing)
Software design is the process of selecting and documenting the most effective elements that together will implement the software system requirementsДизайн программного обеспечения – это процесс выбора и документирования наиболее эффективных элементов, которые в совокупности будут реализовать требования к программной системе (ssn)
Software design is the process of selecting and documenting the most effective elements that together will implement the software system requirementsДизайн программного обеспечения – это процесс выбора и документирования наиболее эффективных элементов, которые в совокупности будут реализовать требования к программной системе (ssn)
software has become the dominant technology in many if not most technical systemsпрограммное обеспечение становится ключевым компонентом во многих, если не в большинстве технических систем (ssn)
the most common errorсамая распространённая ошибка (ssn)
the most common exampleсамый распространённый пример (ssn)
the most common example of fundamental-mode circuitsсамый распространённый пример схем классического образца (ssn)
the most common search conditionнаиболее распространённое условие отбора (ssn)
the most complexсамый сложный (ssn)
the most complex systemsсамые сложные системы (ssn)
the most complex systems that we knowсамые сложные системы из всех известных (ssn)
the most critical processesнаиболее требовательные процессы (ssn)
the most critical requirements and architectural elementsсамые важные требования и архитектурные элементы (ssn)
the most direct approachсамый прямой подход (ssn)
the most direct approach to handling a state diagram is a nested switch statementСамый прямой подход в работе с диаграммами состояний – это вложенный оператор switch (см. "UML Distilled: A Brief Guide to the Standard Object Modeling Language, Third Edition" by Martin Fowler 2003)
the most direct approach to handling a state diagram is a nested switch statementСамый прямой подход в работе с диаграммами состояний – это вложенный оператор switch (см. "UML Distilled: A Brief Guide to the Standard Object Modeling Language, Third Edition" by Martin Fowler 2003)
the most distinctive aspectsнаиболее характерные аспекты (ssn)
the most effective elementsнаиболее эффективные элементы (ssn)
the most effective elements that together will implement the software system requirementsнаиболее эффективные элементы, которые в совокупности будут реализовать требования к программной системе (ssn)
the most efficient algorithmнаиболее эффективный алгоритм (ssn)
the most efficient algorithm for finding the minimum-state DFAнаиболее эффективный алгоритм нахождения минимального ДКА (ssn)
the most efficient algorithm for finding the minimum-state DFAнаиболее эффективный алгоритм нахождения минимального детерминированного конечного автомата (ssn)
the most efficient meanнаиболее эффективное средство (ssn)
the most efficient mean of achieving repeatabilityнаиболее эффективное средство достижения воспроизводства (процесса ssn)
the most frequent association is of degree twoНаиболее часто встречаются ассоциации второй степени
the most frequent association is of degree twoНаиболее часто встречаются ассоциации второго порядка
the most frequentlyнаиболее часто (ssn)
the most frequently called membersнаиболее часто вызываемые методы (ssn)
the most frequently stereotyped model elements are class and classifierЧаще всего стереотипные элементы модели – это класс и классификатор
the most frequently stereotyped model elements are class and classifierЧаще всего стереотипные элементы модели — это класс и классификатор
the most importantсамый важный (ssn)
the most importantважнейший (ssn)
the most importantнаиболее важный (ssn)
the most important and durableпринципиально важный (ssn)
the most important and durable part of computer scienceпринципиально важный компонент информатики (ssn)
the most important factorсамый важный фактор (ssn)
the most important factor in software workсамый важный фактор в разработке ПО (ssn)
the most important factor in software workсамый важный фактор в разработке программного обеспечения (ssn)
the most important questionнаиболее важный вопрос (ssn)
the most important sequential building blocksважнейшие последовательностные компоновочные блоки (ssn)
the most important vector operationsважнейшие операции с векторами (ssn)
the most mathematically demanding part of this bookнаиболее трудный материал в данной книге (ssn)
the most obvious and traditional method of design verification is prototypingНаиболее очевидный и традиционный метод верификации проекта-при помощи прототипа
the most obvious benefitсамое очевидное достоинство (ssn)
the most obvious benefit of static typecheckingсамое очевидное достоинство статической проверки типов (ssn)
the most rudimentary programsпростейшие программы (ssn)
this method of keeping score will be the most mathematically demanding part of this bookэтот способ оценки производительности является наиболее трудным материалом в данной книге (см. The Algorithm Design Manual Second Edition by Steven S. Skiena 2008)
total output current of an output module: A current that a multi-channel module operating at the most adverse combination of normal operation can supply without any part of it insulation, terminals, exposed conductive parts, etc. exceeding the specified temperature limitsполный выходной ток (выходного модуля): ток, который может выдавать многоканальный модуль, функционирующий при максимально неблагоприятной комбинации рабочих условий эксплуатации без превышения регламентированных температурных пределов любой частью данного модуля (изоляция, клеммы, выступающие проводящие части и т.д.; см. IEC 61131-2 и ГОСТ Р 51841-2001 ssn)