parameter passing
常见例句
- Parameter passing to the thread function
传递给线程函数的参数 - Parameter passing is an interesting topic in any language and a fascinating problem when creating a language mapping from a language-independent architecture like OMG IDL.
在任何语言中,参数传递都是一个有趣的话题,当要把OMG IDL这样独立于语言的体系结构进行语言映射时,它又是一个伤脑筋的问题。 - As mentioned earlier, most of the 2.4.x series kernels expect the parameters to be passed in a tagged list format, because of the constraints involved in parameter passing from bootloader to kernel.
正如上面提到的,因为从引导装载程序到内核的参数传递会有一些约束条件,所以大多数 2.4.x 系列内核期望参数以已标记的列表格式传递。 - 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 passing