首页 | 官方网站   微博 | 高级检索  
相似文献
 共查询到20条相似文献,搜索用时 31 毫秒
1.
面向对象软件开发是一种极有生命力的软件方法学,它导致了全新的求解问题的方法。为了快速构造支撑软件详细设计和编码的结构编辑器SE,我们已研制了一个能够生成SE,作为元工具使用的生成系统。SE的核心是基于面向对象概念的语法制导编辑程序,设计SE的关键问题之一是在系统内部如何用类的概念来表达靶语言的各种语言成分。本文简要介绍了设计思想、SE和生成系统的设计及其实现。  相似文献   

2.
面向对象程序设计是一种实用的程序设计方法学,它采用全新的方法来求解问题.本文概述了面向对象程序设计方法的关键概念,同时着重介绍了一个基于面向对象概念的窗口软件OOWS,叙述了OOWS的设计、实现和应用.  相似文献   

3.
The analysis of application for software development is usually guided and, hence, constrained by concepts and constructs of structured and object-oriented programming languages. It produces an analysis model that bears no essential difference from a software design. Here, we introduce an ontological Weltanschauung in application analysis for understanding essentials and novelties, which are obscured in structured and object-oriented methods of application analysis. The ontological viewpoint is reified with a systemic framework, or simply an ontology, which can be related to software design. Thus, we can apply ontological analysis in software development.  相似文献   

4.
5.
McConnell  S. 《Software, IEEE》1996,13(2):128
Information hiding is characterised by the idea of “secrets”-design and implementation decisions that a software developer hides from the rest of a program. It is part of the foundation of both structured and object-oriented design. In structured design, information hiding produces “black boxes”; in object-oriented design, it gives rise to the concepts of encapsulation and modularity, and is associated with abstraction. However, information hiding doesn't require or depend on any particular design methodology, and you can use it with any design approach. As incremental, evolutionary development styles become more popular, the value of information hiding can only increase  相似文献   

6.
The development of a notation that supports key software structure concepts and design principles, is discussed. The notation should let designers represent modules, interfaces, hidden information, concurrency, message passing, invocation of operations and overall program structure in a comprehensive way. The authors examine three categories of approach to architectural design: object-oriented design, functional decomposition, and data structure design. They present their design notation, called object-oriented structured design (OOSD) which achieves the above-stated goal. They discuss classes in OOSD, its handling of asynchronous processes, and its design methods and rules. Automated support for OOSD is considered  相似文献   

7.
Object-oriented design represents a relatively new method of software system design that provides a means for the development of robust software systems. This approach is what software developers need to deal with the dynamic nature of the manufacturing organization and the processes contained within. This paper presents a tutorial which focuses on the application of object-oriented design and programming to manufacturing software development. This essay begins with an examination of object-oriented software design (OOD) and how it compares with traditional algorithmic design. The discussion reviews the major elements of an object-oriented system and discusses how these elements support the development of complex software systems using examples from manufacturing as support. This is followed by a discussion of the steps to use as one approach to object-oriented design. The paper concludes with a review of object-oriented manufacturing systems reported in the literature.  相似文献   

8.
魏震  贾青  谢剑英 《控制工程》2001,8(4):19-21
面向对象的技术首先在软件开发中被成功应用。作为一种思维方式 ,把面向对象的概念用于对现场总线协议的定义和描述 ,可以带来许多的好处。这里不仅对面向对象模型的现场总线的通用概念作了描述 ,而且还结合DeviceNet和ControlNet ,对其在具体实现对象模型方面进行了简要分析。  相似文献   

9.
由于医疗环境的异构性,系统集成一直是医疗信息系统的关键问题。分布式对象技术为解决异构系统的集成提供了一条崭新的途径。本文在对当前主流的分布式对象技术进行综合分析的基础上,提出了医疗信息系统分布式对象技术平台MUSCLE,并进一步对MUSCLE平台的两个层次分别进行了设计,即软件总线层和对象管理层。本文同时还介绍了CORBA/EJB相集成的MUSCLE实现方案,并通过对心电分析中心的应用实例分析,对MUSCLE平台的性能进行了讨论。  相似文献   

10.
有不少软件公司在软件开发过程中同时使用了面向功能的和面向对象的技术,例如在开发某一系统时,在采用了面向功能的分析模式后又使用了面向对象的设计方法,因此找到一种方法来实现从一种模式向另一种模式的转换是相当有必要的.提出了一种灵活可行的从面向功能的分析模型到面向对象的设计模型的转换策略.  相似文献   

11.
决策支持系统生成器的设计与实现   总被引:4,自引:0,他引:4  
本文探讨了决策支持系统生成器面向对象的设计方法,讨论了DSSG的总体结构以及会话系统、模型库、数据库、方法库的设计问题,并结合作者的工作实践,简要地介绍了用面向对象方法设计DSSG的具体实现。  相似文献   

