摘要: 本文设计了一套排队叫号系统。该系统是以排队抽号顺序为核心,客户利用客户端抽号,工作人员利用叫号端叫号;通过显示器及时显示当前所叫号数,客户及时了解排队信息,通过合理的程序结构来执行排队抽号。以提高排队等待效率,解决排队秩序混乱,前拥后挤等现象,实现排队自动化,规范化。通过该系统的使用,客户不必为排队浪费大量精力,便于管理排队秩序,同时适应信息时代管理数字化的要求,提高服务水平与质量。22667 毕业论文关键词: 排队叫号; 系统开发;C#
Queue No.Calling System Design
Abstract: This paper has designed a line Queue number system.The system is based on the order of the core line pumping,pumping customers using the client number,client's staff called the number called number;through the display shows the current time the call numbers,customers line up to keep abreast of information,through reasonable program structure to implement the pumping line number.To improve the efficiency of waiting to address the queue disorder,extrusion and other phenomena after the former owner,to achieve line automation and standardization.Through the use of the system,customers do not have to line up wasting a lot of energy,easy to manage queuing order,while adapting to the digital information age management requirements,improve service levels and quality.
Keywords: Queue number;System development;C#
目录
1 引言 1
1.1 国内外研究现状与水平 1
1.2 发展趋势 2
1.3 应用背景 2
1.4 基本介绍 3
1.5 包含程序 3
1.6 选择的工具 5
1.7 开发的环境 6
2 分析 9
2.1 控制流图 9
2.2 功能描述 9
2.3 排队叫号软件的具体操作流程为: 10
2.4 队列基本操作 10
2.5 队列的解决方法 11
2.5.1 用顺序栈解决问题 11
2.5.2 用链队列解决问题 12
2.6 事件 13
3 设计 15
3.1 设计窗口 15
3.2 多线程实现排队队列设计 16
3.3 事件代码设计 17
3.4 自定义类 18
3.5 结果显示 19
4 结论 21
致谢 22
参考文献 23
附录 24