首页 / 词典 / good

ints

  • abbr.整数;密度;强度;强的;强烈的;国家综合电信系统(Integrated National Telecommunications System)
intsints
  1. INTS Test System Without Test Paper and Floppy Disk

    无纸无盘片化的INTS考核系统

  2. Equations of Motion of Thermal Density Current and Calculation of Ints Interface

    温差异重流运动方程与交界面的计算

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

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

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

    当实际使用数据时,int远比String更便利和有效。

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

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

  6. If you multiply two ints that are big enough , you 'll overflow the result .

    如果对两个足够大的int值执行乘法运算,结果值就会溢出。

  7. An internet-and-Network based Test System ( INTS ) without lost paper and floppy disk is introduced here .

    介绍了一个基于Internet和局域网的无纸无盘片化的计算机考试系统。

  8. It is not guaranteed to work if pointers are larger than ints .

    如果指针比int类型所占用的位数多,这就不能保证可以工作。

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

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

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

    为允许内存访问,它为int、char和byte提供了put和set方法。

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

    所以,我应该把这个盒子画成4倍大,因为一般int型是char型的4倍大小?

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

    在int具有意义的地方使用int,但是不要被int与Number的性能问题所煎熬。

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

    另外注意,不能作为预期参数传递任何String、int和数组。

  14. James Lowden 's proposal allows longs to be used as array indices in place of32-bit ints .

    JamesLowden提案将长整型作为数组索引以代替32位的整型。

  15. This says that k has type array of ints , temperatures has type array of doubles , and names has type array of Strings .

    上面的代码表示k的类型是int数组,temperatures的类型是double数组,names的类型是String数组。

  16. Specifically , complex numbers became incomparable to other numbers , including both other complex numbers and ints , floats , and longs .

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

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

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

  18. Author discusses the problem of development of Chinese supervision enterprise acceding to WTO , and po - ints out that challenging will accompany opportunity in the condition .

    本文作者对入世后监理企业如何生存和发展等许多问题做了详细论述,并指出了WTO的到来,挑战与机遇都将结伴而至。

  19. 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,而其它值可被转换成对象引用。

  20. Indeed , when working with integers , floats and doubles can have decidedly worse accuracy than ints and longs .

    相反,浮点数和双精度数处理整数时获得的精度远比整型数和长型数差。

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

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

  22. 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 .

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

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

    要在内核和用户空间移动一些简单类型(例如int或long类型),可以使用getuser和putuser轻松地实现。

  24. So at the end of the day we 're not gonna get out of this need to compare , at least in this context of cups that have weights or ints that have values .

    最终我们也无法改变要进行比较的需要,至少在有重量的杯子或者,整数的情况下是这样的。

  25. More interesting examples follow , including : methods whose names are operators , forcing Ints to behave as values , the = = operato , instance locking , and array covariance .

    更有趣的例子包括:以操作符命名的方法、==操作符、实例锁定和数组协变等等。

  26. 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 .

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

  27. 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[]只能包含整数,所以在循环中没有类型转换。

  28. 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 .

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

  29. And if it sees S-W-A-P , open parentheses , close parentheses , and it hopefully sees two ints inside of it , that 's all it needs to do in order to finish compiling your code .

    如果它看到了SWAP,左圆括号,右圆括号,它可能载里面看到两个int数,那是它所需要做的,用来完成代码的编译。

  30. The oceans are proved to be a source for atomospheric methane , while in different sea area , the concentration of methane dissolved in seawater and the methane flux injected ints the atmosphere from the ocean surface vary greatly .

    对西太平洋上层海水溶解甲烷浓度的研究结果表明,该海域海水甲烷相对于大气甲烷是强烈过饱和的。