學(xué)生學(xué)籍管理系統(tǒng)畢業(yè)論文.doc
約66頁DOC格式手機(jī)打開展開
學(xué)生學(xué)籍管理系統(tǒng)畢業(yè)論文,目 錄摘 要- 3 -abstract- 4 -第一章 系統(tǒng)需求分析- 5 -第二章 可行性分析- 6 -第三章 系統(tǒng)設(shè)計- 7 -31.系統(tǒng)功能分析- 7 -32.系統(tǒng)流程圖- 8 -第四章、數(shù)據(jù)庫設(shè)計- 9 -41.數(shù)據(jù)庫需求分析- 9 -42.數(shù)據(jù)庫概念結(jié)構(gòu)設(shè)計- 10 -43.數(shù)據(jù)庫結(jié)構(gòu)...
內(nèi)容介紹
此文檔由會員 李龍惺 發(fā)布
學(xué)生學(xué)籍管理系統(tǒng)畢業(yè)論文
目 錄
摘 要 - 3 -
ABSTRACT - 4 -
第一章 系統(tǒng)需求分析 - 5 -
第二章 可行性分析 - 6 -
第三章 系統(tǒng)設(shè)計 - 7 -
3•1.系統(tǒng)功能分析 - 7 -
3•2.系統(tǒng)流程圖 - 8 -
第四章、數(shù)據(jù)庫設(shè)計 - 9 -
4•1.數(shù)據(jù)庫需求分析 - 9 -
4•2.數(shù)據(jù)庫概念結(jié)構(gòu)設(shè)計 - 10 -
4•3.數(shù)據(jù)庫結(jié)構(gòu)的實現(xiàn) - 13 -
第五章、詳細(xì)設(shè)計 - 16 -
5•1主窗體的創(chuàng)建 - 16 -
5•2.用戶管理模塊的創(chuàng)建 - 21 -
5•3學(xué)籍管理模塊的創(chuàng)建 - 28 -
5•4 班級管理模塊的創(chuàng)建 - 46 -
5•5 課程設(shè)置模塊的創(chuàng)建 - 50 -
5•6 成績管理模塊的創(chuàng)建 - 58 -
第七章 總 結(jié) - 63 -
參考文獻(xiàn) - 64 -
致 謝 - 65 -
摘 要
隨著信息技術(shù)在管理上越來越深入而廣泛的應(yīng)用,管理信息系統(tǒng)的實施在技術(shù)上已逐步成熟。管理信息系統(tǒng)是一個不斷發(fā)展的新型學(xué)科,任何一個單位要生存要發(fā)展,要高效率地把內(nèi)部活動有機(jī)地組織起來,就必須建立與自身特點相適應(yīng)的管理信息系統(tǒng)。
本文介紹了在Visual Basic6.0環(huán)境下采用“自上而下地總體規(guī)劃,自下而上地應(yīng)用開發(fā)”的策略開發(fā)一個管理信息系統(tǒng)的過程。通過分析訪客管理的不足,創(chuàng)建了一套行之有效的計算機(jī)管理學(xué)生的方案。文章介紹了訪客管理信息系統(tǒng)的系統(tǒng)分析部分,包括可行性分析、業(yè)務(wù)流程分析等;系統(tǒng)設(shè)計部分主要介紹了系統(tǒng)功能設(shè)計和數(shù)據(jù)庫設(shè)計及代碼設(shè)計;系統(tǒng)實現(xiàn)部分說明了幾個主要模塊的算法, 本系統(tǒng)面友好,操作簡單,比較實用。
關(guān)鍵詞:SQL 2000 server,VB程序設(shè)計,軟件工程
Abstract
Along with information technique more and more thorough but extensive on the management of application, manage information system of the implement has been gradually mature on the technique.Manage the information system is a new academics which continuously develops, the whichever unit wants to exist to want adevelopment, high-efficiencily internal activity organically the organization get up, have to build up adapting with oneself characteristics mutually of management information system.
This text introduced in the Visual Basic6.0 under the environments the strategy of adoption"from top to bottom total programming, from bottom but last pplication development" develop a process which manage information system.Pass the shortage of analytical visitor management, established a valid a set of line a calculator a management the student's project.The article introduced visitor a management information system of system analysis part, System realization part explained a few calculate ways of main mold piece, this system interface amity, operation simple, more practical.
[Keyword]:The SQL 2000 servers、 VB program design、software engineering
目 錄
摘 要 - 3 -
ABSTRACT - 4 -
第一章 系統(tǒng)需求分析 - 5 -
第二章 可行性分析 - 6 -
第三章 系統(tǒng)設(shè)計 - 7 -
3•1.系統(tǒng)功能分析 - 7 -
3•2.系統(tǒng)流程圖 - 8 -
第四章、數(shù)據(jù)庫設(shè)計 - 9 -
4•1.數(shù)據(jù)庫需求分析 - 9 -
4•2.數(shù)據(jù)庫概念結(jié)構(gòu)設(shè)計 - 10 -
4•3.數(shù)據(jù)庫結(jié)構(gòu)的實現(xiàn) - 13 -
第五章、詳細(xì)設(shè)計 - 16 -
5•1主窗體的創(chuàng)建 - 16 -
5•2.用戶管理模塊的創(chuàng)建 - 21 -
5•3學(xué)籍管理模塊的創(chuàng)建 - 28 -
5•4 班級管理模塊的創(chuàng)建 - 46 -
5•5 課程設(shè)置模塊的創(chuàng)建 - 50 -
5•6 成績管理模塊的創(chuàng)建 - 58 -
第七章 總 結(jié) - 63 -
參考文獻(xiàn) - 64 -
致 謝 - 65 -
摘 要
隨著信息技術(shù)在管理上越來越深入而廣泛的應(yīng)用,管理信息系統(tǒng)的實施在技術(shù)上已逐步成熟。管理信息系統(tǒng)是一個不斷發(fā)展的新型學(xué)科,任何一個單位要生存要發(fā)展,要高效率地把內(nèi)部活動有機(jī)地組織起來,就必須建立與自身特點相適應(yīng)的管理信息系統(tǒng)。
本文介紹了在Visual Basic6.0環(huán)境下采用“自上而下地總體規(guī)劃,自下而上地應(yīng)用開發(fā)”的策略開發(fā)一個管理信息系統(tǒng)的過程。通過分析訪客管理的不足,創(chuàng)建了一套行之有效的計算機(jī)管理學(xué)生的方案。文章介紹了訪客管理信息系統(tǒng)的系統(tǒng)分析部分,包括可行性分析、業(yè)務(wù)流程分析等;系統(tǒng)設(shè)計部分主要介紹了系統(tǒng)功能設(shè)計和數(shù)據(jù)庫設(shè)計及代碼設(shè)計;系統(tǒng)實現(xiàn)部分說明了幾個主要模塊的算法, 本系統(tǒng)面友好,操作簡單,比較實用。
關(guān)鍵詞:SQL 2000 server,VB程序設(shè)計,軟件工程
Abstract
Along with information technique more and more thorough but extensive on the management of application, manage information system of the implement has been gradually mature on the technique.Manage the information system is a new academics which continuously develops, the whichever unit wants to exist to want adevelopment, high-efficiencily internal activity organically the organization get up, have to build up adapting with oneself characteristics mutually of management information system.
This text introduced in the Visual Basic6.0 under the environments the strategy of adoption"from top to bottom total programming, from bottom but last pplication development" develop a process which manage information system.Pass the shortage of analytical visitor management, established a valid a set of line a calculator a management the student's project.The article introduced visitor a management information system of system analysis part, System realization part explained a few calculate ways of main mold piece, this system interface amity, operation simple, more practical.
[Keyword]:The SQL 2000 servers、 VB program design、software engineering