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

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

      Windows進程管理工具設計與實現

       本文ID:LWGSW14186 價格:收費積分/100
      掃一掃 掃一掃
      本站會員可自行下載:下載地址 Windows進程管理工具設計與實現 (收費:1000 積分)  

      論文字數:10745,頁數:30

      摘  要
      Windows自帶的任務管理器存在功能上的缺陷,比如不能查看進程的模塊及線程信息。課題設計就是模擬Windows任務管理器,開發(fā)一個功能更完善的Windows進程管理軟件。主要設計的是一個基于對話框的VC++程序,在主對話框上面放置了一個標簽控件,并創(chuàng)建了任務、進程和系統(tǒng)信息三個頁面,標簽控件用于選擇并顯示頁面。三個頁面分別用于顯示當前運行的窗口程序、進程及進程模塊、系統(tǒng)資源使用情況。程序還實現了結束任務、切換任務、終止進程等對進程管理的基本功能。在程序的設計過程中,通過調用Windows API函數而獲得任務、進程、線程模塊,以及系統(tǒng)資源使用情況等信息。最后在Windows XP系統(tǒng)上進行測試,實現了進程管理的基本功能,為用戶了解當前進程及系統(tǒng)資源使用情況提供了很好的參考。

      關鍵詞:任務管理器;線程;進程;API

      The Design and Implementation of the Processes Management Tool for Windows
      Abstract
      There are some defects in the Task Manager built-in Windows. For example, it doesn't show us the information of process modules and threads. The work of my design is to follow the Windows Task Manager and develop the software which has improved function for managing process. This software is designed to be a program based on a dialog write in the VC++. There is a label control in the main dialog box, and there are three pages for task, process and system information. The label control is used to select the page and to show it. The three pages are used respectively to display the information of task runs at current, process and process modules, the utilization of system resources. This software also realized some basic function for managing process, such as ending the task, switching the task, terminating the process and so on. During the process of my program, the information for tasks, process, thread modules and the utilization of system resource is got by calling the Windows API functions. Finally I test it on the Windows XP system. And it achieves the basic function for managing process. It provides a good reference for users to view the process at current and the utilization of system resources.

      Key words: Task Manager; Threads; Process; API

      目  錄

      1 引言 1
      1.1 課題背景 1
      1.2 國內外研究現狀 1
      1.3 課題研究的意義 1
      1.4 課題的研究方法 1
      1.5 進程與線程簡介 1
      1.5.1 進程簡介 1
      1.5.2 線程簡介 3
      1.5.3 進程與線程的關系 3
      1.5.4 Windows自帶的任務管理器分析 4
      2 主要功能及設計思路 4
      2.1 主要功能 4
      2.2 設計思路 5
      3 詳細設計 5
      3.1 主框架的實現 5
      3.1.1 子對話框的顯示 6
      3.1.2 實現菜單 7
      3.1.3 提升程序權限 8
      3.2 任務列表頁面設計 8
      3.2.1 顯示任務信息 8
      3.2.2 結束任務 9
      3.2.3 切換任務 10
      3.3 進程列表頁面設計 10
      3.3.1 顯示進程信息 11
      3.3.2 顯示模塊及線程信息 13
      3.3.3 結束進程 15
      3.3.4 刪除文件 16
      3.3.5 保存進程信息到文件 17
      3.4 系統(tǒng)性能頁面設計 17
      3.4.1 繪制CPU使用率圖 17
      3.4.2 繪制內存使用率圖 19
      3.4.3 其他性能顯示 19
      3.4.4 系統(tǒng)信息顯示 20
      4 測試結果 21
      4.1 測試環(huán)境 21
      4.2 測試方法 21
      4.3 測試結果 21
      結    論 23
      參考文獻 23
      致    謝 24
      聲    明 25


      相關論文
      本論文在計算機論文欄目,由論文格式網整理,轉載請注明來源www.donglienglish.cn,更多論文,請點論文格式范文查看
      上一篇:RSA密碼體制的實現 下一篇:基于特征的主機入侵檢測系統(tǒng)的設..
      Tags:Windows 進程 管理工具 設計 實現 【收藏】 【返回頂部】
      最新文章
      熱門文章
      計算機論文
      推薦文章

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

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

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

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

      论文格式网:毕业论文格式范文
    • <ul id="y2cei"></ul>
    • <abbr id="y2cei"><sup id="y2cei"></sup></abbr>
          • <ul id="y2cei"></ul>