zoukankan
html css js c++ java
设计模式系列——原型模式
原型模式是在已指定对象的基础上,然后通过拷贝这些原型对象创建新的对象。简单的说就是复制。
UML图如图:
客户端代码
转载请注明出处:http://www.cnblogs.com/stonehat/
查看全文
相关阅读:
树:二叉树
树:红黑树
gtest
VDB R&D
QML 从入门到放弃
json parse
Effective C++ 笔记
Samples topic
C++ 11 snippets , 2
C++ 11 snippets , 1
原文地址:https://www.cnblogs.com/stonehat/p/2452182.html
最新文章
面向对象—字母表
面向对象—水仙花数
面向对象—学生信息
Leetcode 14. Longest Common Prefix(水)
Leetcode 13. Roman to Integer(水)
Leetcode 12. Integer to Roman(打表,水)
Leetcode 11. Container With Most Water(逼近法)
Leetcode 10. Regular Expression Matching(递归,dp)
Linux 安装R包
配置服务器(anaconda + jupyter + R)
热门文章
Leetcode 9. Palindrome Number(水)
Leetcode 8. String to Integer (atoi)(模拟题,水)
Leetcode 7. Reverse Integer(水)
网络异常查找
linux:日志分析工具
游戏中的设计模式:工厂模式
游戏中的设计模式:单例模式
查找内存泄露问题
排序:快速排序
lua:lua面向对象
Copyright © 2011-2022 走看看