GoF

GoF
常用释义
GoF

扩展信息

四人帮(Gang of Four)
四人帮(GOF)的审判(1337) COM组件对象与.NET类对象的相互转换(1336) 设计模式讨论之abstract factory篇(1316) EJB设计 …
设计模式
基础设计模式(Gof): 不与特定域,平台或编程语言关联根据目的, 也就是这个设计模式是干什么的进行分类: 1)创建模式: 涉及 …
四人组
  自1994年,四人组GoF)的名著《Design Patterns: Elements of Reusable Object-Oriented Software》问世以来,设计模式 …
石英光纤
PP、PE、PVC的全称是什么?-化学-天涯问答 ... gfrp: 玻璃纤维增强塑料 gof石英光纤 gps: 通用聚苯乙烯 ...
Gong Of Four
...ern》,设计Java平台应用系统的经典参考书,对GOF(Gong Of Four)的设计模式在Java中的应用和扩展进行了深入的讨论, …

例句

That Hallowe'en was on a Saturday in both PoA and GoF seems to bear this out as well.

《囚徒》和《火焰杯》中的万圣节都是在星期六似乎就可以证明这一点。

Bill Venners : In the GoF book, you say, "Knowing the design patterns in this book makes it easier to understand existing systems. " How?

BillVenners:在这本Gof的书中,你说到,“理解这本书中的设计模式将会使认识现在的系统变得很容易。”

使用的模式可以是GoF的设计模式、架构模式、分析模式,或者来自于其它领域的模式。

This kind of connection is what differentiates a library of patterns as we have described in the GoF book from a pattern language.

这种关连正是模式语言和我们在“四巨头”的书中列出的模式库之间的差别。

Although it was based on solid theory, it focused on actually getting things done, rather than lofty GoF design pattern elegance.

尽管也基于坚实的理论,但它追求的是能把任务完成就好,而不是像“四人帮”的设计模式那样“阳春白雪”。

Bill Venners : In the introduction of the GoF book, you mention two principles of reusable object-oriented design.

在对“四人帮”的书的介绍中,您提及到可重用面向对象设计中的两项原则。

GOF访问者:GOF访问者模式必然使得整个状态机依赖于所有事件。

But. . . applying the Flyweight [GoF] pattern raises a new challenge for our designer.

但是……应用Flyweight[GoF]模式给设计者带来了新的挑战。

Bill Venners : On the subject of interfaces, the GoF book includes some UML class diagrams.

BillVenners:在接口问题上,“四人帮”的书包括了不少UML类图。

有一个GoF模式非常适合这种情形:职责链(ChainofResponsibility)。