UNSIGNED INT на Русском - Русский перевод

unsigned int

Примеры использования Unsigned int на Английском языке и их переводы на Русский язык

{-}
  • Official category close
  • Colloquial category close
For variables of type unsigned int.
Для переменных типа unsigned int.
Pointers are often cast to int, unsigned int and other types improper to fulfill address calculations.
Указатели часто приводятся к int, unsigned int и другим неподходящим типам для выполнения адресных расчетов.
The handle can for example be implemented with an unsigned int.
Помощник может быть реализован, например как unsigned int.
The error consists in converting size_t type to unsigned int type when calling SpecificMalloc function.
Ошибка заключается в приведении типа size_ t к типу unsigned int при вызове функции SpecificMalloc.
The cause is that the value 0xFFFFFFFF has an UNSIGNED type unsigned int.
Причина в том, что значение 0xFFFFFFFF имеет БЕЗЗНАКОВЫЙ тип unsigned int.
This defect can be easily fixed by replacing the unsigned int type with bit_t in the variable declarations.
В данном случае ошибку легко исправить заменив объявления переменных типа unsigned int на тип bit_ t.
Data of type long,unsigned long take twice a much space in memory than the data of types int, unsigned int.
Данные типа long,unsigned long занимают в два раза больше места в памяти чем данные типа int, unsigned int.
According to C/C++ rules, value 0xFFFFFFFF has the"unsigned int" type since it cannot be represented with the"int" type.
Согласно правилам языка Си/ Си++ значение 0xFFFFFFFF имеет тип" unsigned int", так как не может быть представлено типом" int..
Due to the historical development the base and the most often used integer type in C andC++ languages is int or unsigned int.
Исторически сложилось, что базовым и наиболее используемым целочисленным типом в языке Си иСи++ является int или unsigned int.
In the 64-bit mode, the types size_t and unsigned int do not coincide.
В 64- битном режиме типы size_ t и unsigned int не совпадают.
Java and unsigned int, unsigned short, unsigned byte,unsigned long, etc. Or rather.
Целочисленные беззнаковые: unsigned char, unsigned short int, unsigned int,unsigned long intи unsigned long long.
The type size_t becomes 64-bit while the type unsigned int remains 32-bit.
Тип size_ t становится 64- битным, а тип unsigned int по-прежнему остается 32- битным.
The uintptr_t is an unsigned, integer memsize-type that can safely hold a pointer no matter whatthe platform architecture is, although for Windows compilation was defined"unsigned long int" type.
Тип uintptr_ t является беззнаковым целочисленным memsize- типом и способен безопасно хранить в себе указатель в независимости от разрядности платформы,но для сборки в Windows был определен тип" unsigned long int.
On the 32-bit system the variable val_1 according to C++ rules was extended to unsigned int, and became value 0xFFFFFFFFu.
На 32- битной системе переменная val_ 1 согласно правилам языка Си++ расширялась до типа unsigned int и становилась значением 0xFFFFFFFFu.
On a 32-bit system, the type size_t coincides with the type unsigned int and the compiler chooses the function"void foo(unsigned int)" to call.
На 32- битной системе тип size_ t совпадает с типом unsigned int и компилятор выбирает для вызова функцию void foounsigned int.
To access very large data arrays- more than INT_MAX elements- we recommend using types ptrdiff_t or size_t instead of unsigned int or unsigned long.
Для доступа к большим массивам данным( более INT_ MAX элементов) надо использовать типы ptrdiff_ t или size_ t.
According to C++ rules, the variable val_1 is extended to the type"unsigned int" and becomes the value 0xFFFFFFFFu on a 32-bit system- the condition"0xFFFFFFFFu> 1" is fulfilled.
На 32- битной системе переменная val_ 1 согласно правилам языка Си++ расширялась до типа unsigned int и становилась значением 0xFFFFFFFFu.
Data types of short int, unsigned short int take two times less space in memory than the data types int, unsigned int.
Данные типа short int, unsigned short int занимают в два раза меньше места в памяти чем данные типа int, unsigned int.
Integer types: short int, unsigned short int, int, unsigned int, long, unsigned long;
Целочисленных типов: short int, unsigned short int, int, unsigned int, long, unsigned long;
Pointers are often cast to int, unsigned, long, DWORD and other inappropriate types.
Указатели часто приводятся к int, unsigned, long, DWORD и другим неподходящим типам.
Traditionally we use such types as int, unsigned and long to represent the above-listed types.
По традиции в языках Си и Си++ для представления перечисленных объектов используются такие типы как: int, unsigned и long.
Unfortunately, it is more habitual to use int and unsigned types for array indexing.
К сожалению, частой практикой программирования, является использование для индексации массивов типов int и unsigned.
Many programmers stored pointers in such types as int and unsigned in their 32-bit programs.
Многие программисты в своих 32- битных программах хранили указатели в таких типах как int и unsigned.
Such types are int, unsigned, long, unsigned long, ptrdiff_t, size_t and pointers.
К таким типам можно отнести int, unsigned, long, unsigned long, ptrdiff_ t, size_ t и указатели.
Programming in C and then C++ has formed a practice of using variables of int/ unsigned types in the constructions of the following kind.
В программировании на языке Си, а затем и Си++ сложилась практика использования в конструкциях следующего вида переменные типа int/ unsigned.
A variable of int type is cast into unsigned type;
Переменная A типа int приводится к типу unsigned;
Data types: int, short, long, unsigned, float, double.
Типы данных: int, short, long, unsigned, float, double.
Before, we have stuck to the principle that if a class has operator[], its parameter must have memsize-type( ptrdiff_t, size_t)and not int or unsigned.
Ранее мы придерживались позиции, что если в классе реализован operator[], то его параметр должен иметь memsize- тип( ptrdiff_ t, size_ t),а не int или unsigned.
The variable"one" is extended from the type"int" to the type"unsigned" and equals 0x00000001u.
Переменная' one' будет расширена от типа' int' до типа unsigned и будет равна 0x00000001u.
There is a data structure consisting of several fields: a 64-bit double,8 unsigned char, and one 32-bit int.
Есть структура данных, состоящая из нескольких полей: 64- битный double,потом 8 unsigned char и один 32- битный int.
Результатов: 50, Время: 0.0339

Пословный перевод

Лучшие запросы из словаря

Английский - Русский