資源描述:
《小區(qū)車輛管理系統(tǒng)本科論文.doc》由會員上傳分享,免費在線閱讀,更多相關(guān)內(nèi)容在學(xué)術(shù)論文-天天文庫。
1、小區(qū)車輛管理系統(tǒng)院系北方軟件學(xué)院專業(yè)計算機(jī)科學(xué)與技術(shù)(軟件工程)班級5233105學(xué)號200502331152姓名馮咀志指導(dǎo)教師鄭鳳仁負(fù)責(zé)教師沈陽航空工業(yè)學(xué)院2007年6月沈陽航空工業(yè)學(xué)院畢業(yè)設(shè)計(論文)摘要小區(qū)車輛管理系統(tǒng)是一款對小區(qū)內(nèi)車輛進(jìn)行管理的軟件,旨在提高車輛管理的效率、減少管理費用。本文首先介紹小區(qū)車輛管理系統(tǒng)的研究背景和意義;通過當(dāng)前停車場的發(fā)展趨勢和其它相關(guān)軟件產(chǎn)品的不足,兩個方面闡明本軟件的價值,分析討論開發(fā)車輛管理軟件的意義和主要功能;并從軟件的安全性、易用性、穩(wěn)定性等方面分析軟件開發(fā)過程中應(yīng)該注意的問題,指出小區(qū)
2、車輛管理系統(tǒng)能提高小區(qū)的管理效率和節(jié)省資金。然后,分析討論數(shù)據(jù)庫系統(tǒng)的基本功能以及數(shù)據(jù)庫技術(shù)在小區(qū)車輛管理系統(tǒng)中的應(yīng)用,并結(jié)合實際情況分析數(shù)據(jù)的設(shè)計方法。最后針對小區(qū)車輛管理系統(tǒng)運行過程中可能出現(xiàn)的問題提出了解決方案,并從管理思想、軟件、系統(tǒng)三個概念層次對小區(qū)車輛管理系統(tǒng)的開發(fā)與維護(hù)作了概括。本軟件采用Java語言和SQLServer2000數(shù)據(jù)庫開發(fā)而成。關(guān)鍵詞:車輛管理;數(shù)據(jù)庫系統(tǒng);Java;SQLServer200033沈陽航空工業(yè)學(xué)院畢業(yè)設(shè)計(論文)AbstractResidencecommunityvehiclesmanag
3、ementsystemisasoftwarewhichmanageresidentialcommunityvehicles.Seektoimprovemanagementefficiencyandreducemanagementcosts.ThispaperintroducesResidencecommunityVehicleManagementSystemresearchbackgroundandsignificance.Analyzetheshortageofthecurrenttrendofdevelopmentincarpar
4、kingandotherrelevantsoftwareproducts,ClarifythesoftwarevalueFromtwoaspects.Discussedthedevelopmentofvehiclemanagementsoftwaresignificanceandthemainfunction.Andanalyzethesoftwaredevelopmentprocessfromsoftwaresecurity,usability,stabilityandsoon.Itindicateresidencecommunit
5、yvehiclesmanagementsystemcanimprovethemanagementofdistrictefficiencyandsavemoney.Thendiscussthebasicdatabasefunctionsanddatabasetechnologyinthedistrictvehiclemanagementsystemapplications.Integratewiththeactualsituation,analyzethedatadesignmethod.FinallyResidencecommunit
6、yvehiclesmanagementsystemoperationmayariseinthecourseoftheproposedsolutions.Andfromthemanagementthinking,software,systemtheconceptofthree-levelsummarizedistrictvehiclesforthedevelopmentandmaintenance.ThesoftwareisdesignedanddevelopedbyJavalanguageandSQLServer2000.Keywor
7、ds:vehiclesmanagement,DatabaseSystem,java,SQLServer200033沈陽航空工業(yè)學(xué)院畢業(yè)設(shè)計(論文)目錄1總論11.1系統(tǒng)開發(fā)的背景51.1.1價格因素51.1.2人的因素61.2系統(tǒng)開發(fā)的意義和目的61.3開發(fā)環(huán)境61.3.1硬件配置及外設(shè)設(shè)備與配置61.3.2開發(fā)語言、應(yīng)用軟件平臺及語言71.3.3系統(tǒng)的主要功能82結(jié)構(gòu)設(shè)計92.1系統(tǒng)開發(fā)的思想與原則92.1.1系統(tǒng)概述92.1.2系統(tǒng)開發(fā)方法介紹92.1.3系統(tǒng)調(diào)研與可行性分析102.1.4可靠性分析概述102.1.5技術(shù)可行性分析
8、102.2系統(tǒng)軟件的結(jié)構(gòu)設(shè)計112.2.1結(jié)構(gòu)設(shè)計112.2.2系統(tǒng)功能112.2.3數(shù)據(jù)結(jié)構(gòu)122.3詳細(xì)設(shè)計132.3.1程序設(shè)計思想與原則132.3.2程序軟件結(jié)構(gòu)設(shè)計142.3.3數(shù)據(jù)庫設(shè)計223系統(tǒng)編碼243.