- 博客(3)
- 收藏
- 关注
转载 深度学习入门
1.http://blog.youkuaiyun.com/u014595019/article/details/525545822.https://www.zybuluo.com/hanbingtao/note/433855
2018-07-18 15:57:11
160
转载 C++11--移动构造函数
class A_2{public: A_2() :m_ptr(new int(0)) { } ~A_2() { delete m_ptr; }private: int* m_ptr;};A_2 Get(bool flag){ A_2 a; A_2 b; if (flag) return a; else return b;}int righ...
2018-07-12 14:26:36
19241
7
原创 C++11学习笔记——收藏网址
博客:http://purecpp.org/https://www.cnblogs.com/qicosmos/category/466797.html标准:ISO/IEC 144882:2011
2018-06-29 09:34:21
240
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人