- 重点词汇
- conversionn.转变,转换;(信仰)改变,皈依;(橄榄球运动中的)附加得分;
- aart. 一(个);每一(个);任一(个),用于辅音音素开头的单词前
- throughprep. 穿过;贯穿;从…一端至另一端;透过…看到;隔着…听到;自始至终;从头到尾
- matchn. 比赛;对手;相配的人(或物);火柴;
- 相关例句
C is not a strongly-typed language, but as it has evolved, its type-checking has been strengthened.
C语言不是一种强类型的语言, 但随着它的发展, 其类型检查机制已经得到了加强.
互联网摘选
有关资源设计器如何生成强类型资源的信息, 请参见管理应用程序资源.
互联网摘选
The simplest method is to make your variables private but you do that already, right?
最简单的方法是使用静态变量你是否已经这么做了?
互联网摘选
A static variable which holds a reference to the single created instance, if any.
如果存在静态变量的话,使用静态遍历存储创建的单件类的简单实例.
互联网摘选
Static variables, by definition, may only be accessed by a specific set of functions.
按照定义, 静态变量仅能被确定的一组函数访问.
互联网摘选
It is closely connected with allocation of storage for variables local to procedures.
函数调用顺序还与局部变量的内存分配方式有着紧密的联系.
互联网摘选
You cannot use the name or address of a local variable as a template argument.
不能将局部变量的名称或者地址用作模板参数.
互联网摘选