网页
图片
视频
学术
词典
地图
更多
航班
笔记本
const
美 ['kɑnst]
英 ['kɒnst]
n.
常数;恒量
adj.
恒定的;不变的
网络
常量;常量定义;取值设为常数
英汉
网络释义
n.
1.
常数
2.
恒量
adj.
1.
恒定的
2.
不变的
1.
常量
• 对于
常量
(
const
)类型的成员变量的初始化必须在初始化行上。• 对于引用类型的成员变量的初始化必须在初始化行上。
hi.baidu.com
|
基于1890个网页
2.
常数
超全的英语短句汇集 - ξσ Dicky σξ - 博客园 ... consist vi. 符合,包括
const
n.
常数
constantly ad. 不变地,经常地 ...
www.cnblogs.com
|
基于394个网页
3.
常量定义
复习要点 ... 标记说明 LABEL
常量定义
CONST
类型定义 TYPE ...
www.pz1902.com
|
基于321个网页
4.
取值设为常数
通达信操作你知多少 - 指标公式 - 创幻股票论坛 ... RANGE 介于某个范围之间
CONST
取值设为常数
CROSS 上穿 ...
www.chcj.net
|
基于135个网页
5.
常量说明
高分求free pascal的教程_百度知道 ... label 标号说明;
const
常量说明
; type 类型说明; ...
zhidao.baidu.com
|
基于77个网页
6.
设定常数
VBS基础教程 ... Ubound 数组上届
Const
设定常数
Dim 定义变量或者数组 ...
ce.sysu.edu.cn
|
基于68个网页
7.
表示是一个常量
我住包子山 - C++博客 ... (pointer) 表示这是一个指针; (
const
)
表示是一个常量
; Event Objects 事件对象 ...
www.cppblog.com
|
基于64个网页
8.
指明常量
猿说 | 站点调试中,乱七八糟的角落 ... * copyright 指明版权信息 *
const
指明常量
* example 示例 ...
apesay.com
|
基于51个网页
更多释义
收起释义
例句
释义:
全部
全部
,
常数
常数
,
恒量
恒量
,
恒定的
恒定的
,
不变的
不变的
,
常量
常量
,
常量定义
常量定义
,
取值设为常数
取值设为常数
类别:
全部
全部
,
口语
口语
,
书面语
书面语
,
标题
标题
,
技术
技术
来源:
全部
全部
,
字典
字典
,
网络
网络
难度:
全部
全部
,
简单
简单
,
中等
中等
,
难
难
更多例句筛选
收起例句筛选
1.
If
you
get
this
warning
,
examine
your
code
to
see
if
it
depends
on binding rvalues to non-const
references
.
如果
接到
这
项
警告
,
请
检查
您
的
程式码
,
查看
是否
依系
结
右
值
至
非常
数
参考
而
产生
。
technet.microsoft.com
2.
bool
remove
(
const
path
&
p
)
:
This
routine
attempts
to
remove
the
file
or
directory
being
referred
to by the
path
p
.
boolremove
(
constpath&p
)
:
此
例程
将
尝试
删除
路径
p
所
引用
的
文件
或
目录
。
www.ibm.com
3.
Binding a
reference
to an
R
-
Value
is
allowed
as
long
as
the
reference
is bound to a
const
type
.
将
引用
与
右
值
绑定
像
引用
静态
类型
一样
也是
被
允许
的
。
www.showxiu.com
4.
An
rvalue
cannot
be
bound
to
a non-const
reference
.
值
无法
系
结
至
非常
数
参考
。
technet.microsoft.com
5.
A
Const
statement
's
scope
is the
same
as that of a
variable
declared
in
the
same
location
.
一
条
Const
语句
的
范围
与
在
相同
位置
上
声明
的
变量
范围
相同
。
msdn2.microsoft.com
6.
In
a
similar
manner
,
a
liter
al
integer
const
ant
can
be
specified
as
being
unsigned
by
following
its
value
with
either
U
or
u
.
类似
地
我们
可以
在
整型
文字
常量
的
后面
加上
“
u
”
或
“
U
”
,
将
其
指定
为
一个
无符号
数
。
www.showxiu.com
7.
Within
a
struct
declaration
,
fields
cannot
be
initialized
unless they are declared
as
const
or
static
.
在
结构
声明
中
,
除非
字段
被
声明
为
const
或
static
,
否则
无法
初始
化
。
msdn2.microsoft.com
8.
bool exists
(
const
path&
)
:
This
function
checks
for the existence
of
a
file
.
boolexists
(
constpath&
)
:
此
函数
检查
文件
的
扩展
名
。
www.ibm.com
9.
You can
fix
this
bug
by
editing
the gregor
.
c
file
's
line
79
and
removing
the
string
const
at the
start
of
that
line
.
修复
这个
bug
的
方法
是
编辑
gregor.c
文件
第79
行
,并
删除
该
行
开始
部分
的
字符串
const
。
www.ibm.com
10.
A
const
field
can
only
be
initialized
at
the
declaration
of
the
field
.
const
字段
只能
在
该
字段
的
声明
中
初始
化
。
msdn2.microsoft.com
1
2
3
4
5