What is the translation of " FUNCTION OBJECTS " in Chinese?

['fʌŋkʃn 'ɒbdʒikts]
['fʌŋkʃn 'ɒbdʒikts]
函数对象

Examples of using Function objects in English and their translations into Chinese

{-}
  • Political category close
  • Ecclesiastic category close
  • Programming category close
Function objects are linked to Function..
函数对象连接到Function.
Instances of those classes are called functors or function objects.
这种类型的对象称为functor或者functionobject
Some of the properties could be functions(function objects), in which case we call them methods.
这里面的属性可以是函数(函数对象),这种情形下我们称其为方法。
Besides the def statement,Python also provides an expression form that generates function objects.
除了def语句之外,Python还提供了一种生成函数对象的表达式形式。
A lambda statement is used to create new function objects and then return them at runtime.
Lambda语句用来创建新的函数对象,并且在运行时返回它们。
They differ from function objects because they don't contain a reference to their global execution environment.
它们不同于函数对象,因为它们不包含对其全局执行环境的引用。
Lambda functions can be used wherever function objects are required.
Lambda函数可以用任何函数对象需要的地方。
Furthermore, some types(for example, function objects) support only a degenerate notion of comparison where any two objects of that type are unequal.
而且,某些类型(例如函数对象)仅支持简化比较形式,即任何两个该种类型的对象必定不相等。
Binary_function is a base class for creating function objects with two arguments.
Binary_function是用于创建拥有二个参数的函数对象的基类。
We also often pass function objects to our own custom functions, but usually those amount to combinations of the mentioned built-ins.
我们经常也会把函数对象传递给我们自己定义的函数,不过一般情况下这些自定义的函数就是前文提及的内建函数的某种形式的组合。
Finally, the STL includes a large collection of function objects, also known as functors.
最后,STL包含了大量的对象函数,也称为functors。
Function definitions get executed just like other statements,but the effect is to create function objects.
函数定义和其它语句一样,都会被执行,但是其作用是创建函数对象
We bind our anonymous(lambda) function objects to names in the example, but that is not strictly necessary.
在例子中我们绑定我们的匿名(lambda)函数对象到变量名,但严格意义上讲这并不是必须的。
The Lambda functions can be used wherever the function objects are required.
Lambda函数可以用任何函数对象需要的地方。
For example, the chapter on STL function objects and lambdas spends 12 pages just explaining what function objects are and why you would use them.
例如,STL函数对象和匿名函数的章节,花了12页篇幅只是为了解释什么是函数对象以及为什么要使用它们。
Here, we use a function make_repeater to create new function objects at runtime and return it.
在运行时我们利用函数make_repeater创建一个新的函数对象并返回它。
Adaptable function objects are important because they can be used by function object adaptors:function objects that transform or manipulate other function objects.
AdaptableFunctionObjects是非常重要的,因为他们可以被functionobjectadaptors(函数对象适配器,用来操作和控制其它函数对象)使用。
Here, we use a function make_repeater to create new function objects at runtime and return it.
这里,我们使用了make_repeater函数在运行时创建新的函数对象,并且返回它。
Function definitions become executed just as with other statements,but the result is to make function objects.
函数定义和其它语句一样,都会被执行,但是其作用是创建函数对象
One compelling reason to use thecombined style is the"name" attribute of function objects(not supported by Internet Explorer).
使用组合样式的一个令人信服的理由是函数对象的“名称”属性(不受InternetExplorer支持)。
The rules data structure contains functions- not names of functions,but actual function objects.
数据结构rules包含了函数--不是函数的名称,而是实际的函数对象
Some standard library function object adaptors, such as std: :not2,require the function objects they adapt to have certain types defined;
一些标准库函数适配器,如std::not2要求其适配的函数对象必须定义这些类型;.
The“def” call creates the function object and assigns it to the name given.
Def语句创建函数对象并将其分配给名称。
This output tells us that f is a function object with two methods.
这个输出告诉我们f是有两个方法的函数对象
Lambda statement is used to create the function object.
Lambda语句用来创建函数对象
The lambda notation is an abbreviation for a function object definition and use.
Lambda表达式是对函数对象的定义和使用的一种简化。
The name of the currently executing Function object.
当前正在执行的Function对象的名字。
In JavaScript, every function is actually a Function object.
在JavaScript中,每个函数其实都是一个Function对象
Results: 28, Time: 0.0291

Word-for-word translation

Top dictionary queries

English - Chinese