• 回答数

    4

  • 浏览数

    289

翻滚的小鱼人
首页 > 英语培训 > 递推递归英文

4个回答 默认排序
  • 默认排序
  • 按时间排序

yangjiefox

已采纳

Recursion chart

递推递归英文

271 评论(14)

李老根记

递归英文:recursion。

recurrence(n.)重现;重新提起;再发生;反复。

recursion(n.)递归;递推;循环;递归定义;递推定义。

例句:

1、递归方法也需要显式的返回类型。

Recursive methods also require an explicit return type.

2、使递归函数不能得到正确的结果。

So recursive function will not get the right results.

3、否则, 使用递归函数计算阶乘。

Otherwise, a recursive function is used to calculate the factorial.

4、绪论:递归神经网络的基本概念。

Introduction: the basic concept of RNN.

5、提出采用递归子程序实现数值计算。

And a recursive subroutine is presented to realize recursive algorithms.

210 评论(12)

京荣盛门业

递推=iterative;递归=recursive递归指自我调用的函数;递推指重复进行的过程,这个重复的过程可以是,有自我调用的函数的重复的自我调用,也可以是其它过程。

190 评论(8)

欧比诺橱柜

递归recursion

139 评论(9)

相关问答