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

      當前位置:論文格式網 -> 畢業(yè)論文 -> 其他專業(yè)論文
      畢業(yè)論文標題:

      學生管理系統(tǒng)

       本文ID:LWGSW17252 價格:收費積分/100
      掃一掃 掃一掃
      本站會員可自行下載:下載地址 學生管理系統(tǒng) (收費:5000 積分)  

      論文字數:10488,頁數:35

      摘要
       學生信息管理系統(tǒng)是典型的信息管理系統(tǒng)(MIS),其開發(fā)主要包括后臺數據庫的建立、維護和前端應用程序的開發(fā)兩個方面。對于前者要求建立數據的一致性、完整性和安全性,而對于后者則要求應用程序具有功能完備,容易使用等特點。
       本系統(tǒng)主要完成對學生檔案和學生成績的管理,功能主要包括對學生信息的添加、刪除、查詢、修改等,除此之外還包括用戶ID的管理和密碼的修改功能。
       系統(tǒng)采用powerbuilder 9.0工具軟件進行開發(fā),包括了系統(tǒng)管理、數據處理和信息查詢三大基本模塊,在熟悉軟件應用的基礎上,通過系統(tǒng)需求分析、系統(tǒng)功能設計、系統(tǒng)實施、系統(tǒng)的運行和維護的思路進行設計。在學生信息的需求分析的基礎上,創(chuàng)建了比較完善的系統(tǒng)功能模塊圖、系統(tǒng)業(yè)務流程圖和學生信息處理流程圖;在需求分析基礎上,設計出能夠滿足用戶各種需求的E-R圖和數據表格。系統(tǒng)設計充分利用了powerbuilder 9.0數據窗口的強大功能,提高了操作效率和可讀性。
      關鍵字: 學生管理系統(tǒng)、信息系統(tǒng)開發(fā)、pb9.0、面向對象
       
        
      ABSTRACT
       The student information management system is the typical information management system (MIS); its development mainly includes the establishment and the maintenance of the backstage database as well as the development of the front application procedure. The former one requires establishing the data to be of uniformity, integrity and security. While the latter one request the application procedure to have the characteristics such as being complete in its function and easy to use.
       This system mainly finishes the task of managing the students’ archives and results. Its functions chiefly include adding, deleting, inquiring and modifying the students’ information. Besides, the functions of managing of the users’ ID and modifying password are also included.
       The system applies the tool software powerbuilder 9.0 to develop the three basic modules including system management, data treatment and information inquiry. On the basis of mastering the application of the software, it is designed through the thoughts of system need analysis, system function design, system implementation, system operation and its maintenance. On the basis of the need analysis of the students’ information, it designs the relatively complete system function module chart, system business flow chart and students’ information treatment flow chart; on the basis of need analysis, it designs the E-R chart and data blank which can satisfy users’ various need. The designs of this system make full use of the strong function of the powerbuiler 9.0 system window, and improve the operation efficiency and readability.
      Keywords: student management systems, information systems development, pb9.0, object-oriented
       
        
       
      目錄

      摘要 I
      ABSTRACT II
      第1章 緒論 1
      第2章 管理信息系統(tǒng)基礎 2
      2.1 管理信息系統(tǒng)概述  2
      2.1.1 管理信息系統(tǒng)的發(fā)展歷史及方向 2
      2.1.2管理信息系統(tǒng)的應用 3
      2.2.1  系統(tǒng)開發(fā)的一般方法 3
      2.2.2 面向對象的重要概念  4
      第3章 系統(tǒng)需求分析 5
      3.1  PowerBuilder概述 5
       3.2  系統(tǒng)功能設計 6
      3.2.1  系統(tǒng)的功能分析 6
      3.2.2  系統(tǒng)功能模塊的設計 7
      3.2.3  系統(tǒng)學籍流程圖 8
      3.2.4 數據詞典 9
      4.1 系統(tǒng)開發(fā)設計思想 10
      4.2 數據庫設計 10
      4.3  數據庫概念結構設計 11
      4.4  數據庫邏輯結構設計 13
      第5章 系統(tǒng)實施 16
      5.1 軟件開發(fā)工具的選擇 16
       5.2  創(chuàng)建系統(tǒng)菜單 17
      5.3  創(chuàng)建各類窗口(含代碼) 18
      第6章 系統(tǒng)的運行和維護 26
      6.1 系統(tǒng)運行 26
      6.2  系統(tǒng)的維護 27
      6.2.1系統(tǒng)維護工作的內容 27
      6.2.2  系統(tǒng)維護的組織與管理 27
      6.2.3 系統(tǒng)維護的類型 28
      第7章 論文總結 30
      致謝 31
      參考文獻 32


      相關論文
      本論文在其他專業(yè)論文欄目,由論文格式網整理,轉載請注明來源www.donglienglish.cn,更多論文,請點論文格式范文查看
      上一篇:企業(yè)員工考勤管理系統(tǒng) 下一篇:基于WEB的求職招聘系統(tǒng)的設計與實..
      Tags:學生 管理系統(tǒng) 【收藏】 【返回頂部】
      會計論文
      電子機電論文
      金融論文
      電氣自動化論文
      模具設計
      化學工程與工藝
      機械設計
      電子通信論文
      英語論文
      行政管理論文
      物流論文
      電子商務論文
      法律論文
      國際貿易論文
      財務管理論文
      人力資源論文
      市場營銷論文
      土木工程論文
      工商管理論文
      工程管理論文
      漢語言文學論文
      教育管理論文
      測控專業(yè)論文
      交通工程論文
      旅游管理論文
      新聞專業(yè)論文
      藝術設計
      教育技術學論文
      應用物理學論文
      輕化工程論文
      德語專業(yè)論文
      給水排水工程
      服裝設計與工程
      食品生物技術
      材料科學與工程
      電視制片管理
      工業(yè)工程論文
      文化產業(yè)管理
      包裝工程論文
      印刷工程論文
      信息管理論文
      制藥工程論文
      生物工程論文
      電子信息工程
      信息計算科學
      電氣工程論文
      通信工程論文
      財務會計畢業(yè)論文
      電子商務畢業(yè)論文
      現代教育技術
      信息管理專業(yè)
      心理學專業(yè)
      數學與應用數學
      數學教育
      護理學畢業(yè)論文
      其他專業(yè)論文
      歷史學論文
      學前教育畢業(yè)論文
      小學教育畢業(yè)論文
      教育管理畢業(yè)論文
      法律專業(yè)畢業(yè)論文
      漢語言文學畢業(yè)論文
      工商管理畢業(yè)論文
      人力資源畢業(yè)論文
      營銷專業(yè)畢業(yè)論文
      物流專業(yè)畢業(yè)論文
      計算機論文
      最新文章
      熱門文章
      計算機論文
      推薦文章

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

      論文格式網(www.donglienglish.cn--論文格式網拼音首字母組合)提供其他專業(yè)論文畢業(yè)論文格式,論文格式范文,畢業(yè)論文范文

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

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

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