首页 | 官方网站   微博 | 高级检索  
相似文献
 共查询到18条相似文献,搜索用时 421 毫秒
1.
设计模式是经过验证可复用的成功设计和体系结构,文中详细地分析了设计模式中的Builder模式、Bridge模式和Command模式在光传输网管系统中的应用,证明了在光传输网管系统中运用设计模式能够有效地提高系统质量、优化系统结构。同时也可以为其他的网管系统所借鉴。  相似文献   

2.
设计模式在光传输网管系统中的应用研究   总被引:2,自引:1,他引:2  
设计模式是经过验证可复用的成功设计和体系结构,文中详细地分析了设计模式中的Builder模式、Bridge模式和Conmand模式在光传输网管系统中的应用,证明了在光传输网管系统中运用设计模式能够有效地提高系统质量、优化系统结构。同时也可以为其他的网管系统所借鉴。  相似文献   

3.
设计模式在面向对象软件开发领域中得到了广泛的应用,增强了代码的重用性、灵活性和模块化,提高了系统开发的效率。成功运用设计模式的关键在于系统设计者能够准确地理解应用场景和预测使用模式后产生的效果。文章通过在一个3G综合业务管理平台中引入设计模式,阐述了Filter模式、Adapter模式在综合业务管理系统中的应用。  相似文献   

4.
模式-视图-控制器MVC(Model-View-Controller)设计模式是目前在J2EE平台上用得较多的一种设计模式,使用Struts和Hibernate来构建Java Web应用是当前比较通用的开发策略.利用此开发策略设计实现了地表水质量信息采集与分析系统,并阐述了在实际应用中遇到的问题及其解决办法.  相似文献   

5.
设计模式将新的设计建立在以往工作的基础上,复用以往成功的设计方案。在内容管理系统发布程序的设计中引入设计模式使得整个程序结构清晰、各部分功能明确,提高了系统的扩展性和可维护性。  相似文献   

6.
本文研究分析了微机继电保护测试仪和设计模式的理论,详细阐述了设计模式在微机继电保护测试仪系统软件设计和开发中的应用,指出了设计模式在软件系统设计中应用的重要意义。  相似文献   

7.
刘国静  余青松  郑骏 《微机发展》2006,16(5):211-213
随着信息系统的不断发展,客户对软件系统提出了更高的要求。由于软件开发固有的复杂性、软件实现的不易复制性,软件的生产过程面临许多问题。设计模式提供了对问题簇的设计精良的解决方案。文中通过在物流信息系统中引入设计模式,具体分析了三种代表性的设计模式在物流信息系统中的应用,证明了模式设计的引入有助于提高软件的可复用性、可维护性以及稳定性和安全性。  相似文献   

8.
基于设计模式的PDM系统设计   总被引:2,自引:0,他引:2  
万建成  李娟 《计算机工程》2002,28(7):95-97,160
从PDM系统的功能模块及其组合等几个方面说明了基于设计模式的应用系统设计方法,随着组件和面向对象技术的发展,设计模式将在系统开发中得到越来越广泛的应用。  相似文献   

9.
物流信息系统中设计模式的应用   总被引:1,自引:0,他引:1  
随着信息系统的不断发展,客户对软件系统提出了更高的要求。由于软件开发固有的复杂性、软件实现的不易复制性,软件的生产过程面临许多问题。设计模式提供了对问题簇的设计精良的解决方案。文中通过在物流信息系统中引入设计模式,具体分析了三种代表性的设计模式在物流信息系统中的应用,证明了模式设计的引入有助于提高软件的可复用性、可维护性以及稳定性和安全性。  相似文献   

10.
基于Java/Swing的通用文件管理器设计模式   总被引:1,自引:0,他引:1  
文件管理器的设计必须考虑众多因素及其相互之间的关联,因此如何选择有效的设计模式是非常重要的。在燕星文件存储系统中,基于Java/Swing技术设计并实现了客户端文件管理器,它由三种设计模式组合而成:模型-视图-控制器模式(MVC)、对象树模式和主控者模式。文章分别讨论了这三种设计模式,它们共同构成了一种通用的文件管理器设计模式。  相似文献   

11.
SEIS++:一个油气勘探领域软件建造和集成的模式语言   总被引:1,自引:0,他引:1  
工业化的软件复用从通用类库进化到了面向领域的应用框架和设计模式,与框架相比,设计模式更集中于软件体系结构中重复出现的设计韵律,它主要由可复用的抽象设计结构组成,特定领域内一组相关的设计模式构成了该领域的模式语言,它们可在领域内重复使用以完成某类特定系统的体系结构设计。  相似文献   

