Traduzione di "unsigned integer" in italiano

intero senza segno è la traduzione di "unsigned integer" in italiano. Esempio di frase tradotta: List of Unsigned Integers ↔ Lista di interi senza segno

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).

+ Aggiungi

Dizionario inglese-italiano

  • intero senza segno

    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).

    List of Unsigned Integers

    Lista di interi senza segno

  • Mostra le traduzioni generate algoritmicamente

Traduzioni automatiche di " unsigned integer " in italiano

  • Glosbe

    Glosbe Translate
  • Google

    Google Translate
Aggiungi

Traduzioni di "unsigned integer" in italiano in contesto, memoria di traduzione

An 8-bit unsigned integer (uint8) has a range of 0–255.
Un esempio: un intero senza segno a 8 bit (uint8) può ospitare un numero nell’intervallo 0-255.
An unsigned integer would be declared with unsigned int.
Un intero senza segno verrebbe dichiarato con unsigned int.
Unsigned Integer
Intero senza segno
Also, a word or unsigned integer can appear all by itself as an S-expression, with no parentheses.
Anche una parola o un intero senza segno che compaiono da soli, senza parentesi, sono una S-espressione.
Even the largest unsigned integer (uint64) can only contain numbers up to 18 quintillion.
Anche il più grande fra gli interi senza segno (uint64) può contenere solo numeri fino a 18 trilioni.
A 32-bit unsigned integer can contain values from 0 (all binary 0s) to 4,294,967,295 (all binary 1s).
Un intero a 32 bit senza segno può contenere valori da 0 (tutti 0 in binario) a 4.294.967.295 (tutti 1).
I: This is an unsigned integer.
I: significa intero senza segno (unsigned integer).
The variable mac[] is an unsigned integer array containing the 6 bytes of your MAC address.
La variabile mac[] è un array di unsigned int contenente i sei byte dell’indirizzo MAC.
List of Unsigned Integers
Lista di interi senza segno
These identifiers are 32-bit unsigned integers, but are not necessarily different from identifiers of resources or atoms.
Questi identificatori sono interi senza segno a 32-bit ma non sono necessariamente diversi dagli identificatori di risorse o atomi.
Some features like operator overloading or unsigned integer types are omitted to simplify the language and to avoid possible programming mistakes.
Alcune funzionalità quali l'operator overloading od i numeri interi senza segno vengono omessi per semplificare il linguaggio e per evitare possibili errori.
Quick check 10.3 What code will determine if the variable v is within the range of an 8-bit unsigned integer?
Quale codice determina se la variabile v rientra nell’intervallo di un intero senza segno a 8 bit?
The X11 protocol actually uses a single 32-bit unsigned integer - called a pixelvalue - for representing a single color in most graphic operations.
Il protocollo X11 attualmente usa un intero singolo senza segno a 32-bit per rappresentare un singolo colore nella maggioranza delle operazioni grafiche, chiamato pixel value (valore del pixel).
Theoretically, the largest number should be the maximum value that can be held in a size_t type, which is an implementation-dependent unsigned integer representing the size of an area of memory.
Teoricamente, il più grande numero dovrebbe essere il valore massimo che può essere contenuto in un tipo size t, ossia una implementazione dipendente di intero senza segno che rappresenta la dimensione dello spazio di memoria.
The variable declaration of __be16 turns out to be a type definition for a 16-bit unsigned short integer.
La dichiarazione di variabile __be16 risulta una definizione di tipo per un intero short senza segno a 16 bit.
Therefore, we define f_len_h as a ProtoField.uint16, which means the field is an unsigned 16-bit integer.
Perciò definiamo f_len_h come un ProtoField.uint16, il che significa che il campo è un intero a 16 bit senza segno.
Internally represented as an unsigned 8-bit integer.
Rappresentato internamente come un intero a 8 bit privo di segno.
BYTE age= ; declare age and initialize it to the value 21 BYTE leftMargin=82 ; declare leftMargin and store it at address 82 Internally represented as an unsigned 16-bit integer.
BYTE age= ; dichiara la variabile age e la inizializza con il valore 21 BYTE leftMargin=82 ; dichiara la variabile leftmargin e la memorizza all'indirizzo 82 Rappresentato come un intero a 16 bit privo di segno.
Integer types for every occasion Integers, whether signed or unsigned, come in a variety of sizes.
Tipi interi per ogni occasione Gli interi, con o senza segno, vengono offerti con una certa varietà di dimensioni.
Signed and unsigned integer numbers, real numbers and floating point representation, characters.
Numeri senza segno e con segno, numeri reali, caratteri. La rappresentazione esadecimale.