DictionaryForumContacts

   English
Terms for subject Programming containing integer type | all forms | exact matches only | in specified order only
EnglishRussian
an ordinal type is one in which the range of possible values can be easily associated with the set of positive integersПорядковым называется тип, в котором область возможных значений переменных может быть легко связана с последовательностью натуральных чисел (см. Concepts of programming languages / Robert W. Sebesta.–10th ed. 2012 ssn)
compile-time constant of integer typeстатическая константа целочисленного типа (корпорации Cray Alex_Odeychuk)
integer data typeцелочисленный тип данных (ssn)
integer typeцелочисленный тип (в программировании – встроенный простой тип данных. Может быть целое (т. е. число без дробной части) со знаком (signed integer ), без знака (unsigned integer ), коротким (short integer) или длинным (long integer , longint) ssn)
integer type numberчисло целого типа (положительное или отрицательное целое число, включая ноль, напр., 0, 7, 003, +500, -4096 ssn)
integer type suffixсуффикс целого типа (ssn)
modular integer typeбеззнаковый целочисленный тип (в языке программирования Ada 2022 Alex_Odeychuk)
modular integer typeмодульный целочисленный тип (Alex_Odeychuk)
predefined integer typeпредопределённый целочисленный тип (Alex_Odeychuk)
predefined integer typeпредопределённый целый тип (данных ssn)
root integer typeкорневой целочисленный тип (Alex_Odeychuk)
signed integer typeцелочисленный тип со знаком (Alex_Odeychuk)
specific bit of an integer data typeконкретный бит целочисленного типа данных (ssn)
the type of the attribute has an initial uppercase letter – for example, Boolean, Integer, or RealТип атрибута пишется с большой буквы, например Boolean, Integer или Real (см. Software Modeling and Design by Hassan Gomaa 2011)
the type of the attribute has an initial uppercase letter – for example, Boolean, Integer, or RealТип атрибута пишется с большой буквы, например Boolean, Integer или Real (см. Software Modeling and Design by Hassan Gomaa 2011)
type inference for integer literalsвыведение типов целочисленных литералов (Alex_Odeychuk)
type of a literal integer constantтип целочисленного константного литерала (ssn)
universal integer typeуниверсальный целочисленный тип (Alex_Odeychuk)
unsigned integer typeбеззнаковый целочисленный тип (Alex_Odeychuk)
user-defined integer typeопределяемый пользователем целочисленный тип (данных ssn)
variable of integer typeпеременная целочисленного типа (ssn)
variables of an integer typeпеременные целочисленных типов (ssn)