Примеры в контексте "Refresh - Refresh"

Примеры: Refresh - Refresh
In other words, refresh is the only function that deals with curscr. Другими словами, refresh является единственной функцией связанной с curscr.
refresh and wrefresh basically do the same thing. refresh и wrefresh, в основном, делают одно и то же.
In 1990 John Carmack, then working for Softdisk, developed a smooth scrolling technique known as adaptive tile refresh. В 1990 году, работая в Softdisk, программист Джон Кармак разработал технологию плавного скроллинга, известную как «адаптивное обновление тайлов» (англ. adaptive tile refresh).
In order to have the screen updated, either refresh or wrefresh has to be called. Для обновления экрана необходимо вызвать refresh или wrefresh.
If you want the latest changes of the stdscr dumped on curscr, you need to call refresh. Если вы хотите, чтобы последние изменения, отраженные в stdscr были перенесена в curscr, необходимо вызвать функцию refresh.
It exists in the WINDOW structure and if it is set, it asks refresh to send the control code to the terminal when it is called. Этот флаг определен в структуре WINDOW и если установлен, говорит refresh отправить на терминал управляющий код.
If refresh was directly called without touchwin after the menus were closed, the last open menu would have stayed on the screen. Если refresh, после закрытия меню, была вызвана напрямую без touchwin, то последнее открытое меню останется на экране.
On April 24, 2007, Microsoft released an update called XNA Game Studio Express 1.0 Refresh. 24 апреля 2007 Microsoft выпустила обновление XNA Game Studio Express 1.0 Refresh.
Pressing "REFRESH" updates the rates to this very moment, showing you the P/L (profit/loss) for each open deal. При нажатии кнопки "REFRESH" ("обновить") обновляются курсы на данный момент времени, и на экран выводится сумма выигрыша и убытка (P/L) по каждой открытой сделке.
1999 The campaign "Refresh" captures Finlandia vodka as "purely refreshing". Кампания «Refresh» называет водку «Finlandia» «чисто освежающей».
It is composed of three navigation buttons (Go Back, Next, Refresh), the query area, two action buttons (Execute and Stop), and a status indicator. Она состоит из трех навигационных кнопок (Go Back, Next, Refresh), поля для команд, две командные кнопки (Execute и Stop), и индикатора статуса.
This mechanism is the reason why ncurses functions and standard I/O functions can produce bad results when used together; when ncurses functions are called they set a flag which tells refresh that the line has changed whereas nothing like this happens when you call a standard I/O function. Это механизм как раз и является причиной несовместимости функций ncurses и стандартной библиотеки I/O при совместном использовании; при своем вызове функции библиотеки ncurses устанавливают флаг, который указывает refresh на измененнные строки экрана, при вызове функций стандартной библиотеки I/O ничего подобного не происходит.
Whiskey Lake is Intel's codename for the third 14 nm Skylake process-refinement, following Kaby Lake Refresh and Coffee Lake. Данное семейство использует оптимизированный технологический процесс 14 нм и является эволюцией микроархитектуры Skylake, вслед за Kaby Lake Refresh и Coffee Lake.
The initial release had no way of shipping precompiled binaries to other Xbox 360 players, but this was changed in "XNA Game Studio Express 1.0 Refresh" which made it possible to compile Xbox 360 binaries and share them with other Microsoft XNA Creator's Club members. Первый релиз не предоставлял возможности предоставления скомпилированных бинарных файлов другим игрокам ХЬох 360, но в «XNA Game Studio Express 1.0 Refresh» появилась возможность скомпилировать бинарные файлы для Xbox 360 и поделиться ими с другими членами Microsoft XNA Creator's Club.
At the next refresh, the window will be cleared. И при следующем вызове refresh, окно очищается.
That means, at the next refresh, every square of the window is rewritten with the new color pair. Это значит, что при следующем вызове refresh, каждая область окна будет перезаписана с помощью новой пары цветов.
refresh has a mechanism to update the screen as fast as possible. В refresh реализован механизм обновления экрана с максимально возможной скоростью.
The first is to fill all squares with white spaces and call refresh and the other is to use the built-in terminal control code. В первом, позиции экрана заполняются пробелами и, затем, вызывается refresh, а, во втором, используется встроенный код управления терминалом.
This is because the menu functions do not change stdscr at all and when refresh is called, it doesn't rewrite any character of stdscr since it assumes the window is not changed. Причина этого в том, что функции меню не изменяют stdscr вообще, и при вызове refresh тоже, они не перезаписывают никаких символов в stdscr, поскольку полагают, что окно не изменилось.
The brewery was taken over in 2002 by Refresh UK. В 2002 году пивоваренный завод был выкуплен Refresh UK.
Cannot change or check the contents or Current position of CollectionView while Refresh is being deferred. Не удается изменить или проверить содержимое позиции Current для CollectionView, пока обновление Refresh отложено.
Information in Connections is refreshed automatically within a user defined interval or the Refresh button can be used for manual refreshing. Информация в Соединениях обновляется автоматически через интервалы, установленные пользователем. Это можно сделать принудительно, нажав кнопку Обновить (Refresh).
Information can be refreshed in the interval from 5 seconds up to 1 minute or the auto refresh function can be switched off (No refresh). Информация может обновляться с интервалами от 5 секунд до 1 минуты, или функцию автоматического обновления можно отключить (No refresh - Не обновлять).
Refresh, refresh after-sun Gel, ideal after lamps exposition and sun rays. Refresh Освежающий крем-гель после загара, идеален после принятия солнечних ванн или UV ламп.
touchwin sets all the flags in the WINDOW structure that tell refresh all lines of the window has changed and so at the next refresh whole window has to be rewritten even if the contents of window hasn't changed. touchwin устанавливает все флаги в структуре WINDOW, которые говорят refresh обо всех измененных в окне строках и поэтому, при следующем вызове refresh, окно перезаписыватеся целиком, даже если контекст окна не изменился.