爱问知识人 爱问教育 医院库

向高手求C语言设计程序作业答案!100分送上!!!

首页

向高手求C语言设计程序作业答案!100分送上!!!

相关要求请见附件!!
拜托啦,急用!!

相关要求请见附件!!……
提交回答
好评回答

其他答案

    2006-06-26 07:30:20
  • 建议你还是发到编程类的论坛去问问

    s***

    2006-06-26 07:30:20

  • 2006-06-25 21:37:37
  • 难道就要用控制台的,不要界面么?

    卷***

    2006-06-25 21:37:37

  • 2006-06-25 21:17:12
  •   题 目 :  学生成绩管理系统c语言源代码 
    尺 寸 :    成绩管理系统。doc 
    目 录 :  不存在 
      
    原 文 :  #include
    #include
    #define NULL 0
    #define LEN sizeof(struct student)
    struct student
    {int num;
    char name[20];
    int eng;
    int math;
    int comp;
    float aver;
    int sum;
    struct student *next;
    };
    int n=0;
    struct student *creat()
    {struct student *head;
    struct student *p1,*p2,*p;
    p1=p2=p=(struct student *)malloc(LEN);
    printf("请输入学号:");scanf("%d",&(*p1)。
      num); printf("请输入姓名:");scanf("%s",(*p1)。name); printf("请输入英语成绩:");scanf("%d",&(*p1)。eng); printf("请输入数学成绩:");scanf("%d",&(*p1)。
      math); 。

    1***

    2006-06-25 21:17:12

类似问题

换一换
  • C/C++ 相关知识

  • 电脑网络技术
  • 电脑网络

相关推荐

正在加载...

热点检索

  • 1-20
  • 21-40
  • 41-60
  • 61-80
  • 81-100
  • 101-120
  • 121-140
  • 141-160
  • 161-180
  • 177-196
返回
顶部
帮助 意见
反馈

确定举报此问题

举报原因(必选):