• 大小: 0.04M
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-03-26
  • 语言: C/C++
  • 标签: c  

资源简介


C语言学生成绩管理系统C语言学生成绩管理系统C语言学生成绩管理系统C语言学生成绩管理系统

资源截图

代码片段和文件信息

#include 
#include 
#include 
#include 
#include 
typedef struct ST
{
int x;
char nummber[20];
char name[20];
float soure;
struct ST *next;
struct ST *back;
}st;
void input()
{
int n=1kx;
char ch;
st *p*l*s;
float soure;
char nummber[20]name[20];
FILE *fp*fp1;
if((fp=fopen(“a.txt““a+“))==NULL)
printf(“打开a.txt文件出错!“);
if((fp1=fopen(“xuhao.txt““r“))==NULL)
printf(“打开xuhao.txt文件出错!“);
fscanf(fp1“%d“&x);
fclose(fp1);
l=(st *)malloc(sizeof(st));
s=l;
/*---------------------输入学生学号,姓名,成绩--------------------*/
while(n)
{
printf(“请输入学号:“);
scanf(“%s“nummber);
printf(“请输入姓名:“);
scanf(“%s“name);
printf(“请输入成绩:“);
scanf(“%f“&soure);
p=(st *)malloc(sizeof(st));
strcpy(p->nummbernummber);
strcpy(p->namename);
p->soure=soure;
p->x=++x;
s->next=p;
s=p;
p->next=NULL;
printf(“任意键继续0保存:\n“);
scanf(“%c“&ch);
scanf(“%c“&ch);
if(ch==

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件      15558  2009-12-23 02:14  student.c

     文件     217162  2009-12-23 02:13  student.exe

----------- ---------  ---------- -----  ----

               232720                    2


评论

共有 条评论