- 相關推薦
培養(yǎng)計劃制訂輔助軟件Delphi+SQL
畢業(yè)論文
培養(yǎng)計劃制訂輔助軟件
摘要:隨著教育的發(fā)展和教學改革的深入,提高工作效率、實現(xiàn)培養(yǎng)計劃制訂工作的自動化成為高校培養(yǎng)計劃制訂工作的趨勢和必然。為了達到這樣的目標,我以輔助培養(yǎng)計劃制訂工作為出發(fā)點,Delphi 7.0為開發(fā)工具,SQL Server 2000作為數(shù)據(jù)庫而設計了1個輔助軟件。此軟件不僅具有良好的用戶界面,而且功能完善,能夠方便、快捷地生成教學計劃進程表,并提供與培養(yǎng)計劃制訂相關的1系列查詢、統(tǒng)計和打印功能。培養(yǎng)計劃制訂輔助系統(tǒng)的應用大大提高了培養(yǎng)計劃制訂工作的效率、質量和培養(yǎng)計劃制訂水平,適合普通高等學校對培養(yǎng)計劃工作進行微機管理。它節(jié)省了制訂人員的工作量,也避免了人工添加、修改、統(tǒng)計數(shù)據(jù)時所造成的疏忽和1些錯誤,給高校的培養(yǎng)計劃制訂工作帶來了方便。
本系統(tǒng)分為4個模塊,它們可以實現(xiàn)對專業(yè)、必修、實踐等課程信息進行查詢、修改、添加和刪除的功能。該系統(tǒng)還可以打開各類教學計劃進程的文檔,能提供教學計劃進程報表的生成、打印和統(tǒng)計功能。制訂人員可以通過主界面選擇所需要的操作。
關鍵詞:教學計劃進程表;SQL Server 2000;Delphi 7.0;統(tǒng)計。
Assistant Software of Making Training Plan
Abstract:Along with the development of education and progress of teaching plan, enhancing the work efficiency and realizing the automation of work of making training plan have become the tendency and necessary for the work of making training plan of colleges and universities. In order to achieve this purpose, I regard assist work of making training plan as starting point and Delphi 7.0 as tool of programming, and use the SQL Server 2000 to design a assistant software. The Software has not only fine user interface, but also perfect function. It is convenient and quick to create report forms of process of teaching plan; it also can offer series of functions interrelating with making training plan, such as query, statistics, and print and so on. The application of the assistant system of making training plan enhances the efficiency of work, the quality of work and the standard in the making of training plan, fits institutions of higher learning to manage training plan with computer. It has not only saved a lot of working measurement, but also avoids artificial additions, changes, statistics caused by and some errors. The system can bring convenience with the work of making training plan of colleges and universities.
There are four modules in the system, it can achieve the function of enquiries, modify, add and delete for practice courses information and professional courses information. The system can open the documents of process of teaching plan, It can provide the function of create report forms of process of teaching plan, printing and statistician. Users can choice operation from the main interface.
Keywords : forms of process of teaching plan;SQL Server2000;Delphi 7.0;statistician。
目錄
前言 1
1 Delphi 7概述 2
1.1 Delphi 7的簡介 2
1.2 Delphi 7的發(fā)展過程 2
1.3 Delphi 7的新特點 2
1.4 Delphi 7編程環(huán)境的組成 3
2 SQL Server 2000概述 4
2.1 SQL Server的簡介 4
2.2 SQL Server的發(fā)展 4
2.3 SQL Server 2000主要功能和特性 4
3 系統(tǒng)功能與模塊介紹 6
3.1 主要功能介紹 6
3.2 主要模塊介紹 6
4 需求分析 8
4.1 開發(fā)背景 8
4.2 用戶要求 8
4.3 數(shù)據(jù)字典 8
4.4 系統(tǒng)結構 10
4.5 可行性分析 10
5 概要設計 11
5.1 設計目標 11
5.2 開發(fā)及運行環(huán)境 11
5.3 輸入設計 11
5.4 輸出設計 11
5.5 系統(tǒng)安全和可靠性設計 12
6 數(shù)據(jù)庫設計 13
6.1 數(shù)據(jù)庫概念結構設計 13
6.2 數(shù)據(jù)庫物理結構設計 13
7 主窗體,系統(tǒng)登陸設計 18
7.1 功能介紹 18
7.2 登錄窗體設計 18
7.3 主窗體設計 20
8 教學計劃進程總表模塊 22
8.1 功能介紹 22
8.2 模塊實現(xiàn) 22
9 教學計劃進程模塊 24
9.1 功能介紹 24
9.2 模塊設計 24
9.3 子模塊1到4的設計 24
9.4 打開教學計劃進程報表子模塊設計 26
9.5 查詢教學計劃進程子模塊設計 28
9.6 教學計劃進程子模塊設計 31
10 集中實踐環(huán)節(jié)設置模塊 35
10.1 功能介紹 35
10.2 模塊設計 35
10.3 集中實踐表Word文檔子模塊設計 35
10.4 查詢實踐信息子模塊設計 36
10.5 集中實踐報表子模塊設計 38
10.6 集中實踐環(huán)節(jié)設置管理子模塊設計 40
11 專業(yè)輔修課程模塊 42
11.1 功能介紹 42
11.2 打開專業(yè)輔修課程Word文檔子模塊設計 42
11.3 查詢輔修課信息子模塊設計 42
11.4 專業(yè)輔修課程管理子模塊設計 45
12 結束語 46
參考文獻 47
致謝 48
注:不包括源代碼.
【培養(yǎng)計劃制訂輔助軟件Delphi+SQL】相關文章:
教研室輔助管理軟件Delphi+SQL03-08
網(wǎng)吧監(jiān)控軟件Delphi+SQL05-15
排課系統(tǒng)的實現(xiàn)Delphi+SQL11-23
編寫計算機輔助教學軟件之我見09-01
對計算機軟件輔助教學語文論文11-30