- 相關(guān)推薦
培養(yǎng)計(jì)劃制訂輔助軟件Delphi+SQL
畢業(yè)論文
培養(yǎng)計(jì)劃制訂輔助軟件
摘要:隨著教育的發(fā)展和教學(xué)改革的深入,提高工作效率、實(shí)現(xiàn)培養(yǎng)計(jì)劃制訂工作的自動化成為高校培養(yǎng)計(jì)劃制訂工作的趨勢和必然。為了達(dá)到這樣的目標(biāo),我以輔助培養(yǎng)計(jì)劃制訂工作為出發(fā)點(diǎn),Delphi 7.0為開發(fā)工具,SQL Server 2000作為數(shù)據(jù)庫而設(shè)計(jì)了1個輔助軟件。此軟件不僅具有良好的用戶界面,而且功能完善,能夠方便、快捷地生成教學(xué)計(jì)劃進(jìn)程表,并提供與培養(yǎng)計(jì)劃制訂相關(guān)的1系列查詢、統(tǒng)計(jì)和打印功能。培養(yǎng)計(jì)劃制訂輔助系統(tǒng)的應(yīng)用大大提高了培養(yǎng)計(jì)劃制訂工作的效率、質(zhì)量和培養(yǎng)計(jì)劃制訂水平,適合普通高等學(xué)校對培養(yǎng)計(jì)劃工作進(jìn)行微機(jī)管理。它節(jié)省了制訂人員的工作量,也避免了人工添加、修改、統(tǒng)計(jì)數(shù)據(jù)時所造成的疏忽和1些錯誤,給高校的培養(yǎng)計(jì)劃制訂工作帶來了方便。
本系統(tǒng)分為4個模塊,它們可以實(shí)現(xiàn)對專業(yè)、必修、實(shí)踐等課程信息進(jìn)行查詢、修改、添加和刪除的功能。該系統(tǒng)還可以打開各類教學(xué)計(jì)劃進(jìn)程的文檔,能提供教學(xué)計(jì)劃進(jìn)程報(bào)表的生成、打印和統(tǒng)計(jì)功能。制訂人員可以通過主界面選擇所需要的操作。
關(guān)鍵詞:教學(xué)計(jì)劃進(jìn)程表;SQL Server 2000;Delphi 7.0;統(tǒng)計(jì)。
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的新特點(diǎn) 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)結(jié)構(gòu) 10
4.5 可行性分析 10
5 概要設(shè)計(jì) 11
5.1 設(shè)計(jì)目標(biāo) 11
5.2 開發(fā)及運(yùn)行環(huán)境 11
5.3 輸入設(shè)計(jì) 11
5.4 輸出設(shè)計(jì) 11
5.5 系統(tǒng)安全和可靠性設(shè)計(jì) 12
6 數(shù)據(jù)庫設(shè)計(jì) 13
6.1 數(shù)據(jù)庫概念結(jié)構(gòu)設(shè)計(jì) 13
6.2 數(shù)據(jù)庫物理結(jié)構(gòu)設(shè)計(jì) 13
7 主窗體,系統(tǒng)登陸設(shè)計(jì) 18
7.1 功能介紹 18
7.2 登錄窗體設(shè)計(jì) 18
7.3 主窗體設(shè)計(jì) 20
8 教學(xué)計(jì)劃進(jìn)程總表模塊 22
8.1 功能介紹 22
8.2 模塊實(shí)現(xiàn) 22
9 教學(xué)計(jì)劃進(jìn)程模塊 24
9.1 功能介紹 24
9.2 模塊設(shè)計(jì) 24
9.3 子模塊1到4的設(shè)計(jì) 24
9.4 打開教學(xué)計(jì)劃進(jìn)程報(bào)表子模塊設(shè)計(jì) 26
9.5 查詢教學(xué)計(jì)劃進(jìn)程子模塊設(shè)計(jì) 28
9.6 教學(xué)計(jì)劃進(jìn)程子模塊設(shè)計(jì) 31
10 集中實(shí)踐環(huán)節(jié)設(shè)置模塊 35
10.1 功能介紹 35
10.2 模塊設(shè)計(jì) 35
10.3 集中實(shí)踐表Word文檔子模塊設(shè)計(jì) 35
10.4 查詢實(shí)踐信息子模塊設(shè)計(jì) 36
10.5 集中實(shí)踐報(bào)表子模塊設(shè)計(jì) 38
10.6 集中實(shí)踐環(huán)節(jié)設(shè)置管理子模塊設(shè)計(jì) 40
11 專業(yè)輔修課程模塊 42
11.1 功能介紹 42
11.2 打開專業(yè)輔修課程Word文檔子模塊設(shè)計(jì) 42
11.3 查詢輔修課信息子模塊設(shè)計(jì) 42
11.4 專業(yè)輔修課程管理子模塊設(shè)計(jì) 45
12 結(jié)束語 46
參考文獻(xiàn) 47
致謝 48
注:不包括源代碼.
【培養(yǎng)計(jì)劃制訂輔助軟件Delphi+SQL】相關(guān)文章:
編寫計(jì)算機(jī)輔助教學(xué)軟件之我見09-01
卓越計(jì)劃下軟件技術(shù)專業(yè)教改08-05
淺談《幾何畫板》在輔助小學(xué)數(shù)學(xué)教學(xué)中的作用與效果04-15
體外循環(huán)輔助氣管重建術(shù)麻醉一例05-13
同一合同法制訂中的若干疑難題目探討(上)06-03
論合格法律人的培養(yǎng)05-14
如何培養(yǎng)學(xué)生科學(xué)探究能力05-19