搜索资源列表
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
PrintWebSite
- 印刷报价网站源码 用于计算印刷费用的小网站.用jquery实现前台一些特效,利用ajax生成订单.. 印刷参数在数据库中..利用单例模式-failed to translate
Singleton
- 设计模式之单例模式,完整程序,可以直接运行。-The singleton design pattern, complete program, can be directly run.
03-Singleton
- 单例模式,也就是说,一个应用程序在任何时机都只有一个实例在运行。-Singleton, that is, an application at any time only one instance running.
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
Singleton
- vs2008中单例模式的实现和注意事项,vs2008-vs2008 mode implementation of a single case and Notes, vs2008
CPPSingleton
- C++单例模式也称为单件模式、单子模式。使用单例模式,保证一个类仅有一个实例-C++ singleton pattern is also known as single mode, list mode. Using single-case model to ensure only one instance of a class
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
- 单例模式,使用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
SingletonTest31
- java 源码 单例设计模式 抽象 解耦-java code Singleton
singleton
- 雷达信号处理系统框架中的单例模式的实现代码,并且通过测试实现框架功能-singleton mode
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)
SingletonTest
- java程序开发单例模式举例,通过示例程序演示单例模式的应用(Java program development examples of single example, through the example of the program to demonstrate the application of singleton mode)
3-ADC
- 此程序使用单次转换模式,读取电位计VAR1(AN7)当前的电压值,ADC转换结束后,读取存放于ADC_DAT中的转换结果。另外,通过LED直观的显示其转换结果,即旋转电位计可观察到LED灯的变化。(This function initializes the microcontroller. It is assumed that the SFRs are in their reset state.)