- 1009
- 0
- 约5.31千字
- 约 7页
- 2017-08-02 发布于河南
- 举报
形式参数和实在参数(Formal parameter and actual parameter)
Three, formal parameters and actual parameters
Formal arguments: values, formal arguments, variables, formal arguments. When the function or process is defined, the parameter is the formal parameter.
True argument: the arguments to function or procedure call are real arguments.
1, value formal parameter
The function of a value parameter to receive data from the arguments corresponding to its location and to transmit data to the process or function that is in it.
When a procedure or function is called, the system opens up a temporary storage unit for each value parameter, and assigns the value of the actual parameter to the formal parameter at the corresponding location, in the order from left to right.
It should be emphasized that..:
Type names can only be used in the parameter list and cannot be used in type.
The value parameter and the corresponding argument must correspond to one another, including numbers and types.
The data transfer between the argument and the value parameter is one-way, and can only be passed from the argument to the parameter.
A special case is that when the task parameter is a real variable name, the corresponding argument can be an integer expression.
A value parameter is used as a local quantity of a subroutine, and when the control (execution) returns the program, the memory unit of the value parameter is released.
2, variables, formal parameters
You must add VAR to the name of the parameter name.
The role of a variable parameter: a variable parameter can return the value generated during a subroutine call to the program that calls it, and then there are two possibilities:
To determine the value of the argument has been receiving data from the corresponding argument variable parameter, the processing after the subroutine the value after the return to the main program, thus changing the argument value.
In the calling procedure or function, the arguments do not determine the value of variabl
您可能关注的文档
- 【辩题】对高职学生来说,打工对学业有利([BianTi] for higher vocational students, working on academic advantage).doc
- 【笔记本电脑品质好坏散热是关键】_笔记本([quality is the key of notebook computer radiating] _ notebook).doc
- 【常用qq技巧大全】([commonly used QQ skills Daquan]).doc
- 【高考语文】现代文鉴赏技巧【免费强推】([college entrance examination language] modern text appreciation skills [free strong push]).doc
- 【固定资产论文】浅议如何做好企业固定资产管理([fixed assets] -- how to do well in the management of enterprise fixed assets).doc
- 【技术】紧固件小知识([technology] little knowledge of fasteners).doc
- 【买本别当冤大头 刚接触笔记本的35个小问题】_笔记本(Don't buy this [35] when small suckers just contact the _ notebook notebook).doc
- 【美平方装修攻略】新人装修不得不知道的80条小经验([United States Square Decoration Raiders] new decoration had to know 80 little experience).doc
- 【模拟试题】(答题时间70分钟)([simulation questions] (answer time 70 minutes)).doc
- 【强烈推荐】天津红桥区2009-2010高二物理水平测试模拟试卷_百度文库...([Tianjin] strongly recommend Hongqiao District 2009-2010 high school physics level test simulation papers _ Baidu library...).doc
- 2025年版汽车趋势报告 The 2025 EPA Automotive Trends Report.docx
- 2026年边缘计算开源平台EdgeX Foundry入门与二次开发.docx
- 2026年超声内镜放大内镜早癌诊断AI辅助识别系统临床评价.docx
- 2026年报废汽车回收与再制造逆向物流体系.docx
- 2026年产品碳足迹核算方法学:从摇篮到大门与从摇篮到坟墓.docx
- 2026年城乡要素平等交换双向流动政策创新试点申报材料.docx
- 2026年超导半导体接口电路架构与电平转换驱动器设计.docx
- 2026年财政贴息不再以再贷款支持为前提后的风险防范与合规要点.docx
- 2026年不动产信托登记试点政策对遗嘱信托支持.docx
- 2026年城乡有机废弃物协同处理技术方案.docx
原创力文档

文档评论(0)