CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - 单例设计

搜索资源列表

  1. hospital_system1456

    0下载:
  2. 医院门诊查询系统 单例模式设计;系统自带的日志记录系统; 清晰简明的系统页面设计;应用软件工程思想;-hospital out-patient inquiry system with single mode design; System onboard log records system; clear concise system design pages; Application software engineering thinking;
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:656.15kb
    • 提供者:罗楷
  1. zhiyun2.0

    0下载:
  2. 本系统基于java平台,采用设计模式:mvc(模型--视图--控制),基于接口与接口实现类,工厂模式和抽象工厂模式,单例模式,充分把系统解耦,采用的技术:jsp+javabean+struts+hibernate,数据库:mysql struts采用struts 1.2 版本,mysql采用mysql5.0, hibernate采用hibernate3.1 系统特色: 1,栏目无限级分类,形成树型结构,可以随意增加,修改,移动,删除栏目,移动或删除栏目的同时系统自动移动或删除其
  3. 所属分类:OA系统

    • 发布日期:2008-10-13
    • 文件大小:8.68mb
    • 提供者:王非
  1. 1FloatMenu

    0下载:
  2. 本算例设计了一个浮动的菜单,用户在单击工具按钮时,能够弹出一个浮动的菜单-An example of the design of a floating menu, users click the Tools button, to pop up a floating menu
  3. 所属分类:OS Develop

    • 发布日期:2017-04-05
    • 文件大小:45.92kb
    • 提供者:zhoust07
  1. Shopping

    0下载:
  2. 网上商城,设计模式单例模式,分类,分页显示实现。ajax等技术-Online Shopping Mall, design patterns Singleton pattern, classification and display of paging. ajax technologies
  3. 所属分类:Web Server

    • 发布日期:2017-05-18
    • 文件大小:4.61mb
    • 提供者:li
  1. WIN32_BALLv3.2

    1下载:
  2. 纯win32 环境加GDI, 模拟以前FC游戏 弹球(pinball) 开发的一款小游戏. 其中使用到单例设计模式, STL常用用法等, 代码共2k 行左右, 仅供游戏开发初学者参考.-Pure win32 environment, plus GDI, simulated game before the FC pinball (pinball) the development of a game. Cases in which the use of design patterns into a
  3. 所属分类:Other Games

    • 发布日期:2017-03-31
    • 文件大小:53.59kb
    • 提供者:林祥
  1. Singleton

    0下载:
  2. 设计模式之单例模式,完整程序,可以直接运行。-The singleton design pattern, complete program, can be directly run.
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-02
    • 文件大小:538.24kb
    • 提供者:lihong
  1. Simple2DMapEditor

    0下载:
  2. 2D地图编辑器 采用MFC架构即单例的设计模式-2D地图编辑器 MFC架构
  3. 所属分类:2D Graphic

    • 发布日期:2017-06-02
    • 文件大小:14.05mb
    • 提供者:cc
  1. xiangqiyouxi

    0下载:
  2. C# 游戏国际象棋游戏,面向对象的方法设计,采用了工厂方法,单例模式-C# game chess game, the object-oriented approach to design, using a factory method, singleton
  3. 所属分类:Chess Poker games

    • 发布日期:2017-03-28
    • 文件大小:128.78kb
    • 提供者:向雄
  1. PatternShow

    0下载:
  2. 设计模式的案例,目前已经有观察者模式,单例模式,指挥者模式,抽象工厂模式的案例。只要您给力,我会继续完善!-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!
  3. 所属分类:CSharp

    • 发布日期:2017-04-07
    • 文件大小:170.33kb
    • 提供者:刘文壮
  1. chatting

    0下载:
  2. 一个简单的聊天系统的实现,其中还运用了设计模式中的经典思想,如观察者模式和单例模式等。-A simple chat system, which also use the classic idea of design patterns, such as the Observer pattern and singleton.
  3. 所属分类:ICQ-IM-Chat

    • 发布日期:2017-04-04
    • 文件大小:11.52kb
    • 提供者:jude
  1. Designpatterns

    0下载:
  2. C#设计模式源码:简单工厂,工厂方法,单例(Singleton)模式-Design patterns source
  3. 所属分类:CSharp

    • 发布日期:2017-04-04
    • 文件大小:798.08kb
    • 提供者:vkfeng
  1. DesignPattern

    0下载:
  2. 《大话设计模式》之一: C++实现源码,主要包括: 1、简单工厂模式 2、工厂方法模式(提供通用实现方法,可以直接复用) 3、抽象工厂模式(利用反射,并提供反射源码,可以直接拿来复用) 4、迭代器模式 5、单例模式(支持线程安全) 6、状态模式(游戏中常用模式) 7、策略模式 8、模板方法模式 9、责任链模式 10、装饰模式-hello world
  3. 所属分类:Console

    • 发布日期:2017-04-07
    • 文件大小:73.85kb
    • 提供者:
  1. ccSingleton

    0下载:
  2. 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
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-10
    • 文件大小:974byte
    • 提供者:daxia
  1. singleton

    0下载:
  2. VC++实现设计模式的单例,很好的学习资料-VC++ singleton design patterns, good learning materials
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-24
    • 文件大小:562.92kb
    • 提供者:徐盼盼
  1. Delphi-Singleton

    0下载:
  2. delphi 单例模式 设计模式中的单例模式 与其他语言相似-delphi singleton
  3. 所属分类:Delphi VCL

    • 发布日期:2017-12-03
    • 文件大小:476.98kb
    • 提供者:hongquan.zhang
  1. SingleTonDemo

    0下载:
  2. 单例模式的一个例子,主要为实现让用户无法同时打开两个窗体的一个设计模式-An example of the singleton pattern, so that users can not open at the same time the two form a design pattern to achieve
  3. 所属分类:GUI Develop

    • 发布日期:2017-12-04
    • 文件大小:45.8kb
    • 提供者:tangzhufeng
  1. SingletonTest31

    0下载:
  2. java 源码 单例设计模式 抽象 解耦-java code Singleton
  3. 所属分类:Other systems

    • 发布日期:2017-04-15
    • 文件大小:5.17kb
    • 提供者:山西
  1. Singleton

    0下载:
  2. 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
  3. 所属分类:CSharp

    • 发布日期:2017-04-29
    • 文件大小:28.16kb
    • 提供者:邓喆
  1. SingleDesignCPP

    0下载:
  2. 自己写的单例设计模式,C++实现,直接贴代码就行,非常有参考价值。-One example of their own design patterns, C++ implementation, the code directly on the line, a very valuable reference.
  3. 所属分类:Console

    • 发布日期:2017-04-30
    • 文件大小:270.51kb
    • 提供者:lijin
  1. Singleton

    0下载:
  2. 实现单例设计模式中的饿汉模式和懒汉模式,以及测试(Implementation of the singleton design pattern in hunger mode and idle mode, and test)
  3. 所属分类:其他

    • 发布日期:2017-12-31
    • 文件大小:1kb
    • 提供者:飞龙字天
« 12 3 »
搜珍网 www.dssz.com