基于delphi高校學(xué)生校務(wù)管理系統(tǒng)的研究與實(shí)現(xiàn).rar
基于delphi高校學(xué)生校務(wù)管理系統(tǒng)的研究與實(shí)現(xiàn),論文標(biāo)準(zhǔn)word格式排版目 錄0. 緒言 11. 目的 22. 系統(tǒng)開發(fā)平臺(delphi語言)22.1 delphi開發(fā)語言簡介 22.2 delphi開發(fā)語言的特點(diǎn) 33. 其它關(guān)鍵技術(shù) 33.1 特殊控件的使用 33.2 interbase數(shù)據(jù)庫系統(tǒng) 43.3 基本的sql語句 43.4 bde數(shù)據(jù)引擎...
該文檔為壓縮文件,包含的文件列表如下:
![](http://img.queshao.com/images/pcgzh.gif)
![](http://preview.queshao.com/tobuy/268184.gif)
內(nèi)容介紹
原文檔由會員 莎士比亞 發(fā)布
論文標(biāo)準(zhǔn)WORD格式排版
目 錄
0. 緒言 ………………………………………………………… 1
1. 目的 ………………………………………………………… 2
2. 系統(tǒng)開發(fā)平臺(Delphi語言)…………………………… 2
2.1 Delphi開發(fā)語言簡介 ……………………………………2
2.2 Delphi開發(fā)語言的特點(diǎn) …………………………………3
3. 其它關(guān)鍵技術(shù) ……………………………………………… 3
3.1 特殊控件的使用 ……………………………………………3
3.2 InterBase數(shù)據(jù)庫系統(tǒng) …………………………………… 4
3.3 基本的SQL語句 ……………………………………………4
3.4 BDE數(shù)據(jù)引擎 ……………………………………………… 4
3.5 數(shù)據(jù)訪問組件的使用 ………………………………………5
3.6 數(shù)據(jù)控制組件的使用 ………………………………………5
4. 數(shù)據(jù)庫設(shè)計 ………………………………………………… 6
4.1 總體設(shè)計 ……………………………………………………6
4.2 數(shù)據(jù)庫邏輯結(jié)構(gòu)設(shè)計 ………………………………………6
4.3 數(shù)據(jù)庫機(jī)構(gòu)的實(shí)現(xiàn) …………………………………………11
4.4 初始數(shù)據(jù)的輸入 ……………………………………………11
5. 系統(tǒng)功能的設(shè)計 …………………………………………… 11
5.1 系統(tǒng)功能 ……………………………………………………11
5.2 教師課程管理子系統(tǒng) ………………………………………12
5.3 學(xué)生課程管理子系統(tǒng) …………………………………… 13
5.4 教務(wù)課程管理子系統(tǒng) …………………………………… 13
5.5 部分功能模塊的代碼實(shí)現(xiàn) ……………………………… 14
6. 結(jié)果與討論 …………………………………………………16
6.1 結(jié)果 ……………………………………………………… 16
6.2 討論 ……………………………………………………… 17
7. 結(jié)論 ……………………………………………………… 17
摘 要: 本高校學(xué)生校務(wù)管理系統(tǒng)主要包括課程設(shè)置、教學(xué)安排、學(xué)生選課、課程管理、成績查詢等功能。 采用本系統(tǒng)可實(shí)現(xiàn):在每學(xué)期之初,教師進(jìn)行課程設(shè)置管理,如增開課程、取消課程和填寫課程信息等;教務(wù)處可根據(jù)教師的申請,結(jié)合實(shí)際情況確定這學(xué)期開設(shè)的課程,并分派教學(xué)資源,如上課時間和教室等;以上工作完成后,在開學(xué)時,將這學(xué)期所有開設(shè)的課程提供給學(xué)生,學(xué)生根據(jù)自己的興趣和愛好進(jìn)行選課,待選課結(jié)束后,對選課結(jié)果進(jìn)行統(tǒng)計,把選課名單提供給相應(yīng)的任課老師,同時也要給出每位學(xué)生的選課表;待課程結(jié)束后,任課老師根據(jù)教務(wù)處提供的選課名單對選課學(xué)生進(jìn)行課程成績的評定;待成績都錄入后,同學(xué)應(yīng)能查詢自己所選各門課程的成績等。本系統(tǒng)的開發(fā),減輕了老師和教務(wù)處工作人員的負(fù)擔(dān),同時也方便了同學(xué)對選課情況及成績的查詢。本系統(tǒng)采用客戶機(jī)/服務(wù)器結(jié)構(gòu)。數(shù)據(jù)庫服務(wù)器采用InterBase數(shù)據(jù)庫系統(tǒng),客戶機(jī)程序采用Delphi作為開發(fā)平臺,實(shí)現(xiàn)對數(shù)據(jù)庫中信息的訪問,利用Tdatabase數(shù)據(jù)庫組件管理應(yīng)用程序與數(shù)據(jù)庫之間的通信聯(lián)系,采用了TQuery和TTable組件實(shí)現(xiàn)數(shù)據(jù)記錄查詢,利用Delphi的TPrinter對象實(shí)現(xiàn)了自定義打印。程序中使用了基本的SQL語句(如添加,查詢,修改,和刪除記錄語句),BDE數(shù)據(jù)引擎以及ADO組件等。
關(guān) 鍵 詞: 高校學(xué)生教務(wù)管理;Delphi開發(fā)平臺;InterBase數(shù)據(jù)庫系統(tǒng);BDE數(shù)據(jù)引擎
Abstract: This administrative affairs of colleges and universities students system mainly include course arrangement,teaching settle,student curriculavariable, curriculum development, inquire achievement and so on..Use this system can realize:in the beginning of every school term,teachers can arrange the course ,for example , give a new course, cance the course,and fill in the course information; According to application of the teachers Dean's Office can establish the new course , assign teaching resource, such as classtime and classroom; accomplished these work ,in the beginning of the new term,it provides the new courses to the students,so the students can choice the interesting course of themselves;after curriculavariable,it can census the results, supply the name list to the teachers,and supply the school timetable to each student;at the end of school term, teachers give eva luation of training according to curriculavariable-namelist by it. Entered the achievement to the systerm,students also can inquire results by it .The developing of the systerm lighten the burden on teachers and worker, make things convenient for the students.The systerm use client/server structure,InterBase data base management system,and Delphi developing platform, Tdatabase unit and TTable unit to realize data manipulation,the TPrinter of Delphi to printing, basic SQL sentences and BDE data manipulation and Ado unit.
Key words: administrative affairs of colleges and universities students system; Delphi developing platform; InterBase database management system;BDE data manipulation
目 錄
0. 緒言 ………………………………………………………… 1
1. 目的 ………………………………………………………… 2
2. 系統(tǒng)開發(fā)平臺(Delphi語言)…………………………… 2
2.1 Delphi開發(fā)語言簡介 ……………………………………2
2.2 Delphi開發(fā)語言的特點(diǎn) …………………………………3
3. 其它關(guān)鍵技術(shù) ……………………………………………… 3
3.1 特殊控件的使用 ……………………………………………3
3.2 InterBase數(shù)據(jù)庫系統(tǒng) …………………………………… 4
3.3 基本的SQL語句 ……………………………………………4
3.4 BDE數(shù)據(jù)引擎 ……………………………………………… 4
3.5 數(shù)據(jù)訪問組件的使用 ………………………………………5
3.6 數(shù)據(jù)控制組件的使用 ………………………………………5
4. 數(shù)據(jù)庫設(shè)計 ………………………………………………… 6
4.1 總體設(shè)計 ……………………………………………………6
4.2 數(shù)據(jù)庫邏輯結(jié)構(gòu)設(shè)計 ………………………………………6
4.3 數(shù)據(jù)庫機(jī)構(gòu)的實(shí)現(xiàn) …………………………………………11
4.4 初始數(shù)據(jù)的輸入 ……………………………………………11
5. 系統(tǒng)功能的設(shè)計 …………………………………………… 11
5.1 系統(tǒng)功能 ……………………………………………………11
5.2 教師課程管理子系統(tǒng) ………………………………………12
5.3 學(xué)生課程管理子系統(tǒng) …………………………………… 13
5.4 教務(wù)課程管理子系統(tǒng) …………………………………… 13
5.5 部分功能模塊的代碼實(shí)現(xiàn) ……………………………… 14
6. 結(jié)果與討論 …………………………………………………16
6.1 結(jié)果 ……………………………………………………… 16
6.2 討論 ……………………………………………………… 17
7. 結(jié)論 ……………………………………………………… 17
摘 要: 本高校學(xué)生校務(wù)管理系統(tǒng)主要包括課程設(shè)置、教學(xué)安排、學(xué)生選課、課程管理、成績查詢等功能。 采用本系統(tǒng)可實(shí)現(xiàn):在每學(xué)期之初,教師進(jìn)行課程設(shè)置管理,如增開課程、取消課程和填寫課程信息等;教務(wù)處可根據(jù)教師的申請,結(jié)合實(shí)際情況確定這學(xué)期開設(shè)的課程,并分派教學(xué)資源,如上課時間和教室等;以上工作完成后,在開學(xué)時,將這學(xué)期所有開設(shè)的課程提供給學(xué)生,學(xué)生根據(jù)自己的興趣和愛好進(jìn)行選課,待選課結(jié)束后,對選課結(jié)果進(jìn)行統(tǒng)計,把選課名單提供給相應(yīng)的任課老師,同時也要給出每位學(xué)生的選課表;待課程結(jié)束后,任課老師根據(jù)教務(wù)處提供的選課名單對選課學(xué)生進(jìn)行課程成績的評定;待成績都錄入后,同學(xué)應(yīng)能查詢自己所選各門課程的成績等。本系統(tǒng)的開發(fā),減輕了老師和教務(wù)處工作人員的負(fù)擔(dān),同時也方便了同學(xué)對選課情況及成績的查詢。本系統(tǒng)采用客戶機(jī)/服務(wù)器結(jié)構(gòu)。數(shù)據(jù)庫服務(wù)器采用InterBase數(shù)據(jù)庫系統(tǒng),客戶機(jī)程序采用Delphi作為開發(fā)平臺,實(shí)現(xiàn)對數(shù)據(jù)庫中信息的訪問,利用Tdatabase數(shù)據(jù)庫組件管理應(yīng)用程序與數(shù)據(jù)庫之間的通信聯(lián)系,采用了TQuery和TTable組件實(shí)現(xiàn)數(shù)據(jù)記錄查詢,利用Delphi的TPrinter對象實(shí)現(xiàn)了自定義打印。程序中使用了基本的SQL語句(如添加,查詢,修改,和刪除記錄語句),BDE數(shù)據(jù)引擎以及ADO組件等。
關(guān) 鍵 詞: 高校學(xué)生教務(wù)管理;Delphi開發(fā)平臺;InterBase數(shù)據(jù)庫系統(tǒng);BDE數(shù)據(jù)引擎
Abstract: This administrative affairs of colleges and universities students system mainly include course arrangement,teaching settle,student curriculavariable, curriculum development, inquire achievement and so on..Use this system can realize:in the beginning of every school term,teachers can arrange the course ,for example , give a new course, cance the course,and fill in the course information; According to application of the teachers Dean's Office can establish the new course , assign teaching resource, such as classtime and classroom; accomplished these work ,in the beginning of the new term,it provides the new courses to the students,so the students can choice the interesting course of themselves;after curriculavariable,it can census the results, supply the name list to the teachers,and supply the school timetable to each student;at the end of school term, teachers give eva luation of training according to curriculavariable-namelist by it. Entered the achievement to the systerm,students also can inquire results by it .The developing of the systerm lighten the burden on teachers and worker, make things convenient for the students.The systerm use client/server structure,InterBase data base management system,and Delphi developing platform, Tdatabase unit and TTable unit to realize data manipulation,the TPrinter of Delphi to printing, basic SQL sentences and BDE data manipulation and Ado unit.
Key words: administrative affairs of colleges and universities students system; Delphi developing platform; InterBase database management system;BDE data manipulation
TA們正在看...
- 基于網(wǎng)頁的信息系統(tǒng)的一種預(yù)處理過程.doc
- asp旅游網(wǎng)站建設(shè)畢業(yè)設(shè)計.rar
- asp網(wǎng)上考試系統(tǒng)畢業(yè)設(shè)計.rar
- asp教師檔案管理系統(tǒng)畢業(yè)設(shè)計.rar
- asp+sql機(jī)房設(shè)備管理系統(tǒng).rar
- 基于matlab的fir濾波器設(shè)計與濾波.doc
- 基于matlab的iir數(shù)字濾波器設(shè)計.doc
- asp個人網(wǎng)站建設(shè)畢業(yè)設(shè)計.rar
- asp超市管理系統(tǒng)(程序代碼).rar
- asp畢業(yè)生信息管理系統(tǒng).rar