論文格式
電氣工程 會(huì)計(jì)論文 金融論文 國(guó)際貿(mào)易 財(cái)務(wù)管理 人力資源 輕化工程 德語(yǔ)論文 工程管理 文化產(chǎn)業(yè)管理 信息計(jì)算科學(xué) 電氣自動(dòng)化 歷史論文
機(jī)械設(shè)計(jì) 電子通信 英語(yǔ)論文 物流論文 電子商務(wù) 法律論文 工商管理 旅游管理 市場(chǎng)營(yíng)銷(xiāo) 電視制片管理 材料科學(xué)工程 漢語(yǔ)言文學(xué) 免費(fèi)獲取
制藥工程 生物工程 包裝工程 模具設(shè)計(jì) 測(cè)控專(zhuān)業(yè) 工業(yè)工程 教育管理 行政管理 應(yīng)用物理 電子信息工程 服裝設(shè)計(jì)工程 教育技術(shù)學(xué) 論文降重
通信工程 電子機(jī)電 印刷工程 土木工程 交通工程 食品科學(xué) 藝術(shù)設(shè)計(jì) 新聞專(zhuān)業(yè) 信息管理 給水排水工程 化學(xué)工程工藝 推廣賺積分 付款方式
  • 首頁(yè) |
  • 畢業(yè)論文 |
  • 論文格式 |
  • 個(gè)人簡(jiǎn)歷 |
  • 工作總結(jié) |
  • 入黨申請(qǐng)書(shū) |
  • 求職信 |
  • 入團(tuán)申請(qǐng)書(shū) |
  • 工作計(jì)劃 |
  • 免費(fèi)論文 |
  • 合作期刊 |
  • 論文同學(xué)網(wǎng) |
搜索 高級(jí)搜索

當(dāng)前位置:論文格式網(wǎng) -> 畢業(yè)論文 -> 計(jì)算機(jī)論文
畢業(yè)論文標(biāo)題:

公交路線查詢(xún)系統(tǒng)的設(shè)計(jì)和實(shí)現(xiàn)

 本文ID:LWGSW14320 價(jià)格:收費(fèi)積分/100
掃一掃 掃一掃
本站會(huì)員可自行下載:下載地址 公交路線查詢(xún)系統(tǒng)的設(shè)計(jì)和實(shí)現(xiàn) (收費(fèi):1000 積分)  

論文字?jǐn)?shù):11349,頁(yè)數(shù):30

摘  要
城市公共交通(簡(jiǎn)稱(chēng)“公交”)是與出行人員生產(chǎn)生活息息相關(guān)的重要基礎(chǔ)設(shè)施。提供良好的公交服務(wù)是建設(shè)和諧社會(huì)的基本要求。以信息化為基礎(chǔ),促進(jìn)乘客、車(chē)輛、站點(diǎn)設(shè)施以及交通環(huán)境等要素之間的良性互動(dòng),推動(dòng)公交系統(tǒng)建設(shè)。鑒于中國(guó)目前的經(jīng)濟(jì)發(fā)展?fàn)顩r,中國(guó)人出行還是以公交車(chē)為主,每個(gè)城市的公交系統(tǒng)都比較龐大發(fā)達(dá)。因此開(kāi)發(fā)一個(gè)城市公交路線查詢(xún)系統(tǒng)就顯得十分必要,也更加適應(yīng)現(xiàn)代社會(huì)的需求。
本課題設(shè)計(jì)主要針對(duì)公交路線查詢(xún)而開(kāi)發(fā)設(shè)計(jì)的,采用B/S構(gòu)架,利用Visual Studio.NET2003開(kāi)發(fā)工具結(jié)合C#編程語(yǔ)言來(lái)完成了功能和界面設(shè)計(jì),實(shí)現(xiàn)了公交路線的查詢(xún)功能(包括按線路查詢(xún)、按站點(diǎn)查詢(xún)、按起點(diǎn)終點(diǎn)站查詢(xún),提供起點(diǎn)到終點(diǎn)的最短公交路線查詢(xún),換乘查詢(xún),也支持模糊查詢(xún)。),并使用了.NET中一些web控件編寫(xiě)數(shù)據(jù)庫(kù)連接、更新的代碼,從而實(shí)現(xiàn)了公交路線信息的管理功能(包括對(duì)路線信息的添加、刪除、修改)。
本文共分為五大章,分別是:引言、理論基礎(chǔ)、系統(tǒng)需求分析、系統(tǒng)設(shè)計(jì)和系統(tǒng)實(shí)施及測(cè)試。
關(guān)鍵詞:公交查詢(xún);站點(diǎn)查詢(xún);線路查詢(xún);最短路徑;換乘;模糊查詢(xún);
The Design and Realization of CPT Bus Lines Query System
Abstract
City public traffic (CPT for short) is an important infrastructure closely interconnected with production and our daily life.Providing good CPT service is a basic requirement for constructing a harmonious society. Informatization as the basis, promoting the interaction between the passenger, vehicle, station infrastructure and trffic circumstance. and promoting the construction of CPT system.Whereas chinese actual economy developing complexion, people mainly take a bus going out, the CPT system of every cities is so enormous and developed.So developing a CPT bus line query system is greatly necessary, and more meeting the modern society's need.
In allusion to the CPT bus line query, the course design is developed and designed. It use B/S mode, and use development tool Visual Studio.NET2003 and programming language C# to completed the function and the design of interface, and realized the query of the CPT bus lines (including query by line, query by stop, query by start stop and end stop, and provide the shortest route querying from start stop to end stop, chang line query, and also support blur query.), and used some Web widgets to compile database connection and updating code, so as to realize the CPT bus lines information management(including add, delete, update the bus lines information).
The thesis has five chapters in all, they are introduction, rationale, system requirement analysis, system design, system actualizing and testing.
Key words: CPT query; stop query; bus line query; the shortest route; chang bus line; blur query;

