数据结构实验源代码.docxVIP

  • 3
  • 0
  • 约1.82万字
  • 约 30页
  • 2023-01-03 发布于江苏
  • 举报
实验二 #include stdio.h #include conio.h #include malloc.h #include ctype.h #define LIST_SIZE 2 #define LIST_ADD 1 #define LEN sizeof(ET) typedef struct { char nam[10]; int num; int score; }ET; typedef struct stu { ET *elem; int length; int listsize; }SqList; struct stu *p; SqList *root; int sum=0; flo

文档评论(0)

1亿VIP精品文档

相关文档