搜索资源列表
Loki.rar
- Modern C++ Design 一书中实现的程序库,全面体现Policy Based Programming 的灵活,提供了诸多设计模式何smart pointer的灵活实现,强烈推荐!
assignt
- duda的模式分类作业源代码,第二章上机练习第2题。2类问题的分类器设计。c语言编程。-duda the pattern classification operations source code, the second chapter on the first two aircraft that practice. Two categories of classified design. C programming language.
ISODATA_C++
- 这是一个有关于模式识别中的isodata算法的C++实现。很多课程设计可用到。数据在data.txt里-This is a pattern recognition on the C isodata algorithm to achieve. Many courses available to the design. Data data.txt Lane
AbstractFactory
- C++的一种设计模式,创建对象的工厂方法的抽象基类,压缩包里还有采用doxygen和Graphviz得到的类开发文档
abstractfactory
- 设计模式中抽象工厂(abstractfactory)算法实现,用c++实现
state
- 设计模式中的状态模式(state)的程序实现,用c++实现
Adapter
- 设计模式中的适配器模式(adapter)的程序实现,用c++实现
Loki
- Modern C++ Design 一书中实现的程序库,全面体现Policy Based Programming 的灵活,提供了诸多设计模式何smart pointer的灵活实现,强烈推荐!--The program library which has been realized in the book <>, it embodies the flexibility of Policy Based Programming, and provides the realisation
designpatterns
- 数据结构与算法,主要是讲面向对象的C++设计模式-Object-oriented C++ design patterns. Pdf
huffman_Golomb_COMPRESS
- 从 Mentor Graphics 的自动测试图形生成(ATPG)工具 FastScan的 测试文档中提取出测试电路(CUT)的测试模式,生成便于对应压缩算法的文件 格式。 本文中, 给出了 2 种压缩测试模式的方法, 一种是基于统计的哈夫曼编码, 一种是基于差分运算的Golomb 编码。本次毕业设计中,在熟悉Mentor Graphics ATPG工具 FastScan的基本功能和其主要的测试模式输出文件的格式的基础上, 实现其中测试结构和测试模式数据的分析提取, 并且在
DesignPatternSrcCode
- 设计模式C++实现例子 很好用的啊,对学习设计模式很好用的 欢迎下载-design pattern c++
DesignPattern
- 正在重构几个大项目,自己也正在编写设计模式库。 覆盖20几种采用模式; 而本人是本着好用,简洁至上的原则。编写了一套易用,易懂的模式库。 该模式库会用到LOKI部分对象(和BOOST 用到STL 对象基本类似)。请注意下载LOKI。 代码完全原创,免费提供大家下载,学习,研究和使用, 参考文献:《设计模式》《C++设计新思维》《模式分析》《代码重构》 程序中所使用的英文注释,来自《设计模式》一书。 编写语言: C-Several large p
Datastructureandalgorithmsofcobjectorienteddesignp
- 数据结构与算法-面向对象的C++设计模式-Data Structures and Algorithms- C++ object-oriented design patterns. . . . . . . . . .
GeneticAlgorithms
- 求解任务分配和路径选择的改进遗传算法。针对传统的遗传算法编程求解过程中存在的代码复用性不高,灵活性差的情况,在参考麻省理工学院Matthew Wall开发的遗传算法类库GAlib的基础上,提出了基于设计模式的改进遗传算法设计框架,提供了Visual C#代码。该框架通过使用模板方法模式、策略模式和适配器模式大大提高了改进遗传算法在设计实现过程中的可扩展性和灵活性。-Traditional genetic algorithm programming in the process of solvin
architect_accessorize
- 设计模式中的代理模式,用C++实现,我自己做的一个例子,供新人参考-Design patterns in proxy mode, with C++, an example of my own doing, for the new reference
cpp_design_pattern
- 包括学习《大话设计模式》的笔记、截图,以及C++的实现源码-Including learning " Westward design mode" notes, screenshots, and C++ to achieve source
RB_TREE(CPP)
- C++红黑树的实现 实现了一颗红黑树的建立 并使用了设计模式中的visitor完成打印和求和-The red black tree The establishment of a complete tree and the use of design patterns in the visitor print and summation
SimpleFactory
- 设计模式中的简单工厂模式 SimpleFactory c++代码实现-SimpleFactory cpp!!!!
Singleton
- 设计模式中的单例模式 Singleton 还有桥接模式 c++代码实现-Design pattern Singleton pattern Singleton c++ code! ! ! !
DesignPattern-COde
- 大话设计模式部分常见模式的C++代码实现-CPPCode Design pattern