青年中文青年中文

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.