1、实现学生成绩管理系统:(也可以选择类似的学籍管理系统) 系统要求如下 a、 当前学生信息:通过结构体

[复制链接]
查看11 | 回复1 | 2013-6-24 20:52:27 | 显示全部楼层 |阅读模式
#include #include #include struct node{int code;char name[20];char type;int age;int chinese;int math;int total;}stud[100];struct node temp;void menu();int input();void find(int);void insert(int);void deletel(int);void print(int);void sort(int);void main(){int n,c=0,d=0;while(1){menu();s...
回复

使用道具 举报

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

本版积分规则

主题

0

回帖

4882万

积分

论坛元老

Rank: 8Rank: 8

积分
48824836
热门排行