DictionaryForumContacts

   English
Terms for subject Programming containing a while | all forms | exact matches only | in specified order only
EnglishRussian
A more common approach to iterative processing is to enter data items one by one, while they are available, and ask the user or the input file or a communication line whether there is yet another item to processНаиболее распространённый подход к итеративной обработке – поочерёдный ввод данных, когда они доступны, и запрос у пользователя следующего элемента для обработки либо анализ конца входного файла или опрос канала связи (ssn)
A more common approach to iterative processing is to enter data items one by one, while they are available, and ask the user or the input file or a communication line whether there is yet another item to processНаиболее распространённый подход к итеративной обработке – поочерёдный ввод данных, когда они доступны, и запрос у пользователя следующего элемента для обработки либо анализ конца входного файла или опрос канала связи (ssn)
implementing the while loop with a negative or zero sentinel valueреализация цикла while с отрицательным или нулевым контрольным значением (ssn)
once in a while, we may need to refer to the current instance explicitlyИногда возникает необходимость явного обращения к текущему экземпляру (см. Object-Oriented Software Construction second edition by Bertrand Meyer)
Relative timers provide some form of event "in a certain number of seconds", while absolute timers provide this event "at a certain time"Относительные таймеры обеспечивают генерацию событий "через определённое число секунд", в то время как абсолютные таймеры генерируют события "в определённое время" (см. "Getting Started with QNX Neutrino. A Guide for Realtime Programmers" by Rob Krten 2009 ssn)
signals arriving while a handler runsприбытие сигналов во время выполнения обработчика (ssn)