LINKED LIST in Italian translation

[liŋkt list]
[liŋkt list]
lista concatenata
lista collegata
lista linkata
linked list
liste concatenate

Examples of using Linked list in English and their translations into Italian

{-}
  • Colloquial category close
  • Official category close
  • Medicine category close
  • Financial category close
  • Ecclesiastic category close
  • Ecclesiastic category close
  • Computer category close
  • Programming category close
  • Official/political category close
Much like John Gruber's Linked List, anything I link to may be accompanied by a personal remark or reaction.
In maniera analoga alla Linked List di John Gruber, in genere i link che propongo sono accompagnati da un mio commento veloce.
hash table whose elements are references to the linked list nodes.
una hash table i cui elementi sono riferimenti ai nodi della lista collegata.
LinkedList, providing the dynamic array and linked list implementations, respectively.
LinkedList che forniscono le implementazioni dell'array dinamico e della lista concatenata rispettivamente.
list, for the multiple array and linked list implementations, respectively.
list per l'implementazione degli array dinamici e della lista concatenata rispettivamente.
An alternative implementation represents a node as a triple(symbol, child, next) and links the children of a node together as a singly linked list: child points to the node's first child,
Un'implementazione alternativa usa una lista concatenata e rappresenta i nodi come triple(simbolo, figlio, fratello), dove figlio è
We have already discussed that each file in the disk is stored as a linked list of clusters by which the data that is contained in a file
Già abbiamo discusso che ogni lima nel disc è immagazzinata mentre una lista collegata delle serie di ingranaggi da cui i dati che sono contenuti in una lima
in that the same data structure and machine code can be used for a linked list no matter what the size of the data is.
il codice macchina possono essere riutilizzate per un'altra lista concatenata, dal momento che non occorre preoccuparsi della dimensione dei dato.
It is possible to create additional linked lists of elements that use internal storage by using external storage, and having the cells of the additional linked lists store references to the nodes of the linked list containing the data.
È possibile creare liste concatenate addizionali composte di elementi che utilizzino la memoria interna per custodire le reference al nodo della lista concatenata che contiene i dati.
it winds up wasting less memory due to the use of a bitmap(one bit per block) instead of a linked list of nodes.
meno memoria grazie all'uso di una mappa di bit(un bit per blocco) invece di una lista collegata di nodi.
Likewise, if different sets of data that can be stored in the same data structure are to be included in a single linked list, then internal storage would be fine.
Allo stesso modo, se diversi insiemi di dati che possono essere immagazzinati nella stessa struttura dati possono essere inclusi in una singola lista concatenata, allora va bene l'internal storage.
cons can be used to add one element to the front of an existing linked list.
cons può essere utilizzato per aggiungere un elemento all'inizio di una lista concatenata già esistente.
Bert Green of the MIT Lincoln Laboratory published a review article entitled"Computer languages for symbol manipulation" in IRE Transactions on Human Factors in Electronics in March 1961 which summarized the advantages of the linked list approach.
Bert Green del Lincoln Laboratory del MIT pubblicò un articolo intitolato"Computer languages for symbol manipulation" su"IRE Transactions on Human Factors in Electronics" nel marzo 1961 nel quale riassumeva i vantaggi di un approccio a liste concatenate.
then internal storage is slightly better, unless a generic linked list package using external storage is available.
solo in una lista, l'internal storage è leggermente meglio, a meno che sia disponibile un package generico di liste concatenate che implementi l'external storage.
including the"next"(and"prev" if double linked list) references in the same location.
includendo le referenze al"next"(e"prev" se abbiamo una lista doppiamente concatenate) nella stessa locazione.
we can simply scan the linked list of pv_entry's associated with that vm_page to remove
possiamo semplicemente scansionare la lista collegata di pv_entry associate con quella vm_page per rimuovere
next This pointer is used to make a linked list of matches(such as used for listing rules).
next Questo puntatore è utilizzato per realizzare una lista linkata di match(come quelle utilizzate per visualizzare le regole).
the advantages of this approach include:* The linked list is relocatable,
i vantaggi di questo approccio includono:* Le liste concatenate sono rilocabili,
The linked list is relocatable,
Le liste concatenate sono rilocabili,
In other languages, linked lists are typically built using references together with records.
In altri linguaggi le liste concatenate sono tipicamente costruite tramite reference e record.
Linked lists have several advantages over dynamic arrays.
Le liste concatenate hanno vari vantaggi nei confronti degli array.
Results: 52, Time: 0.0746

Word-for-word translation

Top dictionary queries

English - Italian