基于asp的畢業(yè)設(shè)計(jì)選題管理系統(tǒng)[獨(dú)家原創(chuàng)].doc


約48頁(yè)編號(hào):99-481706DOC格式手機(jī)打開(kāi)展開(kāi)
基于asp的畢業(yè)設(shè)計(jì)選題管理系統(tǒng)[獨(dú)家原創(chuàng)],基于asp的畢業(yè)設(shè)計(jì)選題管理系統(tǒng)1.3萬(wàn)字自己原創(chuàng)的畢業(yè)論文,已經(jīng)通過(guò)校內(nèi)系統(tǒng)檢測(cè),重復(fù)率低,僅在本站獨(dú)家出售,大家放心下載使用摘要 近年來(lái),高校中的數(shù)字化應(yīng)用相當(dāng)普及,各種信息管理系統(tǒng)越來(lái)越完善,如教務(wù)管理系統(tǒng)、圖書(shū)管理系統(tǒng)、學(xué)籍管理系統(tǒng)等。然而,關(guān)于畢業(yè)生的論文選題,目前大部分高校仍然采用低效的人工管理模式,從而導(dǎo)...


內(nèi)容介紹
此文檔由會(huì)員 jiji888 發(fā)布
基于Asp的畢業(yè)設(shè)計(jì)選題管理系統(tǒng)
1.3萬(wàn)字
自己原創(chuàng)的畢業(yè)論文,已經(jīng)通過(guò)校內(nèi)系統(tǒng)檢測(cè),重復(fù)率低,僅在本站獨(dú)家出售,大家放心下載使用
摘要 近年來(lái),高校中的數(shù)字化應(yīng)用相當(dāng)普及,各種信息管理系統(tǒng)越來(lái)越完善,如教務(wù)管理系統(tǒng)、圖書(shū)管理系統(tǒng)、學(xué)籍管理系統(tǒng)等。然而,關(guān)于畢業(yè)生的論文選題,目前大部分高校仍然采用低效的人工管理模式,從而導(dǎo)致了教師工作量大、學(xué)生選題不便、變更麻煩等一系列問(wèn)題。
本論文從選題背景,選題目標(biāo),選題意義,需求分析,系統(tǒng)設(shè)計(jì),系統(tǒng)實(shí)現(xiàn)這幾個(gè)角度對(duì)系統(tǒng)的開(kāi)發(fā)過(guò)程進(jìn)行介紹,重點(diǎn)針對(duì)需求分析和系統(tǒng)設(shè)計(jì)進(jìn)行詳細(xì)地介紹。本文還針對(duì)開(kāi)發(fā)所需的開(kāi)發(fā)工具以及技術(shù)進(jìn)行簡(jiǎn)單的介紹。
本系統(tǒng)主要針對(duì)管理員、教師、學(xué)生三種不同的用戶進(jìn)行分析與設(shè)計(jì),最終實(shí)現(xiàn)畢業(yè)設(shè)計(jì)選題的網(wǎng)上完成。通過(guò)本系統(tǒng),教師能方便地維護(hù)自己的論題,學(xué)生可以在選題期間自行選題。同時(shí),教師可以根據(jù)學(xué)生的興趣及專長(zhǎng)等信息進(jìn)行雙向選擇,管理者還可以通過(guò)系統(tǒng)進(jìn)行最終配選。對(duì)減輕教師與學(xué)生負(fù)擔(dān),提高工作效率有顯著的效果。
關(guān)鍵詞:畢業(yè)選題系統(tǒng) Web技術(shù) B/S模型
Graduation Design Management System Based On Asp
Abstract In recent years,the Digital-Applied in Colleges is quite universal,and all kinds of MIS(Management Information System)become more perfect,for example,the Educational Administration System,Library System,Student Management System and etc.However,refer to the selection of graduates' thesis,a majority of colleges and universities still used the manual inefficient management style,thus leading to a heavy workload of teachers,inconvenient distribution of thesis,difficultly changing and other series of troublesome issues.
In this paper,we introduce the development process of this system from several points such as background,topics goals,significance of the topic,requirements analysis,system design,system implementation,etc.Our introduction focuses on requirements analysis and system design.This paper also introduces the needed development tools and techniques simply.
The system is mainly analyzed and designed for three different type of users——administrators,teachers,and students,and ultimately achieves to choose graduation topics online.Via this system,teachers can manage their thesis easily,students choose their own love.Meanwhile,according to students’interest and technology,teachers confirm which student wins the thesis,with making a two-way choice.Administrators can also decide the final distribution through the system.It has a significant effect on reducing the burden on teachers and students,and improving work efficiency.
Key words:Thesis System Web B/S model
目 錄
第一章 緒論 5
1.1研究背景 5
1.1.1數(shù)字化校園建設(shè) 5
1.1.2畢業(yè)設(shè)計(jì)選題事務(wù) 5
1.1.3畢業(yè)選題系統(tǒng)應(yīng)用狀況 6
1.2論文內(nèi)容以及各章節(jié)安排 7
第二章 系統(tǒng)開(kāi)發(fā)工具及技術(shù)概述 8
2.1 SQL Server 2005數(shù)據(jù)庫(kù)技術(shù)概述 8
2.2 ASP.NET簡(jiǎn)介 8
2.3 ADO.NET技術(shù)簡(jiǎn)介 9
2.4 B/S模式簡(jiǎn)介 9
2.5 C#開(kāi)發(fā)語(yǔ)言簡(jiǎn)介 10
2.6本章小結(jié) 11
第三章 需求分析 12
3.1功能分析 12
3.2用例圖 13
3.3系統(tǒng)功能圖 14
3.4本章小結(jié) 15
第四章 系統(tǒng)功能設(shè)計(jì) 16
4.1功能模塊劃分 16
4.2功能模塊設(shè)計(jì) 16
4.2.1用戶登錄模塊 16
4.2.2選題模塊 16
4.2.3報(bào)表導(dǎo)出模塊 18
4.2.4公告模塊 18
4.3數(shù)據(jù)庫(kù)設(shè)計(jì) 19
4.3.1 E-R圖 19
4.3.2數(shù)據(jù)表 24
4.4本章小結(jié) 30
第5章 系統(tǒng)功能的實(shí)現(xiàn) 31
5.1開(kāi)發(fā)環(huán)境 31
5.1.1硬件環(huán)境 31
5.1.2軟件環(huán)境 31
5.2系統(tǒng)實(shí)現(xiàn) 31
5.2.1用戶登錄界面 31
5.2.2管理員主界面 33
5.2.3教師主界面 42
5.2.4學(xué)生主界面 45
5.3本章小結(jié) 49
結(jié)論 50
致謝 51
參考文獻(xiàn) 52
1.3萬(wàn)字
自己原創(chuàng)的畢業(yè)論文,已經(jīng)通過(guò)校內(nèi)系統(tǒng)檢測(cè),重復(fù)率低,僅在本站獨(dú)家出售,大家放心下載使用
摘要 近年來(lái),高校中的數(shù)字化應(yīng)用相當(dāng)普及,各種信息管理系統(tǒng)越來(lái)越完善,如教務(wù)管理系統(tǒng)、圖書(shū)管理系統(tǒng)、學(xué)籍管理系統(tǒng)等。然而,關(guān)于畢業(yè)生的論文選題,目前大部分高校仍然采用低效的人工管理模式,從而導(dǎo)致了教師工作量大、學(xué)生選題不便、變更麻煩等一系列問(wèn)題。
本論文從選題背景,選題目標(biāo),選題意義,需求分析,系統(tǒng)設(shè)計(jì),系統(tǒng)實(shí)現(xiàn)這幾個(gè)角度對(duì)系統(tǒng)的開(kāi)發(fā)過(guò)程進(jìn)行介紹,重點(diǎn)針對(duì)需求分析和系統(tǒng)設(shè)計(jì)進(jìn)行詳細(xì)地介紹。本文還針對(duì)開(kāi)發(fā)所需的開(kāi)發(fā)工具以及技術(shù)進(jìn)行簡(jiǎn)單的介紹。
本系統(tǒng)主要針對(duì)管理員、教師、學(xué)生三種不同的用戶進(jìn)行分析與設(shè)計(jì),最終實(shí)現(xiàn)畢業(yè)設(shè)計(jì)選題的網(wǎng)上完成。通過(guò)本系統(tǒng),教師能方便地維護(hù)自己的論題,學(xué)生可以在選題期間自行選題。同時(shí),教師可以根據(jù)學(xué)生的興趣及專長(zhǎng)等信息進(jìn)行雙向選擇,管理者還可以通過(guò)系統(tǒng)進(jìn)行最終配選。對(duì)減輕教師與學(xué)生負(fù)擔(dān),提高工作效率有顯著的效果。
關(guān)鍵詞:畢業(yè)選題系統(tǒng) Web技術(shù) B/S模型
Graduation Design Management System Based On Asp
Abstract In recent years,the Digital-Applied in Colleges is quite universal,and all kinds of MIS(Management Information System)become more perfect,for example,the Educational Administration System,Library System,Student Management System and etc.However,refer to the selection of graduates' thesis,a majority of colleges and universities still used the manual inefficient management style,thus leading to a heavy workload of teachers,inconvenient distribution of thesis,difficultly changing and other series of troublesome issues.
In this paper,we introduce the development process of this system from several points such as background,topics goals,significance of the topic,requirements analysis,system design,system implementation,etc.Our introduction focuses on requirements analysis and system design.This paper also introduces the needed development tools and techniques simply.
The system is mainly analyzed and designed for three different type of users——administrators,teachers,and students,and ultimately achieves to choose graduation topics online.Via this system,teachers can manage their thesis easily,students choose their own love.Meanwhile,according to students’interest and technology,teachers confirm which student wins the thesis,with making a two-way choice.Administrators can also decide the final distribution through the system.It has a significant effect on reducing the burden on teachers and students,and improving work efficiency.
Key words:Thesis System Web B/S model
目 錄
第一章 緒論 5
1.1研究背景 5
1.1.1數(shù)字化校園建設(shè) 5
1.1.2畢業(yè)設(shè)計(jì)選題事務(wù) 5
1.1.3畢業(yè)選題系統(tǒng)應(yīng)用狀況 6
1.2論文內(nèi)容以及各章節(jié)安排 7
第二章 系統(tǒng)開(kāi)發(fā)工具及技術(shù)概述 8
2.1 SQL Server 2005數(shù)據(jù)庫(kù)技術(shù)概述 8
2.2 ASP.NET簡(jiǎn)介 8
2.3 ADO.NET技術(shù)簡(jiǎn)介 9
2.4 B/S模式簡(jiǎn)介 9
2.5 C#開(kāi)發(fā)語(yǔ)言簡(jiǎn)介 10
2.6本章小結(jié) 11
第三章 需求分析 12
3.1功能分析 12
3.2用例圖 13
3.3系統(tǒng)功能圖 14
3.4本章小結(jié) 15
第四章 系統(tǒng)功能設(shè)計(jì) 16
4.1功能模塊劃分 16
4.2功能模塊設(shè)計(jì) 16
4.2.1用戶登錄模塊 16
4.2.2選題模塊 16
4.2.3報(bào)表導(dǎo)出模塊 18
4.2.4公告模塊 18
4.3數(shù)據(jù)庫(kù)設(shè)計(jì) 19
4.3.1 E-R圖 19
4.3.2數(shù)據(jù)表 24
4.4本章小結(jié) 30
第5章 系統(tǒng)功能的實(shí)現(xiàn) 31
5.1開(kāi)發(fā)環(huán)境 31
5.1.1硬件環(huán)境 31
5.1.2軟件環(huán)境 31
5.2系統(tǒng)實(shí)現(xiàn) 31
5.2.1用戶登錄界面 31
5.2.2管理員主界面 33
5.2.3教師主界面 42
5.2.4學(xué)生主界面 45
5.3本章小結(jié) 49
結(jié)論 50
致謝 51
參考文獻(xiàn) 52
TA們正在看...
- 用氣墊導(dǎo)軌測(cè)量速度與加速度ppt.ppt
- 用牛頓運(yùn)動(dòng)定律解決問(wèn)題二ppt.ppt
- 用現(xiàn)金流游戲培養(yǎng)財(cái)商課件ppt.ppt
- 用生活方式解決生活方式病ppt.ppt
- 用藥錯(cuò)誤的防范措施及應(yīng)急預(yù)案-副本ppt.ppt
- 用裝飾色彩來(lái)表達(dá)課件ppt.ppt
- 用角度描述物體所在的方向ppt.ppt
- 用適當(dāng)?shù)姆椒ń舛淮畏匠探Mppt.ppt
- 用高倍顯微鏡觀察葉綠體和線粒體ppt.ppt
- 田字格-數(shù)字書(shū)寫(xiě)-動(dòng)態(tài)ppt.ppt