网页
图片
视频
学术
词典
地图
更多
航班
笔记本
闭包
[bì bāo]
na.
【数】
closure
网络
closures
;
Lexical
Closure
;
closed
hull
汉英
网络释义
na.
1.
【数】
closure
1.
closure
闭包(closure):啥是
闭包
(
closure
)?闭包是可以包含自由(未绑定)变量的代码块; 这些变量不是在这个代码块或者任何 …
args.cn
|
基于3637个网页
2.
closures
闭包
(
CLOSURES
)当你看到一个函数,返回一个内部函数,该内部函数将获得范围外的访问权,即使在外部函数执行之后。
www.chinaz.com
|
基于1478个网页
3.
Lexical Closure
摘要: Objective-c 闭包及其使用解析,
闭包
(
Lexical Closure
)主要表现在函数可以引用到自由变量,并且可以脱离变量的创建 …
www.desteps.com
|
基于16个网页
4.
closed hull
关于数学的专业词汇[分享] - My Study ... closed group 闭群
closed hull
闭包
closed interval 闭区间 ...
my.huhoo.net
|
基于15个网页
5.
LF-WE closure
WebAPI,Web... ... ) WEspace 空间 )
LF-WE closure
闭包
) LF-WE space 空间 ...
www.dictall.com
|
基于3个网页
6.
WEclosure
WebAPI,Web... ... ) LF-WE space 空间 )
WEclosure
闭包
) WEspace 空间 ...
www.dictall.com
|
基于2个网页
更多释义
收起释义
例句
释义:
全部
全部
,
closures
closures
,
Lexical Closure
Lexical Closure
,
closed hull
closed hull
类别:
全部
全部
,
口语
口语
,
书面语
书面语
,
标题
标题
,
技术
技术
来源:
全部
全部
,
字典
字典
,
网络
网络
难度:
全部
全部
,
简单
简单
,
中等
中等
,
难
难
更多例句筛选
收起例句筛选
1.
As
shown
in
Listing
13
,
you
define
a resultsPanel in a
nested
closure
just
as
you
did
with
the searchPanel
.
如
清单
13
所
示
,
像
对待
searchPanel
那样
,
在
嵌套
的
闭
包
中
定义
resultsPanel
。
www.ibm.com
2.
Listing
4
shows
an
example
of a
closure
that
will
import
a
variable
from
the
outside
environment
and
simply
print
it
out
to
the
screen
.
清单
4
显示
了
从
外部
环境
导入
变量
并
将
其
简单地
输出
到
屏幕
上
的
闭
包
示例
。
www.ibm.com
3.
Similarly
,
the
body
is
passed
into the
tag
as a
closure
,
so
I
call
it
the
same
way
I'd
call
any
other
tag
.
类似
地
,
body
也
以
闭
包
的
形式
传递
给
标记
,
所以
调用
它
的
方式
与
调用
其他
标记
的
方式
相同
。
www.ibm.com
4.
Since the
inception
of the
Practically
Groovy
series
almost
a
year
ago
,
I
've
given
you
several
opportunities
to
get
to
know
closures
.
几乎
从
一
年
前
实战
Groovy
系列
开始
,
我
就
已经
提供
了
多个
让
您
了解
闭
包
的
机会
。
www.ibm.com
5.
Using
composition
,
two
or
more
simple
closures
can
be
combined
to produce
a
more
elaborate
one
.
使用
复合
,
两个
或
多个
简单
的
闭
包
可以
组合
起来
构成
一个
更
复杂
的
闭
包
。
www.ibm.com
6.
Though
you
can
pass
another
closure
to
it
,
instead
pass
it
a
reference
to
another
function
called
addEmployee
.
尽管
您
可以
传递
另一个
闭
包
给
它
,
而不是
将
其
作为
一个
引用
传递
给
另一个
名
为
addEmployee
的
函数
。
www.ibm.com
7.
Closures
have
another
huge
advantage
:
they
make
it
easy
to
enforce
policy
.
闭
包
还
有
一
项
重大
的
优势
:
让
实施
策略
变得
容易
。
www.ibm.com
8.
As you
learned
with
the
multiplication
examples
,
curried
closures
make
it
surprisingly
easy
to
implement
functional
patterns
of
computation
.
在
学习
乘法
例子
时
,
curry
过
的
闭
包
使得
实现
计算
的
函数
模式
出奇
得
容易
。
www.ibm.com
9.
In
the destroy
closure
,
you
perform
the
same
tests
to make
sure
that you aren't trying to
delete
records
that don't
exist
.
在
destroy
闭
包
中
,
执行
相同
的
测试
,
确保
不
删除
不
存在
的
记录
。
www.ibm.com
10.
Closures
are
such
a
powerful
abstraction
that
object
systems
and
fundamental
control
structures
are
often
implemented
using
them
.
闭
包
是
一个
强大
的
抽象
,
以至于
objects
系统
和
基础
控制
结构
经常
是
用
它们
实现
的
。
megust.publicvm.com
1
2
3
4
5