• 筛选表达式产生一个整数序列其中每个整数小于1000能被35整除。

    The filter expression will result in a sequence of integers where each is less than 1,000 and divisible by 3 or 5.

    youdao

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

    Addition of two signed ints results in a signed int.

    youdao

  • 第一单个整数一个是一个无限制整数序列

    The first is a single integer, and the other is an unbounded sequence of integers.

    youdao

  • 意味着整数不同大小转换时表现巨大的性能差异——一个整数的处理都一些影响。

    This suddenly means that you have quite different performance for integers crossing certain barrier - and bit worse performance for every integer out there.

    youdao

  • 整数大多数整数操作其他语言相同

    Integers, and most integer operations, are the same as in other languages.

    youdao

  • 对输入整数平方根所有小于等于平方根的整数

    It loops through all of the integers that are less than or equal to the square root of the input integer.

    youdao

  • 普通数组元素整数作为索引关联数组的元素用名称作为索引,而不是整数

    The elements of ordinary arrays are indexed by integers, whereas the elements of associative arrays are indexed by names instead of Numbers.

    youdao

  • 对于不能字符串转换整数情况目标字段中使用一个用户指定的默认整数

    In cases where the string cannot be converted to an integer, a user-specified default int is placed in the target field.

    youdao

  • 于是我们使用strtotime函数其转化成整数然后使用strftime格式化整数,以便于表示

    So we use the strtotime function to convert this to an integer, and then strftime to format it for presentation.

    youdao

  • 普通方法实现这种操作所需要时间O (N)(如果100个整数进行求和需要1ms那么对200个整数进行求和需要2 ms,依此类推)。

    The time to do this in the regular way scales as o (n) (if it takes 1ms to add 100 integers, it takes roughly 2ms to add 200 integers, and so on).

    youdao

  • 例如给定两个整数可以它们相乘可以整数除以另一个。

    For example, given two integers, you might multiply them together or divide one by another.

    youdao

  • 也就是说,在这个进程输出通道整数可用之前第一个输出预先配置整数

    That is, the first output from this process, before any integer is available on its input channel, is the configured integer itself.

    youdao

  • 如果整数可以输入整数,则不仅加上整数而且要加上除以计数整数输入整数它们添加一个列表中

    If that integer divides the input integer, it adds not only that integer but the input integer divided by the counter-integer, and adds them to a list.

    youdao

  • 因此如果文本匹配整个模式第一括号生成表示一个整数整数的的字符串例如+49

    Hence, if text matched the entire pattern, the first set of parentheses would yield a string representing a positive or negative integer, such as + 49.

    youdao

  • 如果组件期望的是符号整数就请确保将数据转换成有符号整数再进行检查。

    If the component expects signed integers, make sure that you convert your data to signed integers and then check.

    youdao

  • 一对中的第一整数表示匹配开始第二整数表示匹配结束

    The first integer in any pair is the start of the match; the second integer is the end of the match.

    youdao

  • 优化解决方案仍然整数(2,0),不过现在可行域中有更多整数点了。

    The optimal solution would still be the integer point (2, 0), though more integer points are feasible now.

    youdao

  • 比如说发送一个整数:您可以肯定,接收者使用同样方式解释整数吗?

    Let's say you want to send an integer through a socket: can you be certain that the receiver will interpret the integer in the same way?

    youdao

  • 节点2自己整数发送给节点1,节点4将自己的整数发送给节点3

    Node 2 sends its integer to node 1, and node 4 sends its integer to node 3.

    youdao

  • 如果操作符号整数另外一个操作数是有符号整数,那么表达式的结果就是无符号整数

    If one of the operands is unsigned and the other is a signed int, the expression becomes an unsigned.

    youdao

  • 例如某个特定服务可能客户id成为目标服务期望ID为组合使用字符整数格式。

    For example, a particular service might generate the customer ID as integer values, but the target service expects the ID in a different format using a combination of characters and integers.

    youdao

  • 可以编写代码一个整数因子确定是否为素数(定义大于1整数数字仅有的因子为1本身)。

    You could also write code that USES a positive integer's factors to determine if it is a prime number (defined as an integer greater than 1 whose only factors are 1 and the number itself).

    youdao

  • EXI引入了数据类型比如二进制布尔值小数浮点数整数无符号整数以及日期-时间

    EXI introduces data types such as Binary, Boolean, Decimal, Float, Integer, Unsigned Integer, and Date-Time.

    youdao

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

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

    youdao

  • 整数文字后面加号,再跟另一个整数文字。

    An integer literal, followed by a plus sign, followed by another integer literal.

    youdao

  • beginend属性要么是静态,要么是可以得出整数值的表达式

    The begin and end attributes should be either static integer values or expressions evaluating to integer values.

    youdao

  • 表示对象序列中的索引整数(计算整数表达式)。

    An integer (or an expression that evaluates to an integer) that represents the index of the desired object in the series.

    youdao

  • 我们来看 4 个节点集群上执行程序例子每个节点内存整数,程序目的 4 个整数求和。

    Let's say a program is executing in a cluster with four nodes, each node has an integer in its memory, and the aim is to add these four numbers.

    youdao

  • PlusInt两个输入中都接受整数,把整数在一起,然后把结果输出输出

    PlusInt takes in integers on its two input streams, adds them together, and outputs the result to its output stream.

    youdao

  • 所以顶部之前那样对同样东西进行编码:,“个1到10整数“,或者,“给我一个1到10的整数“,这次有点不同

    So at the very top, I've coded up the same thing as before: "Give me an integer between one and ten," or rather, -- "give me an integer between one and ten" -- a little different this time.

    youdao

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

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

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