Android源码设计模式解析与实战,有需要可留下邮箱发给你
2023-10-29 21:30:27 134.32MB Android
1
Head First设计模式高清带目录。 目录详细,精确到最终的二级目录,纯手工添加。
2023-10-23 01:07:22 43.94MB Head First 设计模式 设计
1
设计模式中观察者模式的实现和测试代码,学习用。
2023-10-21 08:04:11 193KB c++ 设计模式 观察者 发布订阅
1
用C++语言实现的策略模式框架,已编译通过,可以根据自己的实际需要增加函数和类。
2023-10-21 08:03:52 8KB C++ 设计模式 策略
1
1)程序功能:单例模式设计Memcache和Redis操作类,采用PHP编写。 2)程序详解地址:http://blog.csdn.net/clevercode/article/details/46410055。 3)原创作品,出自"CleverCode的博客",分类为《设计模式之PHP项目应用》。 4)欢迎大家关注博客更多精彩的内容:http://blog.csdn.net/CleverCode。
2023-10-10 09:01:19 3KB 单例模式
1
1)程序功能:用策略模式实现自动驾驶系统,采用PHP编写。 2)程序详解地址:http://blog.csdn.net/clevercode/article/details/45723773。 3)原创作品,出自"CleverCode的博客",分类为《设计模式之PHP项目应用》。 4)欢迎大家关注博客更多精彩的内容:http://blog.csdn.net/CleverCode。
2023-10-10 09:00:39 4KB 策略模式
1
1)程序功能:用简单工厂模式实现计算器功能,采用PHP编写。 2)程序详解地址:http://blog.csdn.net/clevercode/article/details/45692995。 3)原创作品,出自"CleverCode的博客",分类为《设计模式之PHP项目应用》。 4)欢迎大家关注博客更多精彩的内容:http://blog.csdn.net/CleverCode。
2023-10-10 09:00:13 3KB 设计模式
1
本文实例讲述了python常见的设计模式。分享给大家供大家参考,具体如下: # #!/usr/bin/env python # # -*- coding:utf-8 # # class HttpBase: # def get(self): # psss # class Http1(HttpBase): # def get(self): # print 'http1' # class Http2(HttpBase): # def get(self): # print 'http2' # # # class Base: # def __init__(sel
2023-10-04 10:29:16 39KB python python函数 python反射
1
有关于深入浅出设计模式(C#/Java版) 光盘源码
1
Design Patterns in Modern C++: Reusable Approaches for Object-Oriented Software Design English | PDF| 2018 | 312 Pages | ISBN : 1484236025
2023-09-15 16:08:53 2.81MB C++ 设计模式
1