城市公交查询系统[摘要]:城市的发展刺激交通的改进,而其中公交的地位越来越高,现下公交查询系统不能满足其快速发展。为了更好的支持公交的发展,服务群众,需要大力发展我国的城市公交查询系统。出于这个目的,在老师的指导下,设计了这个济南公交信息查询系统。在分析国内城市公交信息查询系统的发展现状的基础上,考虑了乘客选择公交线路决策的因素,建立了基于时间价值和费用价值的公交线路选择合理的模型。然后进行程序关键部分的框架设计,理清程序设计思路。之后是程序关键部分的具体实现,包括关键程序源代码。最后完成功能介绍和使用说明。运用Asp语言和ACCESS数据库,对公交线路查询系统进行了程序设计,并进行了模拟实验。本次设计的软件较为符合公交运营的实际情况,充分考虑了不同公交乘客的实际要求,运算速度较快,有较强的实际应用价值。【关键词】:公交查询信息系统ASP语言ACCESS数据库TheCityPublictransportationInquirySystem[Abstract]:ThedevelopmentofthecityStimulatetheimprovementofthetraffic,ofwhichthestatusofpublictransportationbecomemoreandmoreimportant.NowtheBusInformationSystemcannotmeetitsrapiddevelopment.Inordertobettersupportthedevelopmentofpublictransportation,servingthemasses,needtofocusonthedevelopmentofChina'surbanpublictransportinquirysystem.Forthispurpose,undertheguidanceoftheteacher,thedesignoftheJinanPublicTransportInformationSystem.Basedontheanalysisofurbanpublictransportinformationsystemdevelopmentcurrentsituation,takingintoaccountpassengerbuslinestochoosedecision-makingfactors,thetimevaluebasedonthevalueandcostofthebuslinestochooseareasonablemodel.AndthendesignedtheframeworkofthekeypartoftheProcedures,clarifyingproceduresfordesignideas.Keypartoftheprocedurefollowedbythespecificrealizationofthekeyprocedures,includingsourcecode.Functionofthefinalcompletionoftheintroductionanduse.UsingAsplanguageandAccessdatabasetodesignthebusinformationsystemofJinan,andconductedasimulationexperiment.Thedesignofthesoftwaremoreinlinewiththeactualsituationofpublictransport,givefullconsiderationtodifferentpracticalrequirementsofpublictransportpassengers,faster,strongerpractice.【KeyWords】:publictrafficinquireinformationmanagementsystemASPlanguageAccessdatabase目录第一章引言.................................................41.1背景及课题意义.........................................41.2客观分析...............................................51.3现状及预期目标.........................................6第二章开发平台介绍.........................................72.1IIS(INTERNETINFORMATIONSERVER)信息介绍..................72.2数据库介绍.............................................8Access简介..............................................8SQL简介................................................102.3编程语言介绍..........................................11ASP介绍................................................11Dreamweaver8介绍:.....................................16第三章系统分析与设计......................................173.1系统功能分析..........................................173.2系统性能需求分析......................................183.3总体结构及说明........................................193.3.1用户查询模块......................................203.3.2.管理员模块.......................................203.4数据库设计............................................22第四章系统功能模块的实现..................................234.1查询模块部分..........................................234.1.1车次查询..........................................2...