导航菜单

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

0x

网络释义:零阶指数;零阶价指数

网络释义

1.零阶指数进行了预测,得出有机化合物的溶解度(LogS)与其零阶指数(^0X)、零阶价指数(^0X^ν)和极化率(Ф)有良好的相关 …

2.零阶价指数化合物的溶解度(LogS)与其零阶指数(^0X)、零阶价指数(^0X^ν)和极化率(Ф)有良好的相关性,采用SPSSll.5软 …

例句释义:,零阶指数,零阶价指数

1.C++0x allows you to define functions and classes with variable numbers of arguments, and support is now the same in GCC.C++0x允许定义具有数量可变的参数的函数或类,现在GCC提供相同的支持。

2.If you intend to be one of the early adopters of C++0x, consider getting a copy of the draft standard and download GCC 4. 5 (see Resources).如果希望及早熟悉C++0x,可以考虑找一份标准草案,下载GCC4.5(见参考资料)。

3.If there's a prize for hype associated with a specific new feature of the C++0x standard, lambda functions take the crown.如果要给C++0x的新特性评奖的话,得头奖的应该是lambda函数。

4.A zero-length binary string can be specified as 0x without any byte values specified in the hexadecimal constant.长度为零的二进制字符串可以指定为不带以十六进制常量指定的任何字节值的0x。

5.It is one to four hexadecimal digits without a 0x prefix and without leading zeros.它是没有0x前缀和前导零的一至四个十六进制数字。

6.Enter the decltype operator from C++0x, which returns the type of a variable or expression.对于C++0x,输入decltype操作符就会返回变量或表达式的类型。

7.Binary constants have a leading 0x (a zero and the lowercase letter x) followed by the hexadecimal representation of the bit pattern.二进制常量以0x(一个零和小写字母x)开始,后跟位模式的十六进制表示形式。

8.Binary constants have the prefix 0x and are a string of hexadecimal numbers.二进制常量具有前辍0x并且是十六进制数字字符串。

9.C++0x also defines the sizeof. . . operator, which displays the number of arguments.C++0x还定义了sizeof…操作符,它显示参数数量。

10.The C++0x standard defines interfaces accessible to apppcation developers that allow them to tweak garbage collection.应用程序开发人员可以通过C++0x标准定义的接口调整垃圾收集过程。