函数 #5

Open
p2pwza8cv wants to merge 1 commits from p2pwza8cv/System:函数 into master

//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)
// 15函数功能:按学号查找学生成绩并显示查找结果
void SearchbyNum(STU stu[], int n, int m)

//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) // 15函数功能:按学号查找学生成绩并显示查找结果 void SearchbyNum(STU stu[], int n, int m)
p2pwza8cv added 1 commit 2 years ago
This pull request can be merged automatically.
This branch is out-of-date with the base branch
You are not authorized to merge this pull request.
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date

No due date set.

Dependencies

No dependencies set.

Reference: pn8rjlxip/System#5
Loading…
There is no content yet.