摘要: #include using namespace std; #define LIST_INIT_SIZE 205 typedef struct { int *data; int length; int listsize; }Sqlist; int index; void InitList_Sq(Sqlist &L) { L.data = (int * )mal... 阅读全文
posted @ 2017-10-31 19:49 799 阅读(857) 评论(0) 推荐(0) 编辑
摘要: 1.稀疏多项式 阅读全文
posted @ 2017-10-31 19:24 799 阅读(674) 评论(0) 推荐(0) 编辑
摘要: 1.线性表(linear_list): 特点: 在数据元素的非空有限集合中 2.线性表的顺序表示:用一组地址连续的存储单元依次存储线性表的数据元素 阅读全文
posted @ 2017-10-31 18:59 799 阅读(586) 评论(0) 推荐(0) 编辑
摘要: 今天读新闻的时候读到,感觉好经典,看读后感才发现只有我自己不知道,以后分个类来记录英语好的文章。 The Gettysburg Address by Abraham Lincoln on Nov. 19 1863 "Four score and seven years ago our fathers 阅读全文
posted @ 2017-10-31 16:18 799 阅读(590) 评论(0) 推荐(0) 编辑