vb班主任管理系統(tǒng)畢業(yè)設(shè)計(jì).rar
vb班主任管理系統(tǒng)畢業(yè)設(shè)計(jì),1.5萬字 34頁包括任務(wù)書,論文,系統(tǒng)摘 要班主任管理系統(tǒng)是典型的信息管理系統(tǒng)(mis),其開發(fā)主要包括后臺(tái)數(shù)據(jù)庫(kù)的建立和維護(hù)以及前端應(yīng)用程序的開發(fā)兩個(gè)方面。對(duì)于前者要求建立起數(shù)據(jù)一致性和完整性強(qiáng)、數(shù)據(jù)安全性好的庫(kù)。而對(duì)于后者則要求應(yīng)用程序功能完備,易使用等特點(diǎn)。本系統(tǒng)管理內(nèi)容廣泛,全面涉及...
該文檔為壓縮文件,包含的文件列表如下:


內(nèi)容介紹
原文檔由會(huì)員 weyue 發(fā)布
vb班主任管理系統(tǒng)畢業(yè)設(shè)計(jì)
1.5萬字 34頁
包括任務(wù)書,論文,系統(tǒng)
摘 要
班主任管理系統(tǒng)是典型的信息管理系統(tǒng)(MIS),其開發(fā)主要包括后臺(tái)數(shù)據(jù)庫(kù)的建立和維護(hù)以及前端應(yīng)用程序的開發(fā)兩個(gè)方面。對(duì)于前者要求建立起數(shù)據(jù)一致性和完整性強(qiáng)、數(shù)據(jù)安全性好的庫(kù)。而對(duì)于后者則要求應(yīng)用程序功能完備,易使用等特點(diǎn)。
本系統(tǒng)管理內(nèi)容廣泛,全面涉及了教務(wù)教學(xué)上的各項(xiàng)服務(wù),包括學(xué)生成績(jī)管理,其中有學(xué)生成績(jī)管理;學(xué)生管理等等。在開發(fā)過程中,注意使其符合操作的業(yè)務(wù)流程,并力求系統(tǒng)的全面性、通用性,使得本系統(tǒng)不只適用于一家教育機(jī)構(gòu)。
經(jīng)過分析,我使用 MICROSOFT公司的 VISUAL BASIC開發(fā)工具,利用其提供的各種面向?qū)ο蟮拈_發(fā)工具,尤其是數(shù)據(jù)窗口這一能方便而簡(jiǎn)潔操縱數(shù)據(jù)庫(kù)的智能化對(duì)象,首先在短時(shí)間內(nèi)建立系統(tǒng)應(yīng)用原型,然后,對(duì)初始原型系統(tǒng)進(jìn)行需求迭代,不斷修正和改進(jìn),直到形成用戶滿意的可行系統(tǒng)。
本論文主要從系統(tǒng)分析、系統(tǒng)設(shè)計(jì)、系統(tǒng)實(shí)施與使用等幾個(gè)方面進(jìn)行介紹。
關(guān)鍵詞:控件,窗體,域
The system of master management
ABSTRACT
The system of master management file is a typical application of managing information system (know as MIS),which mainly includes building up data-base of back-end and developing the application interface of front-end. The former required consistency and integrality and security of data. The later should make the application powerful and easily used.
The system is wide and comprehensive in including most of the service items of teaching plans, such as grade management which refers to teaching plans, grade management, students management and so on. In developing procedure, we pursure the comprehensiveness and commomality of the system, so that it can not only be applied in one educational institution.
By looking up lots of datum, we selected Visual Basic presented by Microsoft because of its objective tools in Win32. VB offered a series of ActiveX operating a data-base. It can give you a short-cut to build up a prototype of system application. The prototype could be modified and developed till users are satisfied with it.
This thesis mainly introduce the ideas of the analysizing ,designing ,implementing and application of this system.
Keywords: ActiveX , Form , Field
目 錄
1 引言 1
1.1 問題的提出 1
1.2 現(xiàn)有系統(tǒng)存在問題的分析 1
1.3 系統(tǒng)開發(fā)的發(fā)展方向 1
2 概述 3
2.1 開發(fā)工具簡(jiǎn)介 3
2.1.1 數(shù)據(jù)庫(kù)開發(fā)分析 3
2.1.2 數(shù)據(jù)庫(kù)開發(fā)步驟 4
2.2 開發(fā)環(huán)境分析 5
2.2.1 編程環(huán)境的選擇 5
2.2.2 關(guān)系型數(shù)據(jù)庫(kù)的實(shí)現(xiàn) 8
2.2.3 二者的結(jié)合(DBA) 9
2.3 SQL簡(jiǎn)介 10
2.3.1 SQL的特點(diǎn) 10
2.3.2 SQL命令 11
2.3.3 SQL的數(shù)據(jù)查詢功能 12
2.4 系統(tǒng)的總體說明 13
3 系統(tǒng)設(shè)計(jì)分析 14
3.1 應(yīng)用需求分析 14
3.2 可行性分析 14
3.2.1 技術(shù)可行性分析 14
3.2.2 經(jīng)濟(jì)可行性 15
3.2.3 運(yùn)行可行性 15
3.3 任務(wù)描述 15
3.4 系統(tǒng)功能模塊劃分 15
3.5 系統(tǒng)數(shù)據(jù)庫(kù)設(shè)計(jì) 16
3.5.1 概念設(shè)計(jì) 16
3.5.2 關(guān)系數(shù)據(jù)庫(kù)的邏輯設(shè)計(jì) 17
4 設(shè)計(jì)階段 18
4.1 概要設(shè)計(jì) 18
4.1.1 任務(wù)要求 18
4.1.2 數(shù)據(jù)流圖 18
4.2 系統(tǒng)詳細(xì)設(shè)計(jì) 20
4.3 數(shù)據(jù)庫(kù)詳細(xì)設(shè)計(jì) 26
5 系統(tǒng)測(cè)試 28
6 結(jié)論 30
參 考 文 獻(xiàn) 31
致謝 32
參 考 文 獻(xiàn)
[1] 鄭榮貴. Visual Basic 6.0開發(fā)與應(yīng)用. 北京:中科電子出版社,2002.7~10
[2] 伍俊良.Visual Basic 6.0控件實(shí)例教程. 北京:希望電子出版社,2002.91~100
[3] 盧國(guó)俊.Visual Basic 6.0數(shù)據(jù)庫(kù)開發(fā). 北京:電子工業(yè)出版社,2002.89~99
[4] 邊萌.Visual Basic 6.0編程起步. 北京:機(jī)械工業(yè)出版社,2002.101~110
[5] 伍俊良.Visual Basic 6.0設(shè)計(jì)案例. 北京:水利水電出版社,2002.56~61
[6] 丁寶康.數(shù)據(jù)庫(kù)原理. 南京:經(jīng)濟(jì)科學(xué)出版社,2000.91~93
[7] 陸麗娜.軟件工程. 南京:經(jīng)濟(jì)科學(xué)出版社,2000.153~160
[8] 左美云.信息系統(tǒng)的開發(fā)與教程. 北京:電子工業(yè)出版社,2001.12~15
[9] 趙杰.數(shù)據(jù)庫(kù)原理與應(yīng)用. 北京:希望電子出版社,2002.1~2
[10] 甘初初.管理信息系統(tǒng). 北京:經(jīng)濟(jì)科學(xué)出版社
1.5萬字 34頁
包括任務(wù)書,論文,系統(tǒng)
摘 要
班主任管理系統(tǒng)是典型的信息管理系統(tǒng)(MIS),其開發(fā)主要包括后臺(tái)數(shù)據(jù)庫(kù)的建立和維護(hù)以及前端應(yīng)用程序的開發(fā)兩個(gè)方面。對(duì)于前者要求建立起數(shù)據(jù)一致性和完整性強(qiáng)、數(shù)據(jù)安全性好的庫(kù)。而對(duì)于后者則要求應(yīng)用程序功能完備,易使用等特點(diǎn)。
本系統(tǒng)管理內(nèi)容廣泛,全面涉及了教務(wù)教學(xué)上的各項(xiàng)服務(wù),包括學(xué)生成績(jī)管理,其中有學(xué)生成績(jī)管理;學(xué)生管理等等。在開發(fā)過程中,注意使其符合操作的業(yè)務(wù)流程,并力求系統(tǒng)的全面性、通用性,使得本系統(tǒng)不只適用于一家教育機(jī)構(gòu)。
經(jīng)過分析,我使用 MICROSOFT公司的 VISUAL BASIC開發(fā)工具,利用其提供的各種面向?qū)ο蟮拈_發(fā)工具,尤其是數(shù)據(jù)窗口這一能方便而簡(jiǎn)潔操縱數(shù)據(jù)庫(kù)的智能化對(duì)象,首先在短時(shí)間內(nèi)建立系統(tǒng)應(yīng)用原型,然后,對(duì)初始原型系統(tǒng)進(jìn)行需求迭代,不斷修正和改進(jìn),直到形成用戶滿意的可行系統(tǒng)。
本論文主要從系統(tǒng)分析、系統(tǒng)設(shè)計(jì)、系統(tǒng)實(shí)施與使用等幾個(gè)方面進(jìn)行介紹。
關(guān)鍵詞:控件,窗體,域
The system of master management
ABSTRACT
The system of master management file is a typical application of managing information system (know as MIS),which mainly includes building up data-base of back-end and developing the application interface of front-end. The former required consistency and integrality and security of data. The later should make the application powerful and easily used.
The system is wide and comprehensive in including most of the service items of teaching plans, such as grade management which refers to teaching plans, grade management, students management and so on. In developing procedure, we pursure the comprehensiveness and commomality of the system, so that it can not only be applied in one educational institution.
By looking up lots of datum, we selected Visual Basic presented by Microsoft because of its objective tools in Win32. VB offered a series of ActiveX operating a data-base. It can give you a short-cut to build up a prototype of system application. The prototype could be modified and developed till users are satisfied with it.
This thesis mainly introduce the ideas of the analysizing ,designing ,implementing and application of this system.
Keywords: ActiveX , Form , Field
目 錄
1 引言 1
1.1 問題的提出 1
1.2 現(xiàn)有系統(tǒng)存在問題的分析 1
1.3 系統(tǒng)開發(fā)的發(fā)展方向 1
2 概述 3
2.1 開發(fā)工具簡(jiǎn)介 3
2.1.1 數(shù)據(jù)庫(kù)開發(fā)分析 3
2.1.2 數(shù)據(jù)庫(kù)開發(fā)步驟 4
2.2 開發(fā)環(huán)境分析 5
2.2.1 編程環(huán)境的選擇 5
2.2.2 關(guān)系型數(shù)據(jù)庫(kù)的實(shí)現(xiàn) 8
2.2.3 二者的結(jié)合(DBA) 9
2.3 SQL簡(jiǎn)介 10
2.3.1 SQL的特點(diǎn) 10
2.3.2 SQL命令 11
2.3.3 SQL的數(shù)據(jù)查詢功能 12
2.4 系統(tǒng)的總體說明 13
3 系統(tǒng)設(shè)計(jì)分析 14
3.1 應(yīng)用需求分析 14
3.2 可行性分析 14
3.2.1 技術(shù)可行性分析 14
3.2.2 經(jīng)濟(jì)可行性 15
3.2.3 運(yùn)行可行性 15
3.3 任務(wù)描述 15
3.4 系統(tǒng)功能模塊劃分 15
3.5 系統(tǒng)數(shù)據(jù)庫(kù)設(shè)計(jì) 16
3.5.1 概念設(shè)計(jì) 16
3.5.2 關(guān)系數(shù)據(jù)庫(kù)的邏輯設(shè)計(jì) 17
4 設(shè)計(jì)階段 18
4.1 概要設(shè)計(jì) 18
4.1.1 任務(wù)要求 18
4.1.2 數(shù)據(jù)流圖 18
4.2 系統(tǒng)詳細(xì)設(shè)計(jì) 20
4.3 數(shù)據(jù)庫(kù)詳細(xì)設(shè)計(jì) 26
5 系統(tǒng)測(cè)試 28
6 結(jié)論 30
參 考 文 獻(xiàn) 31
致謝 32
參 考 文 獻(xiàn)
[1] 鄭榮貴. Visual Basic 6.0開發(fā)與應(yīng)用. 北京:中科電子出版社,2002.7~10
[2] 伍俊良.Visual Basic 6.0控件實(shí)例教程. 北京:希望電子出版社,2002.91~100
[3] 盧國(guó)俊.Visual Basic 6.0數(shù)據(jù)庫(kù)開發(fā). 北京:電子工業(yè)出版社,2002.89~99
[4] 邊萌.Visual Basic 6.0編程起步. 北京:機(jī)械工業(yè)出版社,2002.101~110
[5] 伍俊良.Visual Basic 6.0設(shè)計(jì)案例. 北京:水利水電出版社,2002.56~61
[6] 丁寶康.數(shù)據(jù)庫(kù)原理. 南京:經(jīng)濟(jì)科學(xué)出版社,2000.91~93
[7] 陸麗娜.軟件工程. 南京:經(jīng)濟(jì)科學(xué)出版社,2000.153~160
[8] 左美云.信息系統(tǒng)的開發(fā)與教程. 北京:電子工業(yè)出版社,2001.12~15
[9] 趙杰.數(shù)據(jù)庫(kù)原理與應(yīng)用. 北京:希望電子出版社,2002.1~2
[10] 甘初初.管理信息系統(tǒng). 北京:經(jīng)濟(jì)科學(xué)出版社