搜索资源列表
-
0下载:
我用二叉搜索树做的学生成绩管理系统,
算法比较全面,
希望大家提出宝贵建议
我的邮箱lp1985621@yahoo.com.cn-I use two forks of trees search student performance management system, the algorithm is more comprehensive, and we hope that the valuable suggestions put forward my mail lp1985621
-
-
0下载:
设计一个学生信息管理系统,学生对象至少要包含:学号、姓名、性别、成绩1、成绩2、总成绩等信息。要求实现以下功能:
1.总成绩要求自动计算;
2.查询:分别给定学生学号、姓名、性别,能够查找到学生的基本信息(要求至少用两种查找算法实现);
3. 排序:分别按学生的学号、成绩1、成绩2、总成绩进行排序(要求至少用两种排序算法实现)。
-design of a student information management system, targeting students at le
-
-
0下载:
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
-