-
thank you
舞会上男女各排成一队进入舞厅,跳舞时依次从男士队伍和女士队伍的队头各出一个人相互结成舞伴。如果两队的人数不等,则队伍较长中未配对的人员将等待下一轮的舞曲。
要求用程序完成该配对过程的模拟,从键盘输入所有人员的名单,输入格式为“姓名 性别”,并且男女无序,输出所有配对的男女舞伴,如果某队伍中还有人员未配对完,则另外输出所有尚未配对人员名单。
选作内容:
1. 实现下一轮次的继续配对,此时,所有尚未配对的人员应优先予以配对;
2. 将姓名与性别数据存放在文本文件中,直接从文本中读入数据。
实现说明:
1. 总是排在队头的男女相互结成舞伴,具有队列的先进先出特征,因此采用队列来完成;
2. 采用两个队列分别存放男士和女士的姓名,所有输入的人员按照性别依次分解到各自的队列中,然后顺次取出各自的队头元素来配对并输出;
3. 队列类的数据类型可以是字符数组,也可以先实现模板类,再用字符数组来实例化实现。-thank you
- 2022-03-01 16:14:45下载
- 积分:1
-
在C#中导入WebBrowser控件,生成具有强名称的程序集
在C#中导入WebBrowser控件,生成具有强名称的程序集-in C# into WebBrowser control, have generated strong name of the procedures set
- 2022-03-01 06:53:51下载
- 积分:1
-
在ArcGID环境下,实现属性数据更新的操作
在ArcGID环境下,实现属性数据更新的操作-ArcGID the environment and achieve attribute data update operation
- 2023-05-11 20:15:02下载
- 积分:1
-
用来搜索修改内存,主要用于更改游戏数据用
用来搜索修改内存,主要用于更改游戏数据用-Used to search change memory, change the game data to use
- 2022-02-05 04:38:55下载
- 积分:1
-
神经网络,神经网络算法,代码,操作保证…
neural network,神经网络的BP算法的代码,保证能运行,Back Propagation-neural network, the BP neural network algorithm code, the guarantee of operation, Back Propagation
- 2022-04-27 06:22:27下载
- 积分:1
-
分析网页链接并批量获取所有图片,请使用,谢谢各位
分析网页链接并批量获取所有图片,请使用,谢谢各位-Parse html links and get all the images in the html links.
- 2022-02-07 13:34:22下载
- 积分:1
-
Computer Level II exams can be used C language, C language beginners can also us...
计算机二级C言语等级考试可用,C言语初学者也可以使用-Computer Level II exams can be used C language, C language beginners can also use the
- 2022-02-02 04:32:23下载
- 积分:1
-
Bezier曲线的可执行程序,注:vc语言编写的;3次4个顶点
Bezier曲线的可执行程序,注:vc语言编写的;3次4个顶点-Bezier curves of the executable program, note: vc languages 3 4 vertex
- 2022-01-31 22:49:13下载
- 积分:1
-
An examination program designed to test your vocabulary. It is designed to be fl...
An examination program designed to test your vocabulary. It is designed to be flexible and to fit to different kind of exam. It allows user to create their own sets of questions and choose from different types of exam(Identification, Flashcard, Hardcopy)
- 2022-02-15 10:19:44下载
- 积分:1
-
Programming WinCE第二版
Programming WinCE第二版-second edition of Programming WinCE
- 2022-08-06 00:34:18下载
- 积分:1