网页
图片
视频
学术
词典
地图
更多
航班
笔记本
recursion
美 [rɪ'kɜ:ʃn]
英 [rɪ'kɜ:ʃn]
n.
递归
网络
递回;循环;递推
权威英汉双解
英汉
英英
网络释义
recursion
n.
1.
递归
the process of repeating a function , each time applying it to the result of the previous stage
n.
1.
【数】递归(式);递推,循环
n.
1.
the
return
of
something
,
often
repeatedly
2.
the
use
of
repeated
steps
,
each
based
on
the
result
of
the
one
before
,
to
define
a
function
or
calculate
a
number
3.
a
programming
technique
where
a
routine
performs
its
task
by
delegating
part
of
it
to
another
instance
of
itself
1.
递归
递归
(
recursion
)是函数直接或间接地对自己进行调用。命令_重命名 2009-4-1 15:36:49 阅读40 评论0 12009/04 Apr1 原文 …
penny56.blog.163.com
|
基于2139个网页
2.
递回
讲
递回
(
recursion
)的时候,老师一步一步在黑板上把整个递回的流程trace给我们看。 小考跟期中笔试,就直接要我们在纸上写…
news.thomasy.tw
|
基于754个网页
3.
循环
未分类 - - Nicolas’ Blog - Upholstery ... rectangular a. 矩形的
recursion
循环
recursive a. 递归的,循环的 ...
blog.donews.com
|
基于155个网页
4.
递推
递字的解释---在线新华字典 ... 递补〖 fillvacanciesintheproperorder〗 递归,
递推
〖
recursion
〗 递降〖 descendstepbystep〗 ...
xh.5156edu.com
|
基于97个网页
5.
回归性
第二个特点为
回归性
(
Recursion
):回顾课程材料就好似“再一次重温第一次看见这些材料的情形”。从熟悉的或是相似的行为 …
neibu.nies.net.cn
|
基于38个网页
6.
递归算法
算法设计和分析 递归算法
递归算法
(
Recursion
) 本章内容 递归算法的实现机制 递归化为非递归(难点 难点) 递归化为非递归 难 …
wenku.baidu.com
|
基于29个网页
7.
递规查询
*recursion 是否允许
递规查询
(
recursion
) 4KeqU 如果设置为”yes”,则允许服务器采用递归的方式进行查询,也就是当要查询的地 …
blog.upc.edu.cn
|
基于28个网页
8.
递归性
本文拟站在语言学的角度说明,语言具有
递归性
(
recursion
)的结构特点;语言知识具有依赖于结构(structure-dependent)的特点 …
www4.zzu.edu.cn
|
基于10个网页
更多释义
收起释义
例句
释义:
全部
全部
,
递归
递归
,
递回
递回
,
循环
循环
,
递推
递推
类别:
全部
全部
,
口语
口语
,
书面语
书面语
,
标题
标题
,
技术
技术
来源:
全部
全部
,
字典
字典
,
网络
网络
难度:
全部
全部
,
简单
简单
,
中等
中等
,
难
难
更多例句筛选
收起例句筛选
1.
This
code
uses
the
concept
of
recursion
to
call
the
main
function
multiple times
until
the
last
directory
has been traversed
.
此
代码
会
利用
递
归
概念
多次
调用
主
函数
,
直至
处理
完
最后
一个
目录
为止
。
www.ibm.com
2.
And
thus
,
the ability to
understand
pointers
and
recursion
is
directly
correlated
with the ability to be
a
great
programmer
.
因此
,
是否
真正
理解
指针
和
递
归
,
与
是否
是
一个
优秀
程序员
直接
相关
。
feihen1.blog.163.com
3.
Known
as
lambda
calculus
,
it
was
designed
to
investigate
the
function
definition
and
application
,
as
well
as
the
concept
of
recursion
.
它
被
称为
lambda
演算
,
用于
研究
函数
定义
与
应用程序
以及
递
归
概念
。
www.ibm.com
4.
Too many
method
calls
is
often
indicative
of
a
very
deep
or
unbounded
recursion
.
过多
的
方法
调用
通常
意味
着
存在
非常
深
的
递
归
或
无限
递
归
。
msdn2.microsoft.com
5.
The
last
function
you're
going
to
create
is going to
take
some
recursion
, where the
true
power
of
list
processing
using Lisp lies
.
将要
创建
的
最后
一个
函数
要
执行
一些
递
归
操作
,
这
是
使用
Lisp
进行
列表
处理
的
真正
强大
之
处
。
www.ibm.com
6.
Recursion
allows
defining
policies
higher
up
in
a
domain
and
enforce
them
on
all
the
component
implementations
and
interactions
within
.
递
归
允许
在
域
的
更
高层
定义
策略
,
然后
将
它们
强制
到
内部
所有
组件
实现
和
交互
。
www.infoq.com
7.
Recursion
is
one
of
the familiar methods in
algorithm
design
and analysis
,
and
through
this
method
many
efficient
algorithms
can
be found
.
递
归
是
算法
设计
中
常用
的
方法
之一
,
利用
递
归
可以
得到
很多
高效
算法
。
www.ceps.com.tw
8.
Likewise
,
when
print_report_irecurses
,
there
is
nothing
left that it
does
after
the
point
of
recursion
.
同样
地
,
当
print_report_i
再次
被
调用
时
,
在
递
归
点
之后
不再
做
任何事情
。
www.ibm.com
9.
Recursion
relies
on
a
stack-based
approach
to
passing
variables
.
Many
small
machines have
no
hardware
support
for
a
stack
.
递
迴
依靠
一个
基于
堆叠
的
方法
来
传递
变数
。
许多
小
系统
没有
硬体
支持
的
堆叠
。
tw.myblog.yahoo.com
10.
Recursion
relies
on a
"
virtual
stack
"
that
purportedly
has
no
real
memory
constraints
.
递
迴
依赖
于
“
虚拟
堆叠
”
这
看来
已
没有
真正
的
记忆
体
限制
。
tw.myblog.yahoo.com
1
2
3
4
5