flyweight pattern
英漢例句
- For example, the State pattern often harmononizes with the Flyweight and Singleton patterns.
例如,狀態(tài)模式經常與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.
某些情況下,可以采用的一種優(yōu)化措施是使用 flyweight 設計模式,為類型中每個不同的值創(chuàng)建單獨的對象,而不是為每個不同的類型創(chuàng)建單獨的對象。
雙語例句
詞組短語
- FlyWeight Design Pattern 享元模式
- The Flyweight Pattern 享元模式
- Design Pattern - Flyweight 享元模式