From a4d11725f1852a23731651033b7262cc3e32feba Mon Sep 17 00:00:00 2001 From: p2pwza8cv <2467848647@qq.com> Date: Sat, 22 Apr 2023 16:55:35 +0800 Subject: [PATCH] =?UTF-8?q?Add=20=E5=87=BD=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 函数 | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 函数 diff --git a/函数 b/函数 new file mode 100644 index 0000000..35377b2 --- /dev/null +++ b/函数 @@ -0,0 +1,8 @@ +//3 函数功能:计算每门课程的总分和平均分 +void AverSumofEveryCourse(STU stu[], int n, int m) +// 7交换两个单精度浮点型数据 +void SwapFloat(float *x, float *y) +// 11函数功能:交换法实现字符串按字典顺序排序 +void SortbyName(STU stu[], int n, int m) +// 函数功能:按学号查找学生成绩并显示查找结果 +void SearchbyNum(STU stu[], int n, int m) \ No newline at end of file -- 2.34.1