const
const词义
释义
[医]常数,不变的;Pascal语言中常量说明;
const用法
权威例句
A structural model for Alzheimer's β-amyloid fibrils based on experimental const...Characterization of the role of AMP-activated protein kinase in the regulation of glucose-activated gene expression using constituti...
ChemInform Abstract: Lewis Acid Catalysts Stable in Water. Correlation Between Catalytic Activity in Water and Hydrolysis Constants ...
Innovation Strategy of Traditional Village Tourism Development in Liaoning Province under the Background of Smart Village Construction
Therapeutic silencing of an endogenous gene by systemic administration of modified siRNAs.
Selective depletion of macrophages reveals distinct, opposing roles during liver injury and repair.
A construção do saber: manual de metodologia da pesquisa em ciências humanas
Autoimmunity and Inflammation Due to a Gain-of-Function Mutation in Phospholipase Cγ2 that Specifically Increases External Ca 2+ E...
Autoimmunity and inflammation due to a gain-of-function mutation in phospholipase C gamma 2 that specifically increases external Ca2...
Duffield JS, Forbes SJ, Constandinou CM et al.Selective depletion of macrophages reveals distinct, opposing roles during liver injur...
const造句
1. Qualifying a method's formal parameter as const
将一个方法的形参设置为常量
youdao
2. You declare a class constant with the const keyword.
用const关键字声明类常量。
youdao
3. Embedding const ants in code is obviously foolish.
在代码中嵌入常量显然是愚蠢的。
youdao
4. If you don't need to change it, use const reference.
如果你不需要改变它,使用常量引用。
youdao
5. Notice that the API_KEY variable is declared as a const.
请注意,API_KEY变量被声明为const。
youdao
6. See Compile time trap when saving a non-const value for details.
细节请见保存一个非常量值时的编译期陷阱。
youdao
7. The last pair differs only as to whether the parameter is const.
最后一对的区别仅在于是否将形参定义为const。
youdao
8. Will temporary object be deleted if there is no const reference to it?
将临时对象,如果没有引用它删除?
youdao
9. In the value field for qualifier, enter the value const (as shown in Figure 5 previously).
在qualifier的value处,输入const(如图5所示)。
youdao
10. Social economic terms and silent partnership's own value will be const ruction of system.
条件和隐名合伙自身的制度价值为该制度的构建建立了基础。
youdao
11. path operator / (char* lhs, const path& rhs): This routine is a non-member function of path.
pathoperator / (char*lhs,const path&rhs):此例程是 path 的非成员函数。
youdao
12. Your normal habit when passing an argument to a function should be to pass by const reference.
用常量引用给一个函数传递参数,是一种好的习惯。
youdao
13. Your normal habit when passing an argument to a function should be to pass by const reference.
当给函数传递参数时,你要养成的良好习惯是传递常量引用。
youdao
14. This layer has material const ants which govern the stiffness across it and has zero thickness.
该层的材料常数用劲度常数来描述,其层厚为零。
youdao
15. In addition, you can change the value of any non-const variable or the contents of any register.
另外,可以更改任何非常数变量的值或任何寄存器的内容。
youdao
16. A recurrent motif in African American literature is a const ant search for freedom and equality.
美国黑人文学中,追求自由、平等是一个永恒的主题。
youdao
17. Because the -c option was used for gperf invocation, the hash table is defined with the const attribute.
因为使用- c选项进行gperf调用,将使用const属性定义散列表。
youdao
18. If you get this warning, examine your code to see if it depends on binding rvalues to non-const references.
如果接到这项警告,请检查您的程序码,查看是否依系结右值至非常数参考而产生。
youdao
19. 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。
youdao
20. But I do think the notion of immutability is more hardwired into Fan via the notion of const types and const fields.
但我相信不变性的理念在Fan中通过const类型和cons t场相比而言更加深入。
youdao
21. Automatic const-weight packing machine has been widely used in chemical fertilizer, feed and light industry etc.
自动定量包装机广泛应用于化肥、饲料、轻工等行业。
youdao
22. At present, our hydropower const ruction system exists the contradictory of finance demands and investment system.
目前,我国水电建设体制还存在着资金需求与投资体制等突出的矛盾。
youdao
23. Abstract: Checking and measuring the verticality is very important in the vertical control of high-rise building const ruction.
文摘:垂直度检测在高层建筑施工的竖向控制中十分重要。
youdao
24. Abstract: Checking and measuring the verticality is very important in the vertical control of high-rise building const ruction.
文摘:垂直度检测在高层建筑施工的竖向控制中十分重要。
youdao
25. Your normal habit when passing an argument to a function should be to pass by const reference.
用常量引用给一个函数传递参数,是一种好的习惯。
-- 来源 --
26. The smart pointer's operator* and operator- don't change the pointer, so they should be const, but they
智能指针(smart pointer)的operator*和operator-不会改变指针本身,所以它们应该是const,但是它们的返回值未必是const。
-- 来源 -- 网友提供
27. ""So const just applies to my view of the object," I summarized aloud to myself
这样说来const只是对对象的视图有效,我总结道。
-- 来源 -- 网友提供
28. This approach first performs two-color-truncation in block classes, yielding a bit-plane, a const index
利用光场块截断,把光场图转化成比特平面、彩索引表和残差。
-- 来源 -- :8080
29. And it's shallow, because I can reach through a const object and change other non-const objects, without
同时它也是浅层的,因为我可以通过一个const对象修改其他non-const对象,而不需要任何转型。
-- 来源 -- 网友提供
30. This paper introduces an efficient digital controlled const current source based on the switch technology
摘要本文重点介绍一种高效率的基于开关技术的数控恒流源。
-- 来源 -- 网友提供
31. CreateSymbol( const VARIANT& Point, const VARIANT& Style)中的 Point和 Style怎么赋值啊?
怎样给这两个variant型变量赋值,使其表示点和风格啊?
-- 来源 --
32. Checking and measuring the vert icality is very important in the vertical control of high-rise building const
垂直度检测在高层建筑施工的竖向控制中十分重要。
-- 来源 --
33. Social economic terms and silent partnership's own value will be const ruction of system.
社会经济条件和隐名合伙自身的制度价值为该制度的构建建立了基础。
-- 来源 --
34. Const., Amdt.5,
试想一个母亲建议儿子行使他的权利反对被迫自证其罪,[见《美国宪法第五修正案》,]
-- 来源 -- 网友提供