2016年9月20日
摘要: /**线性表的链式表示,创建,插入元素,删除元素,遍历,获得元素等操作。*/ #include<iostream> #include<cstdio> #include<cstring> #include<cstdlib> #include<cmath> #include<cctype> #inclu 阅读全文
posted @ 2016-09-20 17:21 南风丶丶 阅读(267) 评论(0) 推荐(0) 编辑
摘要: /**顺序表的建立,插入,删除,及遍历*/ 阅读全文
posted @ 2016-09-20 15:27 南风丶丶 阅读(397) 评论(0) 推荐(0) 编辑