资源描述:
《嵌入式浏览器的设计与实现-论文》由会员上传分享,免费在线阅读,更多相关内容在学术论文-天天文库。
1、嵌入式浏览器的设计与实现职场大变样社区(www.zcdby.com):下载毕业设计成品全套资料,全部50元以下嵌入式浏览器的设计与实现学生姓名:指导老师:摘要随着计算机技术的发展,嵌入式系统已成为计算机领域的一个重要组成部分。嵌入式计算机中的应用数量远远超过了各种通用计算机,制造工业,过程控制,通讯,设备,仪器仪表,汽车,船舶,航空,航空航天,军事装备,消费类产品都是嵌入式计算机的应用领域。本文主要论述了嵌入式浏览器开发所涉及到的技术,对HTML词法分析、C++编程等做了详细的分析和介绍,并对C++嵌入式浏览器的开发进行了介绍,分析了主要的模块的功能和组成,并给出了主要
2、代码。还对典型的嵌入式浏览器进行了分析,包括Gzilla,Mozilla,Thunder和zen,总结了浏览器设计的技术要点和开发策略。另外,在论文开头,介绍了目前嵌入式浏览器产品的发展现状,嵌入式浏览器的组成和各部份功能说明。HTML词法分析是着重讨论的技术问题,给出了详尽的数据结构,程序流程。嵌入式浏览器的开发,是本论文的重点,分模块进行了分析,提出了需要改进的地方,并给出了改进措施。关键词:嵌入式浏览器;HTML词法分析;C++iii嵌入式浏览器的设计与实现DesignandImplementationofEmbeddedBrowserAbstractWithth
3、edevelopmentofcomputertechnology,embeddedsystemhasbecomeanimportantpartofthecomputerfield.Embeddedcomputerfarexceedsavarietyofgeneral-purposecomputersinthenumberoftheapplications,manufacturingindustry,processcontrol,communications,equipment,instruments,automobiles,ships,aviation,aerospac
4、e,militaryequipment,andconsumerproductsarealltheapplicationfieldoftheembeddedcomputer.Thispaperdiscussesthedevelopmentofembeddedbrowserinvolvedintechnology,lexicalanalysisofHTML,C++programming,andsodoadetailedanalysisandpresentation,andC++embeddedbrowserdevelopmentwereintroducedtoanalyze
5、themainfunctionandcompositionofthemoduleandgivesthemaincode.Alsotypicalembeddedbrowseranalyzed,includingGzilla,Mozilla,Thunderandzen,summedupthetechnicalpointsandtodevelopstrategiesbrowserdesign.Inaddition,atthebeginningofthepaper,describesthecurrentstatusofthedevelopmentofembeddedbrowse
6、rproduct,embeddedbrowsercompositionandfunctionofeachpartofthedescription.HTMLlexicalanalysisisfocusedontechnicalissues,givesdetaileddatastructures,programflow.Embeddedbrowserdevelopment,isthefocusofthispaper,sub-moduleswereanalyzed,andareasforimprovement,andgivesimprovements.Keywords:emb
7、eddedbrowser;HTMLlexicalanalysis;C++iii嵌入式浏览器的设计与实现目录摘要IABSTRACTII绪论1一、嵌入式浏览器设计概述2(一)目前嵌入式浏览器产品的发展现状21.国内外发展现状:22.常见嵌入式浏览器23.嵌入式浏览器的应用领域3(二)嵌入式浏览器的设计功能3(三)C++简介4(四)QT简介4二、嵌入式浏览器分析6(一)总体结构6(二)浏览器总体流程7(三)图形用户界面GUI和排版显示8三、其它浏览器分析9(一)Dillo(Gzilla)浏览器分析91.主函数流程分析92.文件的取得93.选择合