资源描述:
《交通信息数据元标准类库自动生成工具的设计与实现》由会员上传分享,免费在线阅读,更多相关内容在学术论文-天天文库。
1、摘要在软件开发过程中,类库有着非常重要的作用,它能极大的提高程序员的开发效率,避免一些简单繁琐的操作,可以让程序员把精力集中在其他核心设计中去。通过类库的调用,可以使程序代码变得更加简洁,也可以使后续的调试工作变得简单而有效。将交通信息数据元标准做成类库,能够为交通信息系统的开发人员提供简便的标准应用方法,但随着数据元标准的不断扩充和更新,先前生成的类库就不能满足应用的需要了,因此,为了方便引用新的数据元标准生成的类库,本文设计出一种类库的自动生成工具,实时的生成类库。本文所生成的类库采用面向对象的设计思
2、想,将现有交通信息数据元标准抽象成具有继承关系的数据元三层体系结构。论文主要包括如下内容:首先对项目的设计理论基础及技术基础进行了分析,重点介绍了数据元三层结构的相关概念;然后进行了需求分析,指出了系统的需求和功能目标;然后进行了软件设计,阐述了项目的技术路线,给出系统功能模块图、用例图、类图,设计了该系统所需的各种类,根据设计文档编码实现了系统,分别生成了C#类库、Java类库、C++类库;最后对软件进行了测试和打包。经过多次应用,表明系统可以生成正确的类库,可以满足软件开发人员的调用需求,而且对交通信
3、息标准化也有着积极的推动作用。系统达到了设计的预期要求。关键词:类库,交通数据元,三层结构,交通信息标准化iAbstractIntheprocessofsoftwaredevelopment,theclasslibraryplaysaveryimportantrole,itcangreatlyincreasethedevelopmentefficiencyofprogrammers,avoidsomesimpletediousoperations,allowprogrammerstofocusonothe
4、rcoredesigns.Throughtheclasslibrarycalls,programcodeswillbecomeconcise;programdebuggingwillalsobecomemoresimpleandeffective.Dataelementstandardoftrafficinformationismadeintoclasslibrary,whichprovidesconvenientstandardapplicationmethodsfordevelopersoftraff
5、icinformationsystem.Butalongwiththecontinuousrenewalandexpansionoftrafficdataelementstandard,thesepreviousclasslibrariescan'tmeettheneedoftheapplication,so,inordertocallclasslibrarieswhichareproducedbynewdataelementstandard,thispaperdesignsaclasslibraryau
6、tomaticgenerationtool,classlibrariescanbegeneratedinthemeantime.Withtheideaofobject-orienteddesignclasslibrary,trafficinformationdataelementstandardsareabstractedintodataelementthreelayerstructurewhichhasinheritedcharacteristics.Papermainlyincludesfollowi
7、ng:Firstly,theorybasisandtechnologyfoundationaredescribed,andtheymainlyintroducetherelatedconceptsofdataelementthreelayerstructure;Then,requirementanalysisisdescribed,anditpointsoutrequirementandfunctionalgoalsofsystem;Then,thesoftdesignandimplementationa
8、recarriedon,andtheyexpoundthetechnicalroute,givethesystemfunctionblockdiagram,usecasediagram,classdiagram,atthisstage,thevariousclassesofthesystemaredesigned,accordingtothesystemdesigndocumentencodingimplementation.