搜索资源列表
Singleton.Zip
- 压缩包中是一个用来实现C++设计模式中模式Singleton的一种实现。内容详细,通过实例更容易学习此模式的使用。-compression package is used to achieve a design model C Singleton as a model to achieve. Details of the content, easy to learn more examples of this mode of use.
Logger.h
- 一个日志工具,Logger is the tool for logging. It is an singleton, and only one instance in one application.
C++Singleton
- VC++Singleton windows 环境平台
Java 设计模式实现代码工程
- 常见的设计模式具体代码实现,如,适配器模式、state ,strategy, builder ,composite ,singleton ,factory method, abstract method等等。十分具有指导意义,由本人亲自操作编写。
sample3.rar
- 非比寻常的超级记事本 1.日历控件的使用 2.托盘技术 3.开机后应用程序自动启动 4.非模态对话框的创建和关闭 5.Singleton类的使用 6.文件的读写 7.弹出式菜单的创建,Super extraordinary Notepad 1. Control the use of the calendar 2. Trays technology 3. Boot automatically activated after the application 4. Modeless di
SI1
- SI1 M-file for SI1.fig SI1, by itself, creates a new SI1 or raises the existing singleton*. J = SI1 returns the handle to a new SI1 or the handle to the existing singleton*. SI1( CALLBACK ,hObject,eventData,handles,...) calls the loca
imphasor0
- IMPHASOR0 M-file for imphasor0.fig IMPHASOR0, by itself, creates a new IMPHASOR0 or raises the existing singleton*. H = IMPHASOR0 returns the handle to a new IMPHASOR0 or the handle to the existing singleton*. IMPHASOR0( Proper
SigletonPattern
- Singleton设计模式是一个非常有用的机制,可用于在面向对象的应用程序中提供单个访问点-Singleton design pattern is a very useful mechanism that can be used in object-oriented application that provides a single access point
Delphi-Singleton
- delphi 单例模式 设计模式中的单例模式 与其他语言相似-delphi singleton
singleton
- Singleton Design Pattern make use of it
Singleton
- 单例模式,苹果开发程序,要是学习的苹果开发,就知道什么意思啦!-Singleton, Apple Developer Program, if Apple developers to learn, you know what that means it!
SingletonClass_Demo
- Singleton Pattern Class for Easy and Fast Development of Delphi Applications.
LabVIEWOrientDesign
- LabVIEW开发技术丛书 LabVIEW 面向对象设计 目 录 适配器模式 1-4 建造者模式 5-10 单例模式 11-14 原型模式 15-19 简单工厂模式 20-23-LabVIEW Development Technical Series LabVIEW Object-Oriented Design Table of Contents Adapter mode 1-4 Builder mode 5-10 Singleton patter
SingletonClass
- Singleton例子,怎样在view controller之间分享变量-singleton example
SingletonDemo
- java code describibg singleton factory pattern
单例模式
- 单例模式确保某个类只有一个实例,而且自行实例化并向整个系统提供这个实例。(Singleton patterns ensure that a class has only one instance, and instantiate itself and provide the whole system with this instance.)