論文格式
        電氣工程 會計論文 金融論文 國際貿易 財務管理 人力資源 輕化工程 德語論文 工程管理 文化產業管理 信息計算科學 電氣自動化 歷史論文
        機械設計 電子通信 英語論文 物流論文 電子商務 法律論文 工商管理 旅游管理 市場營銷 電視制片管理 材料科學工程 漢語言文學 免費獲取
        制藥工程 生物工程 包裝工程 模具設計 測控專業 工業工程 教育管理 行政管理 應用物理 電子信息工程 服裝設計工程 教育技術學 論文降重
        通信工程 電子機電 印刷工程 土木工程 交通工程 食品科學 藝術設計 新聞專業 信息管理 給水排水工程 化學工程工藝 推廣賺積分 付款方式
        • 首頁 |
        • 畢業論文 |
        • 論文格式 |
        • 個人簡歷 |
        • 工作總結 |
        • 入黨申請書 |
        • 求職信 |
        • 入團申請書 |
        • 工作計劃 |
        • 免費論文 |
        • 合作期刊 |
        • 論文同學網 |
        搜索 高級搜索

        當前位置:論文格式網 -> 畢業論文 -> 計算機論文
        畢業論文標題:

        教學信息管理系統的設計與實現

         本文ID:LWGSW13771 價格:收費積分/100
        掃一掃 掃一掃
        本站會員可自行下載:下載地址 教學信息管理系統的設計與實現 (收費:1000 積分)  

        論文字數:26314,頁數:52

           摘 要
        教學信息管理系統是校園信息管理系統的一個有機組成部分,本文簡要闡述了教學管理系統建設的意義以及系統的開發過程。教學管理系統采用當前最流行的Delphi編程技術,可以實現數據的高效、動態、交互訪問,具有強大的Server/Client交互能力。本系統以Delphi7.0  SQL Sever 2000為主要開發平臺,從用戶的角度出發,對教學管理系統的功能進行了全面的分析。本系統實現的主要功能包括學生成績查詢、學生資料查詢、教師資料查詢、單科成績瀏覽、學年開課清單、學分計算、平均分計算、添加修改學生、教師、課程信息、刪除學生、教師、課程信息、數據庫的還原、備份、用戶信息的管理和維護及其它一些輔助功能。在數據庫的建立上主要采用Access作為關系數據庫的開發工具。在數據庫的連接上采用ADO的數據庫訪問技術。本文從開發平臺、運行環境、系統設計和模塊實現等方面闡述了系統的設計以及開發過程,從該系統的開發背景、系統功能、設計思路和一些程序開發的細節等方面進行了論述。尤其是詳細的說明了學分計算、平均分計算、添加修改學生、教師、課程信息、刪除學生、教師、課程信息、數據庫的還原、備份、用戶信息的管理和維護這幾個模塊的設計與開發過程。
        關鍵詞:Delphi  SQL  教學管理系統 數據庫

        Abstract
        The teaching information management system is an organism that campus information manage the system to constitute the part, this text synopsis expatiated the teaching manages the meaning of system developments and the process of development of the systems.Teaching management system adoption front most popular of Delphi plait distance technique, can realize data efficiently, development, hand over to visit with each other, have the mighty Server/ Client hands over with each other ability.This system with Delphi7.0  SQLSever 2000 for main the terrace of development, set out from the angle of the customer, manage to the teaching the function of the system proceeded completely of analysis.The main function that this system realizes includes the student the score the search, student data search, teacher data search, single section score view, the academic year has a lecture detailed list, credit calculation, average cent calculation, increase to modify the student, teacher, course the information and delete the student, teacher, course the information, database restores, the management of the backup, customer information with support and other some assistance function.Establish the tool of development of the our main adoption in top Access conduct and actions relation database in the database.The database interview technique of the adoption ADO on the conjunction in database.This text is from the development terrace, circulate the environment, system design with mold a design for realizing etc. expatiating system and development processes, from the background of development, system function of that system, designed the way of thinking to proceed the treatise with details etc. that some procedure develop.Its is management that expatiation credit calculation, average cent calculation, increase to modify the student, teacher, course the information and delete the student, teacher, course the information, database restores, backup, customer information with design that support this a few molds piece and development process.

        Key Words:   Delphi  SQL  teaching management system  data-base

         


        目 錄
        摘 要 I
        Abstract II
        目 錄 III
        引 言 1
        第1章 管理信息系統概述 2
        1. 1管理信息系統產生的背景 2
        1. 2管理信息系統的定義 3
        1. 3管理信息系統的類型 4
        1. 4管理信息系統設計原則 5
        第2章 開發工具的介紹 7
        2. 1 Delphi簡介 7
        2. 2 Delphi 的特點 7
        2. 3 Server數據庫開發 8
        2. 4 ODBC概述 8
        第3章 系統設計和數據庫設計 10
        3. 1 系統設計 10
        3. 1. 1 系統功能分析 10
        3. 1. 2系統功能模塊設計 10
        3. 2 數據庫設計 10
        3. 2. 1數據庫需求分析 10
        3. 2. 2數據庫概念結構設計 10
        3. 3數據庫邏輯結構設計 12
        第4章 教學管理系統的詳細設計 15
        4. 1用戶登陸模塊 15
        4. 2系統模塊 15
        4. 3查詢模塊 15
        4. 4瀏覽模塊 15
        4. 5計算模塊 16
        4. 6維護模塊 16
        4. 7幫助模塊 17
        第5章 動態數據訪問的實現 18
        5. 1 數據庫的基礎知識 18
        5. 1. 1數據庫技術的發展 18
        5. 1. 2數據庫(DataBase,簡稱DB) 20
        5. 1. 3 表(Table) 21
        5. 2數據庫的建立 21
        5. 3 ADO簡介 23
        5. 4用ADO連接數據庫 23
        第6章 教學管理系統的開發過程 24
        6. 1登錄窗體 24
        6. 2主窗體 24
        6. 3系統 24
        6. 4 查詢 25
        6. 4. 1學生成績查詢 25
        6. 4. 2學生資料查詢 25
        6. 4. 3 教師資料查詢 25
        6. 5 瀏覽 26
        6. 5. 1單科成績瀏覽 26
        6. 5. 2學年開課清單 26
        6. 6 計算 27
        6. 6. 1 學分累加計算 27
        6. 6. 2 平均分計算 28
        6. 6. 3 學生成績分布直方圖 29
        6. 6. 4 計算器 31
        6. 7 維護 31
        6. 7. 1 添加學生信息 31
        6. 7. 2 添加教師信息 33
        6. 7. 3 添加課程信息 33
        6. 7. 4 學生成績錄入 35
        6. 7. 5 刪除學生記錄 36
        6. 7. 6 刪除教師信息 37
        6. 7. 7 刪除課程信息 38
        6. 7. 8 刪除成績記錄 39
        6. 7. 9備份數據庫 40
        6. 7. 10 還原數據庫 41
        6. 7. 11更改密碼 41
        6. 7. 12 添加新用戶 42
        6. 7. 13 刪除用戶 43
        6. 8幫助 43
        6. 8. 1給我發郵件 43
        6. 8. 2關于 43
        6. 8. 3系統信息 43
        結 論 44
        參考文獻 45
        謝 辭 46


        相關論文
        本論文在計算機論文欄目,由論文格式網整理,轉載請注明來源www.donglienglish.cn,更多論文,請點論文格式范文查看
        上一篇:基于局域網的文件傳輸系統的設計.. 下一篇:圖片瀏覽系統的設計與實現
        Tags:教學 信息 管理系統 設計 實現 【收藏】 【返回頂部】
        最新文章
        熱門文章
        計算機論文
        推薦文章

        本站部分文章來自網絡,如發現侵犯了您的權益,請聯系指出,本站及時確認刪除 E-mail:349991040@qq.com

        論文格式網(www.donglienglish.cn--論文格式網拼音首字母組合)提供計算機論文畢業論文格式,論文格式范文,畢業論文范文

        Copyright@ 2010-2018 LWGSW.com 論文格式網 版權所有 蜀ICP備09018832號

        感谢您访问我们的网站,您可能还对以下资源感兴趣:

        论文格式网:毕业论文格式范文