特级做A爰片毛片免费69,永久免费AV无码不卡在线观看,国产精品无码av地址一,久久无码色综合中文字幕

計算機系統(tǒng)優(yōu)化軟件的設計與開發(fā)(畢業(yè)論文).docx

約31頁DOCX格式手機打開展開

計算機系統(tǒng)優(yōu)化軟件的設計與開發(fā)(畢業(yè)論文),計算機系統(tǒng)優(yōu)化軟件的設計與開發(fā)摘 要隨著計算機在千家萬戶的流行,隨著計算機使用的越來越頻繁,計算機軟件的使用與維護已經(jīng)成為廣大計算機用戶所必須的掌握的一門必要技術,然而要普通的計算機用戶對計算機的維護像專家一樣了解就有些強人所難了,所以一些可以方便用戶對計算機系統(tǒng)進行維護的優(yōu)化軟件就有了其出現(xiàn)的目的。操作系統(tǒng)是系統(tǒng)的靈...
編號:18-120264大小:587.72K
分類: 論文>計算機論文

內容介紹

此文檔由會員 陳海峰 發(fā)布

計算機系統(tǒng)優(yōu)化軟件的設計與開發(fā)
摘 要
隨著計算機在千家萬戶的流行,隨著計算機使用的越來越頻繁,計算機軟件的使用與維護已經(jīng)成為廣大計算機用戶所必須的掌握的一門必要技術,然而要普通的計算機用戶對計算機的維護像專家一樣了解就有些強人所難了,所以一些可以方便用戶對計算機系統(tǒng)進行維護的優(yōu)化軟件就有了其出現(xiàn)的目的。
操作系統(tǒng)是系統(tǒng)的靈魂,如果沒有操作系統(tǒng),面對冷冰冰的硬件,即使有一顆奔四的芯,計算機也無法運行在操作系統(tǒng)中。普通用戶最為常用的當然是微軟的Windows系列,從Windows 3.2到Windows XP這個小小的窗口讓我們覺得越來越人性化,越來越易用。但是時間久了,它也會鬧點兒小脾氣,不是死機就是藍屏,或是運行的越來越慢,為此我們就要對它進行一些優(yōu)化設置。
鑒于以上原因,堅定了我設計此款軟件的決心。該項目主要運用VB語言和批處理的結合實現(xiàn)了系統(tǒng)信息檢測,系統(tǒng)清理維護,系統(tǒng)性能優(yōu)化,病毒清理主要4個方面的功能,而每個功能模塊中還包括2個具體功能。下文首先介紹了VB語言和批處理相關方面的知識,然后介紹了VB語言和批處理技術在本次設計中的具體應用。第3章和第4章則是從系統(tǒng)的可行性和安全性上分析了該項目的優(yōu)勢和不足。第5章具體舉了幾個功能模塊,列舉其中的關鍵代碼進行分析該功能的實現(xiàn)過程最后則是對整個項目進行了最后的測試,以一個成功和一個失敗的例子來讓讀者明白該項目的各種功能以及其中的缺陷。

關鍵詞:系統(tǒng)優(yōu)化,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章 系統(tǒng)分析 11
3.1 構架概述 11
3.1.1 功能構架 11
3.1.2 模塊需求描述 12
3.2 系統(tǒng)開發(fā)環(huán)境 12
3.3 系統(tǒng)任務的可行性分析 13
3.3.1 技術可行性 13
3.3.2 系統(tǒng)安全性分析 13
第4章 系統(tǒng)設計 14
4.1 設計指導思想和原則 14
4.1.1 指導思想 14
4.1.2 軟件設計原則 14
4.2 構架概述 14
4.3 系統(tǒng)操作示意圖 14
第5章 系統(tǒng)實現(xiàn) 17
5.1 窗口的實現(xiàn) 17
5.2 功能模塊的實現(xiàn) 17
5.2.1 定時關機功能的實現(xiàn) 17
5.2.2 硬盤信息檢測功能的實現(xiàn) 18
第6章 系統(tǒng)測試 20
6.1 測試硬盤信息檢測功能 20
6.2 測試系統(tǒng)信息總覽功能 22
第7章 結 論 24
參考文獻 26
致 謝 27