资源描述:
《c++数据结构算法演示系统毕业设计论文》由会员上传分享,免费在线阅读,更多相关内容在学术论文-天天文库。
1、更多的毕业设计:http://www.56doc.comQQ:306826066摘要数据结构算法演示系统数据结构在计算机科学中是一门综合性的专业基础课,它不仅设计到计算机硬件(特别是编码理论、存储装置和存取方法等)的研究范围,而且和计算机软件的研究有着更密切的关系,无论是编译程序还是操作系统,都涉及到数据元素在存储器中的分配问题。在研究信息检索时也必须考虑如何组织数据,以便查找和存取数据元素更方便。因此,它是介于数学、计算机硬件和计算机软件三者之间的一门核心课程。在计算机科学中,数据结构不仅是一般程
2、序设计的基础,而且是设计和实现编译程序、操作系统、数据库系统及其他系统程序和大型应用程序的重要基础。本文充分利用C++BUILDER的RAD优点,设计并建立了一套数据结构算法的演示系统。讲解了线性表、堆栈和队列、树、图等数据结构的概念,该系统具有操作便捷、形象生动等特点,对于深化对数据结构算法的理解,提高计算机程序设计水平具有很好的促进作用,而且具有一定的实用价值,能有效地改善数据结构算法教学的质量和效率,对于其他类似系统也有很大的借鉴意义。关键字:数据结构;算法;C++BUILDER更多的毕业设计
3、:http://www.56doc.comQQ:306826066AbstractDatastructurealgorithmsdemonstrationsystemDatastructures,isacomprehensiveprofessionalfoundationcoursesincomputerscience,notonlytostudiedcomputerhardwaredesign(especiallycodingtheory,storagedevicesandvisitmethods
4、),andresearchedcomputersoftwareincloserrelationship,whethertranslationoroperatingsystem,dataelementsareinvolvedintheallocationofmemory.Ininformationretrievalresearch,datamustalsoconsiderhowtoorganizeinordertoidentifythedataelementsandvisitmoreconvenien
5、t.Therefore,itisadoorcorecurriculumbetweenmathematics,computerhardwareandcomputersoftware.Incomputerscience,datastructureisnotonlythebasisforgeneralprogramming,butalsothedesignandrealizationofheavyeditingprocedures,operatingsystems,databasesystemsandot
6、hersystemsproceduresandtheessentialfoundationforlarge-scaleapplications.ThefulluseoftheRADadvantageC++builderdesignandbuildadatastructurealgorithmsdemonstrationsystem.Onthelineartables,DuizhanandBritain,trees,maps,andotherdatastructureconcept,thesystem
7、hasoperatedconvenient,vividimagecharacteristicsofthedatastructuretodeepentheunderstandingofalgorithmstoimprovethelevelofcomputerprogrammingingoodcatalyst,butwithsomepracticalvaluetoeffectivelyimprovedatastructurealgorithmsteachingqualityandefficiencyFo
8、rothersimilarsystems.Keywords:Datastructure;Algorithms;C++builder更多的毕业设计:http://www.56doc.comQQ:306826066目录1绪论12需求分析22.1解决问题22.2具备功能23系统设计23.1开发及使用环境23.2系统结构23.3详细设计24系统操作24.1主菜单操作24.2线性表操作24.3树操作24.4算法说明操作2结束语2谢辞2参考文献2附录2附录A外文翻译-原文部分2附