معنی فارسی recursions

B2

فرایند یا روش تعریف یک شیء به وسیله خودش.

The process in which a function calls itself directly or indirectly.

noun
معنی(noun):

The act of recurring.

معنی(noun):

The act of defining an object (usually a function) in terms of that object itself.

مثال:

n! = n × (n − 1)! (for n > 0) or 1 (for n = 0) defines the factorial function using recursion.

معنی(noun):

The invocation of a procedure from within itself.

مثال:

This function uses recursion to compute factorials.

example
معنی(example):

زبان برنامه‌نویسی اجازه می‌دهد تا از بازگشت‌ها برای حل مسائل پیچیده استفاده شود.

مثال:

The programming language allows for recursions to solve complex problems.

معنی(example):

بازگشت‌ها در ریاضیات برای تعریف توابع اهمیت دارند.

مثال:

Recursions are important in mathematics for defining functions.

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

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

فرایند یا روش تعریف یک شیء به وسیله خودش.