12.
The concept of object-oriented design and programming has recently received a great deal of attention from the software engineering community. This paper highlights the realisable benefits of using the object-oriented approach in the design and development of clinical decision support systems. These systems seek to build a computational model of some problem domain and therefore tend to be exploratory in nature. Conventional procedural design techniques do not support either the process of model building or rapid prototyping. The central concepts of the object-oriented paradigm are introduced, namely encapsulation, inheritance and polymorphism, and their use illustrated in a case study, taken from the domain of breast histopathology. In particular, the dual roles of inheritance in object-oriented programming are examined, i.e., inheritance as a conceptual modelling tool and inheritance as a code reuse mechanism. It is argued that the use of the former is not entirely intuitive and may be difficult to incorporate into the design process. However, inheritance as a means of optimising code reuse offers substantial technical benefits.  相似文献   

13.
In recent years, the influences of design patterns on software quality have attracted increasing attention in the area of software engineering, as design patterns encapsulate valuable knowledge to resolve design problems, and more importantly to improve the design quality. One of the key challenges in object-oriented design is how to apply appropriate design patterns during the system development. In this paper, design pattern is analyzed from different perspectives to see how it can facilitate design activities, handle non-functional requirement, solve design problems and resolve design conflicts. Based on the analysis, various kinds of applicability of design patterns are explored and integrated with a goal-driven approach to guiding developers to construct the object-oriented design model in a systematic manner. There are three benefits to the proposed approach: making it easy to meet requirements, helping resolve design conflicts, and facilitating improvement of the design quality.  相似文献   

14.
Although many studies have illustrated AI-based simulation, the concept of combining databases with AI and simulation is relatively new. Complementing AI and simulation with databases aids in the development of a completely integrated simulation environment that spans the whole simulation life cycle. This study illustrates the design of a simulation program generator, the intelligent simulation code generator (ISCG), which uses a database management system as the user-oriented interface, an object-oriented system to develop the knowledge base and simulation environment, and a target simulation language as the simulation software. The ISCG offers data independence, system independence, simulation-specific transparency, and target language neutrality. Furthermore, the ISCG offers system design flexibility.  相似文献   

15.
软件开发环境(SDE)是一种集成式的软件系统,用以辅助软件开发到维护的全部(或大部分)阶段的工作。为了提高测试开发效率,集成电路测试软件的开发同样需要配备一个SDE。本文以软件重用为技术依据,建立了一个开放结构的面向数据的增量测试软件开发环境TESSDE,不仅实现了一般SDE的基本功能,而且因其结构的开放性,使得TESSDE有相当的功能扩充潜力。按照文中的集成规则,TESSDE集成了诸多软部件以节  相似文献   

16.
Most Web applications are still developed ad hoc. One reason is the gap between established software design concepts and the low-level Web implementation model. We summarize work on WebComposition, a model for Web application development, then introduce the WebComposition Markup Language, an XML-based language that implements the model. WCML embodies object-oriented principles such as modularity, abstraction and encapsulation  相似文献   

17.
基于组件技术的软件技术开发模式是实现大规模的代码复用的一条切实可行的途径,是面向对象技术的发展,该文介绍了基于组件的软件复用的基本概念及4种组件技术,着重阐述了B/S模式下的.NET组件开发的一般方法,并在此基础上完成了教学信息发布与管理系统的功能描述、设计与实现。  相似文献   

18.
面向对象软件测试是面向对象软件开发的一个重要阶段,是保证软件质量、提高软件可靠性的关键,而类测试又是面向对象软件测试的关键。文章针对面向对象程序的特性对软件测试的影响,研究了一种基于状态的类测试方法,从而能够更有效地对面向对象软件进行测试,提高了软件的质量。  相似文献   

19.
面向对象软件测试是面向对象软件开发的重要一环,是保证软件质量、提高软件可靠性的关键。类测试是面向对象软件测试的关键,类的服务的测试是面向对象软件测试中的重要内容。本文介绍了一种基于服务的类测试模型,即服务的块分支图。  相似文献   

20.
The field of neural networks is being investigated by many researchers in order to provide solutions to difficult problems in the area of manufacturing systems. Computer simulation of neural networks is an important part of this investigation. This paper applies concepts from an important trend in software engineering research, namely object-oriented programming, to model neural networks.The design and implementation of a software object library is crucial to obtaining the full benefits of object-oriented programming. In this paper we discuss the design and implementation of a foundation library of software objects for the purpose of simulating and validating different network architectures and learning rules. The library contains objects that implement various types of nodes and learning rules. We discuss the results of our experiments to illustrate the benefits of using an object-oriented approach to modeling neural networks.  相似文献   

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

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

京公网安备 11010802026262号