Scarica l'app
educalingo
tuple

Significato di "tuple" sul dizionario di inglese

DIZIONARIO

PRONUNCIA DI TUPLE IN INGLESE

ˈtjʊpəl


CATEGORIA GRAMMATICALE DI TUPLE

sostantivo
aggettivo
verbo
avverbio
pronome
preposizione
congiunzione
determinante
esclamazione
Tuple è un sostantivo.
Il nome o sostantivo è il tipo di parole il cui significato determina la realtà. I sostantivi nominano tutte le cose: persone, oggetti, sensazioni, sentimenti, ecc.

CHE SIGNIFICA TUPLE IN INGLESE

tuple

Nella matematica, nell'informatica, nella linguistica e nella filosofia una tupla è un elenco ordinato di elementi. Nella teoria del set, un -uple è una sequenza di elementi, dove è un intero non negativo. C'è solo una tupla 0, una sequenza vuota. Una coppia è definita induttivamente usando la costruzione di una coppia ordinata. I tupli vengono di solito scritti inserendo gli elementi all'interno delle parentesi e separati da virgole; Per esempio, indica una 5-tuple. A volte vengono utilizzati altri delimitatori, come parentesi quadre "" o parentesi angolari "". Le parentesi graffe "" sono quasi mai utilizzate per le tuple, in quanto sono la notazione standard per i set. I tuples sono spesso usati per descrivere altri oggetti matematici, come i vettori. Nelle scienze informatiche, le tuple sono implementate direttamente come tipi di prodotto nella maggior parte dei linguaggi di programmazione funzionali. Più comunemente, vengono implementati come tipi di record, dove i componenti sono contrassegnati anziché essere identificati da posizione da sola. Questo approccio viene utilizzato anche in algebra relazionale. I tuples vengono utilizzati anche in relazione alla programmazione del web semantico con framework di descrizione delle risorse o RDF.

definizione di tuple nel dizionario inglese

La definizione di tupla nel dizionario è una riga di valori in un database relazionale.

PAROLE IN INGLESE CHE FANNO RIMA CON TUPLE

Adrianople · centuplicate · Constantinople · copal · decuple · graupel · hemitropal · nonuple · nopal · octuple · opal · pericopal · quadruple · quintuple · septuple · sextuple

PAROLE IN INGLESE CHE COMINCIANO COME TUPLE

tunny · tup · Tupamaro · tupek · tupelo · Tupi · Tupi-Guarani · Tupi-Guaranian · Tupian · tupik · Tupolev · tupped · tuppence · tuppenny · tuppenny-ha´penny · Tupperware · tupping · tupuna · Tupungato · tuque

PAROLE IN INGLESE CHE FINISCONO COME TUPLE

barge couple · centuple · couple · courting couple · decouple · duple · first couple · galvanic couple · happy couple · honeymoon couple · intercouple · n-tuple · recouple · scruple · subduple · suboctuple · thermocouple · thermoelectric couple · uncouple · voltaic couple

Sinonimi e antonimi di tuple sul dizionario inglese di sinonimi

SINONIMI

PAROLE IN INGLESE ASSOCIATE CON «TUPLE»

tuple · python · list · java · pronunciation · database · mathematics · computer · science · linguistics · philosophy · ordered · elements · theory · sequence · where · negative · integer · there · only · empty · defined · inductively · using · construction · pair · tuples · usually · written · listing · tuple · class · system · msdn · microsoft · provides · static · methods · creating · browse · framework · source · code · this · type · reference · wiktionary · merely · totally · because · same · element · appear · than · once · qualifies · whereas · cppreference · template · fixed · size · collection · heterogeneous · values · creates · object · argument · typesn · from · wolfram · mathworld · simply · called · when · number ·

Traduzione di tuple in 25 lingue

TRADUTTORE

TRADUZIONE DI TUPLE

Conosci la traduzione di tuple in 25 lingue con il nostro traduttore inglese multilingue.

Le traduzioni di tuple verso altre lingue presenti in questa sezione sono il risultato di una traduzione automatica statistica; dove l'unità essenziale della traduzione è la parola «tuple» in inglese.
zh

Traduttore italiano - cinese

