-
61 generic data type
родовой тип данных; данные родового типаfloating point type — плавающий тип; тип с плавающей запятой
-
62 restricted data type
-
63 aggregate data type
Программирование: агрегированный тип данных (= aggregate type; см. aggregate type), составной тип данных -
64 simple data type
Программирование: простой тип данных (простые типы данных делятся на две основные категории: порядковые типы (ordinal type) и вещественные типы (real type)) -
65 primitive data type
1) Общая лексика: простой тип данных (тип данных, не являющийся подтипом никакого другого типа данных. В ЯВУ к простым типам данных относят следующие типы: integer, Boolean, character, real, string, а также перечислимые типы (enumeration type). Обы)2) Вычислительная техника: базисный тип данных -
66 aggregate data type
Англо-русский толковый словарь терминов и сокращений по ВТ, Интернету и программированию. > aggregate data type
-
67 Boolean data type
Англо-русский толковый словарь терминов и сокращений по ВТ, Интернету и программированию. > Boolean data type
-
68 character data type
Англо-русский толковый словарь терминов и сокращений по ВТ, Интернету и программированию. > character data type
-
69 ordinal data type
Англо-русский толковый словарь терминов и сокращений по ВТ, Интернету и программированию. > ordinal data type
-
70 polymorphic data type
Англо-русский толковый словарь терминов и сокращений по ВТ, Интернету и программированию. > polymorphic data type
-
71 primitive data type
Англо-русский толковый словарь терминов и сокращений по ВТ, Интернету и программированию. > primitive data type
-
72 real data type
Англо-русский толковый словарь терминов и сокращений по ВТ, Интернету и программированию. > real data type
-
73 scalar data type
Англо-русский толковый словарь терминов и сокращений по ВТ, Интернету и программированию. > scalar data type
-
74 simple data type
Англо-русский толковый словарь терминов и сокращений по ВТ, Интернету и программированию. > simple data type
-
75 structured data type
Англо-русский толковый словарь терминов и сокращений по ВТ, Интернету и программированию. > structured data type
-
76 abstract data type: A data type that is defined by the operations that manipulate it and thus has its representation details hidden
Общая лексика: абстрактный тип данный: тип данных, определяемый допустимыми операциями и тем самым скрывающий детали своего представУниверсальный англо-русский словарь > abstract data type: A data type that is defined by the operations that manipulate it and thus has its representation details hidden
-
77 Hollerith data type
Большой англо-русский и русско-английский словарь > Hollerith data type
-
78 abstract data type
ООП абстрактный тип данных (определение типа данных вместе с определенными на нем операциями, а также, возможно, аксиомами, задающими формальные свойства этих операций)Большой англо-русский и русско-английский словарь > abstract data type
-
79 built-in data type
Большой англо-русский и русско-английский словарь > built-in data type
-
80 generic data type
Большой англо-русский и русско-английский словарь > generic data type
См. также в других словарях:
Data type — For other uses, see Data type (disambiguation). In computer programming, a data type is a classification identifying one of various types of data, such as floating point, integer, or Boolean, that determines the possible values for that type; the … Wikipedia
Data type (disambiguation) — Datatype may refer to: Data type in programming languages Amiga Datatype, the AmigaOS automatic system of recognizing data files See also: Category:Statistical data types This disambiguation page lists articles associated with the same title. If… … Wikipedia
Algebraic data type — In computer programming, particularly functional programming and type theory, an algebraic data type (sometimes also called a variant type[1]) is a datatype each of whose values is data from other datatypes wrapped in one of the constructors of… … Wikipedia
Abstract data type — In computing, an abstract data type (ADT) is a specification of a set of data and the set of operations that can be performed on the data. Such a data type is abstract in the sense that it is independent of various concrete implementations. The… … Wikipedia
Generalized Algebraic Data Type — Generalized Algebraic Data Types are generalizations of the algebraic data types of Haskell and ML, applying to parametric types.With this extension, the parameters of the return type of a data constructor can be freely chosen when declaring the… … Wikipedia
Real data type — A real data type is a data type used in a computer program to represent an approximation of a real number.Because the real numbers are not countable, computers cannot represent them exactly using a finite amount of information.Most often, a… … Wikipedia
Ordinal data type — In computer programming, an ordinal data type is a data type with the property that its values can be counted. That is, the values can be put in a one to one correspondence with the positive integers. For example, characters are ordinal because… … Wikipedia
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
Data structure alignment — is the way data is arranged and accessed in computer memory. It consists of two separate but related issues: data alignment and data structure padding. When a modern computer reads from or writes to a memory address, it will do this in word sized … 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
Data profiling — is the process of examining the data available in an existing data source (e.g. a database or a file) and collecting statistics and information about that data. The purpose of these statistics may be to: Find out whether existing data can easily… … Wikipedia