目  錄

1 引言 1
1.1 選題背景 1
1.2 國(guó)內(nèi)外研究現(xiàn)狀 1
1.3 本課題研究的目的及意義 1
2 理論基礎(chǔ) 2
2.1 數(shù)據(jù)庫(kù)技術(shù) 2
2.2 面向?qū)ο蠹夹g(shù) 2
2.3 B/S架構(gòu)的WEB程序設(shè)計(jì)技術(shù) 3
3 系統(tǒng)需求分析 4
3.1 現(xiàn)行業(yè)務(wù)系統(tǒng)描述 4
3.2 現(xiàn)行系統(tǒng)存在的主要問(wèn)題分析 4
3.3 提出解決方案 4
4 系統(tǒng)設(shè)計(jì) 5
4.1 系統(tǒng)總體構(gòu)架 5
4.2 數(shù)據(jù)庫(kù)設(shè)計(jì) 6
4.2.1 E-R圖 6
4.2.2 數(shù)據(jù)邏輯結(jié)構(gòu) 7
4.3 系統(tǒng)功能模塊設(shè)計(jì) 8
4.3.1 前臺(tái)功能模塊 8
4.3.2 管理員登錄模塊分析 11
4.3.3 后臺(tái)功能模塊分析 13
5 系統(tǒng)實(shí)施及測(cè)試 21
5.1 實(shí)施概況 21
5.2 測(cè)試方案 22
5.3 測(cè)試結(jié)果 23
結(jié)    論 23
參考文獻(xiàn) 24
致    謝 25
聲    明 26


相關(guān)論文
本論文在計(jì)算機(jī)論文欄目,由論文格式網(wǎng)整理,轉(zhuǎn)載請(qǐng)注明來(lái)源www.donglienglish.cn,更多論文,請(qǐng)點(diǎn)論文格式范文查看
上一篇:基于JSP的畢業(yè)設(shè)計(jì)選題系統(tǒng)的設(shè)計(jì).. 下一篇:網(wǎng)上智能評(píng)教系統(tǒng)的開(kāi)發(fā)
Tags:公交 路線 查詢(xún)系統(tǒng) 設(shè)計(jì) 實(shí)現(xiàn) 【收藏】 【返回頂部】
最新文章
熱門(mén)文章
計(jì)算機(jī)論文
推薦文章

本站部分文章來(lái)自網(wǎng)絡(luò),如發(fā)現(xiàn)侵犯了您的權(quán)益,請(qǐng)聯(lián)系指出,本站及時(shí)確認(rèn)刪除 E-mail:349991040@qq.com

論文格式網(wǎng)(www.donglienglish.cn--論文格式網(wǎng)拼音首字母組合)提供計(jì)算機(jī)論文畢業(yè)論文格式,論文格式范文,畢業(yè)論文范文

Copyright@ 2010-2018 LWGSW.com 論文格式網(wǎng) 版權(quán)所有 蜀ICP備09018832號(hào)

感谢您访问我们的网站,您可能还对以下资源感兴趣:

论文格式网:毕业论文格式范文