Pobierz aplikację
educalingo
tuple

Znaczenie słowa "tuple" w słowniku

SŁOWNIK

WYMOWA SŁOWA TUPLE

ˈtjʊpəl


KATEGORIA GRAMATYCZNA SŁOWA TUPLE

rzeczownik
przymiotnik
czasownik
przysłówek
zaimek
przyimek
spójnik
określnik
wykrzyknik

CO OZNACZA SŁOWO TUPLE

Tuple

W matematyce, informatyce, językoznawstwie i filozofii krotka jest uporządkowaną listą elementów. W teorii mnogości, to-tuple jest sekwencją elementów, gdzie jest nieujemna liczba całkowita. Jest tylko jedna wartość 0-krotki, pusta sekwencja. Krotka jest zdefiniowana indukcyjnie przy użyciu konstrukcji pary zamówionej. Tuple są zazwyczaj zapisywane poprzez wyszczególnienie elementów w nawiasach i oddzielonych przecinkami; na przykład oznacza 5-krotkę. Czasami użyto innych separatorów, takich jak nawiasy kwadratowe "" lub nawiasy kątowe "". Szelki "" prawie nigdy nie są używane w krotkach, ponieważ są to standardowe notatki zestawów. Tuple są często używane do opisu innych obiektów matematycznych, takich jak wektory. W informatyce krotki są bezpośrednio implementowane jako typy produktów w najbardziej funkcjonalnych językach programowania. Bardziej powszechnie są one implementowane jako typy rekordów, w których składniki są oznaczane, zamiast identyfikować je samodzielnie. Takie podejście jest również stosowane w algebrach relacyjnych. Tuple są również używane w odniesieniu do programowania sieci semantycznej z Zasobami Opisu zasobów lub RDF.

Definicja słowa tuple w słowniku

Definicja krotki w słowniku to wiersz wartości w relacyjnej bazie danych.

SŁOWA, KTÓRE RYMUJĄ SIĘ ZE SŁOWEM TUPLE

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

SŁOWA, KTÓRE ZACZYNAJĄ SIĘ TAK JAK SŁOWO 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

SŁOWA, KTÓRE KOŃCZĄ SIĘ TAK JAK SŁOWO 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

Synonimy i antonimy słowa tuple w słowniku synonimów

SYNONIMY

Tłumaczenie słowa «tuple» na 25 języków

TŁUMACZ

TŁUMACZENIE SŁOWA TUPLE

Poznaj tłumaczenie słowa tuple na 25 języków dzięki naszemu tłumaczowi wielojęzycznemu.

Tłumaczenie słowa tuple na inne języki w tej sekcji zostało uzyskane za pomocą automatycznego tłumaczenia statystycznego, gdzie podstawową jednostką tłumaczeniową jest słowo «tuple».
zh

Tłumacz angielski - chiński

元组
1,325 mln osób
es

Tłumacz angielski - hiszpański

tupla
570 mln osób
en

angielski

tuple
510 mln osób
hi

Tłumacz angielski - hindi

टपल
380 mln osób
ar

Tłumacz angielski - arabski

الصفوف (tuple)
280 mln osób
ru

Tłumacz angielski - rosyjski

кортеж
278 mln osób
pt

Tłumacz angielski - portugalski

tupla
270 mln osób
bn

Tłumacz angielski - bengalski

tuple
260 mln osób
fr

Tłumacz angielski - francuski

tuple
220 mln osób
ms

Tłumacz angielski - malajski

Tuple
190 mln osób
de

Tłumacz angielski - niemiecki

Tupel
180 mln osób
ja

Tłumacz angielski - japoński

タプル
130 mln osób
ko

Tłumacz angielski - koreański

튜플
85 mln osób
jv

Tłumacz angielski - jawajski

Tuple
85 mln osób
vi

Tłumacz angielski - wietnamski

tuple
80 mln osób
ta

Tłumacz angielski - tamilski

டூப்பிள்
75 mln osób
mr

Tłumacz angielski - marathi

टपल
75 mln osób
tr

Tłumacz angielski - turecki

tanımlama grubu
70 mln osób
it

Tłumacz angielski - włoski

tupla
65 mln osób
pl

Tłumacz angielski - polski

krotka
50 mln osób
uk

Tłumacz angielski - ukraiński

кортеж
40 mln osób
ro

Tłumacz angielski - rumuński

tuplu
30 mln osób
el

Tłumacz angielski - grecki

πλειάδα
15 mln osób
af

Tłumacz angielski - afrikaans

tuple
14 mln osób
sv

Tłumacz angielski - szwedzki

tupel
10 mln osób
no

Tłumacz angielski - norweski

tuppel
5 mln osób

Trendy użycia słowa tuple

TRENDY

TRENDY UŻYCIA SŁOWA «TUPLE»

Główne trendy wyszukiwania i najpowszechniejsze użycia słowa tuple
Lista najczęstszych wyszukiwań przez użytkowników, aby uzyskać dostęp do naszego słownika online oraz najczęstsze użycia wyrażeń ze słowem «tuple».

Przykłady użycia słowa tuple w literaturze, cytatach i wiadomościach

PRZYKŁADY

KSIĄŻKI POWIĄZANE ZE SŁOWEM «TUPLE»

Poznaj użycie słowa tuple w następujących pozycjach bibliograficznych Książki powiązane ze słowem tuple oraz krótkie ich fragmenty w celu przedstawienia kontekstu użycia w literaturze.
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

WIADOMOŚCI, KTÓRE ZAWIERAJĄ SŁOWO «TUPLE»

Sprawdź, o czym dyskutuje się w prasie krajowej i zagranicznej oraz jak jest stosowane słowo tuple w wiadomościach.
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, Cze 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, Cze 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, Kwi 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, Kwi 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, Sty 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, Gru 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, Wrz 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, Wrz 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, Lip 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, Cze 14»
ŹRÓDŁO
« EDUCALINGO. Tuple [online]. Dostępny <https://educalingo.com/pl/dic-en/tuple>. Maj 2024 ».
Pobierz aplikację educalingo
PL