关于c#课程设计即用C#编程计算器

时间:2012-12-12 04:25:35
【文件属性】:

文件名称:关于c#课程设计即用C#编程计算器

文件大小:57KB

文件格式:DOC

更新时间:2012-12-12 04:25:35

计算器

#include #include #include struct stud { long num; char name[20]; double score; }; typedef struct stucode { struct stud student ; struct stucode *next; }L; void menu(); void createlist(struct stucode **r


网友评论