
Recursive
UK
/rɪˈkɜːsɪv/
US
/rɪˈkɜrsɪv/

Перевод recursive на русский язык
recursive
ПрилагательноеUK
/rɪˈkɜːsɪv/
US
/rɪˈkɜrsɪv/
The recursive function called itself to solve the problem.
Рекурсивная функция вызвала саму себя, чтобы решить проблему.
Опеределения
recursive
ПрилагательноеUK
/rɪˈkɜːsɪv/
US
/rɪˈkɜrsɪv/
Relating to or involving the repeated application of a rule, procedure, or process.
The recursive nature of the algorithm allows it to solve complex problems by breaking them down into simpler sub-problems.
Characterized by recurrence or repetition, especially in a self-similar way.
The recursive pattern in the artwork created a mesmerizing effect that drew viewers in.
Идиомы и фразы
recursive function
A recursive function calls itself as part of its execution.
рекурсивная функция
Рекурсивная функция вызывает саму себя в процессе выполнения.
recursive algorithm
The problem was solved using a recursive algorithm.
рекурсивный алгоритм
Проблема была решена с помощью рекурсивного алгоритма.
recursive call
A stack overflow can occur with too many recursive calls.
рекурсивный вызов
Переполнение стека может произойти при слишком большом количестве рекурсивных вызовов.
recursive process
The recursive process continued until a base case was reached.
рекурсивный процесс
Рекурсивный процесс продолжался, пока не была достигнута базовая ситуация.
recursive definition
The recursive definition helped in understanding mathematical sequences.
рекурсивное определение
Рекурсивное определение помогло в понимании математических последовательностей.
recursive submodule
Use the recursive submodule option to include nested submodules.
рекурсивный подмодуль
Используйте параметр рекурсивного подмодуля для включения вложенных подмодулей.
recursive subroutine
A recursive subroutine calls itself to solve a problem.
рекурсивная подпрограмма
Рекурсивная подпрограмма вызывает саму себя для решения проблемы.