Baixe o aplicativo
educalingo
tuple

Significado de "tuple" no dicionário inglês

DICIONÁRIO

PRONÚNCIA DE TUPLE EM INGLÊS

ˈtjʊpəl


CATEGORIA GRAMATICAL DE TUPLE

substantivo
adjetivo
verbo
advérbio
pronome
preposição
conjunção
determinante
exclamação
Tuple e um substantivo.
O nome ou substantivo é o tipo de palavras cujo significado determina a realidade. Os substantivos denominam todas as coisas: pessoas, objetos, sensações, sentimentos, etc.

O QUE SIGNIFICA TUPLE EM INGLÊS

Tuple

Em matemática, informática, linguística e filosofia, uma tupla é uma lista ordenada de elementos. Na teoria dos conjuntos, um -sug é uma seqüência de elementos, onde é um número inteiro não negativo. Existe apenas uma 0-tupla, uma seqüência vazia. Um -indíssimo é definido indutivamente usando a construção de um par ordenado. Os Tuples geralmente são escritos listando os elementos entre parênteses "" e separados por vírgulas; por exemplo, denota uma 5-tupla. Às vezes, outros delimitadores são usados, como colchetes "" ou colchetes angulares "". Braces "" quase nunca são usados ​​para tuplas, pois são a notação padrão para conjuntos. Os Tuples são freqüentemente usados ​​para descrever outros objetos matemáticos, como vetores. Em informática, as tuplas são implementadas diretamente como tipos de produto na maioria das linguagens de programação funcionais. Mais comumente, eles são implementados como tipos de registro, onde os componentes são rotulados em vez de serem identificados apenas por posição. Essa abordagem também é usada na álgebra relacional. Os Tuples também são usados ​​em relação à programação da web semântica com Resource Description Framework ou RDF.

definição de tuple no dicionário inglês

A definição de tupla no dicionário é uma linha de valores em um banco de dados relacional.

PALAVRAS EM INGLÊS QUE RIMAM COM TUPLE

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

PALAVRAS EM INGLÊS QUE COMEÇAM COMO 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

PALAVRAS EM INGLÊS QUE TERMINAM COMO 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

Sinônimos e antônimos de tuple no dicionário inglês de sinônimos

SINÔNIMOS

PALAVRAS EM INGLÊS RELACIONADAS COM «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 · 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 · known · implicitly · another · word · interpreted · public · interface ·

Tradutor on-line com a tradução de tuple em 25 línguas

TRADUTOR

TRADUÇÃO DE TUPLE

Conheça a tradução de tuple a 25 línguas com o nosso tradutor inglês multilíngue.

As traduções de tuple a outras línguas apresentadas nesta seção foram obtidas através da tradução automática estatística; onde a unidade essencial da tradução é a palavra «tuple» em inglês.
zh

Tradutor português - chinês

元组
1.325 milhões de falantes
es

Tradutor português - espanhol

tupla
570 milhões de falantes
en

inglês

tuple
510 milhões de falantes
hi

Tradutor português - hindi

टपल
380 milhões de falantes
ar

Tradutor português - arabe

الصفوف (tuple)
280 milhões de falantes
ru

Tradutor português - russo

кортеж
278 milhões de falantes
pt

Tradutor português - português

tupla
270 milhões de falantes
bn

Tradutor português - bengali

tuple
260 milhões de falantes
fr

Tradutor português - francês

tuple
220 milhões de falantes
ms

Tradutor português - malaio

Tuple
190 milhões de falantes
de

Tradutor português - alemão

Tupel
180 milhões de falantes
ja

Tradutor português - japonês

タプル
130 milhões de falantes
ko

Tradutor português - coreano

튜플
85 milhões de falantes
jv

Tradutor português - javanês

Tuple
85 milhões de falantes
vi

Tradutor português - vietnamita

tuple
80 milhões de falantes
ta

Tradutor português - tâmil

டூப்பிள்
75 milhões de falantes
mr

Tradutor português - marata

टपल
75 milhões de falantes
tr

Tradutor português - turco

tanımlama grubu
70 milhões de falantes
it

Tradutor português - italiano

tupla
65 milhões de falantes
pl

Tradutor português - polonês

krotka
50 milhões de falantes
uk

Tradutor português - ucraniano

кортеж
40 milhões de falantes
ro

Tradutor português - romeno

tuplu
30 milhões de falantes
el

Tradutor português - grego

πλειάδα
15 milhões de falantes
af

Tradutor português - africâner

tuple
14 milhões de falantes
sv

Tradutor português - sueco

tupel
10 milhões de falantes
no

Tradutor português - norueguês

tuppel
5 milhões de falantes

Tendências de uso de tuple

TENDÊNCIAS

TENDÊNCIAS DE USO DO TERMO «TUPLE»

Principais tendências de pesquisa e usos comuns de tuple
Listagem das principais pesquisas realizadas pelos usuários para acessar o nosso dicionário inglês online e expressões mais usadas com a palavra «tuple».

Citações, bibliografia em inglês e atualidade sobre tuple

EXEMPLOS

10 LIVROS EM INGLÊS RELACIONADOS COM «TUPLE»

Descubra o uso de tuple na seguinte seleção bibliográfica. Livros relacionados com tuple e pequenos extratos deles para contextualizar o seu uso na literatura.
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 NOTÍCIAS NAS QUAIS SE INCLUI O TERMO «TUPLE»

Conheça de que se fala nos meios de comunicação nacionais e internacionais e como se utiliza o termo tuple no contexto das seguintes notícias.
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, jun 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, jun 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, abr 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, abr 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, jan 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, dez 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, jul 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, jun 14»
REFERÊNCIA
« EDUCALINGO. Tuple [on-line]. Disponível <https://educalingo.com/pt/dic-en/tuple>. Jun 2026 ».
Baixe o aplicativo educalingo
PT