CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 数据结构常用算法 搜索资源 - 设计模式(

搜索资源列表

  1. AbstractFactory

    0下载:
  2. C++的一种设计模式,创建对象的工厂方法的抽象基类,压缩包里还有采用doxygen和Graphviz得到的类开发文档
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:178390
    • 提供者:的各个
  1. state

    0下载:
  2. 设计模式中的状态模式(state)的程序实现,用c++实现
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:282921
    • 提供者:蒋丽
  1. Adapter

    0下载:
  2. 设计模式中的适配器模式(adapter)的程序实现,用c++实现
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:275552
    • 提供者:蒋丽
  1. redgreen

    1下载:
  2. 自己写的红绿灯的例子!呵呵,面试之后回来写的,请大家参考指正!属于设计模式的练习,不知道选择windows其他小程序分类恰当否!应该归属于设计模式和数据结构类
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1264
    • 提供者:zhangwusheng
  1. Command2

    0下载:
  2. 设计模式之Command,设计模式之Command
  3. 所属分类:数据结构常用算法

    • 发布日期:2015-06-13
    • 文件大小:7620
    • 提供者:wang
  1. SORT

    0下载:
  2. 运用工厂设计模式的MFC应用程序,实现五种排序算法。-MFC application using the factory design pattern, to achieve the five types of sorting algorithms.
  3. 所属分类:Data structs

    • 发布日期:2017-11-29
    • 文件大小:1663407
    • 提供者:kai
  1. designpatterns

    0下载:
  2. 数据结构与算法,主要是讲面向对象的C++设计模式-Object-oriented C++ design patterns. Pdf
  3. 所属分类:Data structs

    • 发布日期:2017-06-13
    • 文件大小:21736725
    • 提供者:ly
  1. Sorter

    0下载:
  2. 快速排序、堆排序、冒泡排序等各种排序算法,设计模式-Fast sort, heap sort , bubble sort, design pattern
  3. 所属分类:Data structs

    • 发布日期:2017-04-25
    • 文件大小:49936
    • 提供者:陈晓文
  1. DesignPatternSrcCode

    0下载:
  2. 设计模式C++实现例子 很好用的啊,对学习设计模式很好用的 欢迎下载-design pattern c++
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:899243
    • 提供者:王刚
  1. 123456789021

    0下载:
  2. 游戏开发最常用的设计模式,我这里列举了几个,喜欢的朋友可以下载无看看,会有意外的收获-Game development the most common design patterns, I' ve listed a few, like the friend you can download free see, there will be a bonus
  3. 所属分类:Data structs

    • 发布日期:2017-05-19
    • 文件大小:5272299
    • 提供者:11
  1. Datastructureandalgorithmsofcobjectorienteddesignp

    0下载:
  2. 数据结构与算法-面向对象的C++设计模式-Data Structures and Algorithms- C++ object-oriented design patterns. . . . . . . . . .
  3. 所属分类:Data structs

    • 发布日期:2017-06-13
    • 文件大小:21736730
    • 提供者:王宏业
  1. Gof23

    0下载:
  2. 多种设计模式简单实现,供新手入门指导,可以结合各算法分析对比理解-A variety of design patterns is simple to implement, for the guidance of beginners, and can be combined with the algorithm analysis and comparison to understand
  3. 所属分类:Data structs

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

    0下载:
  2. 设计模式一般工厂模式案例 设计模式一般工厂模式案例-design pattern
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1022
    • 提供者:ded
  1. architect_accessorize

    0下载:
  2. 设计模式中的代理模式,用C++实现,我自己做的一个例子,供新人参考-Design patterns in proxy mode, with C++, an example of my own doing, for the new reference
  3. 所属分类:Data structs

    • 发布日期:2017-11-25
    • 文件大小:23850
    • 提供者:发生的
  1. cpp_design_pattern

    0下载:
  2. 包括学习《大话设计模式》的笔记、截图,以及C++的实现源码-Including learning " Westward design mode" notes, screenshots, and C++ to achieve source
  3. 所属分类:Data structs

    • 发布日期:2017-05-08
    • 文件大小:1906666
    • 提供者:adfan
  1. Westward-design-patterns

    0下载:
  2. 本书为超级畅销书《大话设计模式》作者程杰潜心三年推出的扛鼎之作!以一个计算机教师教学为场景,讲解数据结构和相关算法的知识。通篇以一种趣味方式来叙述,大量引用了各种各样的生活知识来类比,并充分运用图形语言来体现抽象内容,对数据结构所涉及到的一些经典算法做到逐行分析、多算法比较。与市场上的同类数据结构图书相比,本书内容趣味易读,算法讲解细致深刻,是一本非常适合自学的读物。-This book is a super-selling book "Westward design mode" Cheng J
  3. 所属分类:Data structs

    • 发布日期:2017-05-18
    • 文件大小:4811687
    • 提供者:杨宇飞
  1. singleton

    0下载:
  2. 这是一个简单的单例模式的示范,适合刚学设计模式的初学者去了解一下-That this is a simple demonstration of the singleton pattern, suitable for beginners just learning design patterns to find out.
  3. 所属分类:Data structs

    • 发布日期:2017-05-12
    • 文件大小:2873225
    • 提供者:hong
  1. RB_TREE(CPP)

    0下载:
  2. C++红黑树的实现 实现了一颗红黑树的建立 并使用了设计模式中的visitor完成打印和求和-The red black tree The establishment of a complete tree and the use of design patterns in the visitor print and summation
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:1060
    • 提供者:
  1. SimpleFactory

    0下载:
  2. 设计模式中的简单工厂模式 SimpleFactory c++代码实现-SimpleFactory cpp!!!!
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:594
    • 提供者:lau
  1. Singleton

    0下载:
  2. 设计模式中的单例模式 Singleton 还有桥接模式 c++代码实现-Design pattern Singleton pattern Singleton c++ code! ! ! !
  3. 所属分类:Data structs

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