• Addition of two signed ints results in a signed int.

    两个符号整数相加结果是一个有符号的整数

    youdao

  • If we go back up to the kinds of data objects we started with, floats, ints, strings, they actually behave the same way.

    如果我们回想一下我们一开始讲过数据对象种类浮点数整数字符串它们实际上相同行为方式

    youdao

  • Listing 1. Class hierarchy for binary trees of ints.

    清单1. int二元层次结构

    youdao

  • You can fill a matrix with random ints and complexes.

    可以矩阵中填充随机整数复数。

    youdao

  • Consider the following class hierarchy for binary trees of ints.

    考虑以下int二元层次结构

    youdao

  • The problem arises when passing the sum of signed and unsigned ints as long.

    在将符号无符号整型作为long 类型传递就会出现问题

    youdao

  • Represent 24-bit audio samples as 32-bit ints and ignore the upper eight bits.

    代表24位音频样本作为32位整型数忽视

    youdao

  • The assertions used in this example show how we can pass as many ints as desired.

    这个例子所用断言显示我们如何传入任意int类型的参数。

    youdao

  • To enable memory access, it provides put and set methods for ints, chars, and bytes.

    允许内存访问intcharbyte提供了putset方法

    youdao

  • Two constructors are defined on the class: one taking an int and one taking a pair of ints.

    中定义构造函数:个构造函数带有一个int参数,另一个带有两个int参数。

    youdao

  • For actually working with the data, ints are far more convenient and efficient than Strings.

    实际使用数据时,int String便利有效

    youdao

  • UNIX systems follow the LP64 model, where long and pointer types are 64 bits, but ints remain 32 bits.

    UNIX系统遵循lp64模型,其中long指针类型都是64的,但是int仍然保持为32位。

    youdao

  • Also, notice that you can't just pass any old Strings and ints and arrays as the expectation arguments.

    另外注意不能作为预期参数传递任何Stringint数组

    youdao

  • Use ints where they make sense, but don't agonize over the performance implications of int versus Number.

    int具有意义地方使用int,但是不要intNumber性能问题煎熬

    youdao

  • So, should I be drawing these boxes four times bigger since ints are four times bigger than chars usually?

    所以应该这个盒子画成4,因为一般intchar型的4倍大小?

    youdao

  • Moreover, not being able to compare among floats, ints, and longs (or, for example, decimal) would be awkward.

    另外不能浮点数整数整数(比如decimal)之间进行比较非常不方便的。

    youdao

  • Int So, primitive type besides those three types, we have ints which are just integers which are similarly 32 bits.

    除了三种类型外,还有一原始的数据类型32比特整数

    youdao

  • For addition, spu_add, when given two vector unsigned ints as parameters, will generate the a (32-bit add) instruction.

    另外 spu_add 被传递两个vectorunsignedint作为参数时,就会生成条 a(32 位加法指令

    youdao

  • When old clients send ints, the integer characters are still characters, and they can be sent as strings as well as ints.

    客户端发送int时,保持原有型数的特性它们可以作为字符串可以作为整数(ints)发送

    youdao

  • Moving simple types between the kernel and user-space (such as ints or longs) is accomplished easily with get_user and put_user.

    内核用户空间移动一些简单类型(例如intlong类型),可以使用get_user和put_user轻松地实现。

    youdao

  • Specifically, complex Numbers became incomparable to other Numbers, including both other complex Numbers and ints, floats, and longs.

    具体地说复数无法与其他数字进行比较了,包括其他复数以及整数浮点长整数。

    youdao

  • The format of JSON is a collection of keys and values, which can be different data types, such as strings, ints or floatssee below.

    JSON格式可以各种数据形式比如字符串浮点型——往下

    youdao

  • In arrays, this was very specific, as arrays are strongly typed — an int can only contain ints — and therefore there are no typecasts in the loop.

    数组中,类型非常明确因为类型类型的,int只能包含整数,所以循环没有类型转换

    youdao

  • Much of that data is still stored as Strings with the generated code bindings, but some values can be converted to ints and others to object references.

    对于生成代码绑定而言,许多实际数据仍然作为String存储的,但是一些可以转换int其它值可被转换成对象引用。

    youdao

  • It's an easy matter to expand the phone types from ints to strings, although it will be a bit more work for your service to validate the incoming strings.

    电话类型整数扩展字符串很容易虽然这样将会服务检查输入的数据带来一些工作量。

    youdao

  • The reason I want to point this out to you is, if we go back up to the kinds of data objects we started with, floats, ints, strings, they actually behave the same way.

    大家指出一点原因如果我们一下以前讲过数据类型的种类,浮点数,整数字符串它们实际上相同行为方式

    youdao

  • It just throws the decimal point away and that's because, again, these are ints and the answer intuitively should be a floating point value, but I need to be more specific.

    直接把小数点后面数值丢弃掉了因为,凭直觉,那些型数结果应该浮点数据,但是需要一个更精确的数值。

    youdao

  • After generating the QDML file from a DTD grammar I had to edit the file to define the document root element and add type information for non-String values (a couple of ints, in this case).

    根据DTD文法生成QDML文件之后必须编辑文件定义文档元素非string(这里,是几个int)添加类型信息

    youdao

  • An array of ints is a much better than an array of Integers, but this also generalizes to the fact that two parallel arrays of ints are also a lot more efficient than an array of (int, int) objects.

    int类型数组一个Integer类型的数组要好同样也可以归纳这样个原则,两个int类型的数组要比一个(int, int)对象数组效率要高的

    youdao

  • An array of ints is a much better than an array of Integers, but this also generalizes to the fact that two parallel arrays of ints are also a lot more efficient than an array of (int, int) objects.

    int类型数组一个Integer类型的数组要好同样也可以归纳这样个原则,两个int类型的数组要比一个(int, int)对象数组效率要高的

    youdao

$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定