zoukankan
html css js c++ java
17天17个Python设计模式--目录
一、创建型模型
工厂方法模式
抽象模式
建造者模式
原型模式
二、结构型模式
适配器模式
修饰器模式
外观模式
享元模式
模型-视图-控制器模式
代理模式
三、行为型模式
责任链模式
命令模式
解释器模式
观察者模式
状态模式
策略模式
模板模式
查看全文
相关阅读:
[LeetCode] 361. Bomb Enemy 炸弹人
PCL Show Point Cloud 显示点云
[LeetCode] Sort Transformed Array 变换数组排序
[LeetCode] 359. Logger Rate Limiter 记录速率限制器
[LintCode] Create Maximum Number 创建最大数
[LeetCode] 358. Rearrange String k Distance Apart 按距离为k隔离重排字符串
[LeetCode] Count Numbers with Unique Digits 计算各位不相同的数字个数
[LeetCode] 356. Line Reflection 直线对称
[LeetCode] Design Twitter 设计推特
[LintCode] Add and Search Word 添加和查找单词
原文地址:https://www.cnblogs.com/gangzhucoll/p/12778262.html
最新文章
ProceedingJoinPoint获取实现类接口上的注解
java.math.RoundingMode 几个参数详解
组件注册-自定义TypeFilter指定过滤规则
[LintCode] Remove Linked List Elements 移除链表元素
[LintCode] Flatten Binary Tree to Linked List 将二叉树展开成链表
[LintCode] Sort Integers II 整数排序之二
[LintCode] Sort Integers 整数排序
[LeetCode] 371. Sum of Two Integers 两数之和
[LeetCode] Water and Jug Problem 水罐问题
[LeetCode] 370. Range Addition 范围相加
热门文章
[LeetCode] 369. Plus One Linked List 链表加一运算
[LeetCode] Largest Divisible Subset 最大可整除的子集合
[LeetCode] 367. Valid Perfect Square 检验完全平方数
[LeetCode] 363. Max Sum of Rectangle No Larger Than K 最大矩阵和不超过K
[LeetCode] Find Leaves of Binary Tree 找二叉树的叶节点
[LeetCode] 364. Nested List Weight Sum II 嵌套链表权重和之二
Deep Copy cv::StereoBM 深度拷贝
[LeetCode] 362. Design Hit Counter 设计点击计数器
Convert between cv::Mat and QImage 两种图片类转换
[LintCode] Identical Binary Tree 相同二叉树
Copyright © 2011-2022 走看看