• 博客园logo
  • 会员
  • 众包
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • HarmonyOS
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录
寒夜月冷
when you believe!!!
      新随笔       管理     
2014年3月11日
C语言线性表-顺序表操作【转】
摘要: 1 #include 2 #include 3 4 #define OK 1 5 #define ERROR 0 6 #define TRUE 1 7 #define FALSE 0 8 #define MAXLEN 100 9 10 typedef int elemType; 11 typedef struct { 12 elemType *data; 13 int len; 14 }LIST; 15 16 //初始化线性表 17 int initList(LIST *L) 18 { 19 L->da... 阅读全文
posted @ 2014-03-11 23:48 寒夜月冷 阅读(453) 评论(0) 推荐(0)
博客园  ©  2004-2025
浙公网安备 33010602011771号 浙ICP备2021040463号-3