Translation of recursive into Russian
Adjective
self-reference
drawing upon itself, referring back- The story had a recursive structure.У истории была рекурсивная структура.
technology
- The recursive function calculates factorials.Рекурсивная функция вычисляет факториалы.
mathematics
- The function is recursive because it calls itself within its definition..Функция рекурсивная, потому что вызывает саму себя в своем определении
Expressions with recursive: examples in English and translations in Russian
Synonyms and analogies of recursive in English
Examples of recursive in a sentence
The program used a recursive algorithm. The recursive algorithm improved the software's efficiency. Recursive methods are essential in advanced programming. Recursive algorithms are common in computer science. The recursive process continued until the condition was met.
Translations of "recursive" in Context ordered by category and frequency
Using recursive algorithm, certain problems can be solved quite easily.
Используя рекурсивный алгоритм, некоторые задачи могут быть решены довольно легко.
A recursive sorting algorithm might be more elegant than an iterative one.
Рекурсивный алгоритм сортировки может быть более изящным, чем итеративный.
A recursive algorithm must change its state and move toward the base case.
Рекурсивный алгоритм должны изменять своё состояние и двигаться по направлению к базовому случаю.
The article reviews examples of application of model of conveyor processes basedon recursive...
В статье рассматриваются примеры применения модели конвейерных процессов на базе рекурсивных...
Other translations for recursive:
- повторяющийсяadj.
recursive: Examples and translations in context
A dictionary might include a recursive definition for terms with universal relations.
Словарь может включать рекурсивное определение для терминов с универсальными отношениями.
Sometimes a recursive solution may be more computationally expensive than an alternative algorithm.
Иногда рекурсивное решение может быть более ресурсоёмким, чем альтернативный алгоритм.
A recursive definition can make complex concepts easier to understand by providing self-references.
Рекурсивное определение может упростить понимание сложных концепций, предоставляя самоотсылки.
Every recursive solution hinges on the proper definition of a base case.
Каждое рекурсивное решение зависит от правильного определения базового случая.
The recursive definition of a term allows it to define itself through its own structure.
Рекурсивное определение термина позволяет ему определять себя через собственную структуру.
The recursive definition of a function helps illustrate how it operates in programming.
Рекурсивное определение функции помогает проиллюстрировать, как она работает в программировании.
See also: