⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 deeds.h

📁 学生成绩管理。 Win32(dos)字符界面。可实现读入、简单计算、统计、输出等操作
💻 H
字号:
#ifndef _DEEDS_H
#define _DEEDS_H

void Delay(short );

void Welcome();

void PrintMenu();

void EditCourses(struct student *&,struct courselist *&);

void InputCourses(struct student *&,struct courselist *&);

void DeleteCourses(struct student *&,struct courselist *&);

void DeleteCourseOfStudent(struct student *&,short );

void ScoresOfCourse(struct student *&,struct courselist *&);

void InputScoresOfCourse(struct student *&,struct courselist *&);

void InputScoresOfCourse_(struct student *&,char []);

void SearchOfCourse(struct student *&,struct courselist *&);

void PrintScoresOfCourse(student *&,short ,bool &);

void StudentAdd_Delete(struct student *&,struct courselist *&);

void StudentAdd(struct student *&,struct student *&);

void AddCourses(struct student *&,struct courselist *&);

void StudentAdd_Name(struct student *&,struct student *&);

void StudentAdd_Number(struct student *&,struct student *&);

void StudentDelete(struct student *&);

void Search(struct student *&);

struct student *SearchByName(struct student *&,char [],struct student *&);

struct student *SearchByNumber(struct student *&,char [],struct student *&);

void Sort(struct student *&,struct courselist *&);

void Tree(struct student *&,struct student *&,char [],void (*function)(struct student *&,struct student *&,char []));

void Sort_Score(struct student *&,struct student *&,char []);

void CalculateGPA(struct student *&,struct courselist *&);

void CalcGPA(struct student *&,struct courselist *&);

float ScoreToGPA(float );

void Statistic(struct student *&,struct courselist *&);

void Stat(struct student *&,short [],char []);

void PrintToScreen_Name(struct student *&);

void PrintToScreen_Number(struct student *&);

void PrintToScreen_Score(struct student *&);

void PrintSingleStudent(struct student *&);

void PrintFormHead(struct courselist *);

void Free_Student(struct student *&);

void Free_Courselist(struct courselist *&);

void Exit(struct student *&,struct courselist *&);

void StoreSucceed(char []);

void GoodBye();

#endif

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -