局域网内终端运行信息管理系统的设计与实现I本科毕业论文(20届)局域网内终端运行信息管理系统的设计与实现所在学院专业班级计算机科学与技术学生姓名指导教师完成日期局域网内终端运行信息管理系统的设计与实现II摘要目前,互联网络技术正处于在不断的发展与进步之中。计算机网络的相关技术得到了越来越多的应用,同时计算机的数量也增多了很多。现在很多的企业之间都存在着各种或大或小的竞争力,所以企业若想要提高竞争力就必须在内部完成对数据的集成和共享。除此之外比较重要的一点就是要对自己企业内部的设备要进行实时的监督、控制与管理,保证它们时刻处在健康正常的工作状态,这是企业局域网建设的重中之重。但是,对局域网的管理和维护变得越来越不容易,这无形之中给管理人员增加了许多压力。根据以上现状设计开发了基于C/S架构的局域网的终端运行信息管理系统。本系统本着方便管理员管理的目的,能够采集局域网内终端的运行信息,包括计算机的硬件信息和软件运行情况。在设计局域网内终端运行信息管理系统的过程中,采用VS2010开发平台和C++开发语言,设计了一个人性化的用户可操作的界面。本文严格按照软件工程的原理,对局域网内终端运行信息管理系统的系统需求分析、系统设计、系统实现以及系统测试等阶段作了详细的阐述。本系统基于C/S模式开发,还实现了服务器对客户端的远程控制功能,经过实际的测试,上述功能顺利完成。关键词:局域网;信息管理;终端;远程控制局域网内终端运行信息管理系统的设计与实现IIIABSTRACTNowadays,withthedevelopmentofInternettechnologytherelevanttechnologyofthecomputernetworkhasbeenusedmoreandmore,whilethenumberofcomputershasgreatlyincreasedatthesametime.Somecompetitiveness,smallorbig,existedinmanyenterprises.Henceiftheenterpriseswanttoenhancetheircompetitiveness,thedataintegrationandsharingmustbedoneinternally.Inaddition,themoreimportantistoreal-timemonitor,controlandmanagetheinternalequipmentoftheenterprise,ensuringtheirworkingconditionshealthyandnormal,whichisthekeyoftheconstructionofenterpriselocalareanetwork(LAN).However,themanagementandmaintenanceoflocalareanetwork(LAN)isbecomingmoreandmoredifficult,whichinvisiblyincreasemuchpressuretothemanagerialpersonnel.Basedontheabovesituation,thispaperdesignedanddevelopedtheterminaloperationinformationmanagementsystembasedonLAN.Inordertomakeitmoreconvenientforthemanagerstomanagetheterminaloperationsituation,collecttheterminalnetworkoperationinformation,whichincludescomputerhardwareinformationandsoftwarerunningsituation.Intheprocessofdesigningthelocalareanetwork(LAN)terminaloperationsystem,VSdevelopmentplatformandC++languageareusedtodesignahumanizedtheterminaloperationwhichcanbeoperatedbyusers.Strictinaccordancewiththeprincipleofsoftwareengineering,thispaperelaboratesthesystemrequirementsanalysis,systemdesign,systemimplementationandsystemtestphaseoftheterminaloperationinformationmanagementsystemwithinthelocalareanetwork(LAN)indetail.BasedonC/Smodeldevelopment,thesystemgainsthefunctionoftheremotecontroloftheservertotheclientatthesametime.aftertheactualtest,thefunctionsabovehavebeencompletedsmoothly.Keywords:LAN;informationmanagement;terminal;remotecontrolIV目录第1章绪论......................................................................................................................11.1课题研究背景及意义.........................................................................................11.2课题相关国内外研究现状.................................................................................21.3主要研究内容.....................................................................................................31.4论文结构.............................................................................................................3第2章相关技术..............................................................................................................52.1VisualStudio和C++简介...................................................................................52.1.1VisualStudio简介....................................................................................52.1.2C++简介....................................................................................................52.2MFC介绍............................................................................................................62.2.1MFC简介.................................................................................................62.2.2MFC的虚拟函数和动态约束.................................................................72.2.3MFC的优点.............................................................................................72.4本章小结.............................................................................................................8第3章需求分析..............................................................................................................93.1可行性研究.........................................................................................................93.1.1技术可行性分析......................................................................................93.1.2经济可行性分析......................................................................................93.1.3管理可行性分析....................................................................................103.1.4开发环境可行性分析............................................................................103.1.5操作可行性分析....................................................................................103.2开发设计思想...................................................................................................103.3功能需求分析....................................................................................................113.3.1主要功能.................................................................................................113.3.2性能需求.................................................................................................113.4本章小结....................................