搜索资源列表
5070309479_2
- 数组 1. 对英文名字队列进行操作 具体要求: 1) 初始化含有20个英文名字的数组; 2) 排序:以a-z,A-Z的升序顺序 3) 输入任意一个名字并能将其插入到合适的位置。-Array 1. For the English name of the queue to operate the specific requirements: 1) contains 20 to initialize the English name of the array 2) Sort:
2
- 学生成绩从高到低排序,插入新的成绩,新的排序,然后反序-Student achievement, high to low sort, insert new achievements, a new sort, and then in reverse order
chengji-gua-li
- 实现学生成绩的管理。有排序。查询。插入删除等功能。-Management student achievement, sort, query, insert, delete and other functions
huibianshiyan
- ① 首先输出表的内容; ② 插入一个数据,插入的数据和插入的位置从键盘输入; ③ 对表中的数据进行排序,按升顺或降顺排序可以进行选择; ④ 在表中查找某一个关键字,要查找的关键字从键盘输入;如果找到,输出查找的关键字并给出提示“find”,否则给出提示“no find”; ⑤ 程序执行以后,输出表中的插入以后的内容和排序以后的内容; ⑥ 程序有友好的运行界面; ⑦要求程序能够处理基本的错误信息; -(1) First output the contents of th
xueshegnguanlixitong
- 学生成绩管理系统:输入,查找,插入,排序,显示,删除等功能-Student achievement management system: input, search, insert, sort, display, delete functions