资源描述:
《嵌入式浏览器的设计与实现设计本科学位论文.doc》由会员上传分享,免费在线阅读,更多相关内容在学术论文-天天文库。
1、北京邮电大学毕业论文设计嵌入式浏览器的设计与实现摘要随着计算机技术的发展,嵌入式系统已成为计算机领域的一个重要组成部分。嵌入式计算机中的应用数量远远超过了各种通用计算机,制造工业,过程控制,通讯,设备,仪器仪表,汽车,船舶,航空,航空航天,军事装备,消费类产品都是嵌入式计算机的应用领域。本文主要论述了嵌入式浏览器开发所涉及到的技术,对HTML词法分析、C++编程等做了详细的分析和介绍,并对C++嵌入式浏览器的开发进行了介绍,分析了主要的模块的功能和组成,并给出了主要代码。还对典型的嵌入式浏览器进行了分析,包括Gzilla,Mozi
2、lla,Thunder和zen,总结了浏览器设计的技术要点和开发策略。另外,在论文开头,介绍了目前嵌入式浏览器产品的发展现状,嵌入式浏览器的组成和各部份功能说明。HTML词法分析是着重讨论的技术问题,给出了详尽的数据结构,程序流程。嵌入式浏览器的开发,是本论文的重点,分模块进行了分析,提出了需要改进的地方,并给出了改进措施。关键词:嵌入式浏览器;HTML词法分析;C++41北京邮电大学毕业论文设计DesignandImplementationofEmbeddedBrowserAbstractWiththedevelopmentof
3、computertechnology,embeddedsystemhasbecomeanimportantpartofthecomputerfield.Embeddedcomputerfarexceedsavarietyofgeneral-purposecomputersinthenumberoftheapplications,manufacturingindustry,processcontrol,communications,equipment,instruments,automobiles,ships,aviation,ae
4、rospace,militaryequipment,andconsumerproductsarealltheapplicationfieldoftheembeddedcomputer.Thispaperdiscussesthedevelopmentofembeddedbrowserinvolvedintechnology,lexicalanalysisofHTML,C++programming,andsodoadetailedanalysisandpresentation,andC++embeddedbrowserdevelopm
5、entwereintroducedtoanalyzethemainfunctionandcompositionofthemoduleandgivesthemaincode.Alsotypicalembeddedbrowseranalyzed,includingGzilla,Mozilla,Thunderandzen,summedupthetechnicalpointsandtodevelopstrategiesbrowserdesign.Inaddition,atthebeginningofthepaper,describesth
6、ecurrentstatusofthedevelopmentofembeddedbrowserproduct,embeddedbrowsercompositionandfunctionofeachpartofthedescription.HTMLlexicalanalysisisfocusedontechnicalissues,givesdetaileddatastructures,programflow.Embeddedbrowserdevelopment,isthefocusofthispaper,sub-moduleswer
7、eanalyzed,andareasforimprovement,andgivesimprovements.Keywords:embeddedbrowser;HTMLlexicalanalysis;C++41北京邮电大学毕业论文设计目录摘要iAbstractii绪论1一、嵌入式浏览器设计概述2(一)目前嵌入式浏览器产品的发展现状21.国内外发展现状:22.常见嵌入式浏览器23.嵌入式浏览器的应用领域3(二)嵌入式浏览器的设计功能3(三)C++简介4(四)QT简介4二、嵌入式浏览器分析6(一)总体结构6(二)浏览器总体流程7(三)图
8、形用户界面GUI和排版显示8三、其它浏览器分析9(一)Dillo(Gzilla)浏览器分析91.主函数流程分析92.文件的取得93.选择合适的解释器104.Html文件的显示115.Dillo分析总结12(二)Thunder浏览器分析12(三)Mo