搜索资源列表
Student-grade-search
- 编程实现:(1) 键入某组学生(共10 人)的学号、姓名、组成原理考试 成绩、数据结构考试成绩、汇编语言考试成绩。(2) 对学生数据进行排序, 按三科总分降序排列。(3) 按此排序结果在屏幕上显示前三名学生的成 绩。(4)在屏幕上显示学号最靠前的5 名学生的成绩。请编写主程序及 四个子程序,使用跳转表法实现调用关系,并用结构字段记录学生成绩 数据。-Programming: (1) type of a group of students (10 people) of the
qhpxxh
- 1.从键盘随机输入十个数据,统计其中负数的个数,并在屏幕上显示出来;2.求出这十个数的总和, 存入数据段SUM 单元,并在屏幕上显示出来;3.将这些数从小到大排序,存入 ORDER 为首址的存储区域,并在屏幕上显示出来。4.编一跳转表,按键1,2,3,4分别执行上述三种操作和实现退出功能。 -1 ten random input data from the keyboard, statistics on the number of negative and displayed on the