function as the object的意思|示意

美 / / 英 / /

函数作为对象


function as the object的网络常见释义

起宾语作用 ... 了解她的思想 read her thoughts 起宾语作用 function as the object 把某物捐献给某人 donate sth. to sb. ...

function as the object相关例句

The result of the function is returned as a CLOB (Character Large Object) data type that can hold up to 1 MB of data.

函数的结果会以 CLOB(字符型大型对象)数据类型的形式返回,可容纳 1 MB 的数据。

It then calls the friend function spacefriend and passes the class object address as its argument, and calls the template function, beginning with integer types and then floating data types.

然后,调用友元函数spacefriend并将类对象的地址作为其参数传递。然后调用template函数,先使用整数类型,然后使用浮点数据类型。

Finally, if we want to add some behavior to the object, we first define an EcmaScript function and then assign it as a property of the object.

最后,我们希望在对象中加入一些行为,就先定义一个EcmaScript函数,然后把它指定为对象的一个属性。

The function returns a handle that can be used to access the object as shown in Listing 1.

该函数返回句柄,用以访问清单 1 所示的对象。

At the core of functional programming is the function, just as classes are the primary abstraction in object-oriented languages.

函数式编程的核心是函数,就像面向对象语言的主要抽象方法是类。

Your goal is to build a simple controller that will know which model and function to run, and then return a JSON object as a response that is usable on the far end of the transaction.

您的目标是构建这样一个简单的控制器:它知道应该运行哪个模型和函数,然后返回一个 JSON 对象作为响应,这个响应可用于事务的远端。