学生管理系统,用c编程的

[复制链接]
查看11 | 回复1 | 2011-8-28 18:26:20 | 显示全部楼层 |阅读模式
#include#include#include#include#define N 100/*定义学员结构体*/struct student { int no;//学号 char name[10];// 姓名 double score[3]; //成绩 double avg;//平均分
double sum; //总分
}; int login();//登录void menu();//菜单int input(struct student xue[],int n);//输入函数...
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

主题

0

回帖

4882万

积分

论坛元老

Rank: 8Rank: 8

积分
48824836
热门排行