-
1 enumeration type
-
2 enumeration type
Англо-русский толковый словарь терминов и сокращений по ВТ, Интернету и программированию. > enumeration type
-
3 enumeration type
Большой англо-русский и русско-английский словарь > enumeration type
-
4 enumeration type
Техника: перечислимый тип (данных) -
5 enumeration type
English-Russian dictionary of computer science and programming > enumeration type
-
6 enumeration type
мат. -
7 enumerated [enumeration] type
Англо-русский словарь технических терминов > enumerated [enumeration] type
-
8 type
1) вид; тип2) литера3) марка5) род7) шрифт; гарнитура шрифта•- continuous order type - fiber homotopy type - recursive isomorphism type -
9 type
1) тип; род; класс; вид2) ЯП тип (данных, объекта, функции и т.п.), см. тж data type3) литера; шрифт4) печатать; писать печатными буквами•- type from the keyboard- access type
- align type
- built-in data type
- character type
- combine type
- enumeration type
- fixed point type
- floating point type
- fundamental data type
- generic data type
- generic type
- Hollerith data type
- integer type
- numeric data type
- own type
- record type
- structured data type
- subrange type
- typewriter typeEnglish-Russian dictionary of computer science and programming > type
-
10 enumeration
1) перечисление; перечислимый типзадаётся в виде упорядоченного множества из n значений, где каждое значение имеет свой идентификатор, т. е.: TYPE Т = {id1, id2,..., idn}. Обычно допускается и пустой перечислимый тип (empty enumeration, {})2) перечисление; счёт, подсчёт3) нумерацияАнгло-русский толковый словарь терминов и сокращений по ВТ, Интернету и программированию. > enumeration
-
11 enumerated type
= enumeration typeв ЯВУ - тип данных, заданный при объявлении исчерпывающим списком всех возможных значений переменных этого типа, например в Ada 95 объявление:type Months is (Jan, Feb, Mar, Apr, Мау, Jun, Jul, Aug, Sep, Oct, Nov, Dec)перечисляет все возможные названия месяцев. Такое объявление создаёт упорядоченный список, в котором ни одно значение не появляется больше одного раза. Использование перечислимых типов присуще строго типизированным языкам программированияАнгло-русский толковый словарь терминов и сокращений по ВТ, Интернету и программированию. > enumerated type
-
12 primitive type
= primitive data typeпростой тип [данных]тип данных, не являющийся подтипом никакого другого типа данных. В ЯВУ к простым типам данных относят следующие типы: integer, Boolean, character, real, string, а также перечислимые типы (см. enumeration type). Обычно они определены в самом ЯВУ и потому могут именоваться также встроенными типами данных (см. built-in data type).Syn:Англо-русский толковый словарь терминов и сокращений по ВТ, Интернету и программированию. > primitive type
-
13 cartridge type
-
14 printer type
-
15 rest angulation type
English-Russian big medical dictionary > rest angulation type
-
16 set type
-
17 primitive data type
1) Общая лексика: простой тип данных (тип данных, не являющийся подтипом никакого другого типа данных. В ЯВУ к простым типам данных относят следующие типы: integer, Boolean, character, real, string, а также перечислимые типы (enumeration type). Обы)2) Вычислительная техника: базисный тип данных -
18 перечислимый тип
Большой англо-русский и русско-английский словарь > перечислимый тип
-
19 перечислимый тип
( данных) enumeration, enumerated [enumeration\] typeАнгло-русский словарь технических терминов > перечислимый тип
-
20 enumerand
значение, принадлежащее к перечислимому типу (см. enumeration type)Англо-русский толковый словарь терминов и сокращений по ВТ, Интернету и программированию. > enumerand
- 1
- 2
См. также в других словарях:
Type algebrique de donnees — Type algébrique de données Un type algébrique de données est un type de données dont chacune des valeurs est une donnée d un autre type enveloppée dans un des constructeurs du type. Toutes les données enveloppées sont des arguments du… … Wikipédia en Français
Type algébrique — de données Un type algébrique de données est un type de données dont chacune des valeurs est une donnée d un autre type enveloppée dans un des constructeurs du type. Toutes les données enveloppées sont des arguments du constructeur. Par contraste … Wikipédia en Français
Enumeration — In mathematics and theoretical computer science, the broadest and most abstract definition of an enumeration of a set is an exact listing of all of its elements (perhaps with repetition). The restrictions imposed on the type of list used depend… … Wikipedia
Type énuméré — Pour les articles homonymes, voir Enum. En programmation informatique, un type énuméré est un type de données qui consiste en un ensemble de constantes appelées énumerateurs. Lorsque l on crée un type énuméré on définit ainsi une énumeration.… … Wikipédia en Français
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
Type algébrique de données — Un type algébrique de données est un type de données dont chacune des valeurs est une donnée d un autre type enveloppée dans un des constructeurs du type. Toutes les données enveloppées sont des arguments du constructeur. Par contraste aux autres … Wikipédia en Français
Enumerated type — In computer programming, an enumerated type is a data type (usually user defined) consisting of a set of named constants called enumerators . The act of creating an enumerated type defines an enumeration. When an identifier such as a variable is… … Wikipedia
Document Type Definition — (DTD) is a set of markup declarations that define a document type for SGML family markup languages (SGML, XML, HTML). DTDs were a precursor to XML schema and have a similar function, although different capabilities. DTDs use a terse formal syntax … Wikipedia
Binomial type — In mathematics, a polynomial sequence, i.e., a sequence of polynomials indexed by { 0, 1, 2, 3, ... } in which the index of each polynomial equals its degree, is said to be of binomial type if it satisfies the sequence of identities:p n(x+y)=sum… … Wikipedia
Graph enumeration — is a subject of graph theory that deals with the problems of the following type: find how many non isomorphic graphs have a given property.See Pólya enumeration theorem for examples.References* cite book author = Frank Harary and Edgar M. Palmer… … Wikipedia
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