搜索资源列表
LCD20070109
- 基于三星S6B0741芯片的LCD,LCD型号为LM9033A。单3.3V电压,有并行和串行通讯模式,串行通讯只需5个IO,所以使用起是来很方便。本例用ATmega16驱动,串行连接,WINAVR C语言编程。在此贴出程序,希望能给大家一些帮助-based on the chip Samsung S6B0741 LCD, LCD models LM9033A. Single 3.3 V voltage, parallel and ser
Singleton
- 单例模式的准确实现,本程序是用C++实现的设计模式中的一个模式, 功能介绍简单,明了
DesignPattern
- 设计模式C#描述之——简单工厂模式、抽象工厂模式、单例与多例模式 设计模式C#描述之——简单工厂模式
Singleton
- 单例模式的准确实现,本程序是用C++实现的设计模式中的一个模式, 功能介绍简单,明了-Example model of a single accurate realize that this procedure is used C++ Realize the design mode of a model function introduce simple, straightforward
DesignPattern
- 设计模式C#描述之——简单工厂模式、抽象工厂模式、单例与多例模式 设计模式C#描述之——简单工厂模式-Design Pattern C# Described- a simple factory pattern, abstract factory pattern, single cases and multi-mode design model Example C# Described- Simple Factory Pattern
xiangqiyouxi
- C# 游戏国际象棋游戏,面向对象的方法设计,采用了工厂方法,单例模式-C# game chess game, the object-oriented approach to design, using a factory method, singleton
Designpatterns
- C#设计模式源码:简单工厂,工厂方法,单例(Singleton)模式-Design patterns source
DesignPattern
- 《大话设计模式》之一: C++实现源码,主要包括: 1、简单工厂模式 2、工厂方法模式(提供通用实现方法,可以直接复用) 3、抽象工厂模式(利用反射,并提供反射源码,可以直接拿来复用) 4、迭代器模式 5、单例模式(支持线程安全) 6、状态模式(游戏中常用模式) 7、策略模式 8、模板方法模式 9、责任链模式 10、装饰模式-hello world
danlimoshi
- 采用C#,通过一个父窗口和子窗口展示单例模式是如何实现的-C#, the single case of a parent window and child window display mode is how to achieve
Singleton
- 设计模式中的单例模式,比较好的例子,希望大家喜欢-Singleton for c#,is a good example for learning
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
library-manage-system
- 图书馆管理信息系统:本系统采用C/S架构,运用单例模式,采用皮肤文件美化界面,集数据库、网络通信模块于一身(MFC实现)。 客户端提供本馆、局域网内其他各馆图书查询,读者可向服务器发送注册信息登陆,查看当前借阅记录以及借阅历史,同时可查看读者信息以及修改读者登陆密码。 服务器端提供处理客户端注册信息、以及跨馆图书查询信息。此外,完成各项包括借书还书,添加书本、读者、管理员信息,同时可以删除读者信息、修改当前管理员登陆密码。-
967645
- 单例模式与观察者模式,C#编程练习源码,很好的学习资料。-The singleton pattern and observer pattern, C# programming exercises the source code, very good learning materials.
single
- 一个c#模式的其中一种单例模式的例子 在网上找的,大家可以看看 ,挺简单的 -A c# mode of one of the examples of singleton pattern to find on the Internet, you can see, pretty simple
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
- 设计模式中的单例模式,用C++builder语言实现,在hpp文件中有说明了一个类,和相应的调用方法-Singleton design pattern model, with C++ builder language, there are instructions in hpp file a class, and corresponding method invocation
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
Singleton
- 设计模式中的单例模式 Singleton 还有桥接模式 c++代码实现-Design pattern Singleton pattern Singleton c++ code! ! ! !
SingleDesignCPP
- 自己写的单例设计模式,C++实现,直接贴代码就行,非常有参考价值。-One example of their own design patterns, C++ implementation, the code directly on the line, a very valuable reference.
MySingleton
- 单例(懒汉模式),不担心内存释放问题,不会重复new对象。(singleton (lazy)mode)