创建的对象 - 翻译成英语

objects created
object created
created object

在 中文 中使用 创建的对象 的示例及其翻译为 英语

{-}
  • Political category close
  • Ecclesiastic category close
  • Programming category close
这些方法可能接收参数,用来指定对象创建的方式,最后返回创建的对象
These methods optionally accept parameters defining how the object is created, and then return the created object.
R会话中创建的所有对象可以永久地保存在一个文件中以便于以后的R会话调用。
All objects created during an R session can be stored permanently in a file for use in future.
Constructor方法是一个特殊的方法,这种方法用于创建和初始化一个由class创建的对象
The constructor method is a special method that is used to define and initialize an object created with a class.
在__init__方法中,self指向新创建的对象;.
In the__init__ method, self refers to the newly created object;
基本数据类型是语言中内置的特殊数据类型,它们不是从类创建的对象
Primitive types are special data types built into the language; they are not objects created from a class.
通常,将数字值分配给变量将获得创建的数字对象
Usually, assigning a numeric value to a variable will get the number object created.
在这种情况下,可以照常访问数组成员,但以这种方式创建的对象在内存中的存储方式略有不同。
In this situation, one can access the array member as usual, but objects created this way are stored slightly differently in memory.
在C++中,与“构建”相反的“破坏”(Destruction)工作也是相当重要的,因为用new创建的对象必须明确地清除。
In C++, destruction is quite important because objects created with new must be explicitly destroyed.
Constructor方法是一个特殊的方法,这种方法用于创建和初始化一个由class创建的对象
The constructor method is a special method for creating and initializing an object created with a class.
Constructor方法是一个特殊的方法,这种方法用于创建和初始化一个由class创建的对象
The constructor method is a special method for creating and initializing an object created within a class.
自动创建的对象不会引起此类错误,因此就此意义而言它们十分安全。
Automatically created objects usually do not cause such an error, and in this respect they are quite safe.
较近创建的对象属于较新的代,比在应用程序生命周期中较早创建的对象的代数低。
Recently created objects are stored in lower generations compared to those created earlier in the application's life cycle.
创建一个构造函数Calculator,它创建的对象中有三个方法:.
Create a constructor function Calculator that creates objects with 3 methods.
这些设计通常相当精细,虽然它们看起来可能不是一目了然,但可能包含真实和创建的对象
These designs are often rather elaborate, although they might not look like it at a glance, and might feature real and created objects.
MessageProducer-Session创建的对象,用于将消息发送到目的地.
MessageProducer- the object created by the session and used to send messages in Destination.
这样,如果您想要更改所创建的对象类型,只需更改该工厂即可。
That way, if you want to change the types of objects created, you can change just the factory.
DomainAdmins是该组的任何成员创建的任何对象的默认所有者。
Domain Admins is the default owner of any object that is created by any member of the group.
如果函数中传递堆中创建的对象,则使参数类型为shared_ptr或者unique_ptr.
If a function captures ownership of an object created in the heap, make the argument type shared_ptr or unique_ptr.
最后要注意的是,默认情况下,对于使用默认构造函数(child3)创建的对象,age字段初始化为零。
Finally, notice that for the object created using the default constructor(child3), the age field was initialized to zero by default.
在本章中,我们简要介绍了如何为通过构造函数创建的对象设置一个[[Prototype]]。
In this chapter we briefly described the way of setting a[[Prototype]] for objects created via a constructor function.
结果: 76, 时间: 0.0192

单词翻译

顶级字典查询

中文 - 英语