12.
设计模式是人们在实践过程中总结出来的成功设计范例,它的正确选择和使用是发挥模式作用的关键。而改变在设计模式应用过程中过分依靠人工的现状,有着重大的意义。重新应用需求和设计模式的形式化描述,在模式库中找出一组包含新应用领域的模式的可重用的设计以及重用模式的变换适配等方面,详细讨论了一种软件设计模式的自动选择方法。并结合实例给出了这种方法在网上证券交易原型系统中的实现。该方法为设计模式的重用提供了一个有效的途径,形式化描述是其基础,设计模式的组织和检索是其核心。利用此方法选择设计模式,可大大提高模式重用的准确性和软件开发的效率。  相似文献   

13.
In recent years, the influence of design patterns on software quality has attracted an increasing attention in the area of software engineering, as design patterns encapsulate valuable knowledge to resolve design problems, and more importantly to improve design quality. As the paradigm continues to increase in popularity, a systematic and objective approach to verify the design of a pattern is increasingly important. The intent session in a design pattern indicates the problem the design pattern wants to resolve, and the solution session describes the structural model for the problem. When the problem in the intent is a quality problem, the structure model should provide a solution to improve the relevant quality. In this work we provide an approach, based on object-oriented quality model, to validate if a design pattern is well-designed, i.e., it answers the question of the proposed structural model really resolves the quality problems described in the intent. We propose a validation approach to help pattern developers check if a design pattern is well-designed. In addition, a quantitative method is proposed to measure the effectiveness of the quality improvement of a design pattern that pattern users can determine which design patterns are applicable to meet their functional and quality requirements.  相似文献   

14.
《Knowledge》2000,13(6):403-415
The transition from high-level to low-level design is a labour-intensive and time-consuming activity since it involves many iterations over design models to obtain a well-designed system. Moreover, it requires the knowledge and expertise of experienced developers. Design patterns provide proven design knowledge by capturing successful solutions to recurring problems which arise when building software systems. To transfer this design knowledge into detailed design, methodological support is needed. We provide such support with pattern-based refinement schemas.In this paper, we present a pattern-based approach to the correct stepwise refinement of UML static and dynamic design models by application of refinement schemas. A refinement schema is composed of two compartments. The first compartment describes the abstract model of the design, whereas the second compartment shows its corresponding detailed model after transformation and instantiation of one design pattern. We also propose a number of smaller transformations called micro-refinements whose correctness is proven. These micro-refinements can be composed into sequences to produce correct refinement schemas. Our approach will allow for the construction of intelligent CASE tools that provide automatic support for the selection, management, and application of design patterns for the refinement of design models. Such tool support will enable effective design knowledge transfer.  相似文献   

15.
J2EE设计模式在改进系统性能中的应用研究   总被引:3,自引:2,他引:1  
设计模式为软件设计中常见问题提供的良好解决方案,通过设计模式可以显著改进系统设计,能够有效增强系统的安全性、数据完整性、性能、可维护性和可扩展性。介绍了J2EE设计模式的基本概念,并且分析了J2EE系统的性能瓶颈。在此基础上,阐述了如何利用.J2EE设计模式来改进.12EE系统的性能,并且描述了这些模式在内容服务定购系统的应用。  相似文献   

16.
本文针对模式应用中出现的由于软件模式是解决问题的详细设计而无法实现从分析到设计的平滑转换的问题,提出在分析阶段便使用软件模式,引入了Role模式并把它作为从分析阶段至类图设计阶段的中介,阐述了如何从Use case中抽取Role模式,如何从Ro1e模式转换至Class类图,最终得到Class详细设计图,以帮助软件开发者有效利用软件模式,顺利实现从分析过程至设计过程的过渡。  相似文献   

17.
设计模式与场景分析在公安子弹检测软件系统中的应用   总被引:1,自引:0,他引:1  
论文研究了设计模式在由笔者所在研究小组自行开发的公安子弹检测软件系统设计中的应用。从需求中发现若干设计模式,并通过详细的模式场景分析将多个模式按优化顺序组合在一起,避免了孤立应用设计模式,保证了软件的可重用性和易扩充性。  相似文献   

18.
基于设计模式的管网GIS   总被引:2,自引:0,他引:2  
设计模式是近年来软件工程领域中的热门研究课题,它有效地解决了软件设计策略的复用问题。文章探讨了适合GIS领域的设计模式,并基于设计模式进行了管网GIS的设计,最后举出了一个武汉排水管理信息系统的实例。  相似文献   

设为首页 | 免责声明 | 关于勤云 | 加入收藏

Copyright©北京勤云科技发展有限公司    京ICP备09084417号-23

京公网安备 11010802026262号