本文通过对FORTRAN DO循环中数组元素下标式的函数性态的分析研究,给出了一种新的向量化算法——这种算法作者称为“相关函数法”。
By studying the functional properties of index expressions of array elements in FORTRAN DO-loops, a new algorithm, called the associative function algorithm, is developed.
或者,通过使用一个“下标数组”,您可以对具有特定下标的元素有选择地进行操作。
Or you can operate selectively only on elements with certain indices, by using an "index array".
对嵌套表达式求值的结果将被作为下标或键,用来检索集合或数组的适当元素。
The result of evaluating the nested expression will serve as the index or key for retrieving the appropriate element of the collection or array.
可以通过为数组的每一维提供“索引”或“下标”来指定数组元素。
You specify an element of an array by supplying an index or subscript for each of its dimensions.
在使用下标访问数组时,实际上是对指向数组元素的指针做下标操作。
When we subscript an array, we are really subscripting a pointer to an element in that array.
在被调用函数中,可以通过数组下标访问或修改数组元素的值。
By subscripting this value, the function can access and alter any argument of the array.
使用每个维度的下标数组来设置数组元素。
Sets the array element by using an array of subscripts for each dimension.
使用每个维度的下标数组来获取数组元素。
Gets the array element by using an array of subscripts for each dimension.
使用每个维度的下标数组来获取数组元素。
Gets the array element using an array of subscripts for each dimension.
创建完后,可以以对象的方式或使用数组下标索引的方式引用数组中的元素。
Once established, you can reference elements in the array using the object's methods, or using standard array index syntax (that is, using bracket notation).
创建完后,可以以对象的方式或使用数组下标索引的方式引用数组中的元素。
Once established, you can reference elements in the array using the object's methods, or using standard array index syntax (that is, using bracket notation).
应用推荐