【正文】
基于google android平臺(tái)電子詞典軟件的設(shè)計(jì)與實(shí)現(xiàn)摘 要本文闡述了在Android平臺(tái)下電子詞典軟件的設(shè)計(jì)與實(shí)現(xiàn)過程。其目的是讓人們能夠在基于Google Android平臺(tái)的移動(dòng)設(shè)備上享用英漢詞匯翻譯功能。系統(tǒng)實(shí)現(xiàn)了英漢詞匯查詢、添加,刪除等功能。在詞匯存儲(chǔ)及檢索方面,系統(tǒng)使用了Android內(nèi)置的小型嵌入式數(shù)據(jù)庫Sqlite的開發(fā)接口,支持單詞的模糊檢索和詞庫導(dǎo)入功能。平臺(tái)基于Java語言開發(fā)完成,在不同型號(hào)的設(shè)備模擬器上測(cè)試通過。關(guān)鍵詞:Android平臺(tái);電子詞典軟件;嵌入式開發(fā);AbstractIn this paper, we describe that electronic dictionary software for the design and implementation process in Google android platform. Its purpose is the development of this platform under the EnglishChinese electronic dictionary translation features the design and implementation, It’s default use of small embedded database Sqlite,the platform’s language is java programming language and use the platform provided by the simulator. enabling users facilitate to use any simple functions that the English words for the Chinese explained what the software achieved words’ addition, delete, modify on mobile phones. The software design and development based on the java language.Key words: platform。simulator。database目 錄1 前言 1 系統(tǒng)開發(fā)背景 12 系統(tǒng)概述 2 系統(tǒng)需求分析 2 Android平臺(tái)結(jié)構(gòu) 23 系統(tǒng)設(shè)計(jì) 4 系統(tǒng)需要解決的主要問題 4 系統(tǒng)功能框架 4 系統(tǒng)總體流程圖 6 系統(tǒng)關(guān)鍵技術(shù) 7 數(shù)據(jù)庫的設(shè)計(jì) 74 系統(tǒng)實(shí)現(xiàn) 9 查詢模塊的實(shí)現(xiàn) 9 添加模塊的實(shí)現(xiàn) 10 刪除模塊的實(shí)現(xiàn) 11 裝載模塊的實(shí)現(xiàn) 12 系統(tǒng)交互界面的實(shí)現(xiàn) 145 系統(tǒng)測(cè)試及性能分析 17 系統(tǒng)測(cè)試 176 總結(jié)與展望 23參考文獻(xiàn) 24致 謝 251 前言 系統(tǒng)開發(fā)背景目前,市場上使用較多的智能手機(jī)操作系統(tǒng)包括Symbian、Palm Os、windowsMobiles Linux等,谷歌基于Linux的手機(jī)軟件Android一度被業(yè)內(nèi)視為最有希望的移動(dòng)平臺(tái)。Android的強(qiáng)勢(shì)進(jìn)入不但給Linux帶來了新的生機(jī),也加劇了Linux移動(dòng)平臺(tái)內(nèi)部的競爭,開發(fā)這樣一個(gè)手機(jī)軟件平臺(tái)的原因之一,就是30億的手機(jī)用戶享受近年來各種各樣的技術(shù)創(chuàng)新,特別是在互聯(lián)網(wǎng)方面的各種技術(shù)創(chuàng)新。在這樣的基礎(chǔ)和前景下,基于android平臺(tái)下設(shè)計(jì)