What is the translation of " UNSIGNED TYPE " in Russian?

[ʌn'saind taip]
[ʌn'saind taip]
тип unsigned
unsigned type
беззнаковый тип
unsigned type
типу unsigned
unsigned type

Examples of using Unsigned type in English and their translations into Russian

{-}
  • Official category close
  • Colloquial category close
Note that this value has an unsigned type.
Это значение имеет беззнаковый тип.
Unsigned type in which a pointer can be placed.
Беззнаковый тип, в который можно помещать указатель.
One more error when handling unsigned types.
Еще одна ошибка работы с беззнаковыми типами.
Zero is cast to the unsigned type too, but it doesn't matter.
Ноль тоже приводится к беззнаковому типу, но это не имеет значения.
An example of incorrect code using unsigned type.
Пример ошибочного кода, использующего тип unsigned.
The subexpression"-B" has an unsigned type and equals 0xFFFFFFFFu.
Подвыражение"- B" будет иметь беззнаковый тип и равняться 0xFFFFFFFFu.
A variable of int type is cast into unsigned type;
Переменная A типа int приводится к типу unsigned;
The pointers and unsigned type are aligned also at the boundary of four bytes.
Выравниваются указатели и тип unsigned также кратно 4 байтам.
Note that the result will have unsigned type.
Обратите внимание, что результат имеет беззнаковый тип.
So, the unsigned type is quite enough to keep the position of the substring found.
Значит мне вполне достаточно типа unsigned, чтобы сохранить позицию найденной подстроки.
Note that the variable j has an unsigned type.
Обратите внимание, что переменная j имеет беззнаковый тип.
The endRevision variable has the unsigned type and therefore endRevision is always above or equal to 0.
Переменная endRevision имеет беззнаковый тип, а, следовательно, всегда endRevision>=.
The problem is that the wParam variable has an unsigned type.
Проблема в том, что переменная wParam имеет беззнаковый тип.
An error with signed and unsigned types in one expression.
Ошибка с signed и unsigned типами в одном выражении.
So, address arithmetic was also built with int and unsigned types.
Соответственно адресная арифметика также строилась с использованием типов int и unsigned.
An implicit conversion of the size_t type to the unsigned type, and similar conversions, are easily diagnosed by the compiler's warnings.
Неявное приведение типа size_ t к типу unsigned и аналогичные приведения хорошо диагностируются предупреждениями компилятора.
The(--size>= 0) condition is always true,since the size variable has the unsigned type.
Условие(-- size>=) всегда истинно,так как переменная size имеет беззнаковый тип.
The value of int type -2 will be converted into unsigned type with the value 0xFFFFFFFEu.
Значение типа int, равное- 2 будет преобразовано в тип unsigned со значением 0xFFFFFFFEu.
According to C++ language's rules variable A of int type is converted into unsigned type.
Согласно правилам языка Си++ переменная A типа int приводится к типу unsigned.
As long as the function returns unsigned type, implicit type conversion during which high bits of the results be lost, will occur.
Поскольку функция возвращает тип unsigned, то происходит неявное приведение типа, при котором старшие биты результата теряются.
The cause is that the value 0xFFFFFFFF has an UNSIGNED type unsigned int.
Причина в том, что значение 0xFFFFFFFF имеет БЕЗЗНАКОВЫЙ тип unsigned int.
In the given example we should replace unsigned type with one of memsize types, and also if it is necessary modify the function GetArraySize code.
В приведенном примере необходимо заменить тип unsigned на один из memsize типов, а также, если это необходимо модифицировать код функции GetArraySize.
According to C++ rules variable A of int type is converted to unsigned type.
Согласно правилам языка Си++ переменная A типа int приводится к типу unsigned.
The potential issue here is that if a negative value has been cast to unsigned type somewhere earlier, we will start handling a very large number.
Потенциальная беда состоит в том, что если где-то раньше отрицательное значение превратилось в беззнаковый тип, то мы начнем работать с очень большим числом.
Consider one more of the error type related to signed and unsigned types.
Рассмотрим еще один вариант ошибки, связанный с использованием знаковых и беззнаковых типов.
This is not surprising because unsigned type coincides with size_t type in a 32-bit system and there is no difference between FindMinPath32 and FindMinPath64 functions.
Это не удивительно, так как на 32- битной системе тип unsigned совпадает с типом size_ t и никакой разницы между функцией FindMinPath32 и FindMinPath64 нет.
The FindMinPath32 function is written in classic 32-bit style using unsigned types.
Функция FindMinPath32 написана в классическом 32- бином стиле с использованием типов unsigned.
Note: int type is extended(according to C++ standard)up to'unsigned' type if it participates in an operation where the second argument has unsigned type.
Примечание: Тип int расширяется( согласно стандарту языка Си++)до типа' unsigned', если он участвует в операции, где второй аргумент имеет тип unsigned.
In the next example we also have memsize type(pointer)and simple unsigned type mixed.
В следующем примере, у нас вновь смешивается memsize- тип( указатель)и простой тип unsigned.
For example, in the base class you use size_t type as an argument of a virtual function andin the derived class you use the unsigned type.
Например, в базовом классе Вы используете в качестве аргумента виртуальной функции тип size_ t,а в наследнике- тип unsigned.
Results: 30, Time: 0.0354

Word-for-word translation

Top dictionary queries

English - Russian