ЦЕЛОЧИСЛЕННЫЙ ТИП на Английском - Английский перевод

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

{-}
  • Official category close
  • Colloquial category close
Базовый знаковый целочисленный тип языка Си/ Си.
A basic signed integer C/C++ type.
Второй аргумент функции' memset' имеет целочисленный тип.
The second argument of the'memset' function has an integer type.
Знаковый целочисленный тип, образующийся при вычитании двух указателей.
Signed integer type which appears after subtraction of two pointers.
При этом аргумент в скобках должен иметь целочисленный тип.
The argument in the brackets must be of integer type in this case.
Для того чтобы литерал имел беззнаковый целочисленный тип к нему нужно добавить суффикс‘ u‘ или‘ U‘.
In order to literal was the unassigned integer type, you need to add to it the suffix‘ u‘ or‘ U‘.
В программах тип BOOL( gboolean, UBool ит. д.) определяется как целочисленный тип.
In programs, the BOOL(gboolean, UBool, etc.)type is interpreted as an integer type.
Если нужно было сохранить илипередать указатель как целочисленный тип, для этого использовались типы DWORD, UINT и так далее.
When you needed to save orpass a pointer as an integer type, you used the types DWORD, UINT and so on.
В функцию был передан аргумент в формате числа с плавающей точкой,хотя ожидался целочисленный тип данных.
An argument having the format of a floating-point number has been passed into a function,although it was awaiting an integer type.
В арифметических операциях один из операндов может иметь целочисленный тип, а второй быть типом с плавающей запятой.
In arithmetic operations, one of the operands can have an integer type, and the second can be a floating point type..
Если выражение содержит целочисленный тип, то значения типа bool автоматически превращаются в целые числа и 1.
If the expression contains an integer type, then the values of type bool are automatically converted to integers 0 and 1.
Хотя в size_ t можно помещать указатель, для этих целей лучше подходит другой беззнаковый целочисленный тип uintptr_ t, само название которого отражает эту возможность.
Although you may store a pointer in size_t, it is better to use another unsigned integer type uintptr_t for that- its name reflects its capability.
Этот тип данных переопределяет целочисленный тип данных, который имел произвольную точность в ASN. 1, но ограниченную точность в SMI.
This data type redefines the integer data type, which has arbitrary precision in ASN.1 but bounded precision in the SMI.
Под memsize- типом мы будем понимать любой простой целочисленный тип, способный хранить в себе указатель и меняющий свою размерность при изменении разрядности платформы с 32 бит на 64 бита.
Here we mean any simple integer type capable of storing a pointer inside and able to change its size when the digit capacity of a platform changes from 32 to 64 bit.
Такое использование является некорректным, поскольку значение аргумента будет приведено к целочисленному типу.
It is incorrect because the argument value will be cast to an integer type.
Целочисленных типов: short int, unsigned short int, int, unsigned int, long, unsigned long;
Integer types: short int, unsigned short int, int, unsigned int, long, unsigned long;
Целочисленные типы, способные хранить в себе значение указателя.
Integer types capable to keep pointer value.
Реальный размер целочисленных типов зависит от реализации.
The actual size of the integer types varies by implementation.
Можно, но при условии, чтоприсваиваемое значение может быть представлено целочисленным типом.
It is possible, butassuming that the assigned value may be represented by an integer type.
Класс SplInt используется для обеспечения сильной типизации целочисленного типа.
The SplInt class is used to enforce strong typing of the integer type.
Некоторые программисты используют тип double для хранения и работы с целочисленными типами.
Some programmers use double type for storing of, and working with, integer types.
Иногда в программах указатели сохраняют в целочисленных типах.
Sometimes pointers are stored in integer types.
Иногда в коде тип double используется для хранения и работы с целочисленными типами.
Sometimes double type is used in the code to store and work with integer types.
Некоторые программисты используют тип double для хранения и работы с целочисленными типами.
Some programmers use the type double to store and work with integer types.
Ранее предупреждение V202 распространялось и на приведение указателя к 32- битному целочисленному типу.
The V202 warning applied to conversions of pointers to 32-bit integer types before.
Происходит динамическое создание одного единственного объекта целочисленного типа и его инициализация.
There is only one object of integer type that is dynamically created and initialized.
Исторически сложилось, что базовым инаиболее используемым целочисленным типом в языке Си и Си++ является int или unsigned int.
Due to the historical development the base andthe most often used integer type in C and C++ languages is int or unsigned int.
Например, в некоторых СУРБД целочисленное значение не должно заключаться в кавычки, если оно сравнивается со столбцом или выражением целочисленного типа.
For instance, in some RDBMS brands, an integer value must not be quoted as a string if it is compared to an integer-type column or expression.
Если все же необходимо поместить указатель в переменную целочисленного типа, то следует использовать такие типы как intptr_ t, uintptr_ t, ptrdiff_ t и size_ t.
If you still need to store a pointer in a variable of an integer type, you should use such types as intptr_t, uintptr_t, ptrdiff_t and size_t.
Ошибки, возникающие на 64- битных системах при смешанном использование простых целочисленных типов и memsize- типов, представлены большим количеством синтаксических конструкций языка Си.
Errors occurring in 64-bit systems when integer types and memsize-types are used together are presented in many C++ syntactic constructs.
Генерирование и обработка исключений с участием целочисленных типов не является хорошей практикой программирования на языке Си.
Generation and processing of exceptions using integer types is a bad practice of C++ programming.
Результатов: 120, Время: 0.0275

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

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

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