variable argument parameter的区别

来源:百度知道 编辑:UC知道 时间:2024/06/27 03:37:35
在计算机科学中这几个词有什么区别??

variable是变量
parameter是参数

argument的含义和他们的关系如下
1. An independent variable.独立变量。
2. Any value of an independent variable, e.g.,a search key; a number identify- ing the location of an itemin a table. | 独立变量的任何值。例如一个搜索(关)键(字),标识表中一个项(目)的位置的数。
3. A parameter passed between a calling and a called program. | 在调用程序和被调用程序之间传送的参数。
4. In PL/1, an expression and argument list that is part of a procedure reference. | PL/1语言中的一个表达式及自变量表,是过程参照的一部分。