09 2016 档案

摘要:1 #include 2 #include 3 #include 4 #include 5 #include 6 #include 7 #include 8 #include 9 using namespace std; 10 11 void welcome(); //欢迎模块 12 void play_mp3... 阅读全文
posted @ 2016-09-30 00:45 douzujun 阅读(346) 评论(0) 推荐(0) 编辑
摘要://全部代码见,百度云 链接: https://pan.baidu.com/s/1qXQKPTM 密码: qwfn 阅读全文
posted @ 2016-09-27 17:15 douzujun 阅读(5250) 评论(0) 推荐(0) 编辑
摘要:1 #ifndef VECTOR_H 2 #define VECTOR_H 3 4 #include 5 6 template 7 class Vector 8 { 9 private: 10 int theSize; //实际数据大小 11 int theCapacity; ... 阅读全文
posted @ 2016-09-22 22:18 douzujun 阅读(808) 评论(2) 推荐(0) 编辑
摘要:1 //SLinkList.h 2 3 #ifndef _SLINK_LIST_ 4 #define _SLINK_LIST_ 5 6 template 7 class SLinkList 8 { 9 public: 10 SLinkList(int maxz = 100); 11 ~SLinkList(); 12 void ... 阅读全文
posted @ 2016-09-11 22:13 douzujun 阅读(510) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示