搜索资源列表
get-all-scores
- 统计成绩 给出n个学生的考试成绩表,每条信息由姓名与分数组成。 (1)按分数高低次序打印出每个学生在考试中获得的名次,分数相同的学生为同一名次 (2)按名次列出每个学生的姓名与分数。 要求分析不同排序方法的应用。 -Statistical results are given n Table student test scores, and scores each message composed by the name. (1) print out the order by s
wzcjgl
- 打印学生成绩的一个小东西一,学习中,请大家指导一下jxl导出更新的问题-Student achievement in a small print something one study, please guide us to export the updated issues jxl
10_3
- 编写一个print函数,打印一个学生的成绩数组,用主函数输入这些数据,用print输出。-Write a print function to print an array of student achievement, with the main function of the input of these data, with the print output.
no.1
- 定义一个结构体typedef struct{int num char name[10] int score[4] }STU ,里面有两个整形数组和一个字符数组,用来存储学生的信息;主函数中接收数据并存入结构体,然后调用函数进行数据的查找,修改删除;编写三个函数 find_stu(STU per[],int t) :输入学生的学号进行查找 modify_stu(STU per[],int t) 对找到的学生的姓名和成绩进行修改; delete_stu(STU per[],int m)