会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
技术演进的哲学与艺术
乐享滋味人生,品味coding生活!
博客园
首页
新随笔
联系
订阅
管理
2016年10月23日
C语言学习笔记-顺序表
摘要: #include "stdafx.h" #include #include #include "conio.h" #define ERROR 0 #define OK 1 #define MAXSIZE 10 typedef int ElemType; typedef struct{ ElemType elem [MAXSIZE]; int last; }SeqList...
阅读全文
posted @ 2016-10-23 17:33 阿尔法钻石狗
阅读(369)
评论(0)
推荐(0)
编辑
公告