元组
1 325 milioni di parlanti
es

Traduttore italiano - spagnolo

tupla
570 milioni di parlanti
en

inglese

tuple
510 milioni di parlanti
hi

Traduttore italiano - hindi

टपल
380 milioni di parlanti
ar

Traduttore italiano - arabo

الصفوف (tuple)
280 milioni di parlanti
ru

Traduttore italiano - russo

кортеж
278 milioni di parlanti
pt

Traduttore italiano - portoghese

tupla
270 milioni di parlanti
bn

Traduttore italiano - bengalese

tuple
260 milioni di parlanti
fr

Traduttore italiano - francese

tuple
220 milioni di parlanti
ms

Traduttore italiano - malese

Tuple
190 milioni di parlanti
de

Traduttore italiano - tedesco

Tupel
180 milioni di parlanti
ja

Traduttore italiano - giapponese

タプル
130 milioni di parlanti
ko

Traduttore italiano - coreano

튜플
85 milioni di parlanti
jv

Traduttore italiano - giavanese

Tuple
85 milioni di parlanti
vi

Traduttore italiano - vietnamita

tuple
80 milioni di parlanti
ta

Traduttore italiano - tamil

டூப்பிள்
75 milioni di parlanti
mr

Traduttore italiano - marathi

टपल
75 milioni di parlanti
tr

Traduttore italiano - turco

tanımlama grubu
70 milioni di parlanti
it

Traduttore italiano - italiano

tupla
65 milioni di parlanti
pl

Traduttore italiano - polacco

krotka
50 milioni di parlanti
uk

Traduttore italiano - ucraino

кортеж
40 milioni di parlanti
ro

Traduttore italiano - rumeno

tuplu
30 milioni di parlanti
el

Traduttore italiano - greco

πλειάδα
15 milioni di parlanti
af

Traduttore italiano - afrikaans

tuple
14 milioni di parlanti
sv

Traduttore italiano - svedese

tupel
10 milioni di parlanti
no

Traduttore italiano - norvegese

tuppel
5 milioni di parlanti

Tendenze d'uso di tuple

TENDENZE

TENDENZE D'USO DEL TERMINE «TUPLE»

Principali tendenze di ricerca e usi comuni di tuple
Elenco delle principali ricerche fatte dagli utenti per accedere al nostro dizionario di inglese online ed espressioni più utilizzate con la parola «tuple».

Citazioni, bibliografia in inglese e attualità su tuple

ESEMPI

10 LIBRI IN INGLESE ASSOCIATI CON «TUPLE»

Scopri l'uso di tuple nella seguente selezione bibliografica. Libri associati con tuple e piccoli estratti per contestualizzare il loro uso nella letteratura.
1
PostgreSQL: A Comprehensive Guide to Building, Programming, ...
The Tid Scan (tuple ID scan) operator is rarely used. A tuple is roughly equivalent to a row. Every tuple has an identifier that is unique within a table — this is called the tuple ID. When you select a row, you can ask for the row's tuple ID: ...
Korry Douglas, Susan Douglas, 2003
2
Python in a Nutshell
Tuples A tuple is an immutable ordered sequence of items. The items of a tuple are arbitrary objects and may be of different types. To specify a tuple, use a series of expressions (the items of the tuple) separated by commas (,). You may ...
Alex Martelli, 2006
3
Elementary Standard ML
CHAPTER. 7. Tuple. lists. 7.1 Introduction We can now complete the odyssey that we started in Chapter 1. We said that model making is based on collections of things and things are groups of properties. We have seen that properties may be  ...
G Michaelson, 2004
4
Middleware for Network Eccentric and Mobile Applications
of the tuple space is created and all subsequent updates are received as multicast messages. To avoid conflicts, the authors introduce the notion of tuple ownership. While reading operations are always permitted, writing operations can be ...
Benoît Garbinato, Hugo Miranda, Luís Rodrigues, 2009
5
Coordination Models and Languages: 5th International ...
Handles can be duplicated, published or passed to other agents via a tuple space. This way, a hierarchical structure can be designed. In contrast to hierarchical spaces, however, the lifetime of tuple spaces is independent from each other.
Farhad Arbab, Carolyn Talcott, 2002
6
Mobilware 2009
UbiSpace is inspired by T-Spaces which is an extension of Tuple space and stable commercial product of IBM. T-Spaces provides event handler registration for incoming tuple by tuple matching. This mechanism is useful for implementing  ...
Jean-Marie Bonnin, Carlo Giannelli, Thomas Magedanz, 2009
7
Programming in Haskell
A tuple is a finite sequence of components of possibly different types, with the components being enclosed in round parentheses and separated by commas. We write (T1 ,T2 ,...,T n) for the type of all tuples whose ith components have type Ti ...
Graham Hutton, 2007
8
Fourth International Symposium on Domain Decomposition ...
The preprocessor adds a new data type (a tuple) and six operators which manipulate tuples or tanks. As a result, Linda can be interpreted as a global database system, rather than as a language. The data is maintained in tuple space, which ...
R. Glowinski, 1991
9
Erlang Programming
14> Tuple#name.first. "Francesco" From the preceding code, you can deduce that person is a 4-tuple, the first element being the atom person “tagging” the tuple and the remaining elements being the tuple fields in the order in which they are ...
Francesco Cesarini, Simon Thompson, 2009
10
Internet Programming Languages: ICCL'98 Workshop,Chicago, ...
The kernel is composed of three distinct sections; the control system, the tuple management system and the agent libraries. The current implementation is very much an experiment to discover techniques that are useful for creating tuple space ...
Henri E. Bal, Boumediened Belkhouche, Luca Cardelli, 1999

10 NOTIZIE DOVE SI INCLUDE IL TERMINE «TUPLE»

Vedi di che si parla nei media nazionali e internazionali e come viene utilizzato il termine ino tuple nel contesto delle seguenti notizie.
1
Special Relativity and the Road Not Taken
I have never head of a coordinate tuple, so will not speculate on the subject. ... "coordinate tuple" just means the labels for a point in spacetime based on your ... «Science 2.0, giu 15»
2
Twitter Has Replaced Storm with Heron
Twitter has completely replaced Storm with Heron which is currently processing “several tens of terabytes of data, generating billions of output tuples” per day, ... «InfoQ.com, giu 15»
3
C# Futures: Tuples and Anonymous Structs
The purpose of a tuple is to create a lightweight way to return multiple values from a function. Good tuple support eliminates the need for out parameters, which ... «InfoQ.com, apr 15»
4
C# 7 Features
Languages like Python support tuples and the biggest problem is usually to explain to beginners why it has tuples at all. However C# doesn't have an untyped ... «iProgrammer, apr 15»
5
Azure Load Balancer Stickiness Options
A: An Azure load-balanced set is a Layer 4 load balancer that works with TCP and UDP workloads. By default, it uses a 5-tuple load-balancing algorithm, which ... «Windows IT Pro, gen 15»
6
Beyond Storm for streaming data applications
Common architectures include tuple-at-a-time stream processing tools (aka complex event processing tools); batch-oriented stream processing solutions that ... «Java World, dic 14»
7
SQL Server Still on Top
Another session from D'Antoni entitled "Who Moved My Tuple? Columnstore Indexes in SQL Server 2014," will present the ins and outs of columnstore indexes, ... «Visual Studio Magazine, set 14»
8
Cassandra gets a clean up and speed up in release 2.1
Duyhai Doan, a Cassandra expert at Orange Mobile, said in a press release, "For developers, the biggest game changer in 2.1 is the introduction of CQL3 tuple ... «ZDNet, set 14»
9
10 Things You Should Know About Apple's Swift
The values in a Swift tuple can be of any type and don't have to be the same type ... example, or you can decompose a tuple into separate constants or variables. «CIO, lug 14»
10
Apple's Swift is Great, but Objective-C is not Going Anywhere
Add optionals, generics, tuples, etc to the mix and you end up with a language that is very functional in nature, yet at the same time very nuanced. I remember ... «Huffington Post, giu 14»
RIFERIMENTO
« EDUCALINGO. Tuple [in linea]. Disponibile <https://educalingo.com/it/dic-en/tuple>. Giu 2026 ».
Scarica l'app educalingo
IT