The filter expression will result in a sequence of integers where each is less than 1,000 and divisible by 3 or 5.
该筛选表达式将产生一个整数序列,其中每个整数都小于1000且能被3或5整除。
However, what will be most useful to turn this into a sequence of integers.
不过,将其转换为一个整数序列将十分有用。
The first is a single integer, and the other is an unbounded sequence of integers.
第一个是单个整数,而另一个是一个无限制的整数序列。
Using this with the map function, we get a sequence of integers, just as we wanted.
联合使用它与map函数,我们就能如愿地得到一个整数序列。
The first method creates a tuple that contains the sequence of integers from 0 to 9.
第一种方法是创建一个包含从0到9整数序列的tuple。
If you evaluate [1, 2, 3], you get a list object whose value is a sequence of integers.
如果你计算[1,2,3],你得到一个列表对象,整个列表对象的整个值是一个整数序列。
This object is an immutable sequence of integers between 0 and 127, or ASCII-only characters.
此对象是0到127的不可修改的整数序列或纯粹的ASCII字符。
Given a sequence of integers, return the length of the longest subsequence that is a wiggle sequence.
给定一个整数序列,返回其最长摆动子序列的长度。
The last structure that I have to author in the req-body field is the etype field, which is a sequence of INTEGERs.
在 req-body字段中,还必须生成的最后一个结构是etype字段,这是一个INTEGER序列。
A sequence of integers can be treated as a sequence of objects, by boxing every integer as it comes out of the sequence.
通过装箱,我们可以把一个整数序列当做一个object的序列来对待。
So the filter expression will result in a sequence of integers where each is less than 1,000 and divisible by 3 or 5.
因此,这个过滤器表达式的结果是一个整数序列,其中每个整数都小于1,000且能被3或5整除。
Now we have a sequence of integers, where the first element is the product of elements 1-5, the second element is the product of elements 2-6, etc.
现在,我们就得到了一个整数序列,其中的第一个元素是元素1 - 5的乘积,第二个元素是元素2 - 6的乘积,以此类推。
XPath 2.0 introduces the concept of a sequence, which is an ordered list of zero or more values - nodes, integers, strings, and so on.
XPath 2.0引入了序列的概念,序列是一种有序列表,可以包含零个或多个值—节点、整数、字符串等等。
Each subsequent line (except potentially the last) contains 20 integers representing the sequence of notes.
下面的每一行(最后一行可能除外)包含20个整数,表示音符序列。
Given an unsorted array of integers, find the length of the longest consecutive elements sequence.
题意在线性的时间内找到集合中元素组成的最长的连续序列。
Given an unsorted array of integers, find the length of the longest consecutive elements sequence.
求一个未排序数组中,出现的长度最长的连续子序列长度。
Given an unsorted array of integers, find the length of the longest consecutive elements sequence.
求一个未排序数组中,出现的长度最长的连续子序列长度。
应用推荐