-
1 unsigned type
Вычислительная техника: беззнаковый тип -
2 unsigned type
-
3 unsigned integer
"A data type that can only hold a whole number with a value greater than, or equal to, zero. In this implementation, the maximum value that an unsigned integer can hold is 0xFFFFFFFF (4,294,967,295)." -
4 unsigned integer
целое [число] без знака, беззнаковое целоетип данных, значениями которого может быть ноль и положительные целые числаАнгло-русский толковый словарь терминов и сокращений по ВТ, Интернету и программированию. > unsigned integer
-
5 unsigned integer
English-Russian dictionary of Information technology > unsigned integer
-
6 unsigned integer type
Вычислительная техника: тип целочисленных данных без знака -
7 unsigned integer type
English-Russian information technology > unsigned integer type
-
8 integer type
= integerв программировании - встроенный простой тип данных. Может быть целое (т. е. число без дробной части) со знаком (signed integer), без знака (unsigned integer), коротким (short integer) или длинным (long integer, longint)Англо-русский толковый словарь терминов и сокращений по ВТ, Интернету и программированию. > integer type
-
9 integer type
1) Общая лексика: целочисленный тип (данных) (в программировании - встроенный простой тип данных. Может быть целое (т. е. число без дробной части) со знаком (signed integer), без знака (unsigned integer), коротким (short integer) или длинным (long integ)2) Техника: целочисленный тип (данных), целый тип -
10 integer
1) целое число (целые числа), целоедиапазон чисел, которые могут быть представлены в машине и обрабатываются как целые, зависит от её архитектуры и системы команд. Обычно обеспечивается их представление в виде 1-, 2-и 4-байтовых чисел со знаком (signed integer) и без знака (unsigned integer). Например, operations on integers - операции над целыми числами; integer operand - целочисленный операнд, операнд типа integerсм. тж. floating point, integer data, integer operation, integer variable, non-negative integer, short integer, word2) целый, целочисленный3) см. integer typeАнгло-русский толковый словарь терминов и сокращений по ВТ, Интернету и программированию. > integer
-
11 letter
I ['letə] nThe letter went astray. — Письмо попало не по адресу.
The letter was lost. — Письмо затерялось.
The letter was wrongly addressed. — На письме стоял неверный адрес
- long letter- strong letter
- short letter
- tender letter
- official letter
- emphatic letter
- urgent letter
- indiscreet letter
- registered letter
- respectful letter
- slanderous letter
- personal letters
- fatal letter
- preliminary letter
- congratulatory letter
- circular letter
- business letters
- boyhood letters
- air-mail letter
- adjustment letter
- very guarded letter
- smoothly-worded letter
- typewritten letter
- unstamped letter
- dry and poorly-worded letter cyxoe
- ill-spelled letter
- unsigned letter
- unfinished letter
- incoming and outgoing letters
- covering letter
- pleading letter
- obliging letter
- credential letters
- letter box
- letter form
- letter of three days ago
- letter from smb to smb
- letters to smb
- letter of some lines only- letter of appreciation- letter of acknowledgement
- letter of guarantee- letter of verdict- letters of recall
- letter of advice
- letter of attorney
- letter of notification
- letter of transmittal
- letter of instruction
- letter of conveyance
- occasion of letters- lot of letters- recept of a letter
- postcript of a letter
- at the back of the letter
- in a letter home
- acknowledge the letter
- address a letter to a friend
- answer letters
- arrange letters
- apply by letter
- begin a letter with a greeting
- call for letters
- cash a letter of credit
- communicate by letter
- draw up letters
- date letters- deliver letters into smb's hands- dictate letters to a typist
- direct letters to smb- drop smb a letter- enclose smb's letter with one's own
- exchange letters
- file letters
- find a missing letter
- fling the letter into the waste basket
- fold a letter
- forward smb a letter
- hand smb a letter
- send a registered letter
- keep one's old letters
- keep one's letters under lock and key
- leave the letter unfinished
- leave a letter for smb
- mail letters
- mislay a letter
- open a letter
- put the letter into the envelope
- quote a letter as it stands
- reply letters
- send the answer by a registered letter
- sign a letter of protest
- stamp a letter
- submit letters for signiture
- tear a letter open II ['letə] n1) буква, знак, шрифтHe kept the letter of the law but not the spirit. — Он держался буквы, но не духа закона.
Letters are put in italic type to show that they are important. — Буквы печатают курсивом, чтобы подчеркнуть их важность.
- small letter- initial letter
- syllabic letters
- runic letters
- black letters
- white letters
- italic letters
- letter for letter - letters of the alphabet
- combinations of letters
- dropping of letters
- in letter and in spirit
- in golden letters
- be bound by the letter of the law
- carry out the law both in letter and in spirit
- carry out the instruction to the letter
- cross a letter out- enclose a letter in a circle- know one's letters
- know smth to the letter
- obey to the letter
- teach the child his letters
- write in large letters2) (обыкновенно pl) литература- man of lettersLetters kept pace with art — Литература и искусство шли рука об руку.
-
12 signed integer
целое [число] со знакомв ЯВУ - простой тип данных, соответствующий машинному представлению положительных (positive integer) и отрицательных (negative integer) целых чисел. Под знак выделяется один бит, обычно перед старшим разрядом числаАнгло-русский толковый словарь терминов и сокращений по ВТ, Интернету и программированию. > signed integer
-
13 dword
A data type consisting of a 32-bit unsigned integer. -
14 DWORD
A data type consisting of a 32-bit unsigned 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
Unsigned code — refers to an application which has not been signed with the secret key required for it to load on a console.In the video game console business, most console games have to be signed with a secret key designed by the console maker or the game will… … 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
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
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
Composite data type — In computer science, a composite data type is any data type which can be constructed in a program using its programming language s primitive data types and other composite types. The act of constructing a composite type is known as composition.… … Wikipedia
Composite type — In computer science, composite types are datatypes which can be constructed in a programming language out of that language s primitive types and other composite types. The act of constructing a composite type is known as composition. C/C++… … Wikipedia
Primitive type — In computer science, primitive types as distinct from composite types are data types provided by a programming language as basic building blocks. Primitive types are also known as built in types or basic types .Depending on the language and its… … Wikipedia
MG T-type — Infobox Automobile name = MG T type manufacturer = MG Car Company, BMC from 1952 production = 1936 1955 predecessor = MG PB successor = MGA class = Sports car layout = FR layout wheelbase = 94 inches (2388 mm)The MG T series of cars (including… … Wikipedia
MG Y-type — The MG Y Type was a small saloon car built by the MG Car Company between 1947 and 1953.When production ceased in 1953 8,336 “Y” Types had been produced, the breakdown being: 6,151 “YA”s (including 9 cars supplied to Swiss and Italian custom… … Wikipedia
Bentley R Type — Infobox Automobile name =Bentley R Type manufacturer=Bentley production =1952–1955 2323 built predecessor =Mark VI successor =S series wheelbase = Auto in|120|0 height = Auto in|64.5|0 width = Auto in|69|0 length = Auto in|200|0 engine =4.6 L… … Wikipedia