object n. 1. 物,物體,物件。 2.目標 (of; for); 目的,宗旨。 3.【哲學】對象,客體,客觀 (opp. subject); 【語法】賓語。 4.〔口語〕(可笑或可憐的)人[物]。 a small [strange] object 小[奇怪]東西。 the object of study 研究的對象。 the direct [indirect] object 直接[間接]受詞。 What an object you have made (of) yourself! 〔口語〕你這家伙把自己搞得真不像樣子! attain [achieve, gain, secure] one's object 達到目的。 fail [succeed] in one's object 沒有達到[達到]目的。 for that object 為了那個目的。 no object 〔廣告用語〕怎樣都好,不成問題;沒有困難(Distance is no object. (待聘者)上班距離(遠、近)不成問題)。 propose an objectto oneself = set an object before one 立志,立下目標。 with that object in view 懷著那個目的。 vi. 1.反對,抗議,表示異議 (against, to)。 2.抱反感,不服氣,有意見。 vt. 提出…作反對的理由 (that)。 If you don't object. 假使你不反對。 I object. 〔英下院〕我反對。 I object against him that he is a hypocrite. 我反對他,因為他是個偽君子。 object to 1. 反對(I object to your doing that. 我反對你做那件事)。 2.討厭(I object very much to a wet weather. 我非常討厭潮濕的天氣)。 adj. -less 沒有目的[宗旨]的,沒有物像的。
object to 反對,不贊成; 反對;抗議,抱反感; 反對;抗議;不支持; 聲稱; 提出異議; 贊成……的人則認為
function n. 1.功能,官能,機能,作用。 2.〔常 pl.〕職務,職責。 3.慶祝儀式;(盛大的)集會,宴會。 4.【數(shù)學】函數(shù);與其他因素有密切關系的事。 The function of the ear is to listen. 耳的功能是聽。 the function of education 教育的功能。 discharge one's functions 盡職。 the functions and powers of the National Congress 全國代表大會的職權。 a controllable function【火箭】遙控程序。 public [social] function招待會,文娛晚會,社交集會。 vital functions 生命機能。 vi. (器官等)活動,(機器等)運行,發(fā)揮作用。 function as teacher 擔任教師。 a sofa functioning as a bed 兼當床用的沙發(fā)。 The lathe doesn't function well. 這臺車床有毛病。 function digit [letter] 【計算機】操作數(shù)碼[字碼]。
function of function迭函數(shù); function合成函數(shù); 元函數(shù)
Function alter on function object 對函數(shù)object的alter權限
Alter on function object 對函數(shù)object的alter權限
In usual cases of method invocation the return result is a function object , which is then executed 方法調用通常返回的結果是一個函數(shù)對象,然后執(zhí)行這個函數(shù)對象。
The closure captures the information about the actual web service method stub to be invoked the function object called 閉包捕獲真正被調用的web服務方法存根(稱為
For future reference , you can add any attribute to a function by setting it on the function object 為了將來引用,您可以通過將屬性設置在函數(shù)對象上給函數(shù)添加任何屬性。
The following example uses the system function object definition to return the definition of user - defined function 下面的示例使用系統(tǒng)函數(shù)object _ definition返回用戶定義函數(shù)
Methods also support accessing ( but not setting ) the arbitrary function attributes on the underlying function object 方法也支持訪問(不是設置)的其實際所調用的函數(shù)的任意屬性
We also often pass function objects to our own custom functions , but usually those amount to combinations of the mentioned built - ins 這種方法通常在調用鏈中,只要在某些地方有可能需要值,就會傳遞一些值(或帶有多成員的結構) 。
This implementation supports function objects with up to nine arguments . this is an implementation detail , not an inherent limitation of the design 當前的實現(xiàn)支持最多帶有9個參數(shù)的函數(shù)對象。這一限制是由實現(xiàn)細節(jié),而不是設計造成的。
In this case the returned function object is a closure which encapsulates some logging code and the data needed to call the original function 這種情況下返回的函數(shù)對象就是一個閉包,其中封裝了一些日志代碼和最初的函數(shù)調用所需要的數(shù)據(jù)。
A function object is a computer programming construct allowing an object to be invoked or called as if it were an ordinary function, usually with the same syntax (a function parameter that can also be a function).