网站首页  英汉词典

请输入您要查询的英文单词:

 

单词 Recursive algorithm
释义

Recursive algorithm

中文百科

递归 (计算机科学) Recursion (computer science)

(重定向自Recursive algorithm)

递归英语:recursion)在计算机科学中是指一种通过重复将问题分解为同类的子问题而解决问题的方法。 递归式方法可以被用于解决很多的计算机科学问题,因此它是计算机科学中十分重要的一个概念。 绝大多数编程语言支持函式的自调用,在这些语言中函式可以通过调用自身来进行递归。计算理论可以证明递归的作用可以完全取代循环,因此在很多函数编程语言(如Scheme)中习惯用递归来实现循环。

计算机科学家尼克劳斯·维尔特如此描述递归:

英语百科

Recursion (computer science) 递归 (计算机科学)

(重定向自Recursive algorithm)
Tree created using the Logo programming language and relying heavily on recursion
Tapis de Sierpiński

Recursion in computer science is a method where the solution to a problem depends on solutions to smaller instances of the same problem (as opposed to iteration). The approach can be applied to many types of problems, and recursion is one of the central ideas of computer science.

随便看

 

英汉网英语在线翻译词典收录了3779314条英语词汇在线翻译词条,基本涵盖了全部常用英语词汇的中英文双语翻译及用法,是英语学习的有利工具。

 

Copyright © 2004-2024 encnc.com All Rights Reserved
更新时间:2025/6/20 2:13:29