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

搜索资源列表

  1. singleton

    0下载:
  2. 单态模式实例程序,对于深入理解设计模式很有帮助-Examples of single-state model program, in great detail
  3. 所属分类:Java Develop

    • 发布日期:2017-04-24
    • 文件大小:11780
    • 提供者:lige
  1. imageCorrectForm

    1下载:
  2. 建立几何畸变模型,实现畸变矫正。通过获取模板图像的坐标值,求取变换模型参数,求出变换多项式的系数。-IMAGECORRECT M-file for imageCorrect.fig IMAGECORRECT, by itself, creates a new IMAGECORRECT or raises the existing singleton*.
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-04
    • 文件大小:56500
    • 提供者:李海
  1. TrainingSystem

    0下载:
  2. 企业训练管理系统。程序的技术亮点包括:1、在主对话框上进行不同自对话框之间的切换;2、使用VC++播放Flash文件;3、在VC++中使用MFC ODBC技术访问Access数据库;4、为数据库中的每一个表映射一个记录集类;5、Singleton类的使用;6、使用VC++直接发送Email-Enterprise Training Management System. Program' s technical highlights include: 1, in the main dialog
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-19
    • 文件大小:5296838
    • 提供者:ZhouLi
  1. UltraMsgPlatform

    0下载:
  2. 局域网内快乐的聊天室。技术亮点包括:1、类似QQ功能的对话框,通过拖动鼠标可以隐藏和显示主界面对话框;2、WinSocket编程;3、彩色按钮;4、类似QQ的闪动图标;5、Singleton类的使用;6、文件的读写-LAN happy chat room. Technical highlights include: 1, similar to the QQ function dialog box, by dragging the mouse you can hide and show the m
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-09
    • 文件大小:1203962
    • 提供者:ZhouLi
  1. 03-Singleton

    0下载:
  2. Windows via C++ Code
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-15
    • 文件大小:6263
    • 提供者:chengziao
  1. SingletonMDI

    0下载:
  2. An easy way to use the Singleton pattern with MDI
  3. 所属分类:.net

    • 发布日期:2017-04-11
    • 文件大小:979
    • 提供者:bvij
  1. javapatterns

    0下载:
  2. 里面包含了23中设计模式源代码,其中包括工厂模式(Factory)、单例(Singleton)、观察者模式(Observer)、适配器模式-Which contains 23 design patterns in source code, including the factory pattern (Factory), Singleton (Singleton), Observer pattern (Observer), Adapter
  3. 所属分类:Java Develop

    • 发布日期:2017-04-16
    • 文件大小:296999
    • 提供者:萤火虫
  1. wzzgui1

    0下载:
  2. GUI界面设计,实现GUI部分交互功能,对GUI功能界面的处理会有更深入的处理.-WZZGUI1, by itself, creates a new WZZGUI1 or raises the existing singleton.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-08
    • 文件大小:1232
    • 提供者:陈阳
  1. DesignPatterns

    0下载:
  2. 根据设计模式精讲那本书总结出几种最常用的设计模式,(observer,proxy,prototype等)并将其用代码实现,其中将factory 和singleton 很好结合。-According to the book Design Patterns Jingjiang summarizes several most commonly used design pattern in which the combination of factory and singleton very good.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-08
    • 文件大小:24161
    • 提供者:yulongying
  1. RayTracingandSamples

    0下载:
  2. RAYTRACING, by itself, creates a new RAYTRACING or raises the existing singleton-RAYTRACING, by itself, creates a new RAYTRACING or raises the existing singleton
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:61549
    • 提供者:anxue zhang
  1. PhoenixSingletonPattern

    0下载:
  2. 本代码实际上实现的是不死鸟模式(The Phoenix Singleton),所谓不死鸟,就跟一辉一样可以死而复生。 Phoenix Singleton仅能用于无状态的Singleton-Phoenix Singleton
  3. 所属分类:Project Design

    • 发布日期:2017-04-02
    • 文件大小:586
    • 提供者:ocree
  1. Hip-HopZone

    0下载:
  2. 这是第二期期中答辩的项目 也奉献下 适用于JSP/serverlet初学者 是一个论坛模式的网站 里面有板块的创建和权限的管理 单例模式的-This is the second defense of the project period under the offer also applies to JSP/serverlet beginner mode is a forum site which has plate creation and rights management Singleto
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-05-16
    • 文件大小:4606650
    • 提供者:Jarnon
  1. 23kindsofDesignPattern(Cpp)

    0下载:
  2. 系统介绍了23钟设计模式,从singleton模式开始将起,很完整,看了很有收获。-System design patterns introduced 23 minutes from the singleton pattern began, the very complete and looked great harvest.
  3. 所属分类:software engineering

    • 发布日期:2017-05-07
    • 文件大小:1349364
    • 提供者:王强
  1. SingletonPattern

    0下载:
  2. Java实现的单例模式,这是Gof中常用的模式之一。经典。-Java implementation of the singleton pattern, which is one of the patterns commonly used in Gof. Classic.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-07
    • 文件大小:571
    • 提供者:lixiao
  1. 006Singleton

    0下载:
  2. Singleton模式 设计模式 单体模式 源码-Singleton design pattern mode single mode source
  3. 所属分类:software engineering

    • 发布日期:2017-04-15
    • 文件大小:7519
    • 提供者:弘扬
  1. model_singleton

    0下载:
  2. singleton c++ how to do -singleton c++ how to do .......
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-11
    • 文件大小:2297192
    • 提供者:tototati
  1. recordtool

    0下载:
  2. RECORDTOOL, by itself, creates a new RECORDTOOL or raises the existing singleton*.- RECORDTOOL, by itself, creates a new RECORDTOOL or raises the existing singleton*.
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1798
    • 提供者:vo thanh liem
  1. pop

    0下载:
  2. 基于json的服务端,model是业务逻辑模型,entity里面是实体类,service是服务器服务,业务逻辑模型是单例模式的,使用getInstant()静态方法获取,通讯端口默认是8010-Json-based service side, model is the business logic model, entity which is the entity class, service is the server service, business logic model is a si
  3. 所属分类:JavaScript

    • 发布日期:2017-05-04
    • 文件大小:1491440
    • 提供者:沈冠雄
  1. design

    0下载:
  2. 自己弄的一个PPT,介绍设计模式中的单例模式,简单工厂模式和抽象工厂模式,包含源码-Get yourself a PPT, introduced Singleton design pattern in the model, a simple abstract factory pattern and factory pattern, including source code
  3. 所属分类:Java Develop

    • 发布日期:2017-04-10
    • 文件大小:1147806
    • 提供者:lizhurong
  1. singletonsessionbean

    0下载:
  2. J2EE中使用singleton session bean技术的样例代码,包含完整工程可以部署到任何兼容J2EE标准的服务器上-The example code for using singleton session bean in J2EE.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-15
    • 文件大小:7522
    • 提供者:orion
« 1 2 3 4 5 67 8 9 10 11 ... 14 »
搜珍网 www.dssz.com