parameter list
常见例句
- The parameter list is for parameters that this function sends to other function calls, not for its own parameters.
参数列表中的参数是该函数发送给其他函数调用的参数,而非其自身的参数。 - For example, when developing an order detail report, you may wish to present a dynamic parameter list of all orders.
例如,在开发一个详细订单的报表时,你可能希望展示一个所有订单的动态参数列表。 - All of the following examples use the same in/out parameter list, the same input data, the same SQL/XML functions, and produce the same results.
下面的所有示例都使用同样的输入/输出参数列表、同样的输入数据和同样的 SQL/XML 函数,并产生同样的结果。 - But when you pass a parameter say, a list, you didn't think that you were not only passing the list, you were also passing the functions that operate on the list. In fact you are.
你不会认为你输入的不仅仅是链表,你还传递了处理链表的函数,实际上你正是这么做的,这往往不重要。
麻省理工公开课 - 计算机科学及编程导论课程节选 返回 parameter list