Which GOF design Patterns have been deprecated?
GOF设计模式已经弃用哪一个?。
This is a classic GoF decorator pattern design pattern.
这是典型的GoF装饰模式设计模式。
Do this Adapter Pattern example satisfy the GOF definition?
适配器模式示例满足GOF定义的呢?
The patterns used can be GoF, Architectural, Analysis, or from other areas.
使用的模式可以是GoF的设计模式、架构模式、分析模式,或者来自于其它领域的模式。
The GoF pattern catalog offers a possible solution for our design challenge.
GoF模式目录为我们的设计挑战提供了一个可能的解决方案。
The GoF patterns provide you with little tools that help you with these problems.
GoF模式将会以简单的工具帮助你解决这些问题。
One GoF pattern could fit perfectly in this situation: Chain of Responsibility.
有一个 GoF 模式非常适合这种情形: 职责链(Chain of Responsibility)。
But... applying the Flyweight [GoF] pattern raises a new challenge for our designer.
但是……应用flyweight [g oF]模式给设计者带来了新的挑战。
Unfortunately there is a lot of evidence in PoA, GoF and OotP that doesn't fit this mapping.
不巧的是,《密室》、《火焰杯》和《凤凰社》中大量的证据与这种结论不符合。
Pattern specifications are the formal, written documentation such as what we find in GoF book and many others.
模式说明是正式的、编写出来的文档,就像我们在GoF以及其他书中看到的一样。
Since the GoF book was so successful, Addison-Wesley decided to create a series devoted to software patterns.
因为GoF书籍是如此成功,所以Addision-Wesley决定创建一系列专注于软件模式方面的书籍。
For example, according to the pattern catalog, the State pattern is often related to Flyweight and Singleton [GoF].
例如,通过模式目录,State模式经常涉及到Flyweight和Singleton [g oF]。
Template method pattern of GOF and the realization of template method pattern in back tracing algorithm are introduced.
在此介绍采用GOF的模板方法模式及采用回溯算法的模板方法模式的设计与实现。
This paper put forward an open and extensible communication platform which meet J2EE criterion's request and combine GOF design pattern and J2EE core pattern.
本文针对当前流行的J2EE架构的特点,结合GOF设计模式和J2EE核心模式的思想提出了一套符合J2EE标准的具有开放性、可扩展性的办公自动化通讯平台。
"Given a language, define a represention for its grammar along with an interpreter that USES the representation to interpret sentences in the language." -gof.
给定一个语言,定义其文法的一种表示,并定义一个解释器,这个解释器使用该表示来解释语言中的句子。
One comment I saw in a news group just after patterns started to become more popular was someone claiming that in a particular program they tried to use all 23 GoF patterns.
在模式开始变得越来越流行时,我在一则新闻组中看到一个评论是关于有人声称在一个特别的模式中他们尝试使用全部23种GoF模式。
We also saw that patterns exist in various forms, from helping with design decision's on an object level to patterns on an application level (i.e., assigning responsibilities vs. GoF patterns).
我们也看到了模式以不同的形式存在,从帮助设计对象层的决定到帮助设计应用层的模式(也就是,分配职责与GoF模式)。
The Template Method design pattern (GoF) addresses a common problem: we know the steps of an algorithm and the order in which they should be performed, but don't know how to perform all of the steps.
模板方法设计模式(gof)强调了一个普遍的问题:我们知道算法的每一步,并且知道他们执行的顺序,但是我们不知道怎么样去执行所有的这些步骤。