DictionaryForumContacts

   English
Terms for subject Programming containing if any | all forms
EnglishRussian
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)
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)