integers

英 [ˈɪntɪdʒəz] 美 [ˈɪntədʒərz]

n.  整数
integer的复数



柯林斯词典

  1. 整数
    In mathematics, an integer is an exact whole number such as 1, 7, or 24 as opposed to a number with fractions or decimals.

    双语例句

    1. Integers, and most integer operations, are the same as in other languages.
      整数和大多数整数操作与其他语言相同。
    2. Erlang supports basic data types such as integers, floats and more complex structures, like tuples and lists.
      Erlang支持基本数据类型(比如整数和浮点数)和更复杂的结构(比如元组和列表)。
    3. This example first demonstrates the range method, which creates a new list that contains a series of integers.
      本例首先演示了range方法,它创建一个包含一系列整数的新list。
    4. Supported variables include integers, floating point numbers, strings, arrays, and objects.
      支持的变量包括整型、浮点型的数字、字符串、数组和对象。
    5. What about all the integers used in our dict and tuple objects?
      在我们的dict和tuple对象中用到的所有的整数是怎么处理的呢?
    6. Using this with the map function, we get a sequence of integers, just as we wanted.
      联合使用它与map函数,我们就能如愿地得到一个整数序列。
    7. The order number and quantity will have an int type because they will contain only integers.
      订单号和数量将为int类型,因为其中将仅包含整数。
    8. Datatype properties, which relate individuals to datatype values, such as integers, floats, and strings.
      数据类型属性,将个体与其他数据类型关联在一起,例如整型、浮点型和字符串。
    9. The first is a single integer, and the other is an unbounded sequence of integers.
      第一个是单个整数,而另一个是一个无限制的整数序列。
    10. That is, it's an unordered container, indexed by strings rather than integers.
      也就是说,这是一个无序容器,按字符串而不是整数来进行索引。
    11. Instead, all the information in the tree is represented as arrays of integers.
      事实上,树中的所有信息以整数数组表示。
    12. Let's say one node has a set of N integers to add.
      让我们假设一个节点要对一组N个整数进行求和运算。
    13. Luckily, there are APIs in the Java language for going back and forth between strings and integers.
      所幸的是,在Java语言中,已经有了一些API,可用来在字符串和整数之间来回转换。
    14. But JCR also supports other types, including booleans, dates, and long integers.
      但是JCR还支持其他类型,包括布尔型和长整型。
    15. Invalid multiplicity specified. Multiplicity values are comma separated ranges of integers.
      指定的多重性无效。多重性值是由逗号分隔的整数范围。
    16. Probably should be integers, right?
      可能应该是整数吧,对不对?
    17. While enumerations are stored as integers by default, you can specify the integral base type to use.
      尽管默认情况下枚举被存储为整数,但您可以指定要使用的整型基类型。
    18. It is possible to add two integers, or an integer and a floating point number, and even an integer and a complex number.
      可以把两个整型相加,或者一个整型和一个浮点型,又或者一个整型和一个复数。
    19. The coding convention document suggests using int for integers, even if they can't be negative.
      编码约定文档建议对整数使用使用int,即使它们并不能取负值。
    20. On the prime powers in sums of squares of three consecutive positive integers;
      证明了连续正整数的立方和为素数或素数方幂仅有惟一解。
    21. The sum of two consecutive integers is29.
      两个连续整数之和是29。
    22. How many four-digit positive integers have their product of digits even?
      数字之积为偶数的四位正整数共有多少个?
    23. The main operations of elliptic curve cryptosystem are scalar multiplication and multi-scalar multiplication for a pair of integers.
      椭圆曲线密码体制最主要的运算就是椭圆曲线上的标量乘和多标量乘,在各种密码协议中起到了核心作用。
    24. An integer that can be divided without remainder into the difference between two other integers.
      能被其它的两个整数之差整除的整数。三除二得不到整数商。
    25. If we consider the integers with ordinary multiplication we have closure, associativity, and identity element.
      如果我们考虑整数集且用通常的乘法,我们有封闭性,可结合性,和一个单位元。
    26. The field descriptors allow integers and decimal number to be read and written.
      字域说明符允许把整数和十进制数读入和打印出来。
    27. You can perform this operation on signed integers.
      可以对有符号整数执行此操作。
    28. As you see here, some of the elements are strings and some of the elements are integers.
      你也看到了,这儿的一些元素,是字符串一些元素是integer类型。
    29. For each integer N in the input file print two integers separated by a space.
      对应于输入的每个整数N,都要输出两个整数,由空格隔开。