const.
美
英 
英汉解释
abbr. | 5. (=Constantine; Constantinople) |
英英解释
例句
If you get this warning, examine your code to see if it depends on binding rvalues to non-const references.
如果接到这项警告,请检查您的程式码,查看是否依系结右值至非常数参考而产生。
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所引用的文件或目录。
Binding a reference to an R-Value is allowed as long as the reference is bound to a const type.
将引用与右值绑定像引用静态类型一样也是被允许的。
An rvalue cannot be bound to a non-const reference.
值无法系结至非常数参考。
A Const statement's scope is the same as that of a variable declared in the same location.
一条Const语句的范围与在相同位置上声明的变量范围相同。
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”,将其指定为一个无符号数。
Within a struct declaration, fields cannot be initialized unless they are declared as const or static.
在结构声明中,除非字段被声明为const或static,否则无法初始化。
bool exists(const path&): This function checks for the existence of a file.
boolexists(constpath&):此函数检查文件的扩展名。
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。
A const field can only be initialized at the declaration of the field.
const字段只能在该字段的声明中初始化。
Avoid using const on read-only variables. For that, use the readonly directive.
只读的变量不要定义为const,使用readonly关键字。
You can declare tuples with the const qualifier, in which case the get call to access a particular element returns a reference to const.
可以使用const限定符来声明元组,在这种情况下,用于访问特定元素的get调用将返回对const的引用。
Your normal habit when passing an argument to a function should be to pass by const reference .
用常量引用给一个函数传递参数,是一种好的习惯。
cend Returns a const iterator that addresses the location succeeding the last element in a string.
返回最后一个位置的常量iterator地址。
bool is_directory(const path&): This function checks whether a path corresponds to a directory.
boolis_directory(constpath&):此函数检查路径是否与目录对应。
The second declaration is the Const statement, which declares the constant limit, specifying the Integer data type and a value of 33.
第二个声明是Const语句,该语句声明常数limit,并且指定Integer数据类型和值33。
This warning indicates that the Access property specified on a const parameter implies that it can be written to.
此警告意味着对常数参数指定的Access属性暗示它可被写入。
The hydrogeologic conditions, the groundwater in const ruction pit and the countermeasures in Wuhan area are introduced.
本文介绍了武汉地区的水文地质概况,基坑工程中的地下水问题及其处理对策。
In the Value field for qualifier, enter the value const (as shown in Figure 5 previously).
在qualifier的Value处,输入const(如图5所示)。
S. Const. amend. X. Nonetheless, the powers of the federal government are extensive.
(美国宪法修正案)但是,联邦政府的权力是广泛的。
another is a commodity basis , a shop in the fin al analysis, it is sold to, like you were selling some things, this is a const ant truth.
另外一个就是商品是基础,一个商店归根到底就是要把上卖出去,你里面卖的东西一定喜欢的,这个是百年不变的真理。
Because the -C option was used for gperf invocation, the hash table is defined with the const attribute.
因为使用-C选项进行gperf调用,将使用const属性定义散列表。
Air-Conditioning Design for Engineering Projects and Quality Problem in Const ruction.
工程项目空调设计及建设中的质量问题。
bool create_directory(const path&): This function creates a directory with the given path name.
boolcreate_directory(constpath&):此函数使用给定的路径名称创建目录。
However, along with advanced technical application and increasing societys demanding, the earthen -site const. . .
随着大量先进技术的运用和社会需求的不断增大,它将进入快速发展期。
CONST Variable whose value is to remain constant during execution .
变量,该变量的值在执行期间保持为常量。
In addition, you can change the value of any non-const variable or the contents of any register.
此外,您可以变更任何非常数变数的值或任何暂存器的内容。
And it is an effective way to disclose information and set up the honest-trust file for promoting the professional ethics const. . .
信息公开和建立诚信档案是促进医德建设的有效途径。
Similarly, vector declares the nested types iterator and const_iterator.
相同的,vector申明了嵌套的iterator和const_iterator。
To recognize and apply "ensure" and "use" correctly will give the const. . .
正确认识和运用“保障”与“使用”对图书馆文献资源建设具有一定参考作用。
Responsibility 4: Assists Project dept. to confirm project const control objective.
职责四:协助项目管理部门确定项目成本控制目标。
Describes the Const statement and its use.
描述Const语句及其用法。
Social economic terms and silent partnership's own value will be const ruction of system.
社会经济条件和隐名合伙自身的制度价值为该制度的构建建立了基础。
Many texts recommend that instead of using manifest constants, one should use a const variable.
许多文本建议,而不是使用明显的常量,应该使用一个常量变数。
This paper introduces an efficient digital controlled const current source based on the switch technology.
本文重点介绍一种高效率的基于开关技术的数控恒流源。
What dimensions will minimize the const of the fence?
即长和宽各为多少时,围墙的费用最小?
But I do think the notion of immutability is more hardwired into Fan via the notion of const types and const fields.
但我相信不变性的理念在Fan中通过const类型和const场相比而言更加深入。
During his tenure of office, he has made many achievements in road const ruction and education.
在他任期内在筑路和教育方面建树甚多。
Use the const directive only on natural constants such as the number of days of the week.
只对自然存在的数字,比如一个星期的天数等使用const关键字。
In C++, you can use the const keyword instead of the #define preprocessor directive to define constant values.
用C++,你可以用关键字const来代替预处理指令#define来表示常量。