类定义 - 翻译成英语

class definition
类 定义
者类 的 定义
class defines
class definitions
类 定义
者类 的 定义

在 中文 中使用 类定义 的示例及其翻译为 英语

{-}
  • Political category close
  • Ecclesiastic category close
  • Programming category close
鉴于如此成功,在Python2.6中,decorator语法从函数定义进一步扩展到类定义
Based on this success, in Python 2.6, the decorator syntax was extended from function definitions to include class definitions.
在识别输入之后,它为表格(或数据库)读取元数据,并为你的输入需求创建类定义
It then reads the metadata for the table(or database) and creates a class definition of your input requirements.
使用类定义的常量(如MIN_VALUE和MAX_VALUE),它们提供数据类型的上限和下限。
To use constants defined by the class, such as MIN_VALUE and MAX_VALUE, that provide the upper and lower bounds of the data type.
类定义中,(object)表明我们的类扩展内置的object类。
The(object) in the class definition indicates that our class extends the built-in object class..
所以我们使用一个在类定义内部的方法来实现该功能。
So we use a method within the class definition to implement this functionality.
类定义中的每个方法都以对实例对象的引用开头。
Each method in a class definition begins with a reference to the instance object.
根据C++标准,虚成员函数应在类定义中生命,且必须有定义(实现)。
According to the C++ standard, a virtual member function declared in the definition of a class must have a definition(implementation).
这种改写不考虑标识符的句法位置,只要它出现在类定义内部就会进行。
This mangling is done without regard to the syntactic position of the identifier, as long as it occurs within the definition of a class.
可以用define()函数来定义常量,在PHP5.3.0以后,可以使用const关键字在类定义之外定义常量。
You can define a constant by using the define()-function or by using the const keyword outside a class definition as of PHP 5.3.0.
所有变量和方法(包括作为应用程序入口点的Main方法)都封装在类定义中。
All variables and methods, including the Main method, the application's entry point, are encapsulated within class definitions.
比如)装饰器(Decorators)让类定义中抽象通用模式(pattern)成为可能,它在Web框架如Angular、Ember及React中大受欢迎,”Herman说道。
Decorators make it possible to abstract common patterns in class definitions and are popular with Web frameworks like Angular, Ember, and React,” Herman said.
下面是一个Deck的类定义
The following is a class definition for Deck.
没有必要从类定义之外引用它。
There is no need to refer to it from outside the class definition.
MycontentCSS类定义在StyleSheet1.css中。
The mycontent CSS class is defined in StyleSheet1. css.
Object数据类型是由Object类定义的。
The Object data type is defined by the Object class.
即,不能在一个类定义内定义其它类。
That is, you cannot define additional classes within a class definition.
Struct_time,也可以使用常规的类定义创建。
Struct_time, or it can be created with a regular class definition.
类对象显示由其类定义的属性和行为。
An object exhibits the properties and behaviors defined by its class.
简捷的说:类定义的顺序是非常重要的。
To make it short: the order in which the classes are defined is important.
Method:一种特殊的函数,函数在类定义中定义。
Method: A special kind of function that is defined in a class definition.
结果: 1193, 时间: 0.0277

单词翻译

顶级字典查询

中文 - 英语