会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
咸咸的告别
博客园
首页
新随笔
联系
管理
订阅
2016年7月26日
链表及其操作
摘要: #include #include #include #include #include #include using namespace std; typedef struct LNode{ int data; struct LNode *next,*prior; }LNode,*LinkList; //头插法 (顺序与输入顺序相反) void CreatList1(...
阅读全文
posted @ 2016-07-26 08:52 咸咸的告别
阅读(273)
评论(1)
推荐(1)
编辑
公告