What is the translation of " ЦЕЛОЧИСЛЕННЫЙ " in English?

Examples of using Целочисленный in Russian and their translations into English

{-}
  • Official category close
  • Colloquial category close
Базовый знаковый целочисленный тип языка Си/ Си.
A basic signed integer C/C++ type.
Целочисленный регистровый файл имеет 32 64- битных записи.
The integer register file has 32 64-bit entries.
Второй аргумент функции' memset' имеет целочисленный тип.
The second argument of the'memset' function has an integer type.
В языке Java целочисленный литерал типа int имеет разрядность 32 бита.
In Java, integer literal of‘ int‘ type has a width of 32 bits.
При этом аргумент в скобках должен иметь целочисленный тип.
The argument in the brackets must be of integer type in this case.
Combinations with other parts of speech
Знаковый целочисленный тип, образующийся при вычитании двух указателей.
Signed integer type which appears after subtraction of two pointers.
Ответ может быть нескольких типов: стандартный, булевский,строковый и целочисленный.
The response can be of several types- standard, boolean,string and integer.
Целочисленный регистровый файл содержит 136 регистров, предоставляющих восемь регистровых окон.
The integer register file has eight register windows.
После объявления перечисления появляется новый целочисленный 4- байтовый тип данных.
After the enumeration is declared, a new integer-valued 4-byte data type appears.
Как записать целочисленный литерал в восьмеричной или шестнадцатеричной системе исчисления?
How to write an integer literal in the octal or hexadecimal notation?
В программах тип BOOL( gboolean, UBool ит. д.) определяется как целочисленный тип.
In programs, the BOOL(gboolean, UBool, etc.)type is interpreted as an integer type.
Внимание! Целочисленный идентификатор ID, который вы передаете в метод startForeground(), не должен быть равен.
Caution: The integer ID that you give to startForeground() must not be 0.
Объем входных данных:[ math] 2 n+ 4[/ math] комплексных чисел и[ math]1[/ math] целочисленный параметр.
Amount of input data:[math]2 n+4[/math]complex numbers and[math]1[/math] integer parameter.
Ключевые слова: целочисленный ряд, рекурсия, факториал, числа Фибоначчи, головоломка« Ханойские башни».
Keywords: integers, recursion, factorial, Fibonacci numbers, puzzle"Towers of Hanoi.
Если нужно было сохранить илипередать указатель как целочисленный тип, для этого использовались типы DWORD, UINT и так далее.
When you needed to save orpass a pointer as an integer type, you used the types DWORD, UINT and so on.
Например, целочисленный в текст( int-> string) или целочисленный в дробный int-> decimal.
For example, covert integer to text(int-> string) or integer to decimal int-> decimal.
В арифметических операциях один из операндов может иметь целочисленный тип, а второй быть типом с плавающей запятой.
In arithmetic operations, one of the operands can have an integer type, and the second can be a floating point type.
Для того, чтобы целочисленный литерал имел тип long, нужно дополнить значения литерала символами‘ l‘ или‘ L‘.
In order to an integer literal had a‘ long‘ type, need to supplement the value of the literal by symbols‘ l‘ or‘ L‘.
У любого объекта View может быть связанный с ним целочисленный идентификатор, который служит для обозначения уникальности объекта View в иерархии.
Any View object may have an integer ID associated with it, to uniquely identify the View within the tree.
Возвращает целочисленный индекс цвета, имеющего значения тона, белизны и затемнения наиболее близкие к заданному цвету.
Returns an integer with the index of the color which has the hue, white and blackness nearest the given color.
Синтаксис: тип данных, допустимый для определенного атрибута( например, целочисленный, строковый или дата).
Syntax: A data type that can be used for a particular attribute, such as an integer, a string, or a date.
Оно возвращает или задает целочисленный размер шрифта, используемого в областях скриптов, команд и вывода.
Read/write property that gets or sets the font size(an integer) used in the Script Pane, Command Pane and the Output Pane.
Целочисленный регистровый файл предоставляет регистры двум арифметическо- логическим устройствам( АЛУ, ALU) и устройству считывания/ записи load/ store unit.
The integer register file provides registers to two arithmetic logic units and the load/store unit.
Следовательно, можно утверждать, что целочисленный треугольник является героновым тогда и только тогда, когда его можно нарисовать на решетке.
Consequently, an integer triangle is Heronian if and only if it can be drawn as a lattice triangle.
В функцию был передан аргумент в формате числа с плавающей точкой,хотя ожидался целочисленный тип данных.
An argument having the format of a floating-point number has been passed into a function,although it was awaiting an integer type.
Если выражение содержит целочисленный тип, то значения типа bool автоматически превращаются в целые числа и 1.
If the expression contains an integer type, then the values of type bool are automatically converted to integers 0 and 1.
Целочисленный регистровый файл имеет ширину 64 бита и содержит 64 регистра, из которых 32 являются архитектурными и 32 используются для переименования регистров.
The integer register file is 64 bits wide and contains 64 entries, of which 32 are architectural registers and 32 are rename registers which implement register renaming.
Этот тип данных переопределяет целочисленный тип данных, который имел произвольную точность в ASN. 1, но ограниченную точность в SMI.
This data type redefines the integer data type, which has arbitrary precision in ASN.1 but bounded precision in the SMI.
Реализация phpinfo в ext/ standard/ info. c в PHP до версии 5. 4. 30 и 5. 5. x до версии 5. 5. 14 не гарантирует использование строкового типа данных для переменных PHP_ AUTH_ PW, PHP_ AUTH_ TYPE, PHP_ AUTH_ USER и PHP_ SELF,что может позволить злоумышленника в зависимости от контекста получить чувствительную информацию из памяти процесса, используя целочисленный тип данных со специально сформированными значениями.
The phpinfo implementation in ext/standard/info.c in PHP before 5.4.30 and 5.5.x before 5.5.14 does not ensure use of the string data type for the PHP_AUTH_PW, PHP_AUTH_TYPE, PHP_AUTH_USER, and PHP_SELF variables,which might allow context-dependent attackers to obtain sensitive information from process memory by using the integer data type with crafted values, related to a type confusion vulnerability.
Фундаментальный дискриминант D- это целочисленный инвариант в теории целочисленных квадратичных форм от двух переменных бинарных квадатичных форм.
A fundamental discriminant D is an integer invariant in the theory of integral binary quadratic forms.
Results: 59, Time: 0.0226

Top dictionary queries

Russian - English