flyweight pattern
英汉例句
- For example, the State pattern often harmononizes with the Flyweight and Singleton patterns.
例如,状态模式经常与Flyweight 和 Singleton 模式相互协调。 - For example, according to the pattern catalog, the State pattern is often related to Flyweight and Singleton[GoF].
例如,通过模式目录, State 模式经常涉及到Flyweight 和 Singleton[GoF]。 - One optimization you might make in some circumstances is to use the flyweight design pattern to create only one different object for each different value of a type rather than for each different type.
某些情况下,可以采用的一种优化措施是使用 flyweight 设计模式,为类型中每个不同的值创建单独的对象,而不是为每个不同的类型创建单独的对象。
双语例句
词组短语
- FlyWeight Design Pattern 享元模式
- The Flyweight Pattern 享元模式
- Design Pattern - Flyweight 享元模式