Login

View change log entry

Back

Navigation:  ◀ 69234  69236 ▶ 

Change log entry 69235
Processed by: richwarm (2020-02-21 05:42:02 GMT)
Comment: << review queue entry 63777 - submitted by 'sl89' >>
* 实参 is so common I think it should include the definition, not just a redirection to 实际参数.

【Wikipedia: Parameter (computer programming)】
In computer programming, a parameter or a formal argument, is a special kind of variable, used in a subroutine to refer to one of the pieces of data provided as input to the subroutine.[a] These pieces of data are the values[1][2][3] of the arguments (often called actual arguments or actual parameters) with which the subroutine is going to be called/invoked.
(...)
The terms parameter and argument may have different meanings in different programming languages. Sometimes they are used interchangeably, and the context is used to distinguish the meaning. The term parameter (sometimes called formal parameter) is often used to refer to the variable as found in the function definition, while argument (sometimes called actual parameter) refers to the actual input supplied at function call.
https://en.wikipedia.org/wiki/Parameter_(computer_programming)

【百度:实际参数】
在调用有参函数时,主调函数和被调函数之间有数据传递关系。在主调函数中调用一个函数时,函数名后面括号中的参数称为“实际参数”(简称“实参”)
https://baike.baidu.com/item/%E5%AE%9E%E9%99%85%E5%8F%82%E6%95%B0


当把这个闭包应用于实际参数 3 时,返回值是 36。
Upon applying this to the actual parameter 3, the value 36 is returned.

比如当你调用数学的正弦函数的时候你就需要给它一个数值作为实际参数。
For example, when you call math. sin you pass a number as an argument.

尽管有一些根本的变化您需要了解,但是大多数实际参数都是相同的。
Most of the actual parameters are the same, though there are some fundamental changes that you need to be made aware of.

* * *

你需要在继续进行每一个程序的逻辑之前检查实参。
You need to check the arguments before proceeding with the logic of each method.

当你为了广泛的使用而建立程序库时,你可能不能做关于实参有效性的假设,并且使用于你的程序中。
When you build libraries for wide usage, you may not be able to make assumptions about the validity of the arguments that are passed to your methods.

使用 --delete实参可以从数据库删除这些对象。
Using the --delete argument deletes the objects from the database.
---------------------------------

Editor:
[shi2 can4] /(computing) /(computing) ... -->
[shi2 can1] /(computing) ...
Diff:
+ 實際參數 实际参数 [shi2 ji4 can1 shu4] /(computing) actual parameter/argument/
# + 實參 实参 [shi2 can4] /(computing) /(computing) actual parameter/argument/abbr. for 實際參數|实际参数[shi2 ji4 can1 shu4]/
+ 實參 实参 [shi2 can1] /(computing) actual parameter/argument/abbr. for 實際參數|实际参数[shi2 ji4 can1 shu4]/
By MDBG 2024
Privacy and cookies
Help wanted: the CC-CEDICT project is looking for new volunteer editors!