CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 界面编程 搜索资源 - 设计模式(

搜索资源列表

  1. FStore_xml

    0下载:
  2. FlashStore是Kyoji独立开发的RIA实验性项目。综合运用了ASP.NET、Flash Remoting和Action scr ipt 2.0等技术,并且结合了MVC设计模式-FlashStore inhibits independent development of the RIA pilot projects. The integrated use of ASP.NET, Flash Remoting and Action scr ipt 2.0, in line with the
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1078409
    • 提供者:范鲁明
  1. MyAbstractFactory

    0下载:
  2. 这个小程序是我们上课时做的,主要是针对设计模式中Abstractfactory这个创建型模式,例子是迷宫问题-this small program is that we do in class is targeted mainly at the design model to create this type Abstractfactory model example is the issue of the maze
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:11473
    • 提供者:涛涛
  1. MyBuilder

    0下载:
  2. 同样是设计模式中的迷宫问题,这次是用Builder这个创建型模式来做的,比较简单-is the same design pattern of the maze of problems, this is the Builder to create a type, and make relatively simple
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:14110
    • 提供者:涛涛
  1. MyFactoryMethod

    0下载:
  2. 同样是设计模式中的迷宫问题,这个是利用factoryMethod来实现的,也较简单-is the same design pattern of the maze, the use of factoryMethod to achieve, than simple
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:18101
    • 提供者:涛涛
  1. Namer

    0下载:
  2. 设计模式--介绍了工厂模式,VB.NET-design patterns -- on the factory model, VB.NET
  3. 所属分类:ListView/ListBox

    • 发布日期:2008-10-13
    • 文件大小:15450
    • 提供者:sammyxu
  1. headfirstdesignpatternsinCsharp

    0下载:
  2. 深入浅出设计模式采用csharp语言表述的源代码-simple design patterns used csharp expressed in the language source code
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1953315
    • 提供者:王孝石
  1. headfirstdesignpatternsinjava

    0下载:
  2. 深入浅出设计模式,采用java语言表述的源代码-simple design pattern, using the language of java source code
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:203551
    • 提供者:王孝石
  1. MVC_Design_Model

    0下载:
  2. 这是java设计的一个总的模式,也是以前用的模式,现在有了专门的设计模式,为的是代码的重用,和代码的可维护性.-This a total design of the model, as well as the previous model, Now with the specialized design models for the code reusability and maintainability of the code.
  3. 所属分类:对话框与窗口

    • 发布日期:2008-10-13
    • 文件大小:8669
    • 提供者:Jack
  1. tianlong

    0下载:
  2. 天龙企业网站管理系统,基于.net2.0+access开发,系统架构采用MVC设计模式,是一个十分优秀的.net企业管理系统。其中包括产品发布,新闻发布,企业简价,企业文化,下载中心,客户留言等功能。-Dragon Enterprises website management system, based on. Net2.0 access development, system architecture using MVC design pattern is a very outstanding
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2529958
    • 提供者:萧林
  1. Spring

    0下载:
  2. Spring中提供一些Aware相关的接口,BeanFactoryAware、 ApplicationContextAware、ResourceLoaderAware、ServletContextAware等等,其中最常用到的是ApplicationContextAware。实现ApplicationContextAware的Bean,在Bean被初始后,将会被注入 ApplicationContext的实例。ApplicationContextAware提供了publishEvent()方法,
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:4336
    • 提供者:xyl
  1. DOS保护模式下汇编程序设计

    0下载:
  2. DOS保护模式下汇编程序设计.zip-DOS protected mode compilation of program design. Zip
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:47214
    • 提供者:飞翔
  1. 面向对象设计原则

    0下载:
  2. 关于设计模式的好文章 是一片关于设计模式的翁 大家给点意见-on design patterns is an excellent article on design patterns for everyone Weng points
  3. 所属分类:编辑框

    • 发布日期:2008-10-13
    • 文件大小:227256
    • 提供者:sdfa
  1. design_pattern example

    0下载:
  2. 设计模式代码 设计模式例子 大家给点意见把-design pattern design model code examples to the point we put
  3. 所属分类:编辑框

    • 发布日期:2008-10-13
    • 文件大小:487690
    • 提供者:sdfa
  1. State

    0下载:
  2. 设计模式 State模式 C++实现 Neusoft KongFuRabbit QQ 328495045 E-mail bowen88500@126.com
  3. 所属分类:其它

    • 发布日期:2010-04-16
    • 文件大小:472451
    • 提供者:bowen88500
  1. Memento

    0下载:
  2. 设计模式 Memento模式 C++实现 Neusoft KongFuRabbit QQ 328495045 E-mail bowen88500@126.com
  3. 所属分类:其它

    • 发布日期:2010-04-16
    • 文件大小:331761
    • 提供者:bowen88500
  1. Decorator模式实例

    0下载:
  2. 设计模式 Decorator模式 C++实现 Neusoft KongFuRabbit QQ 328495045 E-mail bowen88500@126.com
  3. 所属分类:其它

    • 发布日期:2010-04-16
    • 文件大小:324479
    • 提供者:bowen88500
  1. 设计模式(外观模式)

    0下载:
  2. 设计模式(外观模式)
  3. 所属分类:其它

    • 发布日期:2011-07-24
    • 文件大小:2937959
    • 提供者:qiaokeligongzhu
  1. C++设计模式(单件模式)

    0下载:
  2. C++设计模式(单件模式)
  3. 所属分类:其它

    • 发布日期:2011-07-24
    • 文件大小:889939
    • 提供者:qiaokeligongzhu
  1. 静态工厂方法模式(Static Factory Method)

    0下载:
  2. 一.简单工厂模式又称静态工厂方法模式(Static Factory Method),它不是Gof 所讲的23种设计模式之一,但是它却是我们在编码过程中经常使用的方法之一。
  3. 所属分类:其它

    • 发布日期:2011-08-16
    • 文件大小:1321
    • 提供者:kellyxinee
  1. 图形编辑器

    0下载:
  2. 采用多个设计模式编写的画图软件,可对图形进行简单操作。
  3. 所属分类:界面编程

    • 发布日期:2013-02-27
    • 文件大小:103066
    • 提供者:water0313
« 12 3 4 »
搜珍网 www.dssz.com