版權(quán)說明:本文檔由用戶提供并上傳,收益歸屬內(nèi)容提供方,若內(nèi)容存在侵權(quán),請(qǐng)進(jìn)行舉報(bào)或認(rèn)領(lǐng)
文檔簡(jiǎn)介
1、畢業(yè)設(shè)計(jì)公交站設(shè)計(jì)論文范本篇一:畢業(yè)設(shè)計(jì)論文公交查詢系統(tǒng)摘要由于社會(huì)在不斷發(fā)展,互聯(lián)網(wǎng)已經(jīng)被千千萬萬的家庭 所接收,公交查詢?cè)谌粘I钪姓加泻苤匾奈恢?。通過對(duì) 公交信息管理系統(tǒng)的現(xiàn)狀分析,考慮如何在日常生活中充分 利用網(wǎng)絡(luò)和計(jì)算機(jī)的優(yōu)勢(shì),使公交信息既能夠得到及時(shí)有 效的查詢,又能得到高效的管理,并節(jié)省日常生活中的時(shí)間、 提高效率。本系統(tǒng)應(yīng)用B/S結(jié)構(gòu),MVC模式采用S2SH框架技術(shù)編寫, 采用MySQL作為后臺(tái)數(shù)據(jù)庫。本系統(tǒng)論文的前言部分主要介 紹了與該系統(tǒng)相關(guān)的國(guó)內(nèi)外現(xiàn)狀以及開發(fā)該系統(tǒng)在需求上, 技術(shù)上的可行性,并介紹該系統(tǒng)開發(fā)用到的一些關(guān)鍵性的技 術(shù);當(dāng)確定需求后,該論文的系統(tǒng)設(shè)計(jì)部分就
2、介紹了具體該 怎么去設(shè)計(jì)并實(shí)現(xiàn)該系統(tǒng)。然后該系統(tǒng)論文的系統(tǒng)實(shí)現(xiàn)部分 再介紹具體實(shí)現(xiàn)的細(xì)節(jié)了。該系統(tǒng)主要功能包括公交車線路信息查詢,公交車論壇, 公交新聞,公交車線路圖,資源上傳下載,用戶留言,乘車 指南,論壇管理,新聞管理,圖片管理,資源管理,留言管 理,維護(hù)個(gè)人信息等功能。關(guān)鍵詞:公交信息管理,B/S結(jié)構(gòu),S2SH框架,MySQL 數(shù)據(jù)庫ABSTRACTWith the development of the society, the internet has been accepted by millions offamilies. Through analyzing the present
3、 situation of the bus information management system, to consider how to make full use of Internet in our daily life and the advantage of computer, both to make the bus information, timely and effective query and can get efficientmanagement, and save the time and improve efficiency of daily life.The
4、system applied B/S structure, MVC pattern written by S2SH frame technology.The foreword of thesis of bus system introduces somthings about the system at home andabroad,and the Demand feasibility and the technical feasibility of developing thesystem.There are also introduce some key technology about
5、this system.After confirm the demand,the part of the system design of thesis can tell us how to do the system.And then,the part of system implementation of the thesis let us know that how to coding to implements the system.The system main function includes bus information query, bus BBS, news, bus i
6、magecenter, resource upload and download, user messages, system introduction, BBS management, news management, image management, resource management, message management, maintenance of personal information, and other functions.Keyword: The bus information management, B/S structure, S2SH framework, M
7、ySQL Database目錄第 一 章概述 1開 發(fā) 背景 1目 的 及 意義1課 題 研 究 的 內(nèi)容2第二章 系統(tǒng)開發(fā)的相關(guān)技 術(shù)3 TOC o 1-5 h z JSP技術(shù)3MVC模式3Model: 系統(tǒng)狀態(tài)和商業(yè)邏輯JavaBeans 4View: JSP 頁面和表示組 件4Controller:ActionServlet和ActionMapping 5STRUTS2簡(jiǎn)介5MYSQL 數(shù) 據(jù)庫6第 三 章需 求 分析8技 術(shù) 支持8系 統(tǒng) 框 架 的 選擇8數(shù) 據(jù) 庫 的 選擇9系 統(tǒng) 功 能 需求9總 體 需求10各 模 塊 設(shè)計(jì)10數(shù) 據(jù) 流圖11系 統(tǒng) 非 功 能 需求12技 術(shù)
8、 可 行性12管 理 可 行性13系統(tǒng)準(zhǔn)確性和及時(shí) 性13系統(tǒng)開放性和可擴(kuò)充性 13系統(tǒng)易用性和易維護(hù)性 13系 統(tǒng) 的 響 應(yīng) 速 度13第 四 章總 體 設(shè)計(jì)14系 統(tǒng) 用 例 圖 設(shè) 計(jì)144.1.1系 統(tǒng) 前 臺(tái) 用 例4.1.1系 統(tǒng) 前 臺(tái) 用 例圖14系 統(tǒng) 后 臺(tái) 用 例圖15系 統(tǒng) 模 塊 劃 分圖15系 統(tǒng) E-R圖16系 統(tǒng) 流 程圖17數(shù) 據(jù) 庫 設(shè)計(jì)18數(shù) 據(jù) 庫 設(shè) 計(jì) 原則18數(shù) 據(jù) 表 結(jié) 構(gòu) 設(shè)計(jì)19第五章詳細(xì)設(shè)計(jì)與實(shí)現(xiàn). 22系 統(tǒng) 的 活 動(dòng)圖22會(huì) 員 注 冊(cè) 模塊22登 陸 模塊22系 統(tǒng) 框 架 關(guān) 鍵配置23Struts2 關(guān) 鍵 配.23Spri
9、ng 事 務(wù) 管 理 配24Hibernate 持 久 化 配25各 功 能 模 塊 實(shí)現(xiàn)26用戶登錄注冊(cè)模塊的實(shí)現(xiàn) 26公交查詢模塊的實(shí)現(xiàn)28公交論壇模塊的實(shí)現(xiàn)32公交新聞模塊的實(shí)現(xiàn)33公交線路圖模塊的實(shí)現(xiàn) 34資源上傳下載模塊的實(shí)現(xiàn)35用戶留言模塊的實(shí)現(xiàn)37乘車指南模塊的實(shí)現(xiàn)39線路管理模塊的實(shí)現(xiàn)39論壇管理模塊的實(shí)現(xiàn)42新聞管理模塊的實(shí)現(xiàn)43圖片管理模塊的實(shí)現(xiàn)45資源管理模塊的實(shí)現(xiàn)46留言管理模塊的實(shí)現(xiàn)47用戶管理模塊的實(shí)現(xiàn)48第 六 章軟 件 測(cè)試50軟件測(cè)。試的目的及意義50測(cè) 試 的 方法50測(cè) 試 用例51注 冊(cè)測(cè)。試 用例51登 陸測(cè)。試 用例51公交查詢功能測(cè)試用 例 52謝
10、 辭54參考文獻(xiàn)55篇二:畢業(yè)設(shè)計(jì)論文公交車管理系統(tǒng)的實(shí)現(xiàn)與設(shè)計(jì)成都信息工程學(xué)院學(xué)位論文公交車管理系統(tǒng)的設(shè)計(jì)與實(shí)現(xiàn)論文作者姓名:帥希濤申請(qǐng)學(xué)位專業(yè): 計(jì)算機(jī)科學(xué)與技術(shù)申請(qǐng)學(xué)位類別:指導(dǎo)教師姓名(職稱):論文提交日期:工學(xué)學(xué)士秦智(講師)XX 年 6月10 日公交車管理系統(tǒng)的設(shè)計(jì)與實(shí)現(xiàn)摘要隨著經(jīng)濟(jì)的日益增長(zhǎng),信息化時(shí)代已經(jīng)到來,生活中各 種信息趨向數(shù)字化、清晰化。公交車作為現(xiàn)代城市生活中一 種重要的交通工具,其數(shù)量增多,車型也不再單一,雇用的 司機(jī)增多,這樣使得公交車公司的車輛信息管理復(fù)雜化。在 這樣的背景下,提出了計(jì)算機(jī)管理的公交車管理系統(tǒng),輔助 公交車運(yùn)營(yíng)公司對(duì)車輛進(jìn)行管理,實(shí)現(xiàn)公交車、公交
11、線路和 司機(jī)管理科學(xué)化,更合理的利用資源。該系統(tǒng)主要根據(jù)實(shí)際的需求,以需求分析、系統(tǒng)的設(shè)計(jì) 目標(biāo),并且重點(diǎn)進(jìn)行系統(tǒng)功能模塊的詳細(xì)設(shè)計(jì)和實(shí)現(xiàn),采用 了 Visual Studio .NET XX開發(fā)平臺(tái)和 SQL Server XX數(shù)據(jù) 庫,實(shí)現(xiàn)了車輛信息管理、司機(jī)信息管理、線路信息管理和 車輛分配線路管理等功能。在針對(duì)數(shù)據(jù)操作方面,主要通過 存儲(chǔ)過程的方式實(shí)現(xiàn)數(shù)據(jù)的添加、刪除和查詢等操作。通過 系統(tǒng)測(cè)試,解決了公交車輛管理系統(tǒng)主要問題。關(guān)鍵詞:管理系統(tǒng);數(shù)據(jù)庫;存儲(chǔ)過程The Design and Implementation of Bus Management SystemAbstractA
12、long with economical growing, the information century has already arrived and each kind of information trends to digitization and clearness in our life. As an important transportation tool in the modern life, the number of the bus is increasing and its type is no longer unitary. As well, the bus dri
13、vers are also increasing. These make the information management of the bus companies more complicated. Under such background, the bus management system controlled by the computers is put forward. It will help the bus company manage its buses, make the management of the bus, the bus routine and the d
14、river more scientific and make proper use of the resources.The system is based on the practical requirements, and aimed at the demand analysis and the systematical design. It emphasizes the details of design and implementation of the systematical function module. It s development platform are Visual
15、 Studio . NET XX and SQL Server XX Database and implements many functions, such as vehicles information management, driver information management, routine information management, vehicle assignment line management. for database implementation, it mainly uses the storage procedure to implement the ad
16、dition, deletion and inquiry. By the systematical test, it can solve the main problems in the vehicles management system.Key words: Management system; Database; Storage procedure論文總頁數(shù):20頁引信 息 管 理 系 統(tǒng) 簡(jiǎn) 介1 開 發(fā) 背 景 和 意 義 1系 統(tǒng) 設(shè) 計(jì) 目 標(biāo) 1需 求 分 析12.12.2系 統(tǒng) 需求 1功能需 求 2性能需 求2系統(tǒng) 開 發(fā) 相 關(guān) 技術(shù)33.13.2 編 程 環(huán) 境 的 選
17、擇 3關(guān) 系 型 數(shù) 據(jù) 庫3總 體 設(shè)計(jì)44.14.2設(shè)計(jì)思想與處理流 程.4 系 統(tǒng) 層 次 模 塊圖 4模 塊 設(shè) 計(jì)4數(shù) 據(jù) 庫 設(shè)計(jì)55.15.2ADO.NET綜述 5 邏 輯 設(shè)計(jì) 5 存 儲(chǔ) 過程7詳 細(xì) 設(shè)計(jì)6.7登 錄 模塊8 主操作界面模塊 10系統(tǒng)用戶注冊(cè)模塊11車輛信息管理模塊12司機(jī)信息管理模塊13 線 路 信 息 管 理 模 塊15 車輛分配線路管理模 塊15系統(tǒng) 維 護(hù) 和 改進(jìn)177.17.2運(yùn) 行 維護(hù)17系統(tǒng)改進(jìn)和提 高17結(jié) 論 17參考文獻(xiàn)18致謝19聲明20篇三:畢業(yè)設(shè)計(jì)論文-公交車查詢系統(tǒng)(含代碼)畢業(yè)設(shè)計(jì)說明書題目公交查詢系統(tǒng)英文并列題目學(xué)院計(jì)算機(jī)
18、與電子信息專業(yè) 計(jì)算機(jī)網(wǎng)絡(luò)技術(shù)班級(jí)指導(dǎo)教師(職稱)(實(shí)驗(yàn)師)完成時(shí)間年5月9日至年6月15日畢業(yè)設(shè)計(jì)任務(wù)書計(jì)算機(jī)與電子信息學(xué)院 系 計(jì)算機(jī)網(wǎng)絡(luò)技術(shù) 專業(yè) 班學(xué)生一、畢業(yè)設(shè)計(jì)(論文)課題公交查詢系統(tǒng)二、畢業(yè)設(shè)計(jì)(論文)工作自年5月9日起至年6月 15日止三、畢業(yè)設(shè)計(jì)(論文)進(jìn)行地點(diǎn)四、畢業(yè)設(shè)計(jì)(論文)的內(nèi)容要求 設(shè)計(jì)并實(shí)現(xiàn)一個(gè)具有 查詢功能的城市公交查詢系統(tǒng),具體要求如下:1、2、線路;3、4、教研室負(fù)責(zé)人指導(dǎo)教師接受設(shè)計(jì)論文任務(wù)開始執(zhí)行日期 年5月9日學(xué)生簽名摘要公交乘客信息系統(tǒng)的發(fā)展處于一個(gè)較落后的水平,廣大 乘客可以獲得信息的方式很少,為了解決這種問題,加快發(fā) 展城市公交信息化,設(shè)計(jì)一個(gè)城
19、市公交查詢系統(tǒng)是具有一定 實(shí)際應(yīng)用意義的。出于這個(gè)目的,在老師的指導(dǎo)下,我設(shè)計(jì) 了這個(gè)城市公交出行線路查詢系統(tǒng)這個(gè)查詢系統(tǒng)。城市公交 查詢系統(tǒng)能夠幫助出行者快速地選擇出行路徑、換乘路線等, 既優(yōu)化了公交資源的配置,又提升了出行者的效率,提高了 交通運(yùn)輸?shù)男屎统鞘械男畔⒒?。首先分析?城市公 交乘客信息系統(tǒng)的發(fā)展現(xiàn)狀,找出問題和不足。其次,在對(duì) 公交乘客出行心理特征進(jìn)行分析的基礎(chǔ)上,考慮了乘客選擇 公交線路決策的因素,建立了基于時(shí)間價(jià)值和費(fèi)用價(jià)值的公 交線路選擇合理的模型。在此基礎(chǔ)上,進(jìn)行程序關(guān)鍵部分的 框架設(shè)計(jì),理清程序設(shè)計(jì)思路。之后是程序關(guān)鍵部分的具體 實(shí)現(xiàn),包括關(guān)鍵程序原代碼。最后完
20、成功能介紹和使用說明。關(guān)鍵詞公交查詢C+數(shù)據(jù)統(tǒng)計(jì)AbstractThe development of the bus passenger informationsystem is in a level that fall behind of the city in maoming. The large part of passengers can acquire few ways of the information. So its practical for us to develop citys bus passenger information system in order to re
21、solving this problem. For this purpose, I design this system procedurebus circuit searchsystem. From this design, First ,I analyzed the present condition of the bus passenger information and different peoples needs, in order to know what functions this equipment should contain. Second, I describe th
22、e system s main function modules in detail, these functions can be divided in to two partssearchsystem(According to the line search、station search and between two stations search) and management update system(Bus station management and Bus line management). At last according to the problems that happened in the pe
溫馨提示
- 1. 本站所有資源如無特殊說明,都需要本地電腦安裝OFFICE2007和PDF閱讀器。圖紙軟件為CAD,CAXA,PROE,UG,SolidWorks等.壓縮文件請(qǐng)下載最新的WinRAR軟件解壓。
- 2. 本站的文檔不包含任何第三方提供的附件圖紙等,如果需要附件,請(qǐng)聯(lián)系上傳者。文件的所有權(quán)益歸上傳用戶所有。
- 3. 本站RAR壓縮包中若帶圖紙,網(wǎng)頁內(nèi)容里面會(huì)有圖紙預(yù)覽,若沒有圖紙預(yù)覽就沒有圖紙。
- 4. 未經(jīng)權(quán)益所有人同意不得將文件中的內(nèi)容挪作商業(yè)或盈利用途。
- 5. 人人文庫網(wǎng)僅提供信息存儲(chǔ)空間,僅對(duì)用戶上傳內(nèi)容的表現(xiàn)方式做保護(hù)處理,對(duì)用戶上傳分享的文檔內(nèi)容本身不做任何修改或編輯,并不能對(duì)任何下載內(nèi)容負(fù)責(zé)。
- 6. 下載文件中如有侵權(quán)或不適當(dāng)內(nèi)容,請(qǐng)與我們聯(lián)系,我們立即糾正。
- 7. 本站不保證下載資源的準(zhǔn)確性、安全性和完整性, 同時(shí)也不承擔(dān)用戶因使用這些下載資源對(duì)自己和他人造成任何形式的傷害或損失。
最新文檔
- 血友病的產(chǎn)前診斷
- 企業(yè)的年終總結(jié)大會(huì)
- 農(nóng)業(yè)科學(xué)中的農(nóng)村社會(huì)經(jīng)濟(jì)發(fā)展與農(nóng)民收入提升考核試卷
- 交通設(shè)施融資管理辦法
- 油氣勘探打井合作協(xié)議
- 墻體保溫泡沫混凝土施工合同
- 設(shè)立分公司研發(fā)協(xié)議
- 昆明市二手房交易環(huán)保裝修合同
- 外墻施工安全營(yíng)銷合同
- 體育場(chǎng)館跑道清潔服務(wù)合同
- 生產(chǎn)安全事故風(fēng)險(xiǎn)評(píng)估報(bào)告(參考模板)
- ASME培訓(xùn)教程ASME規(guī)范第VIII-1卷-壓力容器
- 過磅管理制度管理辦法
- 繩子的故事(課堂PPT)
- 醫(yī)學(xué)人文與修養(yǎng)(課堂PPT)
- 第2章 行車荷載分析-3
- 華為交換機(jī)常用配置
- 社區(qū)居家養(yǎng)老服務(wù)需求論文
- 110米鋼桁梁頂推架設(shè)監(jiān)理實(shí)施細(xì)則
- 金屬間化合物要點(diǎn)
- 提高零售客戶卷煙經(jīng)營(yíng)毛利率
評(píng)論
0/150
提交評(píng)論