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

搜索资源列表

  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-04
    • 文件大小:1.27mb
    • 提供者:唐进
  1. ProgramToInterface

    0下载:
  2. strategy pattern implemented
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-11
    • 文件大小:736byte
    • 提供者:Forma
  1. Robotum

    0下载:
  2. A simple C# program that implements strategy pattern
  3. 所属分类:CSharp

    • 发布日期:2017-04-05
    • 文件大小:28.3kb
    • 提供者:mehmet
  1. TestOutlineText_ver029

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

    • 发布日期:2017-04-04
    • 文件大小:237.3kb
    • 提供者: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
    • 文件大小:477.63kb
    • 提供者:琥珀沙漏
  1. StrategyPattern

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

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

    0下载:
  2. 模式设计代码Strategy实例Strategy design pattern example code -Strategy design pattern example code
  3. 所属分类:CSharp

    • 发布日期:2017-04-05
    • 文件大小:23.88kb
    • 提供者:ak
  1. strategy

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

    • 发布日期:2017-04-08
    • 文件大小:3.99kb
    • 提供者: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
    • 文件大小:502.03kb
    • 提供者:廖伟
  1. tanchishe

    0下载:
  2. 贪吃蛇游戏,C# 开发,皮肤切换,自定义贪吃蛇,策略模式,差值算法。-Snake Game, C# developers, skin switching, custom Snake, strategy pattern.
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-03
    • 文件大小:46.5kb
    • 提供者:向雄
  1. Design

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

    • 发布日期:2017-11-27
    • 文件大小:7.61kb
    • 提供者:tttt
  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-25
    • 文件大小:49.16kb
    • 提供者:zhuyuxing
  1. StratetyPattern

    0下载:
  2. 使用VS2010编写的设计模式中的策略模式-Strategy Pattern with Visual Studio 2010
  3. 所属分类:Console

    • 发布日期:2017-11-26
    • 文件大小:7.52kb
    • 提供者:侯志辉
  1. celuemoshi

    0下载:
  2. 策略模式典型演示程序C#源代码,演示程序很好的解释了策略模式的编程模板。源码中包括:现金收费抽象类(现金收取超类的抽象方法,收取现金,参数为原价,返回为当前价)、正常收费子类、打折收费子类(打折收费,初始化时,必需要输入折扣率,如八折,就是0.8)、返利收费子类(返利收费,初始化时必须要输入返利条件和返利值,比如满300返100,则moneyCondition为300,moneyReturn为100、若大于返利条件,则需要减去返利值)、现金收费工厂类等。-The strategy pattern
  3. 所属分类:CSharp

    • 发布日期:2017-11-05
    • 文件大小:14.3kb
    • 提供者:hpudn97
  1. shouyin

    0下载:
  2. 简单的模拟超市收银小系统,采用策略模式。仅供批阅-Simple small supermarket cash register system simulation, using the strategy pattern. Marking only
  3. 所属分类:.net

    • 发布日期:2017-04-16
    • 文件大小:79.75kb
    • 提供者:兔子
  1. colorDetectController

    0下载:
  2. 在算法设计中实用Strategy模式,实用Controller实现模块间通信,实用Singleton设计模式,实用模型-视图-控制器架构设计应用程序,程序内容是颜色空间转换-colorDetection.h colorDetection.cpp colordetector.cpp correspond to Recipe: Using the Strategy Pattern in Algorithm Design
  3. 所属分类:OpenCV

    • 发布日期:2017-04-15
    • 文件大小:8.17kb
    • 提供者:家家
  1. thoughtworks-tax

    0下载:
  2. thoughtworks作业题程序,设计模式思想,工厂模式、策略模式、装饰器模式、自然语言识别-ThoughtWorks homework procedure, thinking of design patterns, the factory pattern, strategy pattern, the decorator pattern, recognition of natural language
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-29
    • 文件大小:96.81kb
    • 提供者:lucas
  1. Strategy

    0下载:
  2. 设计模式的策略模式;为了给业务逻辑(算 法) 具体实现和抽象接口之间的解耦-Design pattern of Strategy Pattern
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-29
    • 文件大小:106.72kb
    • 提供者:陈文博
  1. Strategy-Mode

    0下载:
  2. 介绍经典设计模式中的策略模式,代码实现商场管理软件功能-Classic design pattern describes the policy mode, code mall management software features
  3. 所属分类:Other systems

    • 发布日期:2017-04-27
    • 文件大小:293.15kb
    • 提供者:赵小韩
  1. Design100

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

    • 发布日期:2017-04-30
    • 文件大小:7.74kb
    • 提供者:pan3094471
« 12 »
搜珍网 www.dssz.com