DictionaryForumContacts

   English
Terms for subject Programming containing be read | all forms | exact matches only | in specified order only
EnglishRussian
an input symbol is read and the top symbol on the stack is readСчитываются введённый символ и верхний символ в стеке (ssn)
consistently use the data that was read in via readaheadпостоянно использовать данные от предыдущего запроса на опережающее считывание (ssn)
if code had no conditionals, loops, or any other control flow statements, it would be very easy to readесли в коде нет условных конструкций, циклов или других элементов, управляющих порядком выполнения программы, то читать его будет очень легко (см. "The Art of Readable Code" by Dustin Boswell, Trevor Foucher 2012 ssn)
passive I/O device: A device that does not generate an interrupt on completion of an input or output operation. The input from a passive input device needs to be read either on a polled basis or on demandпассивное устройство ввода / вывода: устройство, которое не генерирует прерываний при поступлении новых данных или завершении операции вывода. Чтение данных от пассивного устройства ввода производится путём периодического опроса или по мере необходимости (см. Designing Concurrent, Distributed, and Real-time Applications with UML Object Technology Series by Hassan Gomaa)
the instance name can be read out from the device treeИмя экземпляра может быть считано в дереве устройств
the number output by the counter at any given time will be directly related to the real time. If the counter had an infinite number of bits, then this number could be read and converted to find the timeЧисловой выход счётчика в любое данное время будет непосредственно связан с реальным временем. Если бы счётчик имел неограниченное число бит, то это число можно было бы читать и преобразовывать, чтобы найти время (см. Auslander D.M., Ridgely J.R., Ringgenberg J.D. Control Software for Mechanical Systems. Object-Oriented Design in a Real-Time World)
this instruction can be set up to read or write a block of dataэта инструкция может определять чтение или запись блока данных