Примеры в контексте "Float - Float"

Примеры: Float - Float
These must have a scalar type (for example, float, int or long, but not std::vector, int [], etc.). У переменных должен быть скалярный тип (например, float, int или long, но не std::vector, int [] и т. д).
Appending the suffix 'f' or 'l' to a function name gives a function that operates on float or long double values respectively. Добавление F 'или' L 'суффикс к имени функции дает функцию, которая действует на float или long double значения соответственно.
OpenLisp uses tagged architecture (4 bits tag on 32-bit, 5 bits tag on 64-bit) for fast type checking (small integer, float, symbol, cons, string, vector). OpenLisp использует тэговую архитектуру (4-битный тег на 32-битном, 5-битный тег на 64-битном слове) для быстрой проверки типов (small integer, float, symbol, cons, string, vector).
For example, float might be an IEEE 754 single precision type, which cannot represent the integer 16777217 exactly, while a 32-bit integer type can. Например, в переменной типа float (число с плавающей точкой одинарной точности по стандарту IEEE 754), нельзя сохранить число 16777217 без потери точности, а в 32-битной переменной целого типа int - можно.
On board, the anarchists played music, gave lectures, staged plays and even published a revolutionary newspaper, The Float. На борту анархисты исполняли музыку, читали лекции, ставили спектакли и даже опубликовали революционную газету The Float.
Self Preserved While the Bodies Float Up is the fourth and final full-length studio album by the progressive rock band Oceansize. Self Preserved While the Bodies Float Up - четвёртый и последний студийный альбом британской группы Oceansize.
The type F is a function that takes an Int and a String as arguments, and returns a value of type Float. Тип F - это функция, которая принимает Int и String как аргументы и возвращает Float как результат.
The same notation in a language with unary functions only, would refer to a function that takes an Int as argument, and returns a function of type String->Float. В языках, где существуют только унарные функции, этот тип означал бы функцию, которая принимает Int как аргумент и возвращает функцию типа String->Float.
Indicates whether the column requires special handling because it may contain oversized data or it requires precision beyond a float data type. Указывает, необходима ли специальная обработка столбца, поскольку он может содержать данные слишком большого размера или требуется точность, превышающая точность данных типа float.
In many C compilers the float data type, for example, is represented in 32 bits, in accord with the IEEE specification for single-precision floating point numbers. Например, во многих компиляторах Си тип float представляется 32 битами, в соответствии со спецификацией IEEE для операций с плавающей точкой одинарной точности.
However, many Java language features are not supported by Java Card (in particular types char, double, float and long; the transient qualifier; enums; arrays of more than one dimension; finalization; object cloning; threads). Однако многие возможности языка Java не поддерживаются в Java Card, например, типы char, double, float и long, ключевое слово transient, перечислимые типы (enum), многомерные массивы, финализаторы, клонирование объектов, потоки.
This should significantly enhance performance for applications that make heavy use of floating point arithmetic operations, as previous less efficient "soft float" settings, that is, native ARMv6 architecture floating point arithmetic operations simulated by software. Это должно значительно повысить производительность для приложений, которые сильно используют арифметические операции с числом с плавающей запятой, как предыдущие менее эффективные настройки «soft float», то есть, собственные ARMv6-арифметические операции с плавающей запятой, моделируемые программным обеспечением.
The musical base of the track is the song "Float My Boat" by Belgian DJ Jef Martens and his brother Toon (under the alias "Lazy Jay"), who also produced Banks' version. Музыкальная составляющая композиции основана на треке «Float My Boat» бельгийского DJ Basto (Lazy Jay), который также стал продюсером версии Азилии.
All matrices and vectors are available in all classical numerical formats: float, double, complex<float> or complex. Все матрицы и векторы допустимы во всех классических числовых форматах: float, double, complex <float> или complex .
It is also called the dirty float which we have in India. Также называется dirty float ("грязный плавающий курс") - то, что мы имеем в индии.
Given the way that floats work, it would be easiest to put the sidebar before the content area, allowing it to float to the right of the rest of the content. Зная, как работают "плавающие" блоки, проще всего было бы разместить боковую панель перед блоком контента, позволив ей обтекать (float) контент с правой стороны.
In addition to the assumption about bit-representation of floating-point numbers, the previous floating-point type-punning example also violates the C language's constraints on how objects are accessed: the declared type of x is float but it is read through an expression of type unsigned int. В дополнение к предположениям о битовом представлении чисел с плавающей запятой вышеприведённый пример каламбура типизации также нарушает установленные языком Си правила доступа к объектам: х объявлен как float, но его значение считывается в выражении, имеющем тип signed int.
The hard float application binary interface of the ARM11, a 32-bit RISC microprocessor ARM architecture with ARMv6 architectural additions, provides enormous performance gains for many use cases. Бинарный интерфейс «hard float» приложения для ARM11, 32-разрядная RISC-архитектура ARM с микропроцессором ARM и с архитектурными дополнениями ARMv6 обеспечивает огромную производительность для многих случаев использования.
An integer or float is converted to a string representing the number textually (including the exponent part for float s). Floating point numbers can be converted using exponential notation (4.1E+6). Целое (integer) или число с плавающей точкой (float) преобразуется в строку, представленную числом, состоящим из его цифр (включая показатель степени для чисел с плавающей точкой).