c语言的医院排队管理系统设计

摘 要 1一、绪论 3(一)C语言的发展历史 3(二)课题的研究意义 3二、需求分析 4三、概要设计 5四、详细设计 6(一)主函数 6(二)挂号系统 6(三)分诊室系统 7(四)叫号系统 8(五)查询系统 8(六) 统计系统 9五、编码 9六、测试 9(一)主函数 9(二)挂号系统 10(三)分诊室系统 11(四)查询系统 11(五)叫号系统 12(六)统计系统 12七、总结 14致谢 16参考文献 17附录 18摘 要本设计是一个基于C语言的医院排队管理系统。当前社会,医院的工作同样也是繁多,复杂的。找到一套高效便捷的方法来处理这些工作,无疑是非常必要的。本系统主要是对医院的排队进行一些合理的规划。如果没有一套好方法,不管是医院工作人员还是看病的病人,绝对都是要花费很多精力的。反之,有了更好的统筹规划,使得看似平常的排队,也可以变得有秩序而且有章可循。当然,本系统也是力求全面,易于实施,可以大众化的。同时,它也不只是适用于医院,相信随着社会慢慢发展,以及系统的完善,也可以用于其他的很多方面以及场所。很多问题,很多方面都可以得到很好的改善。在现今的信息化时代,使用计算机来管理医院的排队,这肯定为医院和病人带来了很大的方便,论文在C语言的基础上,以Visual?C++为调试环境。设计了一个医院排队管理系统。主要包括了挂号系统,叫号系统,分诊室系统,查询系统以及统计系统等方面。本设计对各个部分进行了细化和分解。主要包括需求分析,概要设计,详细设计,编码和测试这几个步骤,并给出了数据流程图,程序代码及相关操作界面。测试结果表明,此次设计操作简单,易操作,具有可行性。
目 录
Abstract
This design is a hospital queuing management system based on C language.
In the current society, the work of the hospital is also numerous and complex. It is absolutely necessary to find a set of efficient and convenient ways to deal with these tasks. The system *好棒文|www.hbsrm.com +Q: ^351916072# 
is mainly for the rational planning of the queuing in hospitals. As a hospital, If there is not a good set of methods, whether it is a hospital staff or a patient, it is absolutely necessary to spend a lot of energy. On the other hand, a better overall planning, the seemingly normal line, can also become orderly and rulebased. Of course, this system is also striving to be comprehensive, easy to implement and can be popularized. At the same time, it is not only suitable for hospitals, but also can be applied to many other aspects as well as the development of the society as well as the improvement of the system. Many problems, many aspects can be improved very well.
In the information age today, use the computer to manage the hospital queue, it must to the hospital and the patient has brought great convenience, this paper based on the C language, using Visual C++ debugging environment. A hospital queuing management system is designed. It mainly includes the registration system, the stationtostation system, the suboffice system, the inquiry system, the statistical system and so on. This design has refined and decomposed each part. It mainly includes requirements analysis, outline design, detailed design, coding and testing steps, and gives the data flow chart, program code and related operation interface. The test results show that the design is simple, easy to operate and feasible.
Key words: C language, queuing management, data flow chart, code, coding 一、绪论
(一)C语言的发展历史
C语言是一种计算机的高级语言,它不但可以用来编写系统软件,也可以用来编写应用软件。因此应用非常广泛。C语言是20世纪由美国贝尔实验室发展起来的,它不只操作简单,语言通俗易懂,在实现的功能方面也是相当全面的。其实以前早期,也是存在操作系统软件的,它主要是依靠汇编语言来实现,但是汇编语言是依赖于计算机的硬件,所以早期的程序不管是可续性还是可移植性都很差。在此基础上,就有了更进一步的发展,开始改用了高级语言,但是高级语言也是存在着一些缺点,?它根本就无法满足C语言的某些功能。所以在这种形势下,人们开始探求一些新的可以避开这些弊端的方法,可以同时有高级语言和低级语言共同优点的一种语言。因此,C语言就这样产生了。
C语言其实是根据B语言发展起来的,不过B语言虽然有很多优点,但是它又或许简单。而C语言就改进了这一点,同时还保持了B语言的易懂和精练的这一优点。在1978年的时候,以C语言作为基础,B.W.Kernighan和D.M.Ritchie一起编写了一本叫《The?C?Programming?Language》的书,这本书是用来介绍C语言的,它也成为了大家广泛使用C语言的基础,但这本书没有一个完整的标准的C语言,所以后来美国的国家标准协会在《The?C?Programming?Language》这本书的基础上,制定了一个C语言标准,被称作ANSI?C,是C语言的最初的标准。
以前早期的时候,C语言主要是被用于UNIX系统,但是后来,人们慢慢认识到C语言有着强大的功能和很多优点,所以后来C语言就逐渐的进入了其他的地方,而且在各种类型的计算机大型,中型,小型乃至微型,都被大范围的应用。成为了当时最优秀,被广泛应用的程序语言。后来,根据C语言,贝尔实验室又逐步开展了C++,C++相比C语言在功能上更完善,是对C语言的延伸和扩展。

版权保护: 本文由 hbsrm.com编辑,转载请保留链接: www.hbsrm.com/dzxx/txgc/786.html

好棒文