parameter passing
常見例句
- Parameter passing to the thread function
傳遞給線程函數(shù)的參數(shù) - 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.
在任何語言中,參數(shù)傳遞都是一個(gè)有趣的話題,當(dāng)要把OMG IDL這樣獨(dú)立于語言的體系結(jié)構(gòu)進(jìn)行語言映射時(shí),它又是一個(gè)傷腦筋的問題。 - 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.
正如上面提到的,因?yàn)閺囊龑?dǎo)裝載程序到內(nèi)核的參數(shù)傳遞會(huì)有一些約束條件,所以大多數(shù) 2.4.x 系列內(nèi)核期望參數(shù)以已標(biāo)記的列表格式傳遞。 - 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.
你不會(huì)認(rèn)為你輸入的不僅僅是鏈表,你還傳遞了處理鏈表的函數(shù),實(shí)際上你正是這么做的,這往往不重要。
麻省理工公開課 - 計(jì)算機(jī)科學(xué)及編程導(dǎo)論課程節(jié)選 返回 parameter passing