导航菜单

const是什么意思_翻译中文_怎么读

const怎么读

美式发音: ['kɑnst] 英式发音: ['kɒnst]

n.常数;恒量

adj.恒定的;不变的

网络释义:常量;常量定义;取值设为常数

网络释义

n.1.常数2.恒量

adj.1.恒定的2.不变的

1.常量 consist vi. 符合,包括 const n. 常数 constantly ad. 不变地,经常地 ...

3.常量定义 标记说明 LABEL 常量定义 CONST 类型定义 TYPE ...

4.取值设为常数 RANGE 介于某个范围之间 CONST 取值设为常数 CROSS 上穿 ...

5.常量说明 label 标号说明; const 常量说明; type 类型说明; ...

6.设定常数 Ubound 数组上届 Const 设定常数 Dim 定义变量或者数组 ...

7.表示是一个常量 (pointer) 表示这是一个指针; (const) 表示是一个常量; Event Objects 事件对象 ...

8.指明常量 * copyright 指明版权信息 * const 指明常量 * example 示例 ...

例句释义:,常数,恒量,恒定的,不变的,常量,常量定义,取值设为常数

1.If you get this warning, examine your code to see if it depends on binding rvalues to non-const references.如果接到这项警告,请检查您的程式码,查看是否依系结右值至非常数参考而产生。

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所引用的文件或目录。

3.Binding a reference to an R-Value is allowed as long as the reference is bound to a const type.将引用与右值绑定像引用静态类型一样也是被允许的。

4.An rvalue cannot be bound to a non-const reference.值无法系结至非常数参考。

5.A Const statement's scope is the same as that of a variable declared in the same location.一条Const语句的范围与在相同位置上声明的变量范围相同。

6.In a similar manner, a pter al integer const ant can be specified as being unsigned by following its value with either U or u.类似地我们可以在整型文字常量的后面加上“u”或“U”,将其指定为一个无符号数。

7.Within a spuct declaration, fields cannot be initiapzed unless they are declared as const or static.在结构声明中,除非字段被声明为const或static,否则无法初始化。

8.bool exists(const path&): This function checks for the existence of a file.boolexists(constpath&):此函数检查文件的扩展名。

9.You can fix this bug by editing the gregor. c file's pne 79 and removing the sping const at the start of that pne.修复这个bug的方法是编辑gregor.c文件第79行,并删除该行开始部分的字符串const。

10.A const field can only be initiapzed at the declaration of the field.const字段只能在该字段的声明中初始化。