DictionaryForumContacts

   Russian
Terms for subject Programming containing тело цикла | all forms | in specified order only
RussianEnglish
выражения тела циклаstatement block (напр., цикла со счетчиком – FOR ssn)
индемпотентное тело циклаidempotent loop body (loop bodies, for which only the initial assignment and the first iteration matter, and the following iterations do not. In most cases this is a programming error, as it causes an infinite loop if the condition is still true after the first iteration Alex_Odeychuk)
конец тела циклаend of the loop body (ssn)
представлять собой тело циклаrepresent the body of the loop (IBM Alex_Odeychuk)
структура тела циклаstructure of the loop body (ssn)
тело итерационного циклаiteration body (ssn)
тело циклаloop's body (an instruction or set of instructions executed inside the while loop is called the loop's body rasskazov)
тело циклаloop cycle (ssn)
Хорошее решение проблемы состоит в изменении структуры тела циклаA good solution to these problems is to change the structure of the loop body (ssn)