1. <tt id="5hhch"><source id="5hhch"></source></tt>
    1. <xmp id="5hhch"></xmp>

  2. <xmp id="5hhch"><rt id="5hhch"></rt></xmp>

    <rp id="5hhch"></rp>
        <dfn id="5hhch"></dfn>

      1. 培養計劃制訂輔助軟件Delphi+SQL

        時間:2024-06-13 23:11:58 計算機應用畢業論文 我要投稿
        • 相關推薦

        培養計劃制訂輔助軟件Delphi+SQL

        畢業論文

        培養計劃制訂輔助軟件
         
        摘要:隨著教育的發展和教學改革的深入,提高工作效率、實現培養計劃制訂工作的自動化成為高校培養計劃制訂工作的趨勢和必然。為了達到這樣的目標,我以輔助培養計劃制訂工作為出發點,Delphi 7.0為開發工具,SQL Server 2000作為數據庫而設計了1個輔助軟件。此軟件不僅具有良好的用戶界面,而且功能完善,能夠方便、快捷地生成教學計劃進程表,并提供與培養計劃制訂相關的1系列查詢、統計和打印功能。培養計劃制訂輔助系統的應用大大提高了培養計劃制訂工作的效率、質量和培養計劃制訂水平,適合普通高等學校對培養計劃工作進行微機管理。它節省了制訂人員的工作量,也避免了人工添加、修改、統計數據時所造成的疏忽和1些錯誤,給高校的培養計劃制訂工作帶來了方便。
        本系統分為4個模塊,它們可以實現對專業、必修、實踐等課程信息進行查詢、修改、添加和刪除的功能。該系統還可以打開各類教學計劃進程的文檔,能提供教學計劃進程報表的生成、打印和統計功能。制訂人員可以通過主界面選擇所需要的操作。
        關鍵詞:教學計劃進程表;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的簡介 2
        1.2 Delphi 7的發展過程 2
        1.3 Delphi 7的新特點 2
        1.4 Delphi 7編程環境的組成 3
        2 SQL Server 2000概述 4
        2.1 SQL Server的簡介 4
        2.2 SQL Server的發展 4
        2.3 SQL Server 2000主要功能和特性 4
        3 系統功能與模塊介紹 6
        3.1 主要功能介紹 6
        3.2 主要模塊介紹 6
        4 需求分析 8
        4.1 開發背景 8
        4.2 用戶要求 8
        4.3 數據字典 8
        4.4 系統結構 10
        4.5 可行性分析 10
        5 概要設計 11
        5.1 設計目標 11
        5.2 開發及運行環境 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 教學計劃進程總表模塊 22
        8.1 功能介紹 22
        8.2 模塊實現 22
        9 教學計劃進程模塊 24
        9.1 功能介紹 24
        9.2 模塊設計 24
        9.3 子模塊1到4的設計 24
        9.4 打開教學計劃進程報表子模塊設計 26
        9.5 查詢教學計劃進程子模塊設計 28
        9.6 教學計劃進程子模塊設計 31
        10 集中實踐環節設置模塊 35
        10.1 功能介紹 35
        10.2 模塊設計 35
        10.3 集中實踐表Word文檔子模塊設計 35
        10.4 查詢實踐信息子模塊設計 36
        10.5 集中實踐報表子模塊設計 38
        10.6 集中實踐環節設置管理子模塊設計 40
        11 專業輔修課程模塊 42
        11.1 功能介紹 42
        11.2 打開專業輔修課程Word文檔子模塊設計 42
        11.3 查詢輔修課信息子模塊設計 42
        11.4 專業輔修課程管理子模塊設計 45
        12 結束語 46
        參考文獻 47
        致謝 48

        注:不包括源代碼.

        培養計劃制訂輔助軟件Delphi+SQL

        【培養計劃制訂輔助軟件Delphi+SQL】相關文章:

        教研室輔助管理軟件Delphi+SQL03-08

        網吧監控軟件Delphi+SQL05-15

        排課系統的實現Delphi+SQL11-23

        編寫計算機輔助教學軟件之我見09-01

        對計算機軟件輔助教學語文論文11-30

        家庭理財系統Delphi+SQL11-23

        世界杯投注系統Delphi+SQL03-08

        淺談《高中地理》計算機輔助教學軟件的設計與制作03-20

        基于Delphi的試卷智能生成系統設計Delphi+SQL11-23

        国产高潮无套免费视频_久久九九兔免费精品6_99精品热6080YY久久_国产91久久久久久无码

        1. <tt id="5hhch"><source id="5hhch"></source></tt>
          1. <xmp id="5hhch"></xmp>

        2. <xmp id="5hhch"><rt id="5hhch"></rt></xmp>

          <rp id="5hhch"></rp>
              <dfn id="5hhch"></dfn>