网页
图片
视频
学术
词典
地图
更多
航班
笔记本
operands是operand的复数
operand
美 [ˈɒpəˌrændz]
英 [ˈɒpərændz]
n.
【数】运算域
网络
操作数;运算物体;运算对象
复数:
operands
英汉
英英
网络释义
n.
1.
【数】运算域
n.
1.
a
quantity
,
function
,
or
other
entity
that
is
to
have
a
mathematical
operation
performed
on
it
2.
the
portion
of
a
computer
instruction
that
specifies
the
location
in
memory
of
the
data
to
be
manipulated
1.
操作数
在
操作数
(
Operands
)选项当中,有两种显示形式选择,Masm显示: IDEA显示: HLA显示: Linux显示: 在Ollydbg 2.01中反汇编指令是 …
0mblogger.blog.com
|
基于218个网页
2.
运算物体
3d max 中英文对照 - 小M的日志 - 网易博客 ... Operand 操作;运算对象
Operands
运算物体
;运算对象 Orbit 环游 ...
mirageqq.blog.163.com
|
基于153个网页
3.
运算对象
3d max 中英文对照 - 小M的日志 - 网易博客 ... Operand 操作;运算对象
Operands
运算物体;
运算对象
Orbit 环游 ...
mirageqq.blog.163.com
|
基于106个网页
4.
操作对象
什么是布尔运算? - Solidworks -... ... Parameters( 参数)卷展栏
Operands
(
操作对象
)选项组 Operation( 运算方式)选 …
www.baisi.net
|
基于25个网页
5.
运算元栏
2-1-8
运算元栏
(
Operands
) 2-1-4 注解栏(Comment) 2-2 MCS-51/52的定址模式 2-3 MCS-5l/52旨令集简介 2-4 MCS-5l/52旨令 …
www.dmatek.com.cn
|
基于3个网页
6.
运算符
...键字(Keyword) ) 关键字( ) (3)
运算符
(
Operands
) ) 运算符( ) (4) 分隔符(Separator) ) 分隔符( ) (5…
wenku.baidu.com
|
基于3个网页
7.
操作列表
我有我的个性~`~忽忽 ... Operands 操作(选区)
Operands
操作列表
Name 名称 ...
home.51.com
|
基于 1 个网页
更多释义
收起释义
例句
释义:
全部
全部
,
运算域
运算域
,
操作数
操作数
,
运算物体
运算物体
,
运算对象
运算对象
类别:
全部
全部
,
口语
口语
,
书面语
书面语
,
标题
标题
,
技术
技术
来源:
全部
全部
,
字典
字典
,
网络
网络
难度:
全部
全部
,
简单
简单
,
中等
中等
,
难
难
更多例句筛选
收起例句筛选
1.
Takes
two
operands
:
the left-hand
operand
is
an
object
and the right
is
the
name
of
a
member
of that object
.
接受
两个
操作
数
:
左
操作
数
是
一个
对象
,
而
右边
是
该
对象
的
一个
成员
的
名字
。
hi.baidu.com
2.
Note
that
this
does
NOT
change
the types of the
operands
themselves; the
only
change
is
in
how
the
operands
are
evaluated
.
注意
这
并
没有
改变
这些
运
算数
本身
的
类型
;
改变
的
仅
是
这些
运
算数
如何
被
求
值
。
fi2.php.net
3.
The
operands
to the
call
operator
are
the
name
of
the
function
and
a
(
possibly
empty
)
comma
-
separated
list of
arguments
.
调用
操作符
的
操作
数
是
函
数
名
和
一
组
(
有
可能
是
空
的
)
由
逗号
分隔
的
实参
。
dictsearch.appspot.com
4.
Do
not
provide
operator
overloads
unless
at least
one
of
the
operands
is
of the
type
defining
the
overload
.
除非
至少
有
一个
操作
数
属于
定义
重载
的
类型
,
否则
不要
提供
运算符
重载
。
msdn2.microsoft.com
5.
If
you
want
to
force
a
floating-point
result
,
be
sure
that at
least
one
of
the
operands
is
a
floating-point
type
.
如果
要
强制
取得
浮点
结果
,
则
必须
确保
操作
数
中
至少
有
一个
为
浮点
类型
。
www.ibm.com
6.
If
one
of
the
operands
is
of an
integral
type
,
then
that
operand
is
converted
to
the
floating-point
type
of the
other
operand
.
如果
其中一个
操作
数
为
整数
类型
,
那么
该
操作
数
将
被
转换
为
另一个
操作
数
所属
的
浮点
类型
。
msdn2.microsoft.com
7.
At least
one
of
the
operands
of
a
binary
operator
.
二元
运算符
的
至少
一个
操作
数
。
msdn2.microsoft.com
8.
The
result
of
an
arithmetic
operator
is
always
nullable
,
even
if the
operands
are
nonnullable
and
ANSI_WARNINGS
or
ARITHABORT is
set
ON
.
即使
操作
数
不可
为
空
并且
ANSI_WARNINGS
或
ARITHABORT
设置
为
ON
,
算术
运算符
的
结果
也
始终
可
为
空
。
technet.microsoft.com
9.
The
value
elements
that are
combined
with
an
operator
are
called
operands
of
that
operator
.
与
运算符
组合
在
一起
的
值
元素
称为
该
运算符
的
操作
数
。
msdn2.microsoft.com
10.
These
operators
produce
a
null
value
if
the
operands
are
null
;
otherwise
,
the
operator
uses
the
contained
value
to
calculate
the
result
.
如果
操作
数
为
空
,
这些
运算符
将
产生
一个
空
值
;
否则
运算符
将
使用
包含
的
值
来
计算
结果
。
msdn2.microsoft.com
1
2
3
4
5