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

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

    教師工作量計算系統設計與實現

     本文ID:LWGSW13525 價格:收費積分/100
    掃一掃 掃一掃
    本站會員可自行下載:下載地址 教師工作量計算系統設計與實現 (收費:1000 積分)  

    論文字數:12895,頁數:49 有開題報告,任務書,PPT

    摘  要
     設計教師工作量計算系統的核心問題,就是如何計算不同人數的主講(助教)完成相同或者不相同工作的工作量的計算;以及如何實現對他們的工作量的儲存、修改和刪除,由系統管理員(工作人員和學校相關領導)實現。
     教師工作量計算系統是基于B/S的服務系統,使用它的用戶能夠方便的通過遠程連接(internet-connection)實現遠程訪問。用戶不需要安裝客戶端,只要有高于Browser5.0版本的瀏覽器就可以實現遠程訪問,計算系統在本地執行計算并將計算所得的結果通過網絡存儲到服務器的數據庫。
     本文介紹了一個教師工作量計算系統的設計及其實現,它分析了B/S結構的優點和不足,針對不足提出了B/S與C/S相結合的觀點。普通用戶通過遠程訪問(B/S)系統給定權限的頁面實現自己需要的功能,完成計算后把結果上傳到服務器數據庫,而管理人員只需要在服務器上通過數據庫客戶端對數據庫進行維護(C/S)。但數據庫客戶端有局限性,不能讓工作人員隨時隨地的維護管理數據庫,所以在設計的時候多分配了一個角色——Administrator,讓他能訪問特定的頁面實現數據庫的管理。
     根據以上的想法,設計實現了一個教師工作量計算系統,經過測試,它能實現教師工作匯報的網絡化記錄備案、量化和統計管理。方便學校管理員對所有教師的工作量進行統計分析,使所有老師能便捷的記錄、統計個人的工作量。
     
    關鍵詞:工作量;計算;系統;權限;數據庫,;B/S;C/S。
     
     

     The Design And Realize Paper Of
     Teachers’ workload Count System
    Abstract
     The important question of design for Teacher Workload Counting System is how to count the same or different workload accomplished by different number of teachers or assistants, and how to storage, modificate and delete their worload by the administrators (staff and leaders of schools) of system.
        Teacher Workload Counting System is based upon B/S to help users telnet by internet-connection. The Client needn’t to be installated but only the browser more advanced than Browser5.0 by users to telnet while the Counting System counts locally and storage results into the database of server by internet.
     This paper introduces the design and implement of Teacher Workload Counting System, analyzes the strongpoints and disadvantages of B/S framework and brings forward the combination of B/S and C/S. General users actualize the function needed by him or her self for the page layout enactmented privileges, then upload resuts into the database of server while the administrators only need to maintain the database by the Client of batabes on servers(C/S). But the disadvantages of the Client of batabes is that the administrators can’t maintain the database at any moment or place, so another actor—Administrator can manage the database by logging on the designated page layout.
     According to the ideas hereinbefore, this paper design Teacher Workload Counting System which can storage, record, statistic and manage the workload of teachers quantitatively by network. This system is convenient for administrators of school to statistic and analyze teachers’ workload and for all teachers to record and statistic theirselves workload.
     
    Keywords: workload; count; system; privilege; database; B/S; C/S。
     

    目錄
    摘  要 I
    Abstract II
    目錄 IV
    插圖索引 VI
    附表索引 VIII
    1 緒論 1
    1.1課題背景及目的 1
    1.2國內外研究現狀 1
    1.3系統設計方法 2
    1.4 論文構成 2
    2 B/S結構簡介 3
    2.1 B/S三層體系結構 3
    2.2 B/S三層體系結構的不足 3
    2.3克服不足 4
    3 ASP簡介 5
    3.1簡介: 5
    3.2 ASP運行環境 6
    3.3 ASP訪問數據庫的方法 7
    3.4 ASP的頁面結構 7
    3.5 ASP提供的六個內建對象 10
    3.6 ASP的主要內置組件 11
    3.7 Database Access組件ADO對象與集合 11
    4湖南大學軟件學院工作量計算辦法簡介 13
    4.1教學標準課時數的計算 13
    4.2本科生實驗、實習、設計和指導論文等教學標準課時數的計算 13
    4.3指導各種競賽如ACM、微軟等標準工作量計算 14
    4.4助教標準課時數的計算 15
    5教師工作量計算系統設計 15
    5.1概要設計 15
    5.2詳細設計 15
    6教師工作量計算系統設計實現 18
    6.1登陸頁面的實現 18
    6.2歡迎用戶頁面 19
    6.3標準課時工作量計算 19
    6.4指導各種競賽如ACM、微軟等標準工作量計算 20
    6.5畢業設計 20
    6.6課程設計 21
    6.7畢業實習、教學實習工作量計算 21
    6.8工程訓練 22
    6.9實驗教學 22
    6.10課程助教,實驗助教 23
    6.11工作量一覽表 23
    6.12創建/刪除用戶 24
    6.13修改密碼 25
    7系統設計結構圖 26
    8數據庫設計思想及其關系圖 26
    結論 30
    致謝 31
    參考文獻 32
    附錄 33


    相關論文
    本論文在計算機論文欄目,由論文格式網整理,轉載請注明來源www.donglienglish.cn,更多論文,請點論文格式范文查看
    上一篇:基于角色訪問控制的研究與應用 下一篇:基于java網絡蜘蛛程序
    Tags:教師工作量 計算系統設計 【收藏】 【返回頂部】
    最新文章
    熱門文章
    計算機論文
    推薦文章

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

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

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

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

    论文格式网:毕业论文格式范文
    • <strike id="igiio"><rt id="igiio"></rt></strike>
    • <strike id="igiio"><input id="igiio"></input></strike>
      <del id="igiio"></del>
    • <fieldset id="igiio"></fieldset>
      <dfn id="igiio"></dfn>