您好,欢迎访问三七文档
当前位置:首页 > 高等教育 > 理学 > 一种基于JAVA语言的智能系统设计与开发
兰州交通大学毕业设计(论文)1摘要随着计算机网络技术的快速发展,互联网已经深入到人们生产生活的方方面面,在这种情况下就需要一个具有一定程度智能、自适应能力强、能主动地预测用户需求的智能软件系统,该类系统可以有效地分析、提取有用信息和服务,并给出相应的判断,以辅助人们作出正确的决策。由于智能Agent系统具有自主性、智能性和移动性等特征,可以帮助人们自主地获取信息和服务,完成复杂的工作,近年来受到业界的普遍重视。本文将Java程序设计语言和软件工程思想应用于Agent系统,研究基于Agent的信息系统快速实现问题,最终实现了一个简易的智能吸尘器原型。论文首先从智能系统大概念出发介绍了人工智能的一些基本概念,简述了人工智能发展历史还有国内外的研究现状以及当前的研究热点,接着介绍了Java程序设计语言的环境架构以及Java的一些特性,为系统的实现打下了良好的基础。然后从Agent结构设计以及基于Agent的应用系统描述和快速开发开展了一系列工作,设计和实现了一个Agent应用系统框架并对Agent组织和信任等问题进行了探索这些研究无疑会进一步深化Agent的理解,为未来大型自组织信息系统的快速开发和集成奠定基础。关键词:JAVA、智能系统、Agent、人工智能兰州交通大学毕业设计(论文)2AbstractWiththerapiddevelopmentofcomputernetworktechnology,theInternetalreadypenetrateseveryaspectofproductionandliving,tothepeopleinthissituationwillrequireacertaindegreeofintelligenceandadaptiveability,cantheinitiativetopredictuserneedsintelligentsoftwaresystem,thissystemcaneffectivelyanalysis,extractusefulinformationandservices,andgivesthecorrespondingjudgement,toassistpeopletomaketherightdecisions.DuetotheintelligentAgentsystemhasthecharacteristicsofautonomy,intelligenceandmobility,canhelppeopletogetinformationandservices,completecomplexwork,ispaidgreatattentiontobytheindustryinrecentyears.Inthisarticle,theJavaprogramminglanguageandsoftwareengineeringusedintheAgentsystem,theresearchofinformationsystembasedonAgentrapidimplementation,organizationalmanagementandsoon.Atfirst,thispaperstartingfromtheconceptofintelligentsystembigintroducessomebasicconceptsofartificialintelligence,thispaperbrieflydescribestheartificialintelligencedevelopmenthistoryandresearchstatusathomeandabroadandthecurrentresearchhotspot.ThenintroducestheJavaprogramminglanguageenvironmentarchitectureandsomecharacteristicsoftheJava,laidagoodfoundationfortherealizationofthesystem.ThenfromthestructuraldesignoftheAgentandtheapplicationsystembasedonAgentisdescribedandthefastdevelopmentinaseriesofwork,designandimplementanAgentapplicationsystemframeworkandhascarriedontheexplorationoftheproblemsofAgentorganizationandtrustthesestudieswillnodoubtbetheapplicationofdeepeningAgent,forfuturelarge-scaleself-organizationlettersince,systemoflayingafoundationforrapiddevelopmentandintegration.Keywords:JAVA,IntelligentSystem,Agent,ArtificialIntellegence兰州交通大学毕业设计(论文)1摘要....................................................................IAbstract..................................................................II第1章引言..............................................................11.1课题研究意义......................................................11.2研究目的.........................................................11.3国内外研究现状....................................................21.4本文结构与内容....................................................21.5本章小结.........................................................3第2章课题研究的基本介绍................................................42.1基本概念的介绍....................................................42.1.1智能系统的介绍..............................................42.1.2人工智能的历史.............................................42.2现代研究介绍......................................................52.2.1问题求解....................................................52.2.2专家系统....................................................62.2.3机器学习....................................................72.2.4神经网络....................................................82.2.5未来发展....................................................82.3Java程序设计语言简述.............................................92.3.1Java语言简介...............................................92.3.2Java语言特点...............................................92.4本章小结.........................................................12第3章智能系统中BDI模型的应用.........................................143.1BDI模型的介绍...................................................143.1.1BDI的概念.................................................143.2BDI中Agent的介绍...............................................153.2.1Agent的理解...............................................153.2.2Agent的一些特性...........................................153.2.3Agent的执行流程...........................................16第4章基于Java语言的智能系统的设计实现................................18兰州交通大学毕业设计(论文)24.1总体设计.........................................................184.1.1设计思路...................................................184.1.2各个模块功能描述...........................................184.2系统理论实现.....................................................194.2.1BDIAgent的理论实现......................................194.2.2ASL语言介绍...............................................204.2.3形式化模型................................................204.2.4动态性分析................................................214.2.5Java用于实现Agent的优势..................................234.3系统程序设计实现................................................244.3.1系统设计的目标............................................244.3.2系统结构说明..............................................244.3.3系统界面模块实现..........................................254.3.4系统主方法模块设计实现....................................264.3.5控制器模块设计实现........................................274.3.6程序界面效果展示....
本文标题:一种基于JAVA语言的智能系统设计与开发
链接地址:https://www.777doc.com/doc-6123467 .html