- 博客(2)
- 收藏
- 关注
原创 自己写的 关于链表的反转!欢迎给予意见!2012-2-18--2012-2-19
#include#includestruct student {int num;float score;struct student *next;}; //学生信息结构体 main(){struct student *head=NULL,*head1=NULL;struct student *create()
2012-02-19 14:42:10
249
原创 自己写的 利用指针写的有关学生成绩系统!欢迎赐教,给些建议2012-2-12---2012-2-14
#include#include#define M 3struct student{ int class1; int num; char name[10]; float score[3]; float average;}; //学生结构体的定义
2012-02-18 14:01:12
527
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