- 相關(guān)推薦
培養計劃制訂輔助軟件Delphi+SQL
畢業(yè)論文
培養計劃制訂輔助軟件
摘要:隨著(zhù)教育的發(fā)展和教學(xué)改革的深入,提高工作效率、實(shí)現培養計劃制訂工作的自動(dòng)化成為高校培養計劃制訂工作的趨勢和必然。為了達到這樣的目標,我以輔助培養計劃制訂工作為出發(fā)點(diǎn),Delphi 7.0為開(kāi)發(fā)工具,SQL Server 2000作為數據庫而設計了1個(gè)輔助軟件。此軟件不僅具有良好的用戶(hù)界面,而且功能完善,能夠方便、快捷地生成教學(xué)計劃進(jìn)程表,并提供與培養計劃制訂相關(guān)的1系列查詢(xún)、統計和打印功能。培養計劃制訂輔助系統的應用大大提高了培養計劃制訂工作的效率、質(zhì)量和培養計劃制訂水平,適合普通高等學(xué)校對培養計劃工作進(jìn)行微機管理。它節省了制訂人員的工作量,也避免了人工添加、修改、統計數據時(shí)所造成的疏忽和1些錯誤,給高校的培養計劃制訂工作帶來(lái)了方便。
本系統分為4個(gè)模塊,它們可以實(shí)現對專(zhuān)業(yè)、必修、實(shí)踐等課程信息進(jìn)行查詢(xún)、修改、添加和刪除的功能。該系統還可以打開(kāi)各類(lèi)教學(xué)計劃進(jìn)程的文檔,能提供教學(xué)計劃進(jìn)程報表的生成、打印和統計功能。制訂人員可以通過(guò)主界面選擇所需要的操作。
關(guān)鍵詞:教學(xué)計劃進(jìn)程表;SQL Server 2000;Delphi 7.0;統計。
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的簡(jiǎn)介 2
1.2 Delphi 7的發(fā)展過(guò)程 2
1.3 Delphi 7的新特點(diǎn) 2
1.4 Delphi 7編程環(huán)境的組成 3
2 SQL Server 2000概述 4
2.1 SQL Server的簡(jiǎn)介 4
2.2 SQL Server的發(fā)展 4
2.3 SQL Server 2000主要功能和特性 4
3 系統功能與模塊介紹 6
3.1 主要功能介紹 6
3.2 主要模塊介紹 6
4 需求分析 8
4.1 開(kāi)發(fā)背景 8
4.2 用戶(hù)要求 8
4.3 數據字典 8
4.4 系統結構 10
4.5 可行性分析 10
5 概要設計 11
5.1 設計目標 11
5.2 開(kāi)發(fā)及運行環(huán)境 11
5.3 輸入設計 11
5.4 輸出設計 11
5.5 系統安全和可靠性設計 12
6 數據庫設計 13
6.1 數據庫概念結構設計 13
6.2 數據庫物理結構設計 13
7 主窗體,系統登陸設計 18
7.1 功能介紹 18
7.2 登錄窗體設計 18
7.3 主窗體設計 20
8 教學(xué)計劃進(jìn)程總表模塊 22
8.1 功能介紹 22
8.2 模塊實(shí)現 22
9 教學(xué)計劃進(jìn)程模塊 24
9.1 功能介紹 24
9.2 模塊設計 24
9.3 子模塊1到4的設計 24
9.4 打開(kāi)教學(xué)計劃進(jìn)程報表子模塊設計 26
9.5 查詢(xún)教學(xué)計劃進(jìn)程子模塊設計 28
9.6 教學(xué)計劃進(jìn)程子模塊設計 31
10 集中實(shí)踐環(huán)節設置模塊 35
10.1 功能介紹 35
10.2 模塊設計 35
10.3 集中實(shí)踐表Word文檔子模塊設計 35
10.4 查詢(xún)實(shí)踐信息子模塊設計 36
10.5 集中實(shí)踐報表子模塊設計 38
10.6 集中實(shí)踐環(huán)節設置管理子模塊設計 40
11 專(zhuān)業(yè)輔修課程模塊 42
11.1 功能介紹 42
11.2 打開(kāi)專(zhuān)業(yè)輔修課程Word文檔子模塊設計 42
11.3 查詢(xún)輔修課信息子模塊設計 42
11.4 專(zhuān)業(yè)輔修課程管理子模塊設計 45
12 結束語(yǔ) 46
參考文獻 47
致謝 48
注:不包括源代碼.
【培養計劃制訂輔助軟件Delphi+SQL】相關(guān)文章:
教研室輔助管理軟件Delphi+SQL03-08
編寫(xiě)計算機輔助教學(xué)軟件之我見(jiàn)09-01
家庭理財系統Delphi+SQL11-23
世界杯投注系統Delphi+SQL03-08