请输入您要查询的英文单词:

 

单词 pass by reference
释义
pass by reference
  • 简明释义
  • 按引用传递:指在函数调用时,将实际参数的引用传递给函数,函数内部对参数的修改会影响到原始数据。
  • 网络释义
  • 1

    ?传址

    2.13.2 传址(Pass by Reference):ref参数 2.13.3 传址(Pass by Reference):out参数

  • 2

    ?按引用传递

    C++函数参数可以 按值传递 ( pass by value ),也可以按引用传递(pass by reference). 引用(reference)是C++中很重要的一个概念,与之紧密相关的指针则是C++深入学习的重头戏.

  • 3

    ?传地址

    ... pass by address 传址(函式引数的传递方式)(非正式用语) 传地址 pass by reference 传地址、按引用传递 pass by reference 传址(函式引数的一种传递方式) 传地址、按引用传递 ...

  • 4

    ?引用传递

    引用传递(pass by reference)的定义非常复杂,百度百科的解释是这样的:可以将一个变量通过引用传递给函数,这样该函数就可以修改其参数的值,而引用的解释就是...

短语
  • 双语例句
  • 1
    By enabling pass by reference, the parameters of the method are not copied to the stack with every remote call, which can be expensive.
    通过引用传递,方法的参数没有被复制到每个远程调用的堆栈中,而这个复制过程可能是代价高的。
  • 2
    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.
    参数按值传递的话,任何对该参数的修改都不会反射到调用这个方法的程序,使用按引用传递参数的人可能对这一点搞到困惑。
  • 3
    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 通过引用传递选项才能够带来收益。
随便看

 

英汉双解词典包含3185865条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。

 

Copyright © 2004-2022 Newdu.com All Rights Reserved
更新时间:2025/1/11 1:39:15