单词查询

subscripting

释义

网络释义: 下标;加下标;下标访问;

例句

Also like in C++ most built-in operators with special syntax (arithmetic operators subscripting etc. ) can be redefined for class instances.
同样,与C++一样,所有的内建操作符都已用特殊的语法(算数运算符、下标符等等)进行重新定义。
Our word-counting programs relied on the fact that subscripting a nonexistent element inserts that element and initializes the value to 0.
我们的单词统计程序的确是要通过下标引用一个不存在的元素来实现新元素的插入,并将其关联的值初始化为0。
By subscripting this value, the function can access and alter any argument of the array.
在被调用函数中,可以通过数组下标访问或修改数组元素的值。
When we subscript an array, we are really subscripting a pointer to an element in that array.
在使用下标访问数组时,实际上是对指向数组元素的指针做下标操作。