资源描述:
《影院售票系统地设计与实现》由会员上传分享,免费在线阅读,更多相关内容在应用文档-天天文库。
1、实用文案影院售票系统的设计与实现摘要随着社会的发展,计算机的普及,计算机应用技术在我们的生活中起着越来越重要的作用,计算机的方便性、高效性日益突出。在影院售票过程,从电影信息的添加,放映厅的安排,到影票的销售及统计,大量的工作都需要处理得井井有条,稍有错误就会给影院造成许多不必要的损失。然而,面对复杂的管理,仅仅依靠人力来完成这些工作已经不能满足日益增长的需求,“影院售票系统”就是为解决这个问题而设计的。通过分析知道,电影售票系统包含电影的添加、删除、管理与销售、统计等过程,怎样使这些过程快速有效的进行是我们首要解决的问题。“影院售票系统”主要是针对这些问题来进行设计的。系统的主要功能包
2、括:1.管理员对电影信息的添加、电影信息的修改与删除、票价的折扣管理和对当天影票销售的统计;2.售票员对近期影票的销售、退票、订票的处理和会员的添加与管理;3.前台界面展示近期电影的详细信息与查询结果;4.会员登录实现在线购票和预订等。系统架构为C/S,采用面向对象分析与设计方法进行系统的分析与设计,系统的实现采用VisualStudio2008平台下的C#开发语言,数据库使用SQLServer2005。关键词:影院,售票,C#,SQLServer2005标准文档实用文案THEDESIGNANDIMPLEMENTATIONOFCINEMATICKETINGSYSTEMABSTRACTWi
3、ththedevelopmentofsociety,thecomputerwaspopularize,computerapplicationtechnologyinourlifeplaysamoreandmoreimportantrole,thecomputer’sconvenienceandefficiencyismoreandmoreserious.Inthecinema’sticketingprocess,beginwithfilm’sinformationadd,andthemoviehouse’sarrangement,ticketsalesandthesale’sstatis
4、tics,alargeofworkhavetodoingperfectorder,alittlemistakewillbecausedmanyunnecessaryloss.However,facethecomplexmanagement,justrelyonhumanhavealreadycan'tsatisfywiththegrowingdemand,Inordertosolvethisproblem,sodesignthe"CinemaTicketingSystem".Withtheanalysisweknowthathowsolvetheproblemtoadd,delete,m
5、anagementandsalesisourtoppriority."CinemaTicketingSystem"ismainlyaimedattheseproblemstothedesign.Themainfunctionsofthissysteminclude:1.Theadministratorcouldaddanddeletethefilms,settheticketpricediscountandstatisticthesales.2.TheSalesmancouldsaleanddealwithtickets,dealwiththebookingtickets,toaddan
6、dmanagementthemember.3.Clientofsystemcouldshowdetailedinformationoffilmandshowresultofquerying.4.TheMembercouldloginandbuyticketsorbooktickets.Thissystem’sframeworkisC/S.Thissystem’sanalysisanddesignmethodisObject-oriented.Thissystem’srealizationisundertheVisual标准文档实用文案Studio2008platformandthelan
7、guageisC#andthedatabaseisSQLServer2005.KEYWORDS:Cinema,Ticketing,C#,SQLServer2005标准文档实用文案目 录前 言1第1章绪论21.1项目开发背景21.2项目开发工具2第2章系统分析32.1系统功能需求分析32.2系统用例图4第3章系统结构设计63.1系统功能模块划分63.1.1权限划分63.1.2前台界面功能设计73.1.3销售端功能设计83.1.4后台管