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

局域網管理軟件的設計.doc

約39頁DOC格式手機打開展開

局域網管理軟件的設計,全文40頁約26000字 設計獨到語言精準摘要對網吧業(yè)主和機房管理者來說,人工維護管理局域網是件很頭痛的事,所以利用計算機實現(xiàn)對局域網的自動管理勢在必行。我們在對網吧和學校機房做了實地調查,分析它們的經營管理特點的基礎上,經過實際的需求分析,采用功能強大的visual basic 6.0作為開發(fā)工具...
編號:10-21647大小:2.50M
分類: 論文>計算機論文

內容介紹

此文檔由會員 花季永駐 發(fā)布

局域網管理軟件的設計

全文40頁 約26000字 設計獨到 語言精準

摘 要
對網吧業(yè)主和機房管理者來說,人工維護管理局域網是件很頭痛的事,所以利用計算機實現(xiàn)對局域網的自動管理勢在必行。我們在對網吧和學校機房做了實地調查,分析它們的經營管理特點的基礎上,經過實際的需求分析,采用功能強大的VISUAL BASIC 6.0作為開發(fā)工具、Microsoft Access 2000作為數(shù)據(jù)庫開發(fā)出來的網吧管理系統(tǒng)。目的是為了幫助局域網的管理者解決問題。
整個系統(tǒng)從符合操作簡便、界面友好、靈活、實用、安全的要求出發(fā),完成計算機軟硬件管理和局域網日常經營管理的全過程,包括:計算機權限管理、遠程操作、監(jiān)控服務、服務器與客戶端交流,局域網日常經營中計費、會員管理、匯率設置、客流量分析等等。論文主要介紹了本課題的開發(fā)背景,所要完成的功能和開發(fā)的過程。重點的說明了系統(tǒng)設計的重點、設計思想、難點技術和解決方案。
關鍵詞:VISUAL BASIC、Microsoft Access 2000、數(shù)據(jù)庫、局域網、網吧管理系統(tǒng)

The Design of LAN’s Manage Software
----the Software Design of the Client
ABSTRACT
It is a troublesome thing for the managers and owners to administrate the LAN (local area network). So it must be done for using the computers to implement the automation of LAN' management. We have do a practical research on net bars and school computer room, based on their characteristic of management ,through the practical analysis of demand ,using the strong functional Visual Basic 6.0 as development tools, Microsoft Access 2000 as the database ,so we have designed the software which can help the administrator solve the problems of LAN.
The whole system fit the demand of easy , friendly ,vivid ,practical and safe .It can implement whole progress of computers' administration and often management ,including : administration of permission ,remote operation , listening services ,intercourse between the server and clients ,management of fees in the LAN , management of members ,the configuration of rate, analysis for clients' flow ,and so on.
This thesis mainly introduced that: the developing background of this topic ,the expected function and the developed procedure.We emphasise the emphasis of this topic ,thinking of design ,difficulties in technique and the solution.
Keywords: Visual Basic、 Microsoft Access 2000、Data Base、LAN 、Management System of Net Bar









目錄
摘 要……………………………………………………………………….I
ABSTRACT…………………………………………………………….…...II
1.緒論 1
1.1 課題的提出 1
1.2 相關領域的發(fā)展概況 1
1.3 編程環(huán)境的選擇 2
1.3.1 前臺開發(fā)軟件的選擇 2
1.3.2 關系型數(shù)據(jù)庫的選擇 3
1.3.3二者的結合 3
2.需求分析 5
2.1軟件概述 6
2.1.1目標 6
2.1.2軟件特點 6
2.2軟件功能 6
2.2.1對計算機軟硬件維護 6
2.2.2對局域網日常經營管理 6
2.3運行環(huán)境 7
3.系統(tǒng)設計 8
3.1本地計算機管理 8
3.1.1系統(tǒng)設置 8
3.1.2一般設置 8
3.1.3密碼設置 9
3.2客戶上下機管理 9
3.2.1經營管理 9
3.2.2服務器與客戶端交流 9
4.數(shù)據(jù)庫設計 10
5.系統(tǒng)具體實現(xiàn) 11
5.1登錄窗口設計 11
5.1.1功能說明 11
5.1.2屏幕格式設計 11
5.1.3流程圖 11
5.2開始菜單設計 13
5.2.1功能說明 13
5.2.2屏幕格式設計 14
5.2.3流程圖 15
5.3客戶端設置設計 15
5.3.1功能說明 15
5.3.2屏幕格式設計 16
5.3.3流程圖 17
5.3.4源程序 20
5.4查詢會員卡余額設計 20
5.4.1功能說明 21
5.4.2屏幕格式設計 22
5.4.3流程圖 22
5.4.4源程序 23
5.5修改會員卡密碼設計 23
5.5.1功能說明 23
5.5.2屏幕格式設計 23
5.5.3流程圖 23
5.5.4源程序 24
5.6選擇商品設計 24
5.6.1功能說明 24
5.6.2屏幕格式設計 25
5.6.3流程圖 25
5.6.4源程序 25
6.結論 27
致謝 28
附錄 VB語言源程序片段 29
附錄1 客戶端設置模塊 29
附錄2 購買商品模塊 32
主要參考文獻 34