搜索资源列表
Singleton模式
- 设计模式的VC例子,可以用于学习设计模式。我自己觉得很有用。这个是Build模式-design patterns VC example, can be used to study design patterns. I feel very useful. This is the Build Model
[p]singleton.eg
- 入门演示GOF初级模式经典的单态演示,但是是用pascal语言来实现,同时演示如何轻量级快速编译pascal小程序-GOF primary mode of entry-demo monomorphism classic presentation, but is pascal language to achieve, at the same time demonstrate how fast compiler pascal lightweight applet
singleton
- 设计模式中单件类的例子,用VC++开发,有源码和可执行程序,直接编译运行。是根据李建忠的设计模式讲义编写的例子,对初学设计模式的人很有帮助。-Design Patterns in a single category of examples, using VC++ development, there is source code and executable programs, run the compiler directly. LI Jian-zhong design is based on
sample3
- 日历控件的使用,托盘技术,应用程序自启动,Singleton类的使用等-Control the use of the calendar, tray technology, applications, self-starting, Singleton and other types of use
ISingleton
- my singleton patten interface
singleton
- sample code for learn how to use the sigleton
SingletonDLLDemo
- 在dll中使用单例模式,注意在dll中导出单例模式时不要用继承的方式实现singleton-Dll to use in the Singleton pattern, pay attention to cases in the dll to export a single mode of inheritance will not be achieved with the singleton
singleton
- Simple singleton class (sharing main object in many others objects).
Singleton
- 设计模式之单例模式,完整程序,可以直接运行。-The singleton design pattern, complete program, can be directly run.
TestSingleton
- 单件模式C++版,设计中非常重要的一种设计模式。-Singleton Application。
03-Singleton
- 单例模式,也就是说,一个应用程序在任何时机都只有一个实例在运行。-Singleton, that is, an application at any time only one instance running.
SingleTon
- vs2008下单键类singleton的c++实现与说明-vs2008 the single bond class singleton c++ under achieve and Descr iption
singleton
- 用C++实现简单的单例模型,逐步了解-An implementation of singleton model,in order to learn OO
Singleton
- 实现singleton模式,只能创建一个实例-Implement singleton pattern can only create an instance of
Generic-Singleton
- Generic Multi-Thread Singleton Design-Pattern for VC6project 泛型多线程单件模式 VC6例程-Generic Multi-Thread Singleton Design-Pattern for VC6project
Singleton
- 单例模式,使用C++语言实现单例模式的几种情形,即懒汉式单例模式和饿汉式单例模式-Singleton pattern, the use of c++ language to implement several cases of the singleton pattern, namely LanHanShi singleton pattern and singleton pattern of the hungry
Singleton
- 设计模式单例模式的实现,通过维护一个 static 的成员变量来记录这个唯一的对象实例-Design pattern of Singleton Pattern
singleton
- 雷达信号处理系统框架中的单例模式的实现代码,并且通过测试实现框架功能-singleton mode
Singleton
- 实现单例设计模式中的饿汉模式和懒汉模式,以及测试(Implementation of the singleton design pattern in hunger mode and idle mode, and test)
SingletonTest
- java程序开发单例模式举例,通过示例程序演示单例模式的应用(Java program development examples of single example, through the example of the program to demonstrate the application of singleton mode)
