网页
图片
视频
学术
词典
地图
更多
航班
笔记本
栈上
网络
stack
;
on
-
stack
;
back
stack
网络释义
1.
stack
如果一个函数可能返回一个对原来不存在的对象的引用,那么函数就要自己去创建这个对象:要么在
栈上
(
stack
)要么在堆上(hea…
blog.csdn.net
|
基于63个网页
2.
on-stack
栈上
(
On-stack
)替代 HotSpot 开始的版本编译的时辰每次编译一个要领,编写一个行使该布局的措施一点也没有错,在这期的 Ja…
02521.com
|
基于8个网页
3.
back stack
每一次一个 activity 启动,前一个 activity 就 停止了, 但是系统保留 activity 在一个
栈上
(“
back stack
”) 当一个新 activity 。
wenku.baidu.com
|
基于 1 个网页
例句
释义:
全部
全部
,
stack
stack
,
on-stack
on-stack
,
back stack
back stack
类别:
全部
全部
,
口语
口语
,
书面语
书面语
,
标题
标题
,
技术
技术
来源:
全部
全部
,
字典
字典
,
网络
网络
难度:
全部
全部
,
简单
简单
,
中等
中等
,
难
难
更多例句筛选
收起例句筛选
1.
As
you
know
value
types
are
allocated
on
the
stack
unlike
reference
types
which
are
allocated
on the GC
heap
.
就
像
你
知道
的
那样
,
值
类型
是
分配
在
栈
上
的
,
而
引用
类型
是
分配
在
GC
堆
上
的
。
www.cnblogs.com
2.
A
return
address
is
created
and
stored
on the
stack
or
to
a
register
.
创建
一个
返回
地址
并
存入
栈
上
或是
一个
寄存
器
中
。
docs.google.com
3.
Because
all
the
data
would
be
on
the
stack
,
we
would
have
no
problems
with
memory
areas
.
因为
所有
的
数据
都
将
位于
栈
上
,
我们
就
不会
遇到
关于
存储
区
的
问题
。
www.ibm.com
4.
Local
handles
are
held
on
a
stack
and
are
deleted
when
the appropriate
destructor
is
called
.
本地
句
柄
。
本地
句
柄
在
栈
上
,
并且
当
指定
的
析构函数
被
调
用时
删除
。
blog.sina.com.cn
5.
You
can
go up
and
down
the
stack
using
the
toolbar
or
the GUD
buffer
.
The
source
buffer
updates
accordingly
,
as
does
the locals
buffer
.
你
可以
使用
工具栏
或
GUDbuffer
在
栈
上
上下
来回
,
源
代码
buffer
和
localsbuffer
也
会
相应
更新
。
www.cnblogs.com
6.
The
information
it
captures
is
quite
extensive
,
even
catching
all
of
the
local
variables
on
the
stack
when
an
event
is
triggered
.
它
能
捕获
到
相当
广泛
的
信息
,
甚至
在
事件
触发
时
还
能
捕获
到
栈
上
的
所有
局部
变量
信息
。
www.infoq.com
7.
Handle
scopes
can
only
be
stack
-
allocated
,
not
allocated
with
new
.
句
柄
范围
只能
是
在
栈
上
分配
的
,
不能
通过
new
来
分配
。
blog.sina.com.cn
8.
The
error
handler,
if
one is
provided
, is the
index
on
the
stack
of
the Lua
code
to
handle
any
errors
that
occur
.
如果
提供
错误
处理
程序
,
那么
它
应该
是
用于
处理
任何
发生
的
错误
的
Lua
代码
在
栈
上
的
索引
。
www.ibm.com
9.
Host
the hypervisor
unit
on
an
appropriate
hosting
stack
.
在
适当
的
主机
栈
上
运行
虚拟
监管
系统单元
。
www.ibm.com
10.
Persistent
handles
are
not
held
on
a
stack
and
are
deleted
only
when
you
specifically
remove
them
.
持久
句
柄
。
持久
句
柄
并不
在
栈
上
分配
,
并且
只有
你
指定
移除
它们
时
才
被
删除
。
blog.sina.com.cn
1
2
3