该筛选表达式将产生一个整数序列,其中每个整数都小于1000且能被3或5整除。
The filter expression will result in a sequence of integers where each is less than 1,000 and divisible by 3 or 5.
两个有符号整数相加的结果是一个有符号的整数。
第一个是单个整数,而另一个是一个无限制的整数序列。
The first is a single integer, and the other is an unbounded sequence of integers.
这意味着整数在不同大小转换时表现出巨大的性能差异——对每一个整数的处理都有一些影响。
This suddenly means that you have quite different performance for integers crossing certain barrier - and bit worse performance for every integer out there.
整数和大多数整数操作与其他语言相同。
Integers, and most integer operations, are the same as in other languages.
对输入的整数求平方根,遍历所有小于或等于平方根的整数。
It loops through all of the integers that are less than or equal to the square root of the input integer.
普通数组的元素用整数作为索引,而关联数组的元素用名称作为索引,而不是整数。
The elements of ordinary arrays are indexed by integers, whereas the elements of associative arrays are indexed by names instead of Numbers.
对于不能将字符串转换为整数的情况,将在目标字段中使用一个用户指定的默认整数。
In cases where the string cannot be converted to an integer, a user-specified default int is placed in the target field.
于是我们使用strtotime函数将其转化成整数,然后使用strftime格式化该整数,以便于表示。
So we use the strtotime function to convert this to an integer, and then strftime to format it for presentation.
用普通方法实现这种操作所需要的时间是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).
例如,给定两个整数,你可以将它们相乘,也可以用一个整数除以另一个。
For example, given two integers, you might multiply them together or divide one by another.
也就是说,在这个进程的输出通道上有整数可用之前,第一个输出是预先配置的整数。
That is, the first output from this process, before any integer is available on its input channel, is the configured integer itself.
如果该整数可以除输入整数,则不仅要加上该整数而且要加上除以计数整数的输入整数,并将它们添加到一个列表中。
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.
因此,如果文本匹配了整个模式,第一组括号将生成表示一个正整数或负整数的的字符串,例如+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.
如果组件期望的是有符号整数,就请确保将您的数据先转换成有符号整数再进行检查。
If the component expects signed integers, make sure that you convert your data to signed integers and then check.
每一对中的第一个整数表示匹配的开始;第二个整数表示匹配结束。
The first integer in any pair is the start of the match; the second integer is the end of the match.
优化解决方案仍然是整数点(2,0),不过现在可行域中有更多整数点了。
The optimal solution would still be the integer point (2, 0), though more integer points are feasible now.
比如说,您想要发送一个整数:您可以肯定,接收者将使用同样的方式来解释该整数吗?
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?
节点2将自己的整数发送给节点1,节点4将自己的整数发送给节点3。
Node 2 sends its integer to node 1, and node 4 sends its integer to node 3.
如果一个操作数是无符号整数,另外一个操作数是有符号整数,那么表达式的结果就是无符号整数。
If one of the operands is unsigned and the other is a signed int, the expression becomes an unsigned.
例如,某个特定服务可能将客户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.
您还可以编写代码,用一个正整数的因子来确定它是否为素数(定义为大于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).
EXI引入了数据类型,比如二进制、布尔值、小数、浮点数、整数、无符号整数,以及日期-时间。
EXI introduces data types such as Binary, Boolean, Decimal, Float, Integer, Unsigned Integer, and Date-Time.
具体地说,复数无法与其他数字进行比较了,包括其他复数以及整数、浮点数和长整数。
Specifically, complex Numbers became incomparable to other Numbers, including both other complex Numbers and ints, floats, and longs.
一个整数文字,后面跟一个加号,再跟另一个整数文字。
An integer literal, followed by a plus sign, followed by another integer literal.
begin和end属性要么是静态整数值,要么是可以得出整数值的表达式。
The begin and end attributes should be either static integer values or expressions evaluating to integer values.
表示想要的对象在序列中的索引的整数(或计算出整数的表达式)。
An integer (or an expression that evaluates to an integer) that represents the index of the desired object in the series.
让我们来看一个在 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.
PlusInt在两个输入流中都接受整数,把整数加在一起,然后把结果输出到输出流。
PlusInt takes in integers on its two input streams, adds them together, and outputs the result to its output stream.
所以在顶部,我像之前那样对同样的东西进行编码:,“给我一个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.
应用推荐