- 博客(2)
- 资源 (3)
- 收藏
- 关注
转载 飞机订票系统实现
#include //标准输入、输出头文件 #include //包含字符串函数处理头文件 #include //包含动态存储与释放函数头文件 #define N 10000 struct air //定义结构体数组 { int num; char start[20]; char over[20]; char time[10]; i
2016-07-01 09:02:51 3432
转载 查找排序应用问题实现
#include #include #include #define MAXSIZE 20 int n; typedef struct //学生结构体的定义 { int num;//学号 char name[10];//姓名 char cla[20];//班级 int age;//年龄 }Student; typedef
2016-06-28 22:07:04 300
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人