DictionaryForumContacts

   English
Terms for subject Programming containing up-and-up | all forms
EnglishRussian
additional UP best practices and conceptsдополнительные рекомендации и концепции унифицированного процесса (ssn)
animation to fade into and out of view instead of popping up and abruptly vanishingанимация, чтобы постепенно появляться, а затем постепенно исчезать, вместо того, чтобы внезапно выскакивать и внезапно пропадать (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)
be up and runningбыть успешно запущенным на выполнение (Alex_Odeychuk)
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)
casting up and downприведение вверх и вниз по иерархии классов (Alex_Odeychuk)
clean up and refactor the codeвыполнить очистку и перепроектирование кода (англ. термин взят из кн.: Groves M.D. AOP in .NET: Practical Aspect-Oriented Programming Alex_Odeychuk)
cleaning up and recovering resourcesочистка данных и возвращение ресурсов в систему (ssn)
cleaning up and recovering resources when some entity is no longer neededочистка данных и возвращение ресурсов в систему после того, как объект больше не нужен (ssn)
comparison of top-down and bottom-up testingсравнение нисходящего и восходящего тестирования (ssn)
definition of set-up time, hold time, and propagation delay of a synchronous registerопределение времени установки, времени удержания и задержки распространения синхронного регистра (ssn)
To do this UML and UP unify previous attempts at visual modeling languages and software engineering processes into a best-of-breed solutionдля этого UML и UP унифицируют опыт предшествующих языков визуального моделирования и процессов разработки программного обеспечения наиболее оптимальным образом (см. UML 2 and the Unified Process: Practical Object-Oriented Analysis and Design, Second Edition by Jim Arlow and Ila Neustadt 2005 ssn)
down-calls and up-callsнисходящие и восходящие вызовы (ssn)
get up and running with the new programming modelпоставить работу в соответствии с новой моделью программирования (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)
immediately get up and runningнемедленно начать работу (oqtane.org Alex_Odeychuk)
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в этой реализации список состоит из ячеек, каждая из которых содержит элемент списка и указатель на следующую ячейку списка
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)
overriding, down-calls and up-callsзамещение, нисходящие и восходящие вызовы (ssn)
power-up and resetподача питания и сброс (ssn)
set-up and clear-up proceduresпроцедуры установки и удаления (ssn)
set-up and maintenanceустановка и поддержка (ssn)
set-up of needed tools and macrosнастройка необходимых инструментов и макросов (Alex_Odeychuk)
spin up and run applications inside a VMвыполнять развёртывание и запуск приложений на виртуальной машине (Alex_Odeychuk)
test environment set-up and maintenanceустановка и поддержка тестовой среды (ssn)
test environment set-up and maintenance processпроцесс установки и поддержки тестовой среды (ssn)
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)
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)
Tooltips created with the FadingTooltip widget use animation to fade into and out of view instead of popping up and abruptly vanishingПодсказки, созданные при помощи виджета FadingTooltip, используют анимацию, чтобы постепенно появляться, а затем постепенно исчезать, вместо того, чтобы внезапно выскакивать и внезапно пропадать (ssn)
up and down buttonsкнопки этажа "вверх" и "вниз" (напр., в распределенной системе управления лифтами; см. Designing Concurrent , Distributed, and Real-Time Applications with UML by Hassan Gomaa ssn)
up and down methodметод "вверх и вниз" (ssn)
up- and down-conversionпреобразование вверх и вниз (ssn)
UP phases and schedule-oriented termsфазы унифицированного процесса и соответствующие термины (ssn)