搜索资源列表
xsxkxt
- 学生信息管理系统设计:学生信息包括:学号,姓名,年龄,性别,出生年月,地址,电话,E-mail等。试设计一学生信息管理系统,使之能提供以下功能:系统以菜单方式工作;学生信息录入功能(学生信息用文件保存)---输入学生信息浏览功能---输出 查询、排序功能---算法按学号查询 按姓名查询 学生信息的删除与修改(可选项) -Student Information Management System: Student information includes: student numb
student
- 一种排序算法,用于学生信息管理系统中,对于学生的成绩进行的排序。-A sorting algorithm, for student information management system, for students to sort the results.
avbc
- 在函数中进行 10个学生成绩从高到低排名, 再改进函数, 进行 n个学生成绩从高到低排名, 排名方式根据函数的style参数进行,如style为‘a 按升序排,style为 d 按降序排。 ( a:ascending 升,d:descending 降) 编写多个不同函数,使之能实现不同的排序算法(3种以上),再编写一个通用输出函数,(要求用函数指针做参数)能分别打印不同排序算法的结果。 步骤、方法与要求 -10 in the function were ranked from hi
Bubble-sorting-function
- Bubble sorting function CODE Bubble sort is a simple sorting algorithm. The algorithm starts at the beginning of the data set. It compares the first two elements, and if the first is greater than the second, it swaps them. It continues doing thi
