会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
jason2018
苦难是最好的大学
博客园
首页
新随笔
联系
订阅
管理
2020年5月3日
多文件模块的学生信息库系统
摘要: student.h 1 #include<stdio.h> 2 #include<string.h> 3 #define MaxSize 50 4 struct student 5 { 6 int num; 7 char name[10]; 8 int computer, english, math
阅读全文
posted @ 2020-05-03 20:04 jason2018
阅读(704)
评论(1)
推荐(0)
公告