源程序代码等全套设计联系QQ 695132052 各专业都有
分类号: U D C:D10621-408-(2007) 5906-0
密级:公开编号:2003031235
成都信息工程学院
学位论文
Windows进程管理工具设计与实现
论文作者姓名:
王守兵
申请学位专业:
计算机科学与技术
申请学位类别:
工学学士
指导教师姓名(职称):
秦智(讲师)
论文提交日期:
2007年6月11日
Windows进程管理工具设计与实现
摘要
Windows自带的任务管理器存在功能上的缺陷,如不能查看进程的模块及线程信息。该课题设计就是模拟Windows任务管理器,开发一个功能更完善的Windows进程管理软件。主要设计的是一个基于对话框的VC++程序,在主对话框上面放置了一个标签控件,并创建了任务、进程和系统信息三个页面,标签控件用于选择并显示页面。三个页面分别用于显示当前运行的窗口程序、进程及进程模块、系统资源使用情况。程序还实现了结束任务、切换任务、终止进程等对进程管理的基本功能。在程序的设计过程中,通过调用Windows API函数而获得任务、进程、线程模块,以及系统资源使用情况等信息。最后在Windows XP系统上进行测试,实现了进程管理的基本功能,为用户了解当前进程及系统资源使用情况提供了很好的参考。
关键词:任务管理器;线程;进程;API
The design and implementation of the management tool
for Windows
Abstract
There is some defects in function in the Task Manager built-in Windows,For example,it doesn't show us the information of process modules and work of my designment is to follow the Windows Task Manager and develop a software for managing process which has improved software is designed to be a programe 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 label control is used to select the page and dispaly three pages are used respectively to display the information for task runs for the current,process and process modules,the utilization of system 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 programe,I get the information for tasks,process,thread modules and the utilization of system resource by calling the Windows API I test it on the Windows xp it achieves the basic function for managing provides a good reference for users to view the process current and the utilization of system resources.
Key words: Task Manager; Threads; Process; API
目录
论文总页数:21页
1 引言 1
课题背景 1
国内外研究现状
毕业设计论文-Windows进程管理工具设计与实现(含源程序代码) 来自淘豆网www.taodocs.com转载请标明出处.