waiwai4701

没有背后的一直努力,你的以为的隐忍不是隐忍,是懦弱。

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2015年1月7日

摘要: #include "stdafx.h"#include using namespace std;typedef int DataType;#define SIZE 100typedef struct { DataType data[SIZE]; int head,tail;}SqQueue;//初始... 阅读全文
posted @ 2015-01-07 11:10 waiwai4701 阅读(117) 评论(0) 推荐(0) 编辑

摘要: #include "stdafx.h"#include #include #include #include #include using namespace std;typedef int DataType;struct LNode{ DataType data; struct LNode *ne... 阅读全文
posted @ 2015-01-07 11:09 waiwai4701 阅读(106) 评论(0) 推荐(0) 编辑

2014年11月26日

摘要: // ConsoleApplication4.cpp : 定义控制台应用程序的入口点。//#include "stdafx.h"#include #include #include #define INIT_SIZE 100#define INCRE_SIZE 10using namespace s... 阅读全文
posted @ 2014-11-26 11:27 waiwai4701 阅读(135) 评论(0) 推荐(0) 编辑