网站首页
词典首页
请输入您要查询的英文单词:
单词
pass-by-reference
释义
pass-by-reference
网络
引用传递;按引用传递;传引用
网络释义
1.
引用传递
引用传递
(
pass-by-reference
)过程中,被调函数的形式参数虽然也作为局部变量在堆栈中开辟了内存空间,但是这时存放的是由 …
xiguyang.blog.163.com
2.
按引用传递
引用经常用于“
按引用传递
(
pass-by-reference
)”: void swap(int& i, int& j) { int tmp = i; i = j; j = tmp; } int main() ...
www.cppblog.com
3.
传引用
...单一的一次复制就耗去很多系统资源,为了解决该问题,
传引用
(
pass-by-reference
)是一个很好的方法,如果想近一步避免 …
forrestxie.blog.sohu.com
4.
来传递参考
* 传递参数是以值传递(Pass-by-value),也可以透过指针
来传递参考
(
Pass-by-reference
)。* 不同的变量类型可以用结构(…
wenwen.soso.com
5.
传址调用
当将对象作为参数传递给方法时,应用的机制称为
传址调用
(
pass-by-reference
),因为是将变量中所含引用的一份副本传递给方 …
book.51cto.com
6.
比用引用传递
C(C part of C ):按照C的高效编程方式就行了,比如对于内置类型来说用值传递(pass by value)
比用引用传递
(
pass-b
…
www.yifeiyang.net
更多释义
收起释义
例句
释义:
引用传递,按引用传递,传引用
随便看
stratification
stratification after selection
stratificational
stratificational grammar
stratificationalgrammar
stratificationalist
stratification coefficient
stratification curve
stratification index
stratification line
stratification of atmosphere
stratification of landscapes
stratification of water mass
stratification of wind
stratification phenomenon
stratification plane
stratifications
stratification sampling
stratification structure
stratified
stratified alluvium
stratified amacrine cell
stratified analysis
stratified atmosphere
stratified bed
英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。
Copyright © 2004-2022 Newdu.com All Rights Reserved
更新时间:2025/8/19 1:13:13