构造函数是 英语是什么意思 - 英语翻译

constructor is

在 中文 中使用 构造函数是 的示例及其翻译为 英语

{-}
  • Political category close
  • Ecclesiastic category close
  • Programming category close
构造函数是一个特殊的成员函数。
Constructor is a special member function.
Tensor主要构造函数是tf.tensor函数:.
The primary Tensor constructor is the tf. tensor function:.
关键代码:构造函数是私有的。
Key Code: The constructor is private.
此外,由于构造函数是私有的,因此不能在类本身以外实例化Singleton类;.
Also, because the constructor is private, the Singleton class cannot be instantiated outside of the class itself;
由于该构造函数是一个实例成员,它既可以访问serialNo实例字段,也可以访问nextSerialNo静态字段。
Because the constructor is an instance member, it is permitted to access both the serialNo instance field and the nextSerialNo static field.
构造函数是一个特殊的成员函数,名字与类名相同,不写返回值类型。
A constructor is a member function which has the same name of the class without a return type.
Function构造函数是一个函数对象,其[[Class]]属性是Function。
The Function constructor is itself a Function object and its[[Class]] is"Function".
构造函数是一个类方法,因为它的第一个参数是类的名字。
Constructor is a special type of function because its name is same as class name.
构造函数是个特殊成员函数,初始化类对象的数据成员。
A Constructor is a special member function in a class whose taskis to initialize data members.
构造函数是以双下划线(__)开头的类函数。
A destructor is a class function that begins with double underscore(_).
使用eval和Function构造函数是非常昂贵的操作,因为每次他们都会调用脚本引擎将源代码转换成可执行代码。
Use of eval or the Function constructor are expensive operations as each time they are called script engine must convert source code to executable code.
注意:构造函数不能是synchronized,也就是说,synchronized关键字修饰构造函数是一个语法错误。
Note: constructors cannot be synchronized-using the synchronized keyword with a constructor is a syntax error.
因为显式构造函数是私有的,所以它在类之外是不可访问的。
Because the explicit constructor is private, it is inaccessible outside of the class.
构造函数是Object(),它可以创建一个只有默认属性和方法的简单对象。
The constructor being used is Object(), which creates a simple object with only the default properties and methods.
因此,构造函数不能abstract,static,final,naticeorsynchronized的。
A constructor cannot be abstract, final, native, static, strictfp nor synchronized.
因此,构造函数不能abstract,static,final,naticeorsynchronized的。
A constructor cannot be abstract, static, final, native, or synchronized.
因此,构造函数不能abstract,static,final,naticeorsynchronized的。
Constructors cannot be native, abstract, static, synchronized or final.
如果存在,则调用另一个构造函数必须是构造函数中的第一行。
If present, the invocation of another constructor must be the first line in the constructor.
因此,构造函数不能abstract,static,final,naticeorsynchronized的。
A constructor cannot be declared as abstract, static, final, native, strictfp, or synchronized.
在讨论关于类,其中最重要分课题之一是构造函数
When discussing about classesone of the most important sub topic would be constructors.
注意:构造函数不能synchronized--在构造函数前使用synchronized关键字将导致语义错误。
Note: constructors cannot be synchronized- using the synchronized keyword with a constructoris a syntax error.
构造函数(constructor)特殊的成员函数。
Constructor is a special member function.
构造函数在技术上常规函数。
Constructor functions technically are regular functions..
请注意,您只能链接到一个构造函数,并且它必须构造函数主体中的第一条语句。
Note that you can only chain to one constructor,and it has to be the first statement in your constructor body.
在实例方法或构造函数中,this对当前对象的引用--即其方法或构造函数被调用的对象。
Within an instance method or a constructor, this is a reference to the current object- the object whose method or constructor is being called.
构造函数在Java中用于对象创建,而在JS中,构造函数一个标准函数。
The constructors are used in Java at object creation whereas, in JS, the constructors are just a standard function.
考虑一下,构造函数是一个没有返回值,并且名字与类名相同的方法。
Think about it, a constructor is a method with no return value and the same name as the class.
拷贝构造函数是一个特别重要的函数,因为它定义一个对象如何通过传值的方式被传递。
The copy constructor is a particularly important function, because it defines how an object is passed by value.
默认的构造函数自动定义的,且不能被改变。
The default constructor is automatically defined and cannot be changed.
每个被选作初始化非static成员和基类的构造函数必须constexpr构造函数。
Every constructor involved in initializing non-static data members andbase class sub-objects shall be a constexpr constructor;
结果: 134, 时间: 0.0208

单词翻译

顶级字典查询

中文 - 英语