What is the translation of " OBJECT CREATION " in Chinese?

['ɒbdʒikt kriː'eiʃn]
['ɒbdʒikt kriː'eiʃn]
对象创建

Examples of using Object creation in English and their translations into Chinese

{-}
  • Political category close
  • Ecclesiastic category close
  • Programming category close
Object creation is never free.
对象创建永远不是免费的。
It will be invoked at the time of object creation.
它将在对象创建时被调用。
Object creation and manipulation(new, putfield).
对象创建与操作指令(例如:new,putfield).
Factories handle the details of object creation.
工厂(factory)处理创建对象的细节。
Basic forms of object creation may result in design problems or added complexity to the design.
对象创建的基本形式可能会带来设计问题,亦或增加了设计的复杂度。
The idea behind a factory is to simplify an object creation.
工厂背后的思想是简化对象的创建
Last modified date- Object creation date or the last modified date, whichever is the latest.
Lastmodifieddate-对象创建日期或上次修改日期(以较晚者为准)。
Java provides New keyword for object creation.
在Java中,关键字new用于创建的对象
The basic form of object creation could result in design problems or added complexity to the design.
对象创建的基本形式可能会带来设计问题,亦或增加了设计的复杂度。
Prototype pattern is primarily used when the object creation is costly and expensive.
我们使用原型设计模式,如果创建一个新对象的成本是昂贵和资源密集型。
In Perl, constructors are, by convention,named"new" and have to do a fair amount of object creation.
在Perl里,构造器被约定俗成地命名为"new",并且会完成建立对象的大量工作。
This item should not be misconstrued to imply that object creation is expensive and should be avoided.
这个条目不应该被误解为暗示对象创建是昂贵的,应该避免创建对象。
Creational Design Patterns solve this problem by somehow controlling this object creation.
创建型设计模式通过控制这个对象创建方式来解决此问题。
This results in unnecessary object creation because a new set must be allocated for each record.
这会造成一个不必要的对象被创建,因为一个新的set必须为每个record分配。
It finds common programming flaws like unused variables, empty catch blocks,unnecessary object creation and so forth.
它查找常见的编程缺陷,如未使用的变量,空catch块,不必要的对象创建,等等。
Apple's 3D object creation and manipulation patent was first filed for in 2012 and credits Nicholas V.
据介绍,苹果3D物体创建和控制专利在2012年递交,发明人是NicholasV.
You will choose the Record both object creation and garbage collection option.
您可以选择Recordbothobjectcreationandgarbagecollection(同时记录对象创建和垃圾回收)选项。
Object creation may lead to a significant duplication of code and not provide a sufficient level of abstraction.
创建对象可能会导致大量的重复代码,也可能提供不了足够级别的抽象。
Creational design patterns is solving this problem of object creation by controlling this object creation..
创建型设计模式通过控制这个对象创建方式来解决此问题。
The delaying the object creation or calculating a value or some process until the first time it is needed.
延迟初始化模式,将对象的创建,某个值的计算,或者其他代价较高的过程推迟到它第一次需要时进行。
This is because whenever the constructor is called,the methods are reassigned(that is, for every object creation).
原因是这将导致每次构造器被调用,方法都会被重新赋值一次(也就是说,为每一个对象的创建)。
Abstract Factory relies on object composition: object creation is implemented in methods exposed in the factory interface.
抽象工厂使用对象组合:对象的创建被实现在工厂接口所暴露出来的方法中。
As the high cost of garbage collection, so C application development a basicprinciple to follow is to avoid unnecessary object creation.
避免不必要的对象创建由于垃圾回收的代价较高,所以C程序开发要遵循的一个基本原则就是避免不必要的对象创建
It is used to enable interprocess communication and dynamic object creation in any programming language that supports the technology.
它用于支持任何支持该技术的编程语言中的动态对象创建和跨应用程序通信。
In the two previous examples, the inherited prototype can be shared by all objects andthe method definitions need not occur at every object creation.
在前面的两个示例中,继承的原型可以为所有对象共享,不必在每一次创建对象时定义方法。
Systems that support ex nihilo object creation allow new objects to be created from scratch without cloning from an existing prototype.
提供扩展nihilo对象创建的系统允许对象从空白中创建而无需从已有的原型中复制。
Researchers from Germany's Saarland University and Max Planck Institute for Informatics havejoined Intel to improve digital 3D object creation using incomplete 3D scanning data.
德国萨尔大学和马克斯·普朗克信息学研究所的研究人员已经加入英特尔,以使用不完整的3D扫描数据来改进数字3D对象创建
In greater details, Object-creational patterns defer part of its object creation to another object,while Class-creational patterns defer its object creation to subclasses.
详细地说,对象创建型模式把对象创建的一部分推迟到另一个对象中,而类创建型模式对象的创建推迟到子类中。
In software engineering,creational design patterns are design patterns that deal with object creation mechanisms, trying to create objects in a manner suitable to the situation.
在软件工程中,创建型模式是处理对象创建的设计模式,试图根据实际情况使用合适的方式创建对象。
Results: 29, Time: 0.0293

Word-for-word translation

Top dictionary queries

English - Chinese