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

搜索资源列表

  1. Head First Design pattern source code

    1下载:
  2. Head First Design pattern source code Head First 设计模式书籍源码
  3. 所属分类:其它

  1. 面向对象分析与设计(UML)

    1下载:
  2. 该资源是《面向对象分析与设计(UML)》的课本ppt ,本书在系统地介绍面向对象技术的基本概念、方法和语言的基础上,重点介绍统一建模语言UML。在全面介绍UML的发展历史、UML的构成、UML中的视图、模型元素、图以及公共机制等基本知识的基础上,重点介绍UML的各种图模型的建模技术、方法与应用。此外,详细介绍软件设计模式、Rational统一过程、数据建模的相关知识与应用。本书通过大量的例子或案例来解释或说明有关的概念、方法和技巧,以便于读者理解,帮助他们学以致用,达到立竿见影的效果。
  3. 所属分类:其它文档

  1. 代码

    0下载:
  2. 设计模式中创建形模式,行为形模式,结构形模式代码举例分析。(Design pattern, shape pattern, behavior pattern, structure pattern, code example analysis.)
  3. 所属分类:其他

    • 发布日期:2017-12-23
    • 文件大小:83968
    • 提供者:羊羊11
  1. src

    0下载:
  2. 设计模式的几个小demo,就是为了开通下载功能上传的呦,呵呵呵、(Design patterns for several small demo)
  3. 所属分类:Java编程

    • 发布日期:2017-12-26
    • 文件大小:13312
    • 提供者:wwggy
  1. NET框架设计 模式、配置、工具

    0下载:
  2. NET框架设计,若想往架构方面发展的可以看看(NET framework design, if you want to go to the structure of the development, you can see)
  3. 所属分类:其他

    • 发布日期:2017-12-25
    • 文件大小:29061120
    • 提供者:hapgaoyi
  1. DesignPatteran-master

    0下载:
  2. 安卓开发设计模式,从Android代码中来记忆23种设计模式(Android development design model)
  3. 所属分类:android开发

    • 发布日期:2017-12-19
    • 文件大小:1490944
    • 提供者:F25
  1. 005_Factory_Series_DesignPattern

    0下载:
  2. java设计模式,通俗易懂 有源代码 可以运行(Java design patterns, easy to understand, active code can run)
  3. 所属分类:Java编程

  1. 扫雷

    0下载:
  2. 基于学习c#设计模式开发的扫雷小游戏,涉及委托、抽象类、重写、虚函数、工厂模式等知识点 可以根据代码进行扩展扫雷功能 适合初学者参考(Based on the learning c# design pattern of mine development game, involving the delegate, abstract class, rewrite, virtual function, factory model and other knowledge points You ca
  3. 所属分类:游戏

    • 发布日期:2017-12-25
    • 文件大小:433152
    • 提供者:吴名008
  1. 23gofpattern

    0下载:
  2. 这是在学习设计模式过程中,做的笔记供大家参考。有不对还请留言指正(This is in the process of learning design patterns to make notes for your reference. If there's anything wrong, please leave a message)
  3. 所属分类:文章/文档

  1. 设计模式详解

    0下载:
  2. CMMI老师的设计模式详解课件,非常详细,听了很有收获(the courseware of CMMI teacher about design patterns)
  3. 所属分类:软件设计/软件工程

    • 发布日期:2017-12-13
    • 文件大小:2948469
    • 提供者:betty1987
  1. 源码与文档

    1下载:
  2. 这个是马士兵老师的Java设计模式的源码,希望对大家有用(This is the source code of the Java design pattern for the horse soldier teacher, and I hope it will be useful to you)
  3. 所属分类:Java编程

    • 发布日期:2017-12-12
    • 文件大小:6622211
    • 提供者:影乱
  1. C#设计模式

    0下载:
  2. C#设计模式,包含两部分,第一部分为C#基础知识,第二部分为C#设计模式(C# design patterns,Contains two parts, the first part is C# basic knowledge, the second part is the C# design pattern)
  3. 所属分类:C#编程

    • 发布日期:2017-12-28
    • 文件大小:5323776
    • 提供者:ZXL7318
  1. C# 23种设计模式.pdf

    0下载:
  2. C# 23种设计模式 常用的设计模式包括: Abstract Factory 模式(抽象工厂) Adapter 模式(适配器) Composite 模式(组合) Decorator 模式(装饰) Factory 模式(工厂方法) Observer 模式(观察者) Strategy 模式(策略) Template 模式(模板方法)(C# 23 design patterns)
  3. 所属分类:文章/文档

    • 发布日期:2017-12-26
    • 文件大小:4420608
    • 提供者:南城影
  1. Virtual File System

    0下载:
  2. 模拟一个虚拟磁盘文件系统,主要用于设计模式培训。(Simulation of a virtual disk file system, mainly for design pattern training.)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-29
    • 文件大小:240640
    • 提供者:twoentartian
  1. Singleton

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

    • 发布日期:2017-12-31
    • 文件大小:1024
    • 提供者:飞龙字天
  1. SolutionPattern

    0下载:
  2. 23 种设计模式 C++ 实现的的简单实例(A simple example of 23 design patterns implemented by C++)
  3. 所属分类:书籍源码

  1. c#设计模式源码

    0下载:
  2. c#设计模式源码 涵盖各种设计模式源代码,希望大家学习愉快!(C # design patterns source code covers a variety of design patterns source code, I hope everyone happy!)
  3. 所属分类:C#编程

    • 发布日期:2018-01-05
    • 文件大小:1424384
    • 提供者:Violinlins
  1. DesignPatterns

    0下载:
  2. 设计模式实现,包括工厂模式、单例模式、观察者模式(Design pattern realization)
  3. 所属分类:Java编程

    • 发布日期:2018-01-07
    • 文件大小:13312
    • 提供者:sunnyamy
  1. Design pattern

    0下载:
  2. 包括所有设计模式的介绍,UML,应用实例(all design patterns, UML, application examples)
  3. 所属分类:文章/文档

    • 发布日期:2018-01-07
    • 文件大小:2042880
    • 提供者:Mr丶xiaofei
  1. JavaScript 设计模式.pdf

    0下载:
  2. javascr ipt 设计模式 pnf版(javascr ipt designed mdoe)
  3. 所属分类:JavaScript/JQuery

    • 发布日期:2018-01-10
    • 文件大小:47567872
    • 提供者:小杰222
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 50 »
搜珍网 www.dssz.com