计算机系统优化软件的设计与开发(毕业论文).docx

约31页DOCX格式手机打开展开

计算机系统优化软件的设计与开发(毕业论文),计算机系统优化软件的设计与开发摘 要随着计算机在千家万户的流行,随着计算机使用的越来越频繁,计算机软件的使用与维护已经成为广大计算机用户所必须的掌握的一门必要技术,然而要普通的计算机用户对计算机的维护像专家一样了解就有些强人所难了,所以一些可以方便用户对计算机系统进行维护的优化软件就有了其出现的目的。操作系统是系统的灵...
编号:18-120264大小:587.72K
分类: 论文>计算机论文

内容介绍

此文档由会员 陈海峰 发布

计算机系统优化软件的设计与开发
摘 要
随着计算机在千家万户的流行,随着计算机使用的越来越频繁,计算机软件的使用与维护已经成为广大计算机用户所必须的掌握的一门必要技术,然而要普通的计算机用户对计算机的维护像专家一样了解就有些强人所难了,所以一些可以方便用户对计算机系统进行维护的优化软件就有了其出现的目的。
操作系统是系统的灵魂,如果没有操作系统,面对冷冰冰的硬件,即使有一颗奔四的芯,计算机也无法运行在操作系统中。普通用户最为常用的当然是微软的Windows系列,从Windows 3.2到Windows XP这个小小的窗口让我们觉得越来越人性化,越来越易用。但是时间久了,它也会闹点儿小脾气,不是死机就是蓝屏,或是运行的越来越慢,为此我们就要对它进行一些优化设置。
鉴于以上原因,坚定了我设计此款软件的决心。该项目主要运用VB语言和批处理的结合实现了系统信息检测,系统清理维护,系统性能优化,病毒清理主要4个方面的功能,而每个功能模块中还包括2个具体功能。下文首先介绍了VB语言和批处理相关方面的知识,然后介绍了VB语言和批处理技术在本次设计中的具体应用。第3章和第4章则是从系统的可行性和安全性上分析了该项目的优势和不足。第5章具体举了几个功能模块,列举其中的关键代码进行分析该功能的实现过程最后则是对整个项目进行了最后的测试,以一个成功和一个失败的例子来让读者明白该项目的各种功能以及其中的缺陷。

关键词:系统优化,Windows XP,计算机。
Abstract
With the preva lence of computers in thousands of households, with more and more frequently used in computer, computer software and maintenance of the majority of computer users has become necessary to have a need for technology, but to ordinary computer users on the computer experts to maintain the same as imposing an understanding on some, some can be user-friendly computer system for maintenance optimization software, there appeared the purpose of its.
Operating system is the soul of the system, if there is no operating system, in the face of cold hardware, even if there is a core “Pentium 4”, the computer can not run on operating systems. Ordinary user, of course, the most commonly used Microsoft's Windows series, from Windows 3.2 to Windows XP this small window so that we feel more and more human, more easy-to-use. But time, it will make some small temper, not a blue screen of death is, or running more and more slowly, and to this end we will have it set up a number of optimization.
For the above reasons, the design of this paragraph of my firm determination software. The project main VB language and the use of a combination of a batch information to achieve the system testing, system clean-up maintenance, system performance optimization, virus clean-up the main four functions, each function module also includes two specific functions. Described below, the first batch language and VB-related knowledge, and then introduced the VB language and batch processing technology in the design of the specific application. Chapter 3 and Chapter 4 is from the system's feasibility and safety of the project on the analysis of the strengths and weaknesses. Chapter 5 gives a number of specific functional modules, which cited an analysis of the key code of the implementation of this feature is the last item on the whole the final test to a successful and an example of the failure to allow readers to understand the project various functions as well as defects.

Key words: System Optimization, Windows XP, Computer
目录
摘 要 I
ABSTRACT II
第1章 绪 论 1
1.1 论文研究主要内容 1
1.2 VB语言介绍 2
1.3 批处理文件介绍 3
第2章 关键技术介绍 5
2.1 VB窗口设计 5
2.2 批处理的应用 7
第3章 系统分析 11
3.1 构架概述 11
3.1.1 功能构架 11
3.1.2 模块需求描述 12
3.2 系统开发环境 12
3.3 系统任务的可行性分析 13
3.3.1 技术可行性 13
3.3.2 系统安全性分析 13
第4章 系统设计 14
4.1 设计指导思想和原则 14
4.1.1 指导思想 14
4.1.2 软件设计原则 14
4.2 构架概述 14
4.3 系统操作示意图 14
第5章 系统实现 17
5.1 窗口的实现 17
5.2 功能模块的实现 17
5.2.1 定时关机功能的实现 17
5.2.2 硬盘信息检测功能的实现 18
第6章 系统测试 20
6.1 测试硬盘信息检测功能 20
6.2 测试系统信息总览功能 22
第7章 结 论 24
参考文献 26
致 谢 27