معنی فارسی tuple

B2 /tuːp(ə)l/

تپُل یک ساختار داده‌ای است که می‌تواند تعدادی از مقادیر مختلف را به صورت مرتب ذخیره کند.

An ordered collection of elements, typically used in programming to group disparate items.

noun
معنی(noun):

A finite sequence of terms.

معنی(noun):

A single row in a relational database.

معنی(noun):

A set of comma-separated values passed to a program or operating system as a parameter to a function call.

معنی(noun):

In some programming languages, a data type that is similar but distinct from the list data type, whose instances are characterized by having a rather fixed arity, and the elements of which instances can differ from each other by data type. (Note: this definition may overlap with the previous one.)

مثال:

Both Python and Haskell have a tuple data type as well as a list data type.

example
معنی(example):

در برنامه‌نویسی، تپُل یک ساختار داده است که می‌تواند چندین مورد را در خود نگه دارد.

مثال:

In programming, a tuple is a data structure that can hold multiple items.

معنی(example):

تپُل معمولاً برای بازگرداندن چندین مقدار از یک تابع استفاده می‌شود.

مثال:

A tuple is often used to return multiple values from a function.

معنی فارسی کلمه tuple

: معنی tuple به فارسی

تپُل یک ساختار داده‌ای است که می‌تواند تعدادی از مقادیر مختلف را به صورت مرتب ذخیره کند.