
形容词 递归的;循环往复的。指某事物的定义或过程中包含对自身的引用或重复调用。常用于数学、计算机科学和语言学领域,也可泛指任何不断自我重复的过程。
/rkrsv/
This function uses a recursive approach to calculate the factorial of a number.
这个函数使用递归方法来计算一个数的阶乘。
The author's recursive narrative structure, in which each chapter circles back to reinterpret earlier events, creates a dizzying but rewarding reading experience.
作者采用递归式的叙事结构,每一章都回溯并重新诠释之前的事件,营造出一种令人眩晕却又引人入胜的阅读体验。
Recursive 源自拉丁语 recursus,是动词 recurrere 的过去分词,意为"跑回去、返回"。其中 re- 表示"回、再",currere 意为"奔跑"。该词经由数学和逻辑学领域进入英语,20世纪初随着哥德尔和图灵等人在递归函数理论方面的开创性工作而广泛使用。如今在计算机科学中,recursive 专指函数或过程调用自身的编程技术。