【正文】
通過調(diào)用 API 函數(shù)來實現(xiàn)各功能。了解了用戶需求后,對系統(tǒng)進(jìn)行開發(fā)和設(shè)計。文件搜索采用 VB 提供的一些功能,實現(xiàn)對文件和文件夾的處理。 本課題的研究方法Windows 系統(tǒng)動態(tài)連接庫提供了豐富的 API,這些函數(shù)可為 VB 應(yīng)用程序所調(diào)用。面對形形色色的“助手” ,當(dāng)務(wù)之急的問題就是針對這些初級用戶開發(fā)一個簡易、快捷、操作方便的應(yīng)用工具。一些工具功能強大,比如一些文件查找工具,用戶需在界面上輸入精確關(guān)鍵字,或是包括其他一些信息才能實現(xiàn)查找的功能,也許一些用戶只記得文件名的一部分,或是對于一些對系統(tǒng)操作或是系統(tǒng)相關(guān)知識不太熟悉的用戶來說,一些功能或選項反而讓人覺得模糊,不知道其功能。 國內(nèi)外研究現(xiàn)狀隨著計算機使用的普及,網(wǎng)絡(luò)使用的快速發(fā)展,計算機技術(shù)帶給人們的方便令人感嘆。Inter 的發(fā)展是計算機技術(shù)的發(fā)展熱點。 file searching。 besides, it can set up document searching in accordance with the users’ needs. The process of the design, which is on the basis of the analysis of need, shall write the systematic development plan, program the realizing flow and the realizing methods of some related problem。關(guān)鍵詞:網(wǎng)絡(luò)管理;文件搜索;Visual BASIC The Design and Development of Windows Supplementary Management ProgramAbstractNowadays, the main streams of social development are informationbased, work and digitalization. Under these steams, the impact on the tide of information touches on every field of human society. The work management and searching system has always been being the important functions of the puter. After conveying users who are in nonputer majoring industry, we can learn that users would like to have a tool center that can easily operate and has a friendly interface. Therefore, a simple tool center for basic information gaining and a simple document searching system are developed. In this design, Visual BASIC is adopt as a developing tool and it helps realize checking up the address of the puter itself, information of the users, of the web sites as well as of the service。本設(shè)計采用 Visual BASIC 開發(fā)工具,有效的實現(xiàn)了對本機地址、用戶信息、工作站信息、服務(wù)信息的查看,獲取目的網(wǎng)絡(luò)的連接狀態(tài),還可根據(jù)用戶需求設(shè)定搜索文件。畢 業(yè) 設(shè) 計 (論 文 )Windows 系統(tǒng)輔助管理程序設(shè)計與開發(fā)論文作者姓名:申請學(xué)位專業(yè):申請學(xué)位類別:指 導(dǎo) 教 師 姓 名 (職 稱 ):論文提交日期:Windows 系統(tǒng)輔助管理程序設(shè)計與開發(fā)摘 要隨著信息化、網(wǎng)絡(luò)化、數(shù)字化成為社會發(fā)展的大趨勢,信息化浪潮沖擊著人類社會的各個領(lǐng)域,網(wǎng)絡(luò)管理和搜索系統(tǒng)一直以來都是計算機的重要功能。通過對非計算機行業(yè)的用戶使用計算機的調(diào)查了解,用戶希望有一個操作簡單、界面友好的工具集,在這種情況下,該系統(tǒng)開發(fā)了一個獲取基本信息的網(wǎng)絡(luò)工具集和一個簡易的文件查找系統(tǒng)。在設(shè)計中以需求分析為基礎(chǔ),寫出系統(tǒng)開發(fā)計劃、規(guī)劃實現(xiàn)流程及相關(guān)問題的實現(xiàn)方法;設(shè)計過程遵循軟件工程的方法,完成了 windows 系統(tǒng)輔助管理程序的設(shè)計與開發(fā),為不熟悉windows 系統(tǒng)操作的用戶提供了一個便捷的操作環(huán)境。 it also helps realize gaining the link state of the target 。 The design is followed the process of software engineering methods and then design and development a windows system auxiliary management processes which is for the unfamiliar users with the windows operating system with a convenient operating environment.Key words: management。 Visual BASIC 目 錄論文總頁數(shù):26 頁1 引言 .....................................................................1 課題背景 .............................................................1 國內(nèi)外研究現(xiàn)狀 .......................................................1 本課題研究的意義 .....................................................1 本課題的研究方法 .....................................................12 需求分析 .................................................................1 需求調(diào)研 .............................................................1 開發(fā)運行環(huán)境 .........................................................2 軟件設(shè)計 .............................................................43 系統(tǒng)工具設(shè)計與實現(xiàn) .......................................................5 獲取主機名和 IP 地址 ..................................................5 功能設(shè)計 .........................................................5 界面實現(xiàn) .........................................................7 獲取物理地址 .........................................................8 功能設(shè)計 .........................................................8 界面實現(xiàn) ........................................................10 顯示本機用戶信息 ....................................................10 功能設(shè)計 ........................................................10 界面實現(xiàn) ........................................................12 顯示工作站信息 ......................................................13 功能設(shè)計 ........................................................13 界面實現(xiàn) ........................................................15 列舉本機服務(wù) ........................................................16 功能設(shè)計 ........................................................16 界面實現(xiàn) ........................................................19 目的地是否可達(dá) ......................................................19 功能設(shè)計 ........................................................19 界面實現(xiàn) ........................................................21 文件搜索詳細(xì)設(shè)計 ....................................................21 功能設(shè)計 ........................................................21 界面實現(xiàn) ........................................................234 測試 ....................................................................24結(jié) 論 ....................................................................24參考文獻(xiàn) ....................................................................24致 謝 ....................................................................25聲 明 ....................................................................261 引言 課題背景Windows 這個優(yōu)秀的圖形化操作系統(tǒng),如今已深入人心,成了 PC 機市場中的絕對主流操作系統(tǒng)。如何在Windows 平臺下開發(fā)出簡易、出色的應(yīng)用程序便成了一個很值得討論的問題。越來多的人享受著電腦和網(wǎng)絡(luò)帶來的便利,在這些過程中,不可避免的要對文件查找、本機上的一些信息的查看,以便更好、更快的利用資源,因此,大量的系統(tǒng)操作工具也應(yīng)運而生。又比如一些本機信息查看工具,如地址、用戶、服務(wù)等信息的查看,一些網(wǎng)絡(luò)工具使那些對操作或信息不熟悉的用戶面臨同樣的捆擾,而且,如何更快、更高效的得到用戶需要的信息,也是工具開發(fā)必須考慮的問題。 本課題研究的意義隨著計算機使用的普及,網(wǎng)絡(luò)的快速發(fā)展,計算機技術(shù)帶給人們的方便令人感嘆,但人們正在享受這些便利時,一些潛在的隱患卻給不少用戶帶來不必要的麻煩,如搜索知道部分關(guān)鍵字的文件,