基于栈和队列的停车场管理系统设计与实现
- 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
- 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
- 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。
长春建筑学院《数据结构》课程设计(论文)
基于栈和队列的停车场管理系统设计与实现
Stack and queue-based parking management system design and
Implementation
年级:
学号:
姓名:
专业 :
指导老师:
二零一三年十二月
摘要
计算机科学技术的发展,不仅极大地促进了整个科学技术的发展,而且明显地加快了经济信息化和社会信息化的进程。因此,计算机教育在全国备受重视,计算机知识与能力已成为21世纪人才素质的基本要素之一。
如今,高等教育的计算机教育发展十分迅速。十多年前,只有部分理工科专业开设计算机课程。今天,几乎所有高校的所有专业都开设了程度不同的计算机课程。人们已经认识到,计算机知识已成为当代知识分子知识结构中不可缺少的重要组成部分。而除了掌握计算机的基础知识和操作的基本能力外,掌握一门高级编程语言,并可以熟练运用它,已成为当代大学生综合能力必要组成。
计算机技术发展如此迅猛,计算机应用如此广泛,需要学习的东西愈来愈多,而我们的总学时是有限的。一般来说,计算机课程学习可以分为两部分:一部分是理论课程学习,一部分是上机应用实习。根据我们专业的性质和要求,则应侧重于上机操作运用。
关键字:计算机上机应用实习
Abstract
Development of computer science and technology, not only greatly promoted the development of the science and technology, but also significantly accelerate the economic and social informatization process of information. Therefore, the country has attracted increasing attention in computer education, computer knowledge and ability has become one of the basic elements of the 21st century, the quality of talent.
Today, the computer is very fast development of higher education. Ten years ago, only a part of the creation of computer science and engineering courses. Today, almost all professional colleges and universities have set up all the different levels of computer courses. It has been recognized, computer knowledge has become the contemporary intellectuals important part of the knowledge structure indispensable. And in addition to master the basics of computer operation and basic ability to master a high-level programming language, and can skillfully use it, has become an essential component of contemporary college students' comprehensive ability.
Computer technology is growing so fast, computer application so extensive, more and more things to learn, and our total hours are limited. Generally, computer learning courses can be divided into two parts: one is the theoretical courses, practical application part of the machine. According to the nature and requirements of our professional, you should focus on the use of machine operation.
Keywords:comptuer Computer application practice
目录
摘要 ................................................................................................................................ I ABSTRACT .............................................................................................................................. II 第1章绪论 .................................................................................................................. - 1 -
1.1设计目的 (1)
1.2设计内容 (1)
1.3设计要求 (2)
1.4设计思想 (2)
第2章概要设计 ............................................................................................................ - 3 -2.1抽象数据类型定义 . (3)
2.2模块划分 (5)
第3章详细设计 ............................................................................................................ - 7 -3.1数据类型的定义 .. (7)
3.2主要模块的算法描述 (8)
第4章系统测试 .......................................................................................................... - 12 -第4章系统测试 .......................................................................................................... - 13 -
4.1调试分析 (13)
第5章测试结果 .......................................................................................................... - 14 -
5.1测试数据及结果 (14)
5.2结果分析 (17)
第6章课程设计总结 .................................................................................................. - 18 -