•
reference by pointer
英:
美:
常见释义:
指针引用
1、A reference is an application specific pointer to an object that usually lives in a larger context, such as a server or cluster, and is used by multiple parties.───引用是应用程序的特定指针,该指针指向通常存在于更大的上下文(如服务器或集群)中并且供多方使用的对象。
2、The patch optimizes this case by converting the cached reference from a sequence number to a pointer to the highest packet in the queue that has been SACKed in the past.───这个补丁通过把已缓存的引用从一个序列号转换为指向队列中最高的包(过去已经选择性应答)的指针从而对此情况加以优化。
3、When passed by reference, a pointer to a pointer to the type is passed on the stack.───当通过引用传递时,该类型的指针的指针在堆栈上传递。
1、instruction pointer───指令指标;【计】 指令指针,指令指示字
2、star pointer───星形指针
3、laser pointer───激光教鞭,激光棒;雷射指示器;激光指挥棒
4、by reference───【计】 传地址;通过引用
5、stack pointer───【计】栈指针;栈指示器;【计】堆栈指示字;栈指示器; 堆栈指示器; 堆栈指示字; 堆栈指针
6、reference───vt.引用;vi.引用;n.参考,参照;涉及,提及;参考书目;介绍信;证明书
7、pointer brand───指针品牌
8、pointer───n.指针;指示器;教鞭;暗示
9、pointer dog───指针狗
结语:
c语言中有引用这个概念吗,引用(reference)是c++对c语言的重要扩充。引用引入了对象的一个同义词。定义引用的表示方法与定义指针相似,只是用&;代替了*,例如: Point pt1(10,10)。 Point &;pt2=pt1; 引用(reference)是c++对c语言的重要扩充。引用引入了对象的一个同义词。定义引用的表示方法与定义指针相似,只是用&;代替了*,例如: Point pt1(10,10)。