pass by reference信息详情

pass by reference发音

意思翻译

按引用传递

相似词语短语

by reference───[计] 传地址;通过引用

pass by───经过; 过去; 疏忽; 以…为人所知;经过;走过;逝去

by-pass deli───旁路熟食店

by-pass golf───旁路高尔夫

pass me by───经过我;从我身边溜走

by-pass homes───旁路住宅

reference───vt.引用;vi.引用;n.参考,参照;涉及,提及;参考书目;介绍信;证明书

by-pass auto───旁路自动

by-pass liver───旁路肝

双语使用场景

pass by value, any change to the parameter is not reflected in the calling routine. Those who have used pass by reference will probably find this confusing.───参数按值传递的话,任何对该参数的修改都不会反射到调用这个方法的程序,使用按引用传递参数的人可能对这一点搞到困惑。

The ORB pass by reference option will only provide a benefit when the EJB client (that is, servlet) and invoked EJB module are located within the same classloader.───仅当 EJB 客户机(即 servlet)和所调用的 EJB 模块位于相同的类加载器中时,ORB 通过引用传递选项才能够带来收益。

By enabling pass by reference, the parameters of the method are not copied to the stack with every remote call, which can be expensive.───通过引用传递,方法的参数没有被复制到每个远程调用的堆栈中,而这个复制过程可能是代价高的。

If you're familiar with object-oriented programming, including a link to the content is similar to using "pass by reference" for a variable.───如果您熟悉面向对象的编程,那么包含一个对内容的链接与为变量使用“通过引用传递(passbyreference)”很类似。

By contrast, a pass-by- reference parameter is implemented by passing the memory address of the caller's argument to the called function.───比较值传递,引用传递的参数是指传递调用者实参的内存地址给被调用的函数。

However, you must be aware that these alternatives change the semantics of the interaction from pass-by-value to pass-by-reference.───然而,您必须注意到这些可供选择的方案会将交互方法从按值传递(pass-by-value)改变为按引用传递(pass-by-reference)。

The following snippet shows Java component implementation that implements a remote service and allows pass by reference───以下代码片段显示了实现远程服务并允许通过引用传递的Java组件实现。

Pass-by-reference semantics is maintained across multiple distributed nodes───在多个分布式节点间保持了Pass-by-reference语义。

英语使用场景

What are pass by reference and pass by value?

The Object Request Broker (ORB) pass by reference option determines if pass by reference or pass by value semantics should be used when handling parameter objects involved in an EJB request.

With pass by value, any change to the parameter is not reflected in the calling routine. Those who have used pass by reference will probably find this confusing.