期刊文献+
共找到10篇文章
< 1 >
每页显示 20 50 100
基于UML的面向对象设计研究 被引量:5
1
作者 潘家志 强保华 余建桥 《计算机科学》 CSCD 北大核心 2002年第3期137-139,共3页
1 引言瀑布模型曾经是使用得最为广泛的软件生命周期模型,基于该模型的结构化分析与设计是软件技术发展历史上的重要成就.但是,随着人们对应用需求的升级及技术的发展,基于这种模型的开发方法暴露出越来越多的弊端.主要表现在:
关键词 面向对象 软件设计 UML 图形用户界面 软件生命周期模型 软件系统
下载PDF
三维数值流形的面向对象设计 被引量:3
2
作者 骆少明 张湘伟 姜东茹 《重庆大学学报(自然科学版)》 EI CAS CSCD 北大核心 2003年第12期10-14,共5页
在给出扩展的三维数值流形的理论基础上,将面向对象技术引入到三维数值流形方法的程序设计中,详细地研究了基于三维数值流形理论的面向对象的程序设计和管理方法,并进行了类的设计,还给出了其中一些关键类的原型。作为应用实例,给出了... 在给出扩展的三维数值流形的理论基础上,将面向对象技术引入到三维数值流形方法的程序设计中,详细地研究了基于三维数值流形理论的面向对象的程序设计和管理方法,并进行了类的设计,还给出了其中一些关键类的原型。作为应用实例,给出了三维数值计算结果。数值算例表明该算法与理论结果吻合,从而证明了面向对象程序设计的正确性。 展开更多
关键词 三维数值流形方法 面向对象技术 有限元方法
下载PDF
PLC图形化编程系统的研究 被引量:3
3
作者 保慧 毛玉良 《现代机械》 2006年第6期25-27,共3页
本文采用面向对象的设计方法,运用VB6.0开发基于W indows环境的PLC图形化编程系统。该系统实现了梯形图符号的编辑、语法检测、逻辑错误检查等功能,为PLC的学习和使用者提供一个友好的编程环境,对提高当前梯形图软件通用化和标准化做了... 本文采用面向对象的设计方法,运用VB6.0开发基于W indows环境的PLC图形化编程系统。该系统实现了梯形图符号的编辑、语法检测、逻辑错误检查等功能,为PLC的学习和使用者提供一个友好的编程环境,对提高当前梯形图软件通用化和标准化做了有益的尝试和探索。 展开更多
关键词 可编程控制器 面向对象的设计方法 梯形图编辑 编译
下载PDF
基于VFP的校园招聘信息管理系统的设计与实现 被引量:4
4
作者 于宁 吴庆学 《现代电子技术》 2013年第4期23-25,共3页
面对校园招聘过程中各种形式的数据信息和统计报表,手工处理方式已经严重影响了工作效率,利用现代信息技术进行招聘信息管理成为趋势。针对当前校园招聘的特点和要求,借助VFP强大的数据管理功能,采用面向对象的设计方法,简单易读的算法... 面对校园招聘过程中各种形式的数据信息和统计报表,手工处理方式已经严重影响了工作效率,利用现代信息技术进行招聘信息管理成为趋势。针对当前校园招聘的特点和要求,借助VFP强大的数据管理功能,采用面向对象的设计方法,简单易读的算法,构建基于VFP的校园招聘信息管理系统,实现了方便快捷的信息录入、需求岗位分解、数据查询、汇总统计、报表打印等功能,使校园招聘信息管理更加规范化、自动化,切实提高就业工作效率。 展开更多
关键词 校园招聘 信息管理系统 VFP 面向对象设计方法
下载PDF
Research and Development of the Object-oriented Design Method: IDEF4
5
作者 周之英 王萍 《Tsinghua Science and Technology》 SCIE EI CAS 1996年第2期139-145,共7页
Object-oriented technology has been widely accepted over recent years and proper use of this technology helps facilitate large system development. Concurrent engineering is one of the large, complex programs thatbenef... Object-oriented technology has been widely accepted over recent years and proper use of this technology helps facilitate large system development. Concurrent engineering is one of the large, complex programs thatbenefits from using the objectuoriented method. This paper first introduces some popular object-oriented designmethods and then focuses on the IDEF4 method. The IDEF4 method is one member of IDEF, which is an integratedfamily of integration definition methods. The IDEF4 method was applied to the development of a specific system. Application of the method exposes the advantages and disadvantages of IDEF4. An enhancement method, IDEF4X, isproposed to provide a more powerful object-oriented method. 展开更多
关键词 object-oriented design CLASS method IDEF (integration definition)
原文传递
Synthesizing Distributed Protocol Specifications from a UML State Machine Modeled Service Specification
6
作者 Jehad Al Dallal Kassem A.Saleh 《Journal of Computer Science & Technology》 SCIE EI CSCD 2012年第6期1150-1168,共19页
The object-oriented paradigm is widely applied in designing and implementing communication systems. Unified Modeling Language (UML) is a standard language used to model the design of object-oriented systems. A proto... The object-oriented paradigm is widely applied in designing and implementing communication systems. Unified Modeling Language (UML) is a standard language used to model the design of object-oriented systems. A protocol state machine is a UML adopted diagram that is widely used in designing communication protocols. It has two key attractive advantages over traditional finite state machines: modeling concurrency and modeling nested hierarchical states. In a distributed communication system, each entity of the system has its own protocol that defines when and how the entity exchanges messages with other communicating entities in the system. The order of the exchanged messages must conform to the overall service specifications of the system. In object-oriented systems, both the service and the protocol specifications are modeled in UML protocol state machines. Protocol specification synthesis methods have to be applied to automatically derive the protocol specification from the service specification. Otherwise, a time-consuming process of design, analysis, and error detection and correction has to be applied iteratively until the design of the protocol becomes error-free and consistent with the service specification. Several synthesis methods are proposed in the literature for models other than UML protocol state machines, and therefore, because of the unique features of the protocol state machines, these methods are inapplicable to services modeled in UML protocol state machines. In this paper, we propose a synthesis method that automatically synthesizes the protocol specification of distributed protocol entities from the service specification, given that both types of specifications are modeled in UML protocol state machines. Our method is based on the latest UML version (UML2.3), and it is proven to synthesize protocol specifications that are syntactically and semantically correct. As an example application, the synthesis method is used to derive the protocol specification of the H.323 standard used in I 展开更多
关键词 distributed system network protocol object-oriented design method
原文传递
嵌入式系统开发方法综述 被引量:3
7
作者 刘丹 《仪器仪表标准化与计量》 2008年第4期8-11,17,共5页
嵌入式系统的实时性、并发性、分布性和高可靠性等特点使得系统的开发面临巨大挑战,迫切需要相应开发方法的指导和开发工具的支持。本文从工程实践角度出发,总结在嵌入式系统设计过程中,开发人员会面临哪些主要问题,以及为解决问题而产... 嵌入式系统的实时性、并发性、分布性和高可靠性等特点使得系统的开发面临巨大挑战,迫切需要相应开发方法的指导和开发工具的支持。本文从工程实践角度出发,总结在嵌入式系统设计过程中,开发人员会面临哪些主要问题,以及为解决问题而产生哪些主要方法和技术。这些方法和技术被统称为嵌入式系统的开发方法。 展开更多
关键词 嵌入式系统软 硬件协同设计方法 形式化建模方法 结构化设计方法 面向对象设计方法
下载PDF
运用面向对象设计方法开发信息系统应用程序
8
作者 吴长春 周宏生 《徐州工程学院学报(社会科学版)》 2000年第2期72-76,共5页
运用面向对象的设计方法开发信息管理系统应用程序的过程 ,体现在窗体设计、数据库管理子系统设计和前后台操作的关联设计三个方面。其中窗体设计的要点是 ,界面设计和命令层次的设计 ;数据管理子系统设计主要是数据表的结构设计和用户... 运用面向对象的设计方法开发信息管理系统应用程序的过程 ,体现在窗体设计、数据库管理子系统设计和前后台操作的关联设计三个方面。其中窗体设计的要点是 ,界面设计和命令层次的设计 ;数据管理子系统设计主要是数据表的结构设计和用户子模式设计 ;前后台的关联设计主要解决数据转换的问题。采用这种设计方法 ,可使系统开发过程方便灵活 。 展开更多
关键词 面向对象 设计方法 开发 应用程序 信息系统
下载PDF
《C++面向对象程序设计》课程教学探讨 被引量:2
9
作者 莫露洁 《科技信息》 2008年第24期491-492,共2页
《C++面向对象程序设计》是高等院校计算机专业教学体系中的一门重要的主干课。本文就该课程教学中存在问题,提出了改进措施和解决方法,使学生能更好地掌握《C++面向对象程序设计》语言,不断提高创新思维和编程能力。
关键词 C++面向对象程序设计 编程能力 教学方法 实践
下载PDF
OOA/OOD方法及其在MIS中的应用
10
作者 岳海峰 《煤炭技术》 CAS 北大核心 2012年第9期161-162,共2页
首先对传统管理信息系统开发途径进行简单介绍,在此基础上分别从基本原理、具体研发思路以及开发方法的特点等方面对面向对象的系统开发方法进行阐述。
关键词 面向对象系统分析 面向对象系统设计 开发方法 管理信息系统
下载PDF
上一页 1 下一页 到第
使用帮助 返回顶部