dereference
常见例句
- Detector: Null pointer dereference and redundant comparisons to null
檢測器:Null 指針對 null 的解引用(dereference)和冗餘比較 - You can use a URN to talk about a resource without implying its location or how to dereference it.
可以用 URN 表示資源,而不用指明資源的位置或者如何取消對它的引用。 - Equally clearly, int or double may not: find uses the expression *first, and the dereference operator makes no sense for an object of type int or of type double.
同樣的,或者不是int 和double:find使用表達式 *first,這個廢棄的操作使int對象或者double對象沒有意義。 - x >> Okay. I'll dereference the pointer x 42 to store the number 42 into its pointee.
>,好的,我廢除這個指針,在指針數據中存儲數字。
哈彿公開課 - 計算機科學課程節選 - So, doing a dereference on x follows the arrow to access its pointee.
那麽,解除對應x的指針數據的,索引箭頭。
哈彿公開課 - 計算機科學課程節選 返回 dereference