搜索资源列表
Singleton
- 设计模式之单例模式,完整程序,可以直接运行。-The singleton design pattern, complete program, can be directly run.
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
TsAnaylze
- 一个机遇mfc的界面框架demo,代码中尝试了使用工厂模式,单例模式,以及经典的设计原则。-An opportunity mfc interface framework demo, the code attempts to use the factory pattern, singleton pattern, and the classic design principles.
Singleton
- 设计模式单例模式的实现,通过维护一个 static 的成员变量来记录这个唯一的对象实例-Design pattern of Singleton Pattern
SingletonTest31
- java 源码 单例设计模式 抽象 解耦-java code Singleton
Decorator
- 设计模式中的装饰模式小例程,能够帮助初学者较好的利姐装饰模式-Design pattern decorative pattern small routines that can help beginners a good profit sister decorative pattern
fenglie_v51
- 模式识别中的bayes判别分析算法,粒子图像分割及匹配均为自行编制的子例程,是小学期课程设计的题目。- Pattern Recognition bayes discriminant analysis algorithm, Particle image segmentation and matching subroutines themselves are prepared, Is the topic of the elementary school stage curriculum design
state
- 用java实现的设计模式小程序,应用了状态模式、单例模式、抽象工厂模式,模拟的是简单的红绿交通信号灯系统。绿灯10秒,黄灯3秒,红灯10秒,三种状态之间相互循环切换。-Use java to implement a little program,it use state module,single module and abstract factory module,it imitate the traffic signal light.
Singleton
- 实现单例设计模式中的饿汉模式和懒汉模式,以及测试(Implementation of the singleton design pattern in hunger mode and idle mode, and test)