实验七
摘要:
#include <string.h> #include <stdlib.h> const int N = 10; // 定义结构体类型struct student,并定义其别名为STU typedef struct student { long int id; char name[20]; flo 阅读全文
posted @ 2019-06-24 22:54 石宜鑫 阅读(170) 评论(0) 推荐(0)
2019年6月24日 #
posted @ 2019-06-24 22:54 石宜鑫 阅读(170) 评论(0) 推荐(0)
2019年6月7日 #
posted @ 2019-06-07 15:00 石宜鑫 阅读(143) 评论(3) 推荐(0)
2019年5月23日 #
2019年4月25日 #
2019年4月12日 #
posted @ 2019-04-12 21:51 石宜鑫 阅读(122) 评论(3) 推荐(0)
2019年3月26日 #
posted @ 2019-03-26 17:23 石宜鑫 阅读(177) 评论(13) 推荐(0)
2019年3月24日 #