如果您无法下载资料,请参考说明:
1、部分资料下载需要金币,请确保您的账户上有足够的金币
2、已购买过的文档,再次下载不重复扣费
3、资料包下载后请先用软件解压,在使用对应软件打开
信息科学与技术学院学士学位论文PAGEIVJIUJIANGUNIVERSITY毕业论文题目基于嵌入式的TXT电子书阅读器开发英文题目DevelopmentofTXTE-bookReaderBasedonEmbedded院系信息科学与技术学院专业计算机科学与技术姓名刘红刚年级A081143指导教师于林峰二○一二年五月摘要系统设计了基于嵌入式系统的TXT电子书阅读器,在飞凌FS2410硬件平台下,可以实现基本的阅读,对TXT格式电子书实现上下行以及翻页查看。主要的技术难点:如何将文字显示出来,实现多语言的支持,实现上下一行的翻动和上下页的翻动显示以及放大缩放字体显示,改变字体颜色。首先对基于嵌入式系统的TXT电子书阅读器的开发环境搭建和硬件系统平台做了简要的概述,并在现有的硬件平台下,详细讲述了构建嵌入式ARM-Linux开发系统的过程,整个过程是基于开发电子书阅读器的内容来阐述的。主要内容包括,交叉编译环境的搭建,U-Boot的移植与烧入,嵌入式Linux内核的裁剪和移植,TFTP服务环境的搭建,NFS网络文件传输环境的搭建,根文件系统的制作,SDL功能开发的研究,接下来也就是TXT电子书编码的实现,经过多次的调试以及优化,最后要将应用程序移植到开发板上的实验过程。关键词:嵌入式,阅读器,翻页AbstractSystemdesignaTXTreaderbasedonembeddedsystem,itcanrealisebasicreadingonthehardwareplatformoffeilingFS2410,includingtheviewforthetxtformate-bookasthewayofupanddownandpagerotate.Themaintechnicdifficulties,thatishowtoshowthetxtonthescreenwithwhichmethod,howcanrealisemul-languagesupport,howcanrealisetheshowofthepre,thenextpageandthepreline,thenextlineoftxt,andchangethecoloroffont.ItmakesabriefoverviewofTXTreaderbasedontheembeddedsystemtomakethedevelopmentenvironmetandbuildthehardwareplatformonthefirst,thenitmakesadetailedintroductionoftheprocessofbuildingaembeddedARM-Linuxdevelopmentsystembasedonourexistinghardwareplatform,andtheallthedescriptionisbasedonthedevelopmentofe-book.Allthecontentsincluedbuildingenviormenofcross-compile,thetransplantionandburntofU-boot,cuttingandtransplantionofkernel,thestructuresofTFTPserviceenviorment,thebuildingsofNFSnetworkfiletransferenvironment,theproductionofrootfilesystem,theresearchofSDLdevelopmentfunctions,thenextprocessisrealizationofencodeofe-book,whichistestedandoptimizedconstantly,portingtheapplicationtotheboardfinally.Keywords:Embedded,ElectronicReader,Page目录TOC\o"1-3"\h\z\uHYPERLINK\l"_Toc325606094"摘要PAGEREF_Toc325606094\hIHYPERLINK\l"_Toc325606095"AbstractPAGEREF_Toc325606095\hIIHYPERLINK\l"_Toc325606096"1绪论HYPERLINK\l"_Toc325606097"1.1系统概述(1)HYPERLINK\l"_Toc325606098"1.2研究的意义和目的(1)HY