waiwai4701

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

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

2015年1月16日

摘要: struct {*elem ,length,size}L init: 申请elem空间,如果申请成功,length=0;size =100 忽略:(SqList L),把声明过的列表用来初始化int insert: elem是首地址,判断elem是否为空,空返回,否则获取elem[length]... 阅读全文
posted @ 2015-01-16 13:30 waiwai4701 阅读(322) 评论(0) 推荐(0) 编辑

摘要: 参考文章:http://blog.csdn.net/lijuwen/article/details/1353084然后又按照自己的方式敲了一遍,各种错。。。。下面是我的代码:#include "stdafx.h"#include #include using namespace std;typede... 阅读全文
posted @ 2015-01-16 13:29 waiwai4701 阅读(250) 评论(0) 推荐(0) 编辑

摘要: #include "stdafx.h"#include using namespace std;typedef int DataType;#define SIZE 100typedef struct{ int i,j; DataType e;}Triple;typedef struct{ Tripl... 阅读全文
posted @ 2015-01-16 13:27 waiwai4701 阅读(194) 评论(0) 推荐(0) 编辑