数组下标无效,因为它不在允许的范围内。
An array subscript is not valid because it falls outside the allowable range.
规范不以任何方式、形态或形式指定数组下标编排方法。
The specification does not specify array indexing in any way, shape, or form.
某些语言的数组下标从0开始,而其它的则是从1开始。
本文提出了一个静态检测数组下标超界的方法。
In this paper, a static method is presented, which can detect the phenomena of array subscripts crossing over bounds.
通过数组下标所能完成的任何操作都可以通过指针来实现。
Any operation that can be achieved by array subscripting can also be done with Pointers.
在被调用函数中,可以通过数组下标访问或修改数组元素的值。
By subscripting this value, the function can access and alter any argument of the array.
这样,当发生冲突时,新的数据项直接接到这个数组下标所指的链表中。
Then when a collision occurs, the new item is simply inserted in the list at that index.
创建完后,可以以对象的方式或使用数组下标索引的方式引用数组中的元素。
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).
大多数情况下,这种情况不会发生,哈希函数需要把较大的关键字值范围压缩成较小的数组下标的范围。
In most cases neither of these situations exist, and the hash function will need to compress a larger range of keys into a smaller range of index Numbers.
PCC的数组边界检查存在着由于无法确定数组下标表达式符号值的范围,而造成拒绝执行一些安全的移动代码等问题。
Some of the safe mobile codes may be rejected to execute, since there is no way to verify statically that the symbol range value of an array subscript expression in PCC.
这个额外的参数就是数组中的下标。
调用程序使用已知下标从数组中选择所需的值。
The calling program can then pick and choose values from the array as required using known subscripts.
或者,通过使用一个“下标数组”,您可以对具有特定下标的元素有选择地进行操作。
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.
这个小的范围对应着数组的下标。
This smaller range corresponds to the index Numbers in an 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.
文中详细给出了维分布数组的下标地址计算公式,分布数组的内情向量结构以及分布数组映射函数算法,并对有关编译实现技术进行了探讨。
The formula of subscript address calculation for distributed array, the structure of the internal information vector, and the algorithm of mapping function of distributed array are given.
本文通过对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.
避免在循环中使用下标数组或散列。
要保存的值可以是数值或字符串,每个值有其唯一的下标,并且按顺序存放在数组变量中。
The values can be Numbers or strings. A key or subscript value is automatically assigned, and the values are kept in the order entered.
和数组一样,它所包含的成员可以使用整型下标访问。
Like an array, it contains components that can be accessed using an integer index.
使用每个维度的下标数组来设置数组元素。
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.
请输入数组的下标,即数组的个数。
System. out. println("Input the number of array elements! ");
请输入数组的下标,即数组的个数。
System. out. println("Input the number of array elements! ");
应用推荐