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

搜索资源列表

  1. strategy_cs

    0下载:
  2. 策略模式vc源码实例。-example vc code of strategy
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:2196
    • 提供者:陈其
  1. Java Patterns -Strategy

    0下载:
  2. 这是Java的模式编程,中重要的策略模式,策略模式降低了程序了耦合度,使得程序易于移植!-This is the Java programming model, an important model strategy, strategy reduces the coupling process, makes the program easy to transplant!
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:11231
    • 提供者:国宝
  1. Strategy-Duck

    0下载:
  2. 这是一个用C#写的对于设计模式中策略模式的简单例子-This is a written in C# for the design model strategy mode simple example
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:9109
    • 提供者:文心澈
  1. 策略模式(五子棋)

    0下载:
  2. 策略模式(五子棋),用VC++6.0编译过,是非常好的源代码。-strategy mode (331), VC 6.0 compiler that is a very good source.
  3. 所属分类:DirextX编程

    • 发布日期:2008-10-13
    • 文件大小:1149605
    • 提供者:奚晓峰
  1. StrategyPattern

    0下载:
  2. 简单的策略模式应用,对理解与应用设计模式有很大的帮助,代码为自己所写,并附有注释.-Application of a simple strategic model of understanding and application of design patterns are a great help, code written for their own, together with the Notes.
  3. 所属分类:CSharp

    • 发布日期:2017-04-15
    • 文件大小:9047
    • 提供者:杨广兴
  1. Strategy_Pattern

    0下载:
  2. 设计模式之策略模式C#代码实现,学习设计模式非常有益的资料.-Model of strategy design patterns C# code to achieve, learning design patterns are very useful information.
  3. 所属分类:Other systems

    • 发布日期:2017-04-16
    • 文件大小:57996
    • 提供者:Peter
  1. code1

    0下载:
  2. 大话设计模式1至16章代码,共有16种模式,01简单工厂模式,02策略模式-Lying design code chapter 1-16, a total of 16 models, 01 a simple factory pattern, strategy pattern, etc. 02
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-03
    • 文件大小:1332287
    • 提供者:唐进
  1. TestOutlineText_ver029

    0下载:
  2. 实现Outline文字功能的库,采用了策略模式-Implement outline text library,using Strategy Pattern.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-04
    • 文件大小:242993
    • 提供者:QiuTao
  1. Picross

    0下载:
  2. Picross DS 经典脑力游戏 你可以通过示例代码学习以下设计模式: 1)单件模式 2)抽象工厂模式 3)策略模式 4)适配器模式 http://en.wikipe-Picross DS brain game classic example of code you can learn the following design patterns: 1) single mode 2) the abstract factory pattern 3) Strategy Mod
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-27
    • 文件大小:24448
    • 提供者:ck
  1. StrategyPattern

    0下载:
  2. 设计模式中的 策略模式 代码 直接拿来套用即可-Strategy Pattern
  3. 所属分类:Other systems

    • 发布日期:2017-04-10
    • 文件大小:916
    • 提供者:cmdsuper
  1. DesignPatterns.Strategy.Ducks

    0下载:
  2. 设计模式中的策略模式的应用,用c#的实现-DesignPatterns.Strategy.Ducks
  3. 所属分类:CSharp

    • 发布日期:2017-03-25
    • 文件大小:42062
    • 提供者:xiaobai
  1. strategy

    0下载:
  2. 设计模式之策略模式,c++源码vs2010编译通过-The strategy design pattern mode, c++ compiler source vs2010
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:4084
    • 提供者:wzx
  1. Test

    0下载:
  2. 在c#.net平台下利用设计模式中的商场促销_策略模式实现一个简单的商场收银模块-In c#. Net platform using design patterns in the strategy mode to achieve store sales _ a simple shopping cash register module
  3. 所属分类:CSharp

    • 发布日期:2017-04-05
    • 文件大小:40711
    • 提供者:linhong
  1. DesignPattern

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

    • 发布日期:2017-04-07
    • 文件大小:75620
    • 提供者:
  1. Fira

    1下载:
  2. Fira的代码,设计模式中的策略模式的C++实现代码是基于的Robot Soccer v1.5a控制源码-Fira code
  3. 所属分类:Other windows programs

    • 发布日期:2014-05-22
    • 文件大小:304128
    • 提供者:杨刚杰
  1. Design

    0下载:
  2. 几个简单设计模式的应用包括工厂模式、策略模式等-The application of a few simple design patterns including factory pattern, strategy pattern
  3. 所属分类:Console

    • 发布日期:2017-11-27
    • 文件大小:7797
    • 提供者:tttt
  1. strategy-

    0下载:
  2. 大话设计模式之策略模式,开发工具Microsoft Visual Studio 2008-Westward design patterns strategy model, development tools, Microsoft Visual Studio 2008
  3. 所属分类:CSharp

    • 发布日期:2017-11-20
    • 文件大小:117579
    • 提供者:pei
  1. Strategy-Pattern

    0下载:
  2. 策略模式,主要是讲述了C#的基础模式,学了大话设计模式的话,对这个应该很了解-Strategy mode, mainly about C# basic mode, learn Westward design patterns should be very understanding of this
  3. 所属分类:.net

    • 发布日期:2017-11-24
    • 文件大小:50337
    • 提供者:zhuyuxing
  1. 商场收银-策略模式

    0下载:
  2. 基于LabVIEW设计的大话设计模式中的例子(Lying design patterns in the design examples based on LabVIEW)
  3. 所属分类:其他

    • 发布日期:2018-01-01
    • 文件大小:655360
    • 提供者:gamaqi
  1. strategy_pattern

    0下载:
  2. 通过设计模式优化代码,使得代码易于扩展,易于维护。(The code is optimized by the design pattern, which makes the code easy to extend and easy to maintain.)
  3. 所属分类:Windows编程

    • 发布日期:2018-04-19
    • 文件大小:349184
    • 提供者:福——
« 12 3 4 »
搜珍网 www.dssz.com