... derating 降低定额值 dereference operator (提领)运算子 dereference operator dereference(提领)运算子 解引用操作符 ...
基于282个网页-相关网页
... dereference operator dereference(提领)运算子 解引用操作符 dereference operator 解参考运算子 dereference 解参考 ...
基于67个网页-相关网页
解引用操作符(dereference operator)和取地址操作符(address-of operator)此处暂不介绍。 但请尤其注意在学习解引用操作符(*)后不要将其与乘法操作符相混淆。
基于16个网页-相关网页
以上来源于: WordNet
Also, the dereference operator, which allows reading and writing to a pointer.
另外还用作取消引用运算符,允许读取和写入指针。
In case you're not up on your STL, recall that for iterators the dereference operator returns the current object, so the line inside the for loop in the preceding snippet is equivalent to.
如果你对STL不熟悉,去看看有关迭代器反引用操作符的内容,它返回当前指向的对象,上面代码段中,for循环里的代码等同于。
应用推荐