搜索优化
网页
图片
视频
学术
词典
地图
更多
航班
笔记本
lvalue
网络
左值;理解左值;左值表达式
网络释义
1.
左值
Liran - 博客园 ... loose coupling 松散耦合
lvalue
左值
machine code 机器码、机器代码 ...
liran.cnblogs.com
|
基于890个网页
2.
理解左值
795
理解左值
(
LVALUE
)796 理解右值(RVALUE)797 使用段寄存器关键字798 谨慎使用远指针799 理解正常化的指针800 …
www.toopoo.com
|
基于12个网页
3.
左值表达式
... 标识地址4.3.19 局部标识声明4.3.20
左值表达式
(
lvalue
)4.3.21 具有可变参数的宏4.3.22 字符串4.3.23 指针算法4.3.24 Swit…
www.mesky.net
|
基于8个网页
4.
左值左值
计算机术语英中繁简对照 - 软件开发网 ... loop 回圈循环
lvalue
左值左值
macro 巨集宏 ...
www.mscto.com
|
基于6个网页
5.
左数值
一下 - 台北城市科技大学 电脑与通讯工程系 ... rvalue 右数值
lvalue
左数值
Boolean 布林 ...
www.cce.tpcu.edu.tw
|
基于4个网页
6.
左查
【解答】
左查
(
lvalue
)就是查量的地址,或者是一个代表“查象 在内存中的位置”的表达式。右查(rvalue)就是查量的查 查2.…
www.docin.com
|
基于 1 个网页
7.
关于左值
■
关于左值
(
lvalue
)在一个 = 表达式里,= 左边被叫作左值。
www.cnblogs.com
|
基于 1 个网页
更多释义
收起释义
例句
释义:
全部
全部
,
左值
左值
,
理解左值
理解左值
,
左值表达式
左值表达式
类别:
全部
全部
,
口语
口语
,
书面语
书面语
,
标题
标题
,
技术
技术
来源:
全部
全部
,
字典
字典
,
网络
网络
难度:
全部
全部
,
简单
简单
,
中等
中等
,
难
难
更多例句筛选
收起例句筛选
1.
The
address
-of
operator
.
Takes
a
single
argument
that
must
be
an
lvalue
.
Yields the
address
in
memory
of that
object
.
取
地址
操作符
需要
一个
操作
数
,
其
唯一
的
操作
数
必须
是
左
值
对象
,
该
操作
返回
操作
数
对象
在
内存
中
的
存储
地址
。
dictsearch.appspot.com
2.
Like the
subscript
and
dereference
operators
,
assignment
returns
an
lvalue
.
与
下
标
和解
引用
操作符
一样
,
赋值
操作
也
返回
左
值
。
dictsearch.appspot.com
3.
It
explains
the
difference
between an
object
and
a
name
and
how
they
relate
to the
notion
of
an
lvalue
.
本章
解释
了
对象
和
名字
的
区别
,
以及
它们
怎样
与
左
值
概念
相
联系
。
dictsearch.appspot.com
4.
Dereference
returns
an
lvalue
,
so
we
may
use a
dereference
operator
as
the left-hand operand
of
an
assignment
.
解
引用
返回
左
值
,
因此
可
将
解
引用
操作符
用作
赋
值
操作
的
左
操作
数
。
dictsearch.appspot.com
5.
An
Object
is
a
named
region
of
storage
;
an
lvalue
is
an
expression
referring
to
an
object
.
这时候
的
左
值
可以
解释
为
:
对象
是
一个
命名
的
存储
区域
,
左
值
是
对象
引用
的
表达式
。
dictsearch.appspot.com
6.
In
general
,
the left-hand
side
of
an
assignment
operator
always
requires
an
lvalue
.
一般
地
,
赋值
运算符
的
左边
总是
需要
一个
左
值
。
dictsearch.appspot.com
7.
The
lvalue
and
rvalue
in
the
assignment
statement
is
separated
by
a
:
=
(
colon
plus
equal sign
)
.
分配
声明
中
的
lvalue
和
rvalue
以
:
=
(
冒号
加
等号
)
被
隔开
。
www.ibm.com
8.
What
are
the
benefits
of
offering
a
LValue
iterator
against
a
Read Write
iterator
?
提供
一个
左
值
迭
代
器
而
不是
读写
迭
代
器
有
什么
好处
?
dictsearch.appspot.com
9.
You
might
think
of
lvalue
as
meaning
location
value
.
您
可以
把
左
值
看作
是
位置
值
。
dictsearch.appspot.com
10.
More
specifically
,
evaluating
an
expression
that
is
an
lvalue
yields
an
object
.
说
得
更
具体
一些
,
计算
左
值
表达式
就
会
产生
对象
。
blog.leafduo.com
1
2