首页
新闻
小组
威客
人才
下载
博客
代码贴
在线编程
论坛
注册
|
登录
学生成绩管理系统
/* HELLO.C -- Hello, world */ #include "stdio.h" #include "conio.h" #define maxsize 70 typedef struct stu{ char name[maxsize]; int score; long stuno; struct stu *next; }*studife; studife p,q,Head=NULL; void build() { int y,quantity; ...
源代码
| 2011-08-23 12:59 |
阅读 705 次
|
评论 0 条
nununununu的博客
nununununu
浏览705次
文章分类
默认分类(0)
源代码(1)
文章归档
2011年08月(1)
最新评论