会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
曹孟德
管理
2015年4月6日
线性存储(链表存储)
摘要: //链表线性存储#includeusing namespace std;class Date{public: int date; Date*next;};void show(Date*head); //显示函数Date*creat(); ...
阅读全文
posted @ 2015-04-06 23:45 曹孟德
阅读(296)
评论(0)
推荐(0)
编辑
公告