DictionaryForumContacts

   English
Terms for subject Programming containing done by | all forms | exact matches only | in specified order only
EnglishRussian
All computing in a pure object-oriented language is done by the same uniform technique: sending a message to an object to invoke one of its methodsвсе вычисления в полностью объектно-ориентированном языке выполняются с помощью передачи сообщения объекту для вызова одного из его методов (ssn)
be done by a combination of argumentsосуществляться путём комбинирования аргументов (ssn)
by whom it is doneте, кем это делается (ssn)
if the conditional move instructions are not available, the operation can be done in ten instructions by using the familiar device of constructing a mask with the shift right signed 31 instruction to mask the unwanted sign propagating termесли команды условной пересылки нет, то понадобится выполнить десять команд с использованием знакомой конструкции создания маски с помощью знакового сдвига вправо на 31 разряд для устранения нежелательного распространения знака в одном из членов (см. Hacker's delight / Henry S. Warren, Jr. – 2nd ed. 2013 ssn)
in this case, addition can be done by means of a 32-bit addition followed by subtracting out the unwanted carryСложение при этом можно реализовать посредством сложения 32-битовых чисел с последующим вычитанием нежелательного переноса из полученной суммы (см. Hacker's delight / Henry S. Warren, Jr. – 2nd ed. 2013)
Multibyte absolute value is easily done by complementing and adding 1 to each byte that contains a negative integerАбсолютное значение многобайтовой величины можно вычислить путём дополнения этого числа и прибавления 1 к каждому байту, содержащему отрицательное целое число (см. Hacker's delight / Henry S. Warren, Jr. – 2nd ed. 2013 ssn)
this is done by a combination of arguments to timer_settime, the function used to actually start the timerэто осуществляется путём комбинирования аргументов функции timer_settime, которая применяется для собственно запуска таймера (см. "Getting Started with QNX Neutrino. A Guide for Realtime Programmers" by Rob Krten 2009 ssn)