正在加载图片...
Possible interpretations of a procedure call like P(A[i]) include the following: ca∥- by-value(值传递) Pass the value of Ali Ca∥-by- reference(引用传递 Pass the location of A[i Ca∥-by- value- result(值结果传递) actuals are initially copied into the formals and the formals are eventually copied back thethe actuals Ca∥- by-name(名字传递) Pass the text Ali itself, while avoiding name clashesPossible interpretations of a procedure call like P(A[i]) include the following: – Call-by-value(值传递) Pass the value of A[i]. – Call-by-reference(引用传递) Pass the location of A[i]. – Call-by-value-result(值结果传递) actuals are initially copied into the formals and the formals are eventually copied back the the actuals. – Call-by-name(名字传递) Pass the text A[i] itself, while avoiding ``name clashes
<<向上翻页向下翻页>>
©2008-现在 cucdc.com 高等教育资讯网 版权所有