搜索资源列表
Bridge
- 设计模式中桥模式的一个例程 C++编写 看了代码对理解桥模式有很大帮助
OOAD
- OOAD课件 1_绪论 2_面向对象的分析技术 3_UML用例图(Use Case) 4_UML类图 5_UML交互图、状态图、包图 6_OOA案例 7_面向对象的设计 8_人机交互设计 9_控制器驱动部分设计 10_数据管理部分的设计 11_构件及其部署的设计 12_面向对象概念的编程实现 13_设计模式-Introduction to OOAD 1_ 2_ courseware object-oriented analysis 3_UML
duck
- HeadFirset设计模式 C++例程-HeadFirst DisignPattern C++ Code
Singleton
- 设计模式之单例模式,完整程序,可以直接运行。-The singleton design pattern, complete program, can be directly run.
PatternShow
- 设计模式的案例,目前已经有观察者模式,单例模式,指挥者模式,抽象工厂模式的案例。只要您给力,我会继续完善!-The case of design patterns, there are already Observer pattern, Singleton, conductor patterns, the case of the abstract factory pattern. As long as you give power, I will continue to improve!
Designpatterns
- C#设计模式源码:简单工厂,工厂方法,单例(Singleton)模式-Design patterns source
DesignPattern
- 《大话设计模式》之一: C++实现源码,主要包括: 1、简单工厂模式 2、工厂方法模式(提供通用实现方法,可以直接复用) 3、抽象工厂模式(利用反射,并提供反射源码,可以直接拿来复用) 4、迭代器模式 5、单例模式(支持线程安全) 6、状态模式(游戏中常用模式) 7、策略模式 8、模板方法模式 9、责任链模式 10、装饰模式-hello world
ccSingleton
- 23种设计模式中的单例模式,在原有的基础,将其做成模板,这样可以传任意类型,从而生成单例-23 kinds of design patterns in single-case mode, the original basis, made a template so you can pass any type to produce a single case
ranSelect
- C#四种方式实现对用户操作响应灵敏及可动态更新的窗体控件及其对比 随机抽奖应用为例 开发环境vs2010 timer,backGroundWorker,多线程,委托四种方式的对比: 1.4种方式都可以实现要求 可谓条条大路通罗马 2.多线程和委托需要强行禁用CheckForIllegalCrossThreadCalls,有可能存在运行安全问题,但目前还没遇到 3.timer的源代码最少最简单 其次是多线程 4.委托本质上还是要用到多线程 区别在于委托是
singleton
- VC++实现设计模式的单例,很好的学习资料-VC++ singleton design patterns, good learning materials
drinkremedy
- 1.关于软件:.NET开源代码,收录药酒方略950例; 2.OPOT设计模式,CAR安装方法 系统自带防止SQL注入功能,查询响应迅速。-1 Software:.NET open source code, included 950 cases of wine strategy The 2.OPOT design pattern, CAR installation method system comes to prevent SQL injection function, query
SingleTonDemo
- 单例模式的一个例子,主要为实现让用户无法同时打开两个窗体的一个设计模式-An example of the singleton pattern, so that users can not open at the same time the two form a design pattern to achieve
Singleton
- 设计模式单例模式的实现,通过维护一个 static 的成员变量来记录这个唯一的对象实例-Design pattern of Singleton Pattern
singleton
- 多线程环境下单例设计模式的C++和java实现-Multi-threaded environment C++ Singleton design pattern and java realization
Facade-pattern
- 经典设计模式中的外观模式,代码以股票为例介绍了外观设计模式-Classic design mode facade pattern, an example to introduce the code to share design patterns
SingletonTest31
- java 源码 单例设计模式 抽象 解耦-java code Singleton
Singleton
- C#设计模式的3种单例类,1,饥饿型单例设计模式,双重检查锁定设计模式3,懒汉式单例设计模式.-Three single case of C# design pattern。1, the hungry type singleton class 2, double checked locking, 3, cases of class type single idler
Decorator
- 设计模式中的装饰模式小例程,能够帮助初学者较好的利姐装饰模式-Design pattern decorative pattern small routines that can help beginners a good profit sister decorative pattern
DesignPattern-Adapter+Bridge
- 使用C#语言演示适配器模式和桥接模式。 绝对原创!(Demo code for Adapter pattern and Bridge pattern with C#.)
Singleton
- 实现单例设计模式中的饿汉模式和懒汉模式,以及测试(Implementation of the singleton design pattern in hunger mode and idle mode, and test)