THE SINGLETON in Chinese translation

[ðə 'siŋgltən]
[ðə 'siŋgltən]
单例
singleton
single-case

Examples of using The singleton in English and their translations into Chinese

{-}
  • Political category close
  • Ecclesiastic category close
  • Programming category close
After first time, if we try to instantiate the Singleton class, the new variable also points to the first instance created.
在第一次之后,如果我们尝试实例化Singleton类,则新变量也指向创建的第一个实例。
The following function calculates either the sum of a list of Nat, or returns the given Nat, depending on whether the singleton flag is true.
以下函数能够计算Nat列表之和,或者返回给定的Nat,这取决于单例标记single是否为True:.
Once inside the lock, m_instance is checked a second time, so that only the first thread will create the singleton.
而在锁的内部,m_instance被再次检查,这样就只有第一个线程可以创建这个单例了
That way, if two threads call Singleton::getInstance simultaneously, only one of them will create the singleton.
这样的话,如果有两个线程同时调用了Singleton::getInstance,将只有其中之一会创建这个单例
The Singleton Army Base.
Singleton陆军基地.
So is the Singleton pattern.
这就是Singleton模式。
This is the Singleton pattern.
这就是Singleton模式。
The Singleton pattern ensures that only one.
SingletonPattern保证了只有一个对象存在。
The class definition of the singleton looks as follows.
Singleton类定义如下:.
The singleton class must create its own unique instance.
换句话说,Singleton类必须自己创建自己的唯一实例。
The Singleton pattern offers an elegant solution in such cases.
果真如此的话,singleton模式为这种案例提供了一个优雅的解决方案。
A thread-safe implementation of the singleton pattern in C.
详细内容请访问:《ImplementingtheSingletonPatterninC》。
There are various ways to implement the Singleton Pattern in C.
详细内容请访问:《ImplementingtheSingletonPatterninC》。
Item 3: Enforce the singleton property with a private constructor or an enum type.
第3条:用私有构造器或者枚举类型强化Singleton属性.
There are multiple ways of implementing the Singleton Pattern in C.
详细内容请访问:《ImplementingtheSingletonPatterninC》。
In this article, you will learn the Singleton Design Pattern in C.
详细内容请访问:《ImplementingtheSingletonPatterninC》。
There are various different ways of implementing the singleton pattern in C.
详细内容请访问:《ImplementingtheSingletonPatterninC》。
Linear block codes that achieve equality in the Singleton bound are called MDS(maximum distance separable) codes.
能达到Singleton界的分组码称为MDS(最大距离可分)codes。
Singleton::m_instance acts as the guard variable, and the contents of the singleton itself are the payload.
Singleton::m_instance充当警卫变量,而单例本身的内容充当有效载荷。
Yet SPConsumerB is able to affect the behavior of SPConsumerA through the shared state provided by the singleton.
但是SPConsumerB可以通过使用单例提供的共享状态来影响SPConsumerA的行为。
Results: 376, Time: 0.0311

The singleton in different Languages

Word-for-word translation

Top dictionary queries

English - Chinese