网页
图片
视频
学术
词典
地图
更多
航班
笔记本
运算符
[yùn suàn fú]
n.
operator
;
operational
symbol
网络
Operators
;
sizeof
;
instanceof
汉英
网络释义
n.
1.
operator
2.
operational
symbol
1.
operator
数学英语词汇大全_百度文库 ... 小于等于 is equal or lesser than
运算符
operator
数字 digit ...
wenku.baidu.com
|
基于2317个网页
2.
Operators
Drupal 中文教程 ... 缩进与空白字符( Indenting and Whitespace)
运算符
(
Operators
) 转型( Casting) ...
lugir.com
|
基于327个网页
3.
sizeof
VISUAL C++.NET语言参考手册 - 读书网|DuShu.com ... 6.22 address-of 运算符& 6.26
sizeof
运算符
6.27 delete 运算符 ...
www.dushu.com
|
基于235个网页
4.
instanceof
对象
运算符
(
instanceof
)用来判断一个对象是否属于某个指定的类或其子类的实例,如果是,返回真(true),否则返回假(false)。 …
panqiujuan.blog.163.com
|
基于82个网页
5.
typeof
《C#高级编程》电子书下载 ... 2.9.5 sizeof 运算符 2.9.6
typeof
运算符
2.12.1 using 语句 ...
www.q766.com
|
基于63个网页
6.
Range Operator
指令:..区块
运算符
(
Range Operator
) </P><P>说明:这个运算符是Perl语言中特有的运算符,是一个很实用的运算符. </P><P>范例…
www.qqread.com
|
基于61个网页
7.
Visual Basic
And
运算符
(
Visual Basic
) 和 IsFalse 运算符 运算符可以被重载,这意味着当操作数具有某个类或结构的类型时,该类或结构可 …
towery.blog.163.com
|
基于39个网页
8.
OR
可以用逻辑或
运算符
(
OR
)把所有想设置的窗口样式标记连接在一起。有许多种窗口样式可选,且都在帮助中列出,但你需要 …
blog.csdn.net
|
基于30个网页
更多释义
收起释义
例句
释义:
全部
全部
,
operator
operator
,
operational symbol
operational symbol
,
Operators
Operators
,
sizeof
sizeof
,
instanceof
instanceof
类别:
全部
全部
,
口语
口语
,
书面语
书面语
,
标题
标题
,
技术
技术
来源:
全部
全部
,
字典
字典
,
网络
网络
难度:
全部
全部
,
简单
简单
,
中等
中等
,
难
难
更多例句筛选
收起例句筛选
1.
To
form
a
filter
value
,
specify
the
name
of
a
column
followed
by an
operator
and
a
value
to
filter
on
.
若要
形成
筛选
值
,
请
指定
列
的
名称
,
后跟
一个
运算
符
和
一个
要
筛选
的
值
。
msdn2.microsoft.com
2.
The
operator
must
be
marked
Shared
and
at least
one
of
its
parameters
must
be of the
enclosing
type
(
Employee
)
.
该
运算
符
必须
标记
为
Shared
,
而且
它
至少
有
一个
参数
是
封闭
类型
(
Employee
)
的
。
msdn2.microsoft.com
3.
Operator
is
to
test
for the
existence
of
an
object
instance
before
attempting
to
access
one
of its
members
.
运算
符
的
一个
用途
是
在
试图
访问
某
对象
的
一个
成员
之前
先
测试
是否
存在
该
对象
的
实例
。
msdn2.microsoft.com
4.
A Compute Scalar
operator
is
often
used
after
a Constant Scan
to
add
columns
to a
row
produced
by
the
Constant Scan
operator
.
ComputeScalar
运算
符
通常
在
ConstantScan
之后
使用
,
以
将
列
添加
到
ConstantScan
运算符
生成
的
行
中
。
msdn2.microsoft.com
5.
By
adding
operator
overloads
to a
type
,
you
allow
developers
to
use
the
type
as though it were a built-in primitive
type
.
通过
在
类型
中
添加
运算
符
重载
,
开发人员
可以
像
使用
内置
基
元
类型
一样
使用
该
类型
。
msdn2.microsoft.com
6.
The
only
legal
operations
on
a
structure
are
copying
it or
assigning
to it
as
a
unit
,
taking
its
address
with
&
,
and
accessing
its
members
.
结构
的
合法
操作
只有
几种
:
作为
一个
整体
复制
和
赋
值
,
通过
&
运算
符
取
地址
,
访问
其
成员
。
czk.8866.org
7.
A
definition
of
a
binary
operator
where
at least
one of the
arguments
is
of the
type
of
your
class
or
structure
.
一个
二元
运算
符
的
定义
,
其中
至少
一个
参数
是
您
的
类
或
结构
的
类型
。
msdn2.microsoft.com
8.
Returns
a
value
generated
by
rolling
up the
values
of
the children of a
specified
member
using
the
specified
unary
operator
.
使用
指定
的
一
元
运算
符
,
通过
汇总
指定
成员
的
子
成员
的
值
,
从而
返回
所
生成
的
值
。
msdn2.microsoft.com
9.
The &
operator
yields the
bitwise
AND
of
its
arguments
,
which
must
be
plain
or
long
integers
.
The
arguments
are
converted
to
a
common
type
.
运算
符
进行
比
特级
的
AND
(
与
)
运算
,
参数
必须
是
普通
整数
或
长
整数
。
参数
转换
成
通用
类型
。
man.ddvip.com
10.
A
definition
of
a
conversion
operator
where
the
argument
is
of the
type
of
your
class
or
structure
.
一个
转换
运算
符
的
定义
,
其中
的
参数
是
您
的
类
或
结构
的
类型
。
msdn2.microsoft.com
1
2
3
4
5