-
让我们看看100万或者1000万是不是在数组里。
Let's see if 1 million or 10 million is in the array.
youdao
-
在捕捉数组中的结果之后,您可以对每行进行一些处理。
After you capture the results in an array, you can do something with each line.
youdao
-
首先建立一个数组以保存角色信息。
Start with an array to hold the character information.
youdao
-
这个额外的参数就是数组中的下标。
The extra parameter is the index in the array.
youdao
-
设置一个基本数组以保存选择范围。
Set a base array to hold the pick range.
youdao
-
它对值进行转储以便作为数组显示。
It dumps the value for display as an array.
youdao
-
地址是它在权重数组中的位置。
The address is its location in the weight array.
youdao
-
最后一个特性是灵活的数组成员。
One last feature to mention is flexible array members.
youdao
-
那你如何找到数组中最小值呢?
Find the minimum element in an array?
youdao
-
数组是一种数据结构,而不是类。
An array is a data structure, not a class.
youdao
-
如果数组为空,则没有发现匹配项。
If the array is empty, then no matches were found.
youdao
-
假设你要查找数组中的最小元素。
Suppose you want to find the smallest element in an array.
youdao
-
在处理数据集合时您应该使用数组。
You should use an array when dealing with a collection of data.
youdao
-
对于饼图,数组之和是整个饼。
For pie charts, the sum of the array is your whole pie.
youdao
-
假定您需要返回任务对象数组。
Pretend that you need to return an array of task objects.
youdao
-
在数组中,元素出现的顺序很重要。
In an array, the order in which the elements appear is important.
youdao
-
最后,它向调用者返回这个结果数组。
Finally, it returns this result array to the caller.
youdao
-
然而,数组和散列更为复杂。
Arrays and hashes, however, are more complex.
youdao
-
在这种情况下,它是三个对象的数组。
In this case, it's an array of three objects.
youdao
-
但是这行不通,因为我们有多个数组。
But that won't work because we have multiple arrays.
youdao
-
数组为空的情况也作了考虑。
The case of one or both arrays being null is also handled.
youdao
-
接下来将创建一个空数组。
Next, an empty array is created.
youdao
-
然而,这些空间通常可以用于本地数组。
However, this space is often used for local arrays.
youdao
-
极其常见的缓冲区种类是简单的字符数组。
An extremely common kind of buffer is simply an array of characters.
youdao
-
其次,设置发件人地址和收件人地址数组。
Next, the From address and an array of To addresses are set.
youdao
-
数组括号紧接参数名之后,而非类型之后。
The array brackets come after the argument name instead of after the type.
youdao
-
有关更多信息,请参见第2部分的使用数组。
For more information, see Working with arrays in Part 2.
youdao
-
数据数组有时只是一系列数据。
The data array sometimes is just an array of data.
youdao
-
第二个数组是一个整数类型的数组。
The second array is of type int.
youdao
-
第二个数组是一个整数类型的数组。
The second array is of type int.
youdao