搜索资源列表
hospital_system1456
- 医院门诊查询系统 单例模式设计;系统自带的日志记录系统; 清晰简明的系统页面设计;应用软件工程思想;-hospital out-patient inquiry system with single mode design; System onboard log records system; clear concise system design pages; Application software engineering thinking;
erhan
- java程序实现的通俗易懂的饿汉式单例模式的实现代码
zhiyun2.0
- 本系统基于java平台,采用设计模式:mvc(模型--视图--控制),基于接口与接口实现类,工厂模式和抽象工厂模式,单例模式,充分把系统解耦,采用的技术:jsp+javabean+struts+hibernate,数据库:mysql struts采用struts 1.2 版本,mysql采用mysql5.0, hibernate采用hibernate3.1 系统特色: 1,栏目无限级分类,形成树型结构,可以随意增加,修改,移动,删除栏目,移动或删除栏目的同时系统自动移动或删除其
adsf
- C#单例模式
XMLReader
- 对自定义XML文件的读、写、修改、删除操作,加入简单类工厂和单例模式,便于扩展。打包成DLL,EX为测试项-XML documents to read, write, modify, delete operations, adding a simple type of plant and single-case model, convenient for extension. Packaged into a DLL, EX test items
TC35GSMTest
- 1.串口连接短信猫后,依次选择串口、点击“开始”、点击“SMSCAddr”,填写手机号码和短信内容后,点击“Send”按钮发送短信。 2.源码可用于研究短信猫的AT指令,PDU编码格式,其中SMSInfo.cs 和 CodingHelper.cs 两个文件是研究PDU编码的关键类 3.整个工程使用了单例模式、委托等技术,编程风格很好,也值得刚毕业的人学习。-1. Serial connection messages after a cat, followed by choice of s
XMLReaderDragon
- 对自定义XML文件的读、写、修改、删除操作,加入简单类工厂和单例模式,便于扩展。打包成DLL,EX为测试项-XML documents to read, write, modify, delete operations, adding a simple type of plant and single-case model, convenient for extension. Packaged into a DLL, EX test items
Shopping
- 网上商城,设计模式单例模式,分类,分页显示实现。ajax等技术-Online Shopping Mall, design patterns Singleton pattern, classification and display of paging. ajax technologies
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.
ThreadSecurity-singleton-model
- 线程安全的单例模式,完成封装好了,可以直接调用,里面还有使用说明文档。-Thread-safe singleton pattern, complete the package OK, you can be called directly, there is also used documentation.
singleton
- 单例模式的实现方法,只需继承这个基类就好了。-Singleton s good realization
xiangqiyouxi
- C# 游戏国际象棋游戏,面向对象的方法设计,采用了工厂方法,单例模式-C# game chess game, the object-oriented approach to design, using a factory method, singleton
PatternShow
- 设计模式的案例,目前已经有观察者模式,单例模式,指挥者模式,抽象工厂模式的案例。只要您给力,我会继续完善!-The case of design patterns, there are already Observer pattern, Singleton, conductor patterns, the case of the abstract factory pattern. As long as you give power, I will continue to improve!
chatting
- 一个简单的聊天系统的实现,其中还运用了设计模式中的经典思想,如观察者模式和单例模式等。-A simple chat system, which also use the classic idea of design patterns, such as the Observer pattern and singleton.
03-Singleton
- 单例模式,也就是说,一个应用程序在任何时机都只有一个实例在运行。-Singleton, that is, an application at any time only one instance running.
DesignPattern
- 《大话设计模式》之一: C++实现源码,主要包括: 1、简单工厂模式 2、工厂方法模式(提供通用实现方法,可以直接复用) 3、抽象工厂模式(利用反射,并提供反射源码,可以直接拿来复用) 4、迭代器模式 5、单例模式(支持线程安全) 6、状态模式(游戏中常用模式) 7、策略模式 8、模板方法模式 9、责任链模式 10、装饰模式-hello world
MySingleton
- 单例(懒汉模式),不担心内存释放问题,不会重复new对象。(singleton (lazy)mode)
单例模式
- 单例模式确保某个类只有一个实例,而且自行实例化并向整个系统提供这个实例。(Singleton patterns ensure that a class has only one instance, and instantiate itself and provide the whole system with this instance.)