-
21 type in
1. тип в2. напечатыватьEnglish-Russian dictionary of Information technology > type in
-
22 type integer
тип "целое" -
23 integer variable
переменная простого типа (см. simple type) для хранения целочисленных значений, т. е. нуля, положительных и отрицательных целых чиселАнгло-русский толковый словарь терминов и сокращений по ВТ, Интернету и программированию. > integer variable
-
24 type modifier
в ЯВУ - ключевое слово, модифицирующее существующий тип данных. Обычно стоит перед именем типа данных; например, в случае объявления типа long integer( длинное целое число) слово "long" - модификаторсм. тж. data typeАнгло-русский толковый словарь терминов и сокращений по ВТ, Интернету и программированию. > type modifier
-
25 integer data
-
26 integer variable
целая переменная; целочисленная переменная -
27 integer variable
-
28 integer [integral] type
Англо-русский словарь технических терминов > integer [integral] type
-
29 Integer data type
Майкрософт: данные целого типа -
30 type integer
Нефть: тип "целое" -
31 type integer
тип "целое"Англо-русский словарь нефтегазовой промышленности > type integer
-
32 type integer
тип "целое" -
33 integer data type
-
34 integer data type category
English-Russian SQL Server dictionary > integer data type category
-
35 type integer
тип "целое"English-Russian dictionary of terms that are used in computer games > type integer
-
36 positive integer
type integer — тип "целое"
-
37 Gaussian integer
type integer — тип "целое"
English-Russian big polytechnic dictionary > Gaussian integer
-
38 signed integer
type integer — тип "целое"
-
39 factor of an integer
type integer — тип "целое"
The English-Russian dictionary general scientific > factor of an integer
-
40 signed integer
English-Russian dictionary of Information technology > signed integer
См. также в других словарях:
Type system — Type systems Type safety Inferred vs. Manifest Dynamic vs. Static Strong vs. Weak Nominal vs. Structural Dependent typing Duck typing Latent typing Linear typing Uniqueness typing … Wikipedia
Type conversion — This article is about the computer science concept. For the aviation licensing process, see Type conversion (aviation). In computer science, type conversion, typecasting, and coercion refers to different ways of, implicitly or explicitly,… … Wikipedia
Integer overflow — In computer programming, an integer overflow occurs when an arithmetic operation attempts to create a numeric value that is larger than can be represented within the available storage space. For instance, adding 1 to the largest value that can be … Wikipedia
Type inference — Type inference, or implicit typing, refers to the ability to deduce automatically the type of a value in a programming language. It is a feature present in some strongly statically typed languages. It is often characteristic of but not limited to … Wikipedia
Integer BASIC — Integer BASIC, written by Steve Wozniak, was the BASIC interpreter of the Apple I and original Apple II computers. Originally available on cassette, then included in ROM on the original Apple II computer at release in 1977, it was the first… … Wikipedia
Type signature — is a term that is used in computer programming.A type signature defines the inputs and outputs for a function or method. A type signature includes at least the function name and the number of its parameters. In some programming languages, it may… … Wikipedia
Integer (computer science) — In computer science, an integer is a datum of integral data type, a data type which represents some finite subset of the mathematical integers. Integral data types may be of different sizes and may or may not be allowed to contain negative values … Wikipedia
Type safety — In computer science, type safety is a property of some programming languages that is defined differently by different communities, but most definitions involve the use of a type system to prevent certain erroneous or undesirable program behavior… … Wikipedia
Type polymorphism — In computer science, polymorphism is a programming language feature that allows values of different data types to be handled using a uniform interface. The concept of parametric polymorphism applies to both data types and functions. A function… … Wikipedia
Integer factorization — In number theory, integer factorization is the way of breaking down a composite number into smaller non trivial divisors, which when multiplied together equal the original integer.When the numbers are very large, no efficient integer… … Wikipedia
Type punning — FORCETOC In computer science, type punning is a common term for any programming technique that subverts or circumvents the type system of a programming language in order to achieve an effect that would be difficult or impossible to achieve within … Wikipedia