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

搜索资源列表

  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. Strategy(Java)

    0下载:
  2. 很好的演示了利用策略模式绘制直方图和折线图
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:64714
    • 提供者:韩帅利
  1. 设计模式实验

    0下载:
  2. 设计模式实验:包括策略模式、观察者模式、装饰者模式、抽象工厂模式、单件模式、命令模式、适配器模式、外观模式,共8个。
  3. 所属分类:源码下载

    • 发布日期:2011-06-09
    • 文件大小:1738939
    • 提供者:xiaocuiaiminzhe
  1. 406

    0下载:
  2. 用VC++6.0编写的游戏,策略模式(五子棋)-Written by VC++6.0 games, strategy mode (backgammon)
  3. 所属分类:Chess Poker games

    • 发布日期:2017-05-14
    • 文件大小:3873314
    • 提供者:可儿
  1. StrategyHaoc

    1下载:
  2. 用java语言实现策略模式 BubbleSort.java——冒泡排序算法 ChooseSort.java——选择排序算法 InsertSort.java——插入排序算法 MergeSort.java——合并排序算法 SortStrategy.java——排序算法的接口 Sort.java——排序类,通过此类的sort()可以对实现了Comparable接口的数组进行升序 SortMain.java——显示界面排序-Using java language model
  3. 所属分类:Data structs

    • 发布日期:2017-03-23
    • 文件大小:19027
    • 提供者:王刚
  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. Application

    0下载:
  2. 使用3种设计模式:工厂模式,组合模式,策略模式,实现图像的切换。-The use of three kinds of design patterns: Factory pattern, combined model, strategy pattern, to achieve the image switching.
  3. 所属分类:Picture Viewer

    • 发布日期:2017-03-30
    • 文件大小:489091
    • 提供者:琥珀沙漏
  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. GeneticAlgorithms

    0下载:
  2. 求解任务分配和路径选择的改进遗传算法。针对传统的遗传算法编程求解过程中存在的代码复用性不高,灵活性差的情况,在参考麻省理工学院Matthew Wall开发的遗传算法类库GAlib的基础上,提出了基于设计模式的改进遗传算法设计框架,提供了Visual C#代码。该框架通过使用模板方法模式、策略模式和适配器模式大大提高了改进遗传算法在设计实现过程中的可扩展性和灵活性。-Traditional genetic algorithm programming in the process of solvin
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-02
    • 文件大小:514075
    • 提供者:廖伟
  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 5 6 7 »
搜珍网 www.dssz.com