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

搜索资源列表

  1. StrategyModle

    0下载:
  2. 将《大话设计模式》中的C#改为C++,不对之处将不断完善。本程序简单工厂模式。 欢迎和我讨论。 QQ:1499770571 E-mail:zeliangzhang@sina.com-The " lying design pattern" in the C# to C++, wrong with it will continue to improve. The procedures are simple factory pattern. Welcome and I d
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:31525
    • 提供者:zhangzl
  1. Producer-Consumer

    0下载:
  2. The producer-consumer design pattern
  3. 所属分类:Java Develop

    • 发布日期:2017-04-08
    • 文件大小:112487
    • 提供者:zhang
  1. Ajax_Design_Patterns_Tutorial

    0下载:
  2. Ajax_Design_Patterns_Tutorial,涉及设计模式很好的教程-Ajax_Design_Patterns_Tutorial, involving a good tutorial design pattern
  3. 所属分类:Java Develop

    • 发布日期:2017-05-23
    • 文件大小:7507640
    • 提供者:op
  1. java23

    0下载:
  2. java方面的设计模式,仅供大家学习参考,-java design pattern terms, only for them to learn information, thank you
  3. 所属分类:Java Develop

    • 发布日期:2017-04-06
    • 文件大小:261730
    • 提供者:chenzhiqiang
  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. DesignPattern

    0下载:
  2. 关于设计模式的详细介绍,有大量各个模式的举例。理论联系实际。-it s a detail specification about the design pattern which includes many examples for patterns.
  3. 所属分类:Java Develop

    • 发布日期:2017-05-06
    • 文件大小:1067334
    • 提供者:terry
  1. software_design_pattern_java_example_of_the_constr

    0下载:
  2. java软件设计建造模式实例.software design pattern java example of the construction.-software design pattern java example of the construction. software design pattern java example of the construction.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-17
    • 文件大小:14203
    • 提供者:jj
  1. DecoratorModel

    0下载:
  2. 将《大话设计模式》中的C#改为C++,不对之处将不断完善。本程序装饰模式,程序中person不知为什么会弹出两次,现在是以空为判断条件不使弹出来。欢迎和我讨论。 QQ:1499770571 E-mail:zeliangzhang@sina.com -Will be " lying design pattern" in the C# to C++, wrong with it will continue to improve. Decorative patterns
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:30764
    • 提供者:zhangzl
  1. DesignPatternMiniManual

    0下载:
  2. 设计模式迷你手册,包含经典的设计模式说明及程序组织示例,是学习设计模式的极好帮助。-Design Pattern Mini Manual
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-02
    • 文件大小:159268
    • 提供者:关文
  1. DAOtutorial

    0下载:
  2. jsp dao class design pattern
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-04-17
    • 文件大小:98640
    • 提供者:prabhun
  1. database_Tomcat

    0下载:
  2. using database for web application with JDBC JIND Tomcat.DAO design pattern for encapsulate database access.-using database for web application with JDBC JIND Tomcat.DAO design pattern for encapsulate database access.
  3. 所属分类:Other Databases

    • 发布日期:2017-04-16
    • 文件大小:78986
    • 提供者:Napster
  1. ProxyModel

    0下载:
  2. 将《大话设计模式》中的C#改为C++,不对之处将不断完善。本程序代理模式,欢迎和我讨论。 QQ:1499770571 E-mail:zeliangzhang@sina.com-The " lying design pattern" in the C# to C++, wrong with it will continue to improve. This procedure agent model, and I welcome the discussion. QQ: 1
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-08
    • 文件大小:29431
    • 提供者:zhangzl
  1. FactoryModel

    0下载:
  2. 将《大话设计模式》中的C#改为C++,不对之处将不断完善。本程序工厂模式,欢迎和我讨论。 QQ:1499770571 E-mail:zeliangzhang@sina.com-The " lying design pattern" in the C# to C++, wrong with it will continue to improve. This procedure factory pattern, and I welcome the discussion. Q
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:30347
    • 提供者:zhangzl
  1. DigitalShop

    0下载:
  2. 用CSharp做的一个抽象工厂设计模式原型的例子。很适合初学者或是对设计模式很感兴趣的人。开发环境是vs2010-CSharp do with an abstract factory design pattern prototype example. Is suitable for beginners or those who are interested in design patterns. Development environment is vs2010
  3. 所属分类:CSharp

    • 发布日期:2017-04-06
    • 文件大小:84901
    • 提供者:小卡
  1. compute_sipf

    0下载:
  2. 根据《大话设计模式》用C++编写的计算器控制台程序,采用简单工厂设计模式。创建加减乘除运算类,继承于基本运算类operate,简单工厂类用于实例化运算符号对象。-According to " lying Design Patterns" written with C++ console calculator program, a simple factory design pattern. Create addition and subtraction multiplicati
  3. 所属分类:software engineering

    • 发布日期:2017-04-02
    • 文件大小:1015257
    • 提供者:William penn
  1. factory

    0下载:
  2. java23中设计模式当中,较为常用的工厂模式。-java23 in the design pattern, factory pattern is more commonly used.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-08
    • 文件大小:1468
    • 提供者:高兴
  1. shejimoshi

    0下载:
  2. 设计模式入门级教程,有兴趣的同学可以看看,设计模式很重要的-Entry-level tutorial design pattern, interested students can see, a very important design patterns
  3. 所属分类:software engineering

    • 发布日期:2017-03-29
    • 文件大小:745765
    • 提供者:李增旭
  1. javaDesignPattern

    0下载:
  2. java design pattern源码-java design pattern source code
  3. 所属分类:Java Develop

    • 发布日期:2017-04-04
    • 文件大小:424471
    • 提供者:zhanyu
  1. Javadesigner

    0下载:
  2. java与模式,java领域讲解设计模式的好书-java and model, java design pattern books to explain the field
  3. 所属分类:Java Develop

    • 发布日期:2017-06-22
    • 文件大小:39796035
    • 提供者:xiaoguang
  1. DesignPattern

    0下载:
  2. 很经典的设计模式手册,chm格式,查看方便。-Very classic design pattern handbook.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-07
    • 文件大小:177599
    • 提供者:successhai
« 1 2 ... 16 17 18 19 20 2122 23 24 25 26 ... 50 »
搜珍网 www.dssz.com