معنی فارسی recursions
B2فرایند یا روش تعریف یک شیء به وسیله خودش.
The process in which a function calls itself directly or indirectly.
- noun
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
:
فرایند یا روش تعریف یک شیء به وسیله خودش.