91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

資源簡(jiǎn)介

用C語(yǔ)言編寫,可以進(jìn)行各種排序,以及排序后輸出,一個(gè)配置文件存儲(chǔ)信息,存儲(chǔ)結(jié)構(gòu)為結(jié)構(gòu)體數(shù)組,排序算法是快速排序,程序五百行

資源截圖

代碼片段和文件信息

#include
#include?
#include
#define?LENGTH?1000
int?longth=1;?//用于重分配內(nèi)存
const?int?nnumber=0nrank=1nscore=2;//按學(xué)號(hào)?名詞?總分?排序
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

?屬性????????????大小?????日期????時(shí)間???名稱
-----------?---------??----------?-----??----

?????文件??????17275??2010-01-01?09:30??學(xué)生成績(jī)管理系統(tǒng)\課程設(shè)計(jì)1111111111111.c

?????文件?????188471??2010-01-01?09:30??學(xué)生成績(jī)管理系統(tǒng)\課程設(shè)計(jì)1111111111111.exe

?????目錄??????????0??2010-01-12?21:52??學(xué)生成績(jī)管理系統(tǒng)

-----------?---------??----------?-----??----

???????????????205746????????????????????3


評(píng)論

共有 條評(píng)論

相關(guān)資源