• 大小: 37KB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-01-05
  • 标签: 数据结构  

资源简介

用C语言编写,可以进行各种排序,以及排序后输出,一个配置文件存储信息,存储结构为结构体数组,排序算法是快速排序,程序五百行

资源截图

代码片段和文件信息

#include
#include 
#include
#define LENGTH 1000
int longth=1; //用于重分配内存
const int nnumber=0nrank=1nscore=2;//按学号 名词 总分 排序
typedef struct Birthday
{ int year;
  int month;
  int day;
}Birthday;
typedef struct Sstu
{ char name[20];
  char sex[10];
  Birthday birthday;
  char colloge[20];
  int grade;
  char major[20];
  int info[10];
}Sstu;
typedef struct Student
{ int stunumber;
  int scorenumber;
  char information[10][10];
  Sstu *hole;
}Student;
void Editdeal(Student *S);
void Filedeal(Student *S);
void Fileread(FILE *fpStudent *S);
void Filesave(FILE *fpStudent *S);
void Filesaveother(FILE *fpStudent *S);
int Find(int idStudent *Sint flag);
int Getint(void);
void InitS(Student *S);
void Read(Student *S);
void  Search

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

     文件      17275  2010-01-01 09:30  学生成绩管理系统\课程设计1111111111111.c

     文件     188471  2010-01-01 09:30  学生成绩管理系统\课程设计1111111111111.exe

     目录          0  2010-01-12 21:52  学生成绩管理系统

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

               205746                    3


评论

共有 条评论