DictionaryForumContacts

   English Russian
Terms for subject Programming containing Up The | all forms | exact matches only | in specified order only
EnglishRussian
A trace of the behaviour of a process is a finite sequence of symbols recording the events in which the process has engaged up to some moment in timeПротоколом поведения процесса называется конечная последовательность символов, фиксирующая события, в которых процесс участвовал до некоторого момента времени (см. Communicating Sequential Processes by C.A.R. Hoare 1985 ssn)
A world model opens up possibilities for the AIПрименение модели мира открывает более широкие возможности создания средств ИИ (см. AI Game Development: Synthetic Creatures with Learning and Reactive Behaviors / Alex J. Champandard 2003 ssn)
analyze the speed-up that is gainedпроводить анализ получаемого роста производительности (ssn)
apply to cleaning up the design rather than the codeприменяться для улучшения скорее самого проекта, а не кода (ssn)
asynchronous message communication: A form of communication in which a concurrent producer component or task sends a message to a concurrent consumer component or task and does not wait for a response. The message queue could potentially build up between the concurrent components or tasksасинхронный обмен сообщениями: вид межзадачной коммуникации, при котором задача-производитель посылает сообщение задаче-потребителю и не дожидается ответа. Между двумя задачами может существовать очередь сообщений (см. Software Modeling and Design by Hassan Gomaa, а тж. Designing Concurrent, Distributed, and Real-time Applications with UML Object Technology Series by Hassan Gomaa ssn)
back up to the common state during the rerunningвозвращать к исходному состоянию при повторном запуске (Стандартный программёрский термин Konstantin 1966)
backwards up the inheritance chainвниз по цепи наследования (Alex_Odeychuk)
basic principle of the system boot-up-processосновной принцип процесса начального запуска системы (ssn)
be served up as the root resourceпредоставляться как корневой ресурс (Alex_Odeychuk)
be up to the implementationзависеть от реализации (IBM Alex_Odeychuk)
blow up the state spaceэффект "комбинаторного взрыва" в пространстве состояний (ssn)
bottom-up testing: An incremental approach to integration testing where the lowest level components are tested first, and then used to facilitate the testing of higher level components. This process is repeated until the component at the top of the hierarchy is testedвосходящее тестирование: последовательный подход к интеграционному тестированию, при котором компоненты нижнего уровня тестируются первыми и затем используются для облегчения тестирования компонентов более высокого уровня. этот процесс повторяется до тех пор, пока компонент на самом верху иерархии не будет протестирован (см. Standard glossary of terms used in Software Testing)
build a full application from the ground upсоздать готовое приложение с нуля (Alex_Odeychuk)
clean up and refactor the codeвыполнить очистку и перепроектирование кода (англ. термин взят из кн.: Groves M.D. AOP in .NET: Practical Aspect-Oriented Programming Alex_Odeychuk)
clean up outdated references to branches in the remote repositoryудалять устаревшие ссылки на ветки в удалённом репозитории (Alex_Odeychuk)
cleaning up the codeчистка кода (ssn)
clutter up the codeзасорять код (Alex_Odeychuk)
components that make up the implementation of a capabilityкомпоненты, образующие реализацию возможности (ssn)
events in which the process has engaged up to some moment in timeсобытия, в которых процесс участвовал до некоторого момента времени (ssn)
Figure 3 shows only the basic principle of the system boot-up-process with some simplificationsна рис.3 показан основной принцип процесса начального запуска системы с некоторыми упрощениями
finite sequence of symbols recording the events in which the process has engaged up to some moment in timeконечная последовательность символов, фиксирующая события, в которых процесс участвовал до некоторого момента времени (ssn)
fire up the appзапустить приложение (на выполнение Alex_Odeychuk)
get up and running with the new programming modelпоставить работу в соответствии с новой моделью программирования (Alex_Odeychuk)
have set up the templatesнастроить шаблоны (англ. термин взят из кн.: De Sanctis V. ASP.NET Core and Angular 2 Alex_Odeychuk)
I grab the first line item from stores, type up the invoice, grab the second line item, put the invoice in an envelope, and so forth.я беру со склада первую позицию заказа, печатаю счёт, беру вторую позицию заказа, кладу счёт в конверт и т.д. (см. "UML Distilled: A Brief Guide to the Standard Object Modeling Language, Third Edition" by Martin Fowler 2003 ssn)
if all the above conditions are met except that a thread at the same priority is ready to run, then this thread will give up CPU after its timeslice expires, and the other thread will be given a chance to runесли удовлетворены все вышеизложенные условия, за исключением того, что становится готов к работе другой поток с таким же самым приоритетом, то предыдущий поток освободит процессор после того, как истечёт выделенный ему квант времени – таким образом, другой поток будет иметь шанс на обслуживание (см. "Getting Started with QNX Neutrino 2. A Guide for Realtime Programmers" by Rob Krten 1996 ssn)
if all the above conditions are met except that a thread at the same priority is ready to run, then this thread will give up CPU after its timeslice expires, and the other thread will be given a chance to runесли удовлетворены все вышеизложенные условия, за исключением того, что становится готов к работе другой поток с таким же самым приоритетом, то предыдущий поток освободит процессор после того, как истечёт выделенный ему квант времени – таким образом, другой поток будет иметь шанс на обслуживание (см. "Getting Started with QNX Neutrino 2. A Guide for Realtime Programmers" by Rob Krten 1996 ssn)
in other words, a service is a logical group of components that make up the implementation of a capabilityдругими словами, сервис – логическая группа компонентов, образующих реализацию возможности
in other words, a service is a logical group of components that make up the implementation of a capabilityдругими словами, сервис – логическая группа компонентов, образующих реализацию возможности
in the UP, Implementation means programming and building the system, not deployment. The Environment discipline refers to establishing the tools and customizing the process for the projectв контексте унифицированного процесса "реализация" означает программирование и построение системы, но не её развёртывание. Дисциплина "окружение" предполагает установку необходимых средств и настройку процесса для данного проекта (см. Applying UML and Patterns by Craig Larman 2002)
in this representation, a list is made up of cells, each cell consisting of an element of the list and a pointer to the next cell on the listв этой реализации список состоит из ячеек, каждая из которых содержит элемент списка и указатель на следующую ячейку списка
iterative lifecycle of the UPитеративный жизненный цикл унифицированного процесса (ssn)
logical group of components that make up the implementation of a capabilityлогическая группа компонентов, образующих реализацию возможности (ssn)
looking up a variable name in the scope chain of a functionпоиск имени переменной в цепочке областей видимости функции (ssn)
merge code from a child branch up to the parent branchвыполнить слияние из дочерней ветки кода в родительскую ветку кода (Alex_Odeychuk)
merge code from a child branch up to the parent branchвыполнять слияние изменений в исходном коде из дочерней ветки в родительскую ветвь кода (в системе контроля версий Alex_Odeychuk)
Next, it picks the box up, turns right and puts the box on the moving beltДалее он поднимает ящик, поворачивается направо и ставит ящик на движущуюся ленту (о роботе 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)
open up possibilities for the AIоткрывать более широкие возможности создания средств ИИ (ssn)
process of looking up a variable name in the scope chain of a functionпроцесс поиска имени переменной в цепочке областей видимости функции (ssn)
Prototyping — The creation of a mock-up of an applicationПрототипирование – создание эскиза приложения (см. "Quality Software Project Management" by Robert T. Futrell, Donald F. Shafer, Linda I. Safer 2002 ssn)
Prototyping — The creation of a mock-up of an applicationПрототипирование – создание эскиза приложения (см. "Quality Software Project Management" by Robert T. Futrell, Donald F. Shafer, Linda I. Safer 2002 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)
schedule-oriented terms in the UPтермины, используемые при описании графика выполнения работ в рамках унифицированного процесса (ssn)
script for setting up the development environmentсценарий настройки среды разработки (на сценарном языке, напр., Groovy; англ. термин взят из кн.: Shukla A. Building Web Apps with Spring 5 and Angular Alex_Odeychuk)
set up the development environmentнастроить среду разработки (for working with .. Alex_Odeychuk)
set up the mock behaviorнастроить поведение имитирующего объекта (Alex_Odeychuk)
set up the mock behaviorнастроить имитируемое поведение (Alex_Odeychuk)
set up the projectнастроить проект (англ. термин взят из кн.: Shukla A. Building Web Apps with Spring 5 and Angular Alex_Odeychuk)
set up the version control systemнастроить систему контроля версий (ssn)
set up the version control systemнастроить систему управления версиями (ssn)
setting up for the analysisустановка для анализа (ssn)
setting up the development environmentнастройка среды разработки (ssn)
setting up the projectнастройка проекта (ssn)
source files that make up the applicationфайлы исходного кода приложения (Alex_Odeychuk)
starting the boot-up processзапуск процесса начальной загрузки (ssn)
the DateField control provides a TextInput control with a calendar icon that, when clicked, opens a pop-up calendarЭлемент управления DateField выводит на экран элемент управления TextInput и пиктограмму в виде календаря, которая, если по ней щёлкнуть, показывает раскрывающийся календарь
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 other side of initialization or construction is finalization or destruction – cleaning up and recovering resources when some entity is no longer neededПротивоположностью инициализации или конструированию объектов служит их уничтожение, или ликвидация, – очистка данных и возвращение ресурсов в систему после того, как объект больше не нужен (см. "The Practice of Programming" by Brian W. Kernighan & Rob Pike 1999)
the other side of initialization or construction is finalization or destruction – cleaning up and recovering resources when some entity is no longer neededПротивоположностью инициализации или конструированию объектов служит их уничтожение, или ликвидация, – очистка данных и возвращение ресурсов в систему после того, как объект больше не нужен (см. "The Practice of Programming" by Brian W. Kernighan & Rob Pike 1999)
the services that make up the applicationслужбы, из которых состоит приложение (англ. термин взят из кн.: Shukla A. Building Web Apps with Spring 5 and Angular Alex_Odeychuk)
this diagram shows a fragment of the transition logic for a task that controls the movement of a materials handling vehicle. The vehicle moves from one position to another, picking up parts in one position and dropping them off at anotherэта диаграмма показывает фрагмент логики переходов для задачи, которая управляет перемещением тележки погрузочно-разгрузочных операций. Тележка перемещается от одного положения до другого, принимая детали в одном положении и сваливая их в другом (см. Auslander D.M., Ridgely J.R., Ringgenberg J.D. Control Software for Mechanical Systems. Object-Oriented Design in a Real-Time World)
this information is used by the NMT-Master to verify the correct system configuration during each system boot-upэти сведения используются NMT-мастером для верификации правильной конфигурации системы в течение каждого начального запуска системы
Tooltips created with the FadingTooltip widget use animation to fade into and out of view instead of popping up and abruptly vanishingПодсказки, созданные при помощи виджета FadingTooltip, используют анимацию, чтобы постепенно появляться, а затем постепенно исчезать, вместо того, чтобы внезапно выскакивать и внезапно пропадать (ssn)
travel up the document object model treeвыполнять обход дерева объектной модели документа вверх (Alex_Odeychuk)
type up the invoiceпечатать счёт (ssn)
up-to-the-minuteсоответствующий текущему моменту (ssn)
wiring up the controllerподключение контроллера (ssn)
wiring up the table viewсвязывание табличного представления (ssn)
yet another option is a scheme in which the arrival of a message causes a new thread to be created spontaneously in the receiving process' address space. Such a thread is called a pop-up threadещё один вариант заключается в схеме, при которой поступающее сообщение самопроизвольно порождает новый поток в адресном пространстве процесса – получателя сообщения. Он называется всплывающим потоком (см. Modern Operating Systems Third ed. by Tanenbaum A.S. 2009)