Sanakirja
Tekoälykääntäjä

Synonyymit

Ääntäminen

  • Tuntematon aksentti:
KäännösKonteksti
Substantiivit
1.tietojenkäsittely, joukko-oppi, matematiikka

Määritelmät

Substantiivi

  1. (set theory) A finite sequence of terms.
  2. (databases) A single row in a relational database.
  3. (computing) A set of comma-separated values passed to a program or operating system as a parameter to a function call.
  4. (programming) A fixed-size container data type similar to a list that can hold different types of elements.

Esimerkit

  • A tuple is not merely a totally-ordered set because the same element can appear more than once in a tuple: for example, (a, b, a) qualifies as a 3-tuple whereas it would not qualify as a totally-ordered set (of cardinality 3), because the set would be \{a, b\} where a \le b and b \le a so that a = b; i.e., it would actually be a one-element set, \{a\}, not even just two-element.
  • If commutativity were added to a tuple, it would turn into a multiset or "bag". For example, words (of some alphabetic language) can be considered to be tuples of letters. If the ordering requirement on those letters were lifted, then the word would become a multiset of letters equivalent to those of its anagrams.
  • Both Python and Haskell have a tuple data type as well as a list data type.
  • Unlike lists, tuples are not formed by consing.

Taivutusmuodot

Monikkotuples