范文无忧网范文学习范文大全

如何用C语言编译学生成绩管理系统设计一个成绩管理程序分别用函

02月16日 编辑 fanwen51.com

[C语言程序设计工资管理救急!]找迋鬵嘫,他曾回答过这个问题。他的答复如下: /*Microsoft Visual C++ .NET编译通过by 做他07.12.29*/#include "stdafx.h"#include "iostream"#include "string"#include "list"#incl...+阅读

#include "stdafx。h"#include "stdio。h"#include "string。h"int main(int argc, char* argv[]){ struct days { int year; int mon; int day; }; struct max { int num; char name[20]; float cpp; float data; float english; struct days mon; }stu[100]={0,"",0,0,0,0,0,0}; int a,b,c,yanz=0; char name[50]; FILE *fp; printf("****************************ZX学生管理系统1。 0测试版***************************** ");loop:printf("1。通过学号查找信息 2。

通过姓名查找信息 3。添加学生信息 4。删除学生信息 5。文件操作 请输入操作代码(1~6):"); scanf("%d",&a); switch(a) { case 1: printf("请输入学生学号:"); scanf("%d",&c); for(b=0;b=99) printf("空间已满! "); break; case 4: printf("请输入要删除的那个学生学号:"); scanf("%d",&c); for(b=0;b if(stu[b]。 num==c) { stu[b]。num=NULL; printf("删除成功! "); yanz=1; } if(yanz==0) printf("找不到学号为%d学生的信息!",c); break; case 5: printf("1。

保存信息文件 2。新建文件 3。读取文件 请输入操作代码:"); scanf("%d",&c); if(c==1) { printf("请输入输入文件路径:"); scanf("%s",&name); if((fp=fopen(name,"ab"))!=0) { for(b=0;b if(stu[b]。 num!=0)fwrite(&stu[b],sizeof(struct max),1,fp); fclose(fp); } else printf("保存文件失败,可能文件被保护或磁盘写满! "); } else if(c==2) { printf("请输入输入文件名:"); scanf("%s",&name); fp=fopen(name,"wb"); fclose(fp); } else if(c==3) { printf("请输入输入文件路径:"); scanf("%s",&name); if((fp=fopen(name,"rb"))!=0) { for(b=0;b fread(&stu[b],sizeof(struct max),1,fp); fclose(fp); } else printf("读取文件失败,可能文件不存在或被保护! "); } else printf("输入错误! "); } goto loop; return 0;}。

延伸阅读:

编写一个c语言程序不断地要求输入成绩分数如果分数小于0或者#include int main() {int a,z=0; for(;;){ scanf("%d",&a); if(a100) printf("你输入的是无效分数\n"); else z=z+a; printf("当前分数:%d\n",z); if(z>999) break; } printf("总分是:%d",...

c程序设计设计题目:计目的:实现简单的学生成绩管理系统在#includeusing namespace std; typedef struct record { char name[20]; /* 姓名 */ char code[20]; /* 学号 */ int mathmark; /* 数学课程成绩 */ int englishmark; /* 英语课...

用C语言编写一个学生信息管理系统#include "stdio.h" #include "stdlib.h" #include "string.h" #include "conio.h" jiemian(); struct student { char name[50]; char sex[5]; int age; char num[50]; float score...

利用C语言研制和开发一个学生管理系统/*Design By Shocksea(09110530,Softwave College)*/ #include#include#include#include#includestruct student//学生结构体 { char name[10]; char sex[2]; char date[10]...

用C编写一个程序学生信息管理系统#include#include#include#include#defineMax 1000usingnamespacestd;classstudent{private: char name[20]; int number; int grade;public: student(char*,int,int); char...

如何用C语言编写学生信息管理系统参考如下学生信息管理系统的C源代码吧。#include#include/*定义学生结构体*/ struct Student { char ID[20]; char Name[20]; float Mark1; float Mark2; float Mark3; floa...

用c语言设计这样的学生成绩统计系统!急#include#include#include#define MAX 1000/*定义学生成绩信息结构*/struct stu{ char id[8]; char name[8]; double Chinese; double Math; double English; double averag...

用C语言做一个学生成绩统计系统求帮忙源代码。可以给你。需要点时间。现在在上课。#includevoid main() { int Password =0,i=0,sum=0; clrscr(); printf("\n===请输入密码!====\n"); while(Password != 1234) { if(i>3) {...

c语言学生期末成绩统计#includeintmain(){ints[20];intsum,max,min,excellent,good,pass,fail;inti;sum=0;max=0;min=100;excellent=good=pass=fail=0;for(i=0;imax)max=s[i];if(s[i]=90)excellen...

推荐阅读
图文推荐
栏目列表