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

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

        企業內部行文管理系統設計與實現

         本文ID:LWGSW14556 價格:收費積分/100
        掃一掃 掃一掃
        本站會員可自行下載:下載地址 企業內部行文管理系統設計與實現 (收費:1000 積分)  

        論文字數:12179,頁數:41

        摘 要
         
         在辦公自動化蓬勃發展的背景下,本文結合中小型企業的需求分析,采用C/S設計模式,設計了內部行文管理系統。內部行文管理系統是采用PowerBuider9.配合SQL server 2000開發的一個數據庫管理系統。本文逐一介紹開發本系統的步驟:系統分析、系統設計、系統實現、系統維護。在系統分析中先后用數據流圖、系統的功能結構圖分析了系統所需的各種數據。在系統的設計中,詳細的展現了系統的各個功能模塊,所需的數據庫表及表字段,菜單的設計等。在系統的實現中,給出了實現表單中相應的功能控件的事件及代碼,以及菜單實現的方法。文章的最后則給出了本系統的主要功能源代碼。
         本系統具有數據輸入,數據存儲,信息查詢等功能,系統的人機對話界面友好。系統功能全面,用戶操作方便是本設計的一個特色。
         
        關鍵詞:  行文,面向對象,內部行文,PowerBuider9.0,SQL server 2000 
         
         
         Abstract

         In the context of development in the Office automation boom, using B / S mode, base on the needs analysis of Small or Medium Enterprises. In this article, this Administrative system of the document is designed for Small or Medium firms. It adopts a data base management system which is developed by PowerBuider9.0 and SQL server 200. This article recommends developing the step of this system one by one: analysis system, design system, realizing system, maintaining system. Successively with dataflow picture, and function structure chart various kinds of datum analyticl system take of system in network analysis. In the design of the system, detailed each function module which has represented the system, necessary database form and literary name section, and design of the menu, etc... In the realization of the system, provide and realize the incidents and codes of the corresponding function controlling part among forms. And the method is used to realize the menu. Provide the main function source code of this system at the end of the article. This system has data entry, the data are stored, file inquiry, such functions as the report form is typed, the interactive interface friendship of the system. The systematic function is overall, it is a characteristic that is originally designed that users are easy to operate.
         
        Key word: Document, Face the Target, Document from Within, PowerBuider9.0, SQL Server 2000

        目 錄

        摘 要 I
        Abstract II
        第1章 引言 1
        1.1 本課題研究的背景及意義 1
        1.2 發展的歷史及趨勢 2
        1.3 選題的目的和依據 2
        第2章 系統需求分析 3
        2.1系統需求 3
        2.2開發設計思想 3
        2.3 系統總體功能分析 3
        2.4 系統各個功能模塊分析 4
        2.4.1 登錄模塊 4
        2.4.2 主頁面模塊 5
        2.4.3 行文撰寫模塊 5
        2.4.4 行文修改模塊 5
        2.4.5 行文接收模塊 6
        2.4.6 行文查詢模塊 6
        2.5 系統數據流程圖 6
        第3章 數據庫設計 8
        3.1  數據庫概念結構設計 8
        3.2  數據庫邏輯結構設計 10
        第4章 系統實現 13
        4.1 系統開發環境 13
        4.1.1 PowerBuilder概述 13
        4.1.2 SQL Server 2000 概述 14
        4.2 界面設計 15
        4.2.1 登錄模塊的實現 15
        4.2.2 行文撰寫功能的實現(即擬文) 19
        4.2.3 行文修改模塊的實現 22
        4.2.3 行文接收模塊的實現 24
        2.3.4 行文查詢模塊的實現 26
        第5章 性能測試與分析 33
        5.1 測試系統管理模塊 33
        5.2 測試行文撰寫(即擬文)模塊 33
        5.3 測試行文修改模塊 33
        5.4 測試行文接收模塊 33
        5.5 測試行文查詢模塊 33
        5.6 測試分析 34
        第6章 結束語 35
        致  謝 36
        參 考 文 獻 37


        相關論文
        本論文在計算機論文欄目,由論文格式網整理,轉載請注明來源www.donglienglish.cn,更多論文,請點論文格式范文查看
        上一篇:基于PDA的圖書數據采集信息管理系.. 下一篇:基于J2EE的學生綜合測評評定系統..
        Tags:企業 內部 行文 管理系統 設計 實現 【收藏】 【返回頂部】
        最新文章
        熱門文章
        計算機論文
        推薦文章

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

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

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

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

        论文格式网:毕业论文格式范文
      • <ul id="8gyic"><tfoot id="8gyic"></tfoot></ul>
          <samp id="8gyic"></samp>
          <strike id="8gyic"></strike>