Let's see if 1 million or 10 million is in the array.
让我们看看100万或者1000万是不是在数组里。
The extra parameter is the index in the array.
这个额外的参数就是数组中的下标。
The line item number is reflected in the array sub-index.
行项目编号反映在阵列子索引中。
The current parameter starts off as the first element in the array.
current参数的初始值是数组内的第一个元素。
A process that is placed earlier in the array has a higher priority.
在数组中,放在前面的进程拥有更高的优先级。
Since the ID Numbers in the array were quoted, those are recognized as strings.
由于数组中的id号都使用了引号,因此那些id号都被识别为字符串。
Each item in the array maps to a prompt that is contained within the report.
数组中的每一项都映射到报告中包含的一个提示。
Start the threads by calling startThreads, passing in the array of descriptors.
通过调用startThreads,传入描述符数组以启动线程。
Since this passed in by reference, this method can change the values in the array.
一旦它通过引用被传递进去,这个方法就能改变数组里的值。
To cache the items array, the objects stored in the array need to conform to NSCoding.
要缓存条目数组,存储在数组中的对象要遵守NSCoding。
When the user enters new vehicle data, you create a new element in the array object.
当用户输入新车辆数据时,您将在数组对象中创建一个新元素。
The script then stores the information in the array named Weekend (I) for further usage.
然后脚本将此信息存储在名为weekend (i)的数组中,以便以后使用。
For each item in the array, create a table row that contains all the relevant information.
对于数组中的每个项目,创建一个包含所有相关信息的表格行。
The priority of a controlled process is determined by its position index in the array.
受控制的进程的优先级是由进程在数组中的位置索引决定的。
Note: Production code should handle requests for attributes that do not exist in the array.
注意:生产代码可以处理对数组内不存在的属性的请求。
It takes a single parameter, a function, and applies the function to each element in the array.
它接受单个参数:一个函数,并将此函数应用于数组内的每个元素。
The array is then iterated through, and a DIV element is created for each item in the array.
随后遍历该数组,为数组中的各项创建一个DIV元素。
Each entry in the array is the name of a topic the client is interested in a subscribing to.
数组中的每一项都是客户机感兴趣订阅的主题名称。
To introduce noise into a pattern, the Hopfield net visits each address in the array of nodes.
为了给一个图案引入噪声,Hopfield要访问节点数组中的每一个地址。
You can now run this function on users.php and check to see if a particular user ID is in the array.
现在可以在users.php 上运行这个函数,检查某个用户ID是否在该数组中。
It doesn't matter what types are in the array — you just choose the right type for your declaration.
实际上,数据中有什么类型并不是问题,您只需为声明选择好正确的类型就可以了。
It takes a function as its parameter and applies the function sequentially to each object in the Array.
它使用一个函数作为它的参数,然后依次将这个函数应用到Array中的每个对象中。
Listing 11 shows how to implement a for-each loop to repeat the same action on every object in the array.
清单11显示如何实现一个for - each循环来在数组中的每个对象上重复同一个动作。
Arrays are typed, and so you know exactly what variable type is going to be needed for each item in the array.
数组被类型化,所以您需要很清楚地知道数组中每个项目的变量类型是什么。
The alignment of the liquid crystals in the array controls the direction in which light is reflected from them.
阵列中液晶的位置控制反射的光线的方向。
The second value in the array, at response[1], is the customer's address and it takes a little more processing.
第二个值response[1],即客户地址,则需要更多一点处理。
One among the ready guards is arbitrarily selected and its index (in the array of guards passed in) is returned.
其中一个就绪的警卫被随机选中,它的索引(在传递进去的警卫数组中)也被返回。
You also need to count the number of elements in the array and use a variable $numstories to contain the result.
您还需要统计数组中的元素个数,并将其保存在变量 $numstories中。
As the readings are passed in as an array, you simply need to divide 1000 by the number of elements in the array.
读取的结果以数组传入时,只需要用数组的元素个数去除以1000即可。
As the readings are passed in as an array, you simply need to divide 1000 by the number of elements in the array.
读取的结果以数组传入时,只需要用数组的元素个数去除以1000即可。
应用推荐