資源描述:
《畢業(yè)論文-android二維碼的掃描識別23506》由會員上傳分享,免費在線閱讀,更多相關內容在學術論文-天天文庫。
1、學士學位論文題目:Android二維碼的掃描識別設計人:蘭紅林指導教師:李富萍所屬系部:計算機科學與技術學院專業(yè)班級:計算機科學與技術0820022012年6月1日太原科技大學學士學位論文中文摘要一維條碼在生產和生活的各個方面得到了廣泛的應用,極大的提高了生產率,但是一維條碼本身的缺點:信息量小、依賴數(shù)據(jù)庫等也日益的現(xiàn)露出來。二維條碼本身具有高容量、高密度、糾錯能力強、安全強度高等特點,使得二維條碼作為信息的載體在信息自動化領域發(fā)揮著越來越重要的作用。QRCode作為快速響應二維碼,以其獨特的優(yōu)勢,在漢語國家發(fā)展迅速。目前
2、,國內QR碼的識別大多是基于PC的,Android平臺上當前流行的二維碼識別軟件普遍存在著掃描速度慢,需要精確對焦等缺點。該軟件基于Android開發(fā)平臺在windows環(huán)境下采用面向對象方法進行開發(fā)。首先,進行需求分析,繪制了用例圖和活動圖。然后,在概要設計中建立了系統(tǒng)功能模型,并在詳細設計階段對圖片處理過程進行設計。最后,對軟件進行編碼和測試。該軟件實現(xiàn)了二維碼的掃描與識別,具有很強的實用性。關鍵字:二維碼;QRCode;解碼;AndroidIII太原科技大學學士學位論文Thescanningandrecongniti
3、onoftwo-dimensionalbarcodeAuthor:LanHonglinTutor:LiFupingAbstractOne-dimensionbarcodeiswidelyusedrecentyearsinallaspectoflife,whichgreatlyimprovedtheproductivity.However,thefaultsof1-Dbarcodehavebecomeincreasinglyapparent,theinformationstorageofitissolittle,andals
4、oitmustberelyondatabase.Two-dimensionbarcodehasthecharacteristicsofhighcapacity,highdensity,highsecurityandgooderrorcorrectionability,whichmakeitplaymoreandmoreimportantroleininformationandautomationfield.QRCode(QuickResponseCode),asa2-Dbarcode,developsrapidlyinCh
5、inesespeakingcountrieswithitsuniqueadvantages.Atpresent,inournation,recognitionofQRCodemostlybasesonPC,andtherecognitionspeedandaccuracyarenotsogood.Moreover,thepopularbarcoderecognitionsoftwareonandroidplatformhassomeshortcomingsprevalently,suchasslowspeedofrecog
6、nition,etc.ThedevelopmentofthesoftwareisbasedonAndroidplatformbyobject-orientedprogrammingmethodundertheWindowsOS.Firstly,thispaperdescribesthedetaileddemandanalysistodrawusecasediagramandactivitydiagram.Thenconstructingthesystemfunctionmodelingeneraldesign,meanwh
7、ile,designingthedetailsofdiagramprocess.Finally,thesoftwareimplementsthescanningandrecognitionoftwo-dimensionalbarcodebydecodingandtesting,afterthat,thissoftwarehasrobustapplicableability.Keywords:Two-dimensionalbarcode;QRCode;decoding;AndroidIII太原科技大學學士學位論文目錄第一章系
8、統(tǒng)概述11.1系統(tǒng)開發(fā)背景和意義11.1.1系統(tǒng)開發(fā)背景11.1.2系統(tǒng)開發(fā)的意義11.1.3二維碼介紹21.2開發(fā)工具介紹31.2.1Eclipse簡介31.2.2JDK簡介31.2.3AndroidSDK簡介41.2.4ADT簡介41.3項目開發(fā)環(huán)境41.3.1硬件環(huán)境41.3.2軟件環(huán)境51.4環(huán)