常见设计模式的解析和实现
1、常见设计模式的解析和实现(C++)之一-Factory模式2、常见设计模式的解析和实现(C++)之二-AbstractFactory模式3、常见设计模式的解析和实现(C++)之三-Builder模式4、常见设计模式的解析和实现(C++)之四-Prototype模式5、常见设计模式的解析和实现(C++)之五-Singleton模式6、常见设计模式的解析和实现(C++)之六-Adapt模式7、常见设计模式的解析和实现(C++)之七-Bridge模式8、常见设计模式的解析和实现(C++)之八-Composite模式...每种设计模式都有详细的功能、句子的解说和图示,并且附有每种设计模式的源代码,关于架构设计和结构设计都有很大的帮助作用。介绍常见设计模式的解析和实现\Source\AbstractFactory\AbstractFactory.cpp
介绍常见设计模式的解析和实现\Source\AbstractFactory\AbstractFactory.h
介绍常见设计模式的解析和实现\Source\AbstractFactory\Main.cpp
介绍常见设计模式的解析和实现\Source\Adapter\Adapter.cpp
介绍常见设计模式的解析和实现\Source\Adapter\Adapter.h
介绍常见设计模式的解析和实现\Source\Adapter\Main.cpp
介绍常见设计模式的解析和实现\Source\Brige\Brige.cpp
介绍常见设计模式的解析和实现\Source\Brige\Brige.h
介绍常见设计模式的解析和实现\Source\Brige\Main.cpp
介绍常见设计模式的解析和实现\Source\Builder\Builder.cpp
介绍常见设计模式的解析和实现\Source\Builder\Builder.h
介绍常见设计模式的解析和实现\Source\Builder\Main.cpp
介绍常见设计模式的解析和实现\Source\ChainOfResponsibility\ChainOfResponsibility.cpp
介绍常见设计模式的解析和实现\Source\ChainOfResponsibility\ChainOfResponsibility.h
介绍常见设计模式的解析和实现\Source\ChainOfResponsibility\Main.cpp
介绍常见设计模式的解析和实现\Source\Command\Command.cpp
介绍常见设计模式的解析和实现\Source\Command\Command.h
介绍常见设计模式的解析和实现\Source\Command\Main.cpp
介绍常见设计模式的解析和实现\Source\Composite\Composite.cpp
介绍常见设计模式的解析和实现\Source\Composite\Composite.h
介绍常见设计模式的解析和实现\Source\Composite\Main.cpp
介绍常见设计模式的解析和实现\Source\Decorator\Decorator.cpp
介绍常见设计模式的解析和实现\Source\Decorator\Decorator.h
介绍常见设计模式的解析和实现\Source\Decorator\Main.cpp
介绍常见设计模式的解析和实现\Source\Factory\Factory.cpp
介绍常见设计模式的解析和实现\Source\Factory\Factory.h
介绍常见设计模式的解析和实现\Source\Factory\Main.cpp
介绍常见设计模式的解析和实现\Source\FlyWeight\FlyWeight.cpp
介绍常见设计模式的解析和实现\Source\FlyWeight\FlyWeight.h
介绍常见设计模式的解析和实现\Source\FlyWeight\Main.cpp
(1. Resolution and Implementation of Common Design Patterns (C) - Factory Pattern 2, Resolution and Implementation of Common Design Patterns (C) - AbstractFactory Pattern 3, Resolution and Implementation of Common Design Patterns (C) - Builder Pattern 4, Resolution and Implementation of Common Design Patterns (C) - Prototype Pattern 5, Resolution and Implementation of Common Design Patterns (C) - Singleton Pattern 6 Resolution and Implementation of Common Design Patterns (C) 6 - Adapt Pattern 7, Resolution and Implementation of Common Design Patterns (C) 7 - Bridge Pattern 8, Resolution and Implementation of Common Design Patterns (C) 8 - Composite Pattern... Each design pattern has detailed functions, sentence explanations and diagrams, and is attached with the source code of each design pattern. It is helpful for architecture design and structure design.
Explain the analysis and implementation of common design patternsSourceAbstractFactoryAbstractFactory.cpp
Explain the analysis and implementation of common design patternsSourceAbstractFactoryAbstractFactory. h
Explain the analysis and implementation of common design patternsSourceAbstractFactoryMain.cpp
Introduce the analysis and implementation of common design patternsSourceAdapterAdapter.cpp
Explain the analysis and implementation of common design patternsSourceAdapterAdapter. h
Explain the analysis and implementation of common design patternsSourceAdapterMain.cpp
Explain the analysis and implementation of common design patternsSourceBrigeBrige.cpp
Explain the analysis and implementation of common design patternsSourceBrigeBrige. h
Explain the analysis and implementation of common design patternsSourceBrigeMain.cpp
Explain the analysis and implementation of common design patternsSourceBuilderBuilder.cpp
Explain the analysis and implementation of common design patternsSourceBuilderBuilder. h
Explain the analysis and implementation of common design patternsSourceBuilderMain.cpp
Explain the analysis and implementation of common design patternsSourceChainOfResponsibility.cpp
Explain the analysis and implementation of common design patternsSourceChainOfResponsibilityChainOfResponsibility. h
Explain the analysis and implementation of common design patternsSourceChainOfResponsibilityMain.cpp
Explain the analysis and implementation of common design patternsSourceCommandCommand.cpp
Explain the analysis and implementation of common design patternsSourceCommandCommand. h
Explain the analysis and implementation of common design patternsSourceCommandMain.cpp
Explain the analysis and implementation of common design patternsSourceCompositeComposite.cpp
Explain the analysis and implementation of common design patternsSourceCompositeComposite. h
Explain the analysis and implementation of common design patternsSourceCompositeMain.cpp
Explain the analysis and implementation of common design patternsSourceDecoratorDecorator.cpp
Explain the analysis and implementation of common design patternsSourceDecoratorDecorator. h
Explain the analysis and implementation of common design patternsSourceDecoratorMain.cpp
Explain the analysis and implementation of common design patternsSourceFactoryFactory.cpp
Explain the analysis and implementation of common design patternsSourceFactoryFactory. h
Explain the analysis and implementation of common design patternsSourceFactoryMain.cpp
Explain the analysis and implementation of common design patternsSourceFlyWeightFlyWeight.cpp
Explain the analysis and implementation of common design patternsSourceFlyWeightFlyWeight. h
Explain the analysis and implementation of common design patternsSourceFlyWeightMain.cpp)
页:
[1]