首页    新闻    小组    威客    人才    下载    博客    代码贴    在线编程    论坛
代码贴致远的代码贴C语言
/*程序名称:学生成绩管理系统*/
/*程序设计者:致远          */
/*设计时间:2013-3-15       */


/**************************************************************************************************/
#include <stdio.h>
#include <string.h>
#define N  150
int temp;
struct student
{
......................
阅读全部 | 2013年3月20日 19:10
1
致远