-
《windows95系统程序设计大奥秘》(含源码),由侯捷翻译,附带部分源码,一本学习windows的好书。...
《windows95系统程序设计大奥秘》(含源码),由侯捷翻译,附带部分源码,一本学习windows的好书。-err
- 2022-02-22 12:56:21下载
- 积分:1
-
C algorithms commonly used procedures set
C常用算法程序集-徐士良-C algorithms commonly used procedures set-XU Shi-liang
- 2022-03-22 22:57:05下载
- 积分:1
-
template Excel VBA instances of the 10,# 39 & S!!!!!!!!!!!!!!!!
Excel的10个实例模板,有关VBA的-Excel template of the 10 instances, the VBA" s! ! ! !
- 2022-04-24 23:20:28下载
- 积分:1
-
thank you
舞会上男女各排成一队进入舞厅,跳舞时依次从男士队伍和女士队伍的队头各出一个人相互结成舞伴。如果两队的人数不等,则队伍较长中未配对的人员将等待下一轮的舞曲。
要求用程序完成该配对过程的模拟,从键盘输入所有人员的名单,输入格式为“姓名 性别”,并且男女无序,输出所有配对的男女舞伴,如果某队伍中还有人员未配对完,则另外输出所有尚未配对人员名单。
选作内容:
1. 实现下一轮次的继续配对,此时,所有尚未配对的人员应优先予以配对;
2. 将姓名与性别数据存放在文本文件中,直接从文本中读入数据。
实现说明:
1. 总是排在队头的男女相互结成舞伴,具有队列的先进先出特征,因此采用队列来完成;
2. 采用两个队列分别存放男士和女士的姓名,所有输入的人员按照性别依次分解到各自的队列中,然后顺次取出各自的队头元素来配对并输出;
3. 队列类的数据类型可以是字符数组,也可以先实现模板类,再用字符数组来实例化实现。-thank you
- 2022-03-01 16:14:45下载
- 积分:1
-
Some very simple c language program is just getting started to go bad as experim...
一些很简单的c语言程序,是恶刚刚入门的去当成实验来用。有一些帮助-Some very simple c language program is just getting started to go bad as experimental use. Have some help
- 2022-05-09 01:26:21下载
- 积分:1
-
利用bat文件实现程序运行结束后自杀!
利用bat文件实现程序运行结束后自杀!-use bat documents achieving operating procedures after suicide!
- 2022-03-09 23:42:30下载
- 积分:1
-
串口动态链接库.vc++6.0开发的,可通过此动态链接库向串口发送命令、信息。可用于串口程序的开发,非常有用。...
串口动态链接库.vc++6.0开发的,可通过此动态链接库向串口发送命令、信息。可用于串口程序的开发,非常有用。 -Serial dynamic link library. Vc++6.0 developed through this dynamic link library to the serial port to send commands and information. Serial programs can be used for the development, very useful.
- 2022-02-01 16:16:49下载
- 积分:1
-
Ajax+ASP.NET小巧高效的无刷新聊天室程序,没有使用数据库,而是使用新概念的Dictionary、LinkedList集合实现数据临时存储,运行后先随便...
Ajax+ASP.NET小巧高效的无刷新聊天室程序,没有使用数据库,而是使用新概念的Dictionary、LinkedList集合实现数据临时存储,运行后先随便输入一个昵称登陆,然后就进入了聊天室,请注意,发送消息时候没有提交按钮,直接按键盘回车键就可实现消息发送,测试时候打开两个浏览器,使用不同的昵称进入聊天室,效果更好。
-Ajax+ ASP.NET compact and efficient non-refresh chat room program, do not use databases, but the use of new concepts Dictionary, LinkedList collection of data temporary storage, run casually enter a nickname, after the first landing, and then entered the chat room, please Note that when there is no submit button to send the message, directly from the keyboard enter key to send the message can be achieved, the test time to open two browser, using a different nickname to enter chat rooms, better.
- 2023-03-31 16:55:03下载
- 积分:1
-
对象和皮肤检测
报告对象识别和皮肤检测中图像处理 — — 基于 KNN 分类器的最大似然算法和对象识别基于皮肤检测。
- 2022-03-11 04:22:55下载
- 积分:1
-
这是一个实现放大镜功能的代码,通过选择工具条上的放大镜按钮然后单击鼠标左健并且拖动就可以放大窗口内的内容。...
这是一个实现放大镜功能的代码,通过选择工具条上的放大镜按钮然后单击鼠标左健并且拖动就可以放大窗口内的内容。-This is a realization of a magnifier function of the code, by selecting the magnifying glass toolbar button then click the left mouse and drag Kin can enlarge the contents of the window.
- 2022-11-01 11:35:03下载
- 积分:1