期刊文献+
共找到38篇文章
< 1 2 >
每页显示 20 50 100
Review of Remotely Sensed Imagery Classification Patterns Based on Object-oriented Image Analysis 被引量:9
1
作者 LIU Yongxue LI Manchun +2 位作者 MAO Liang XU Feifei HUANG Shuo 《Chinese Geographical Science》 SCIE CSCD 2006年第3期282-288,共7页
With the wide use of high-resolution remotely sensed imagery, the object-oriented remotely sensed informa- tion classification pattern has been intensively studied. Starting with the definition of object-oriented remo... With the wide use of high-resolution remotely sensed imagery, the object-oriented remotely sensed informa- tion classification pattern has been intensively studied. Starting with the definition of object-oriented remotely sensed information classification pattern and a literature review of related research progress, this paper sums up 4 developing phases of object-oriented classification pattern during the past 20 years. Then, we discuss the three aspects of method- ology in detail, namely remotely sensed imagery segmentation, feature analysis and feature selection, and classification rule generation, through comparing them with remotely sensed information classification method based on per-pixel. At last, this paper presents several points that need to be paid attention to in the future studies on object-oriented RS in- formation classification pattern: 1) developing robust and highly effective image segmentation algorithm for multi-spectral RS imagery; 2) improving the feature-set including edge, spatial-adjacent and temporal characteristics; 3) discussing the classification rule generation classifier based on the decision tree; 4) presenting evaluation methods for classification result by object-oriented classification pattern. 展开更多
关键词 object-oriented image analysis remote sensing classification pattern
下载PDF
Finite Element Structural Analysis UsingObject-Oriented Techniques
2
作者 张冬泉 姜继海 +1 位作者 梁迎春 孙靖民 《Journal of Harbin Institute of Technology(New Series)》 EI CAS 1998年第2期67-71,共5页
This paper describes the object-oriented implementational method of finite element structural analysis, gives the basic concepts of the object-oriented method and objectoriented programming, develops a complete class ... This paper describes the object-oriented implementational method of finite element structural analysis, gives the basic concepts of the object-oriented method and objectoriented programming, develops a complete class hierarchy structure of object-oriented finite element structural analysis, and gives a part C+ + code description. 展开更多
关键词 object-oriented method(OOM) object-oriented programming(OOP) finite element analysis(FEA) class HIERARCHY
下载PDF
Reliability Modelling and Analysis of Satellite Propulsion System Based on Reliability Block Diagram and Extended Object-Oriented Petri Net
3
作者 周行 黄洪钟 《Journal of Donghua University(English Edition)》 EI CAS 2015年第6期1001-1005,共5页
Modern satellite propulsion systems are generally designed to fulfill multiphase-missions.Traditional reliability modelling methods have problems of inadequate depict capacity considering complex systems such as satel... Modern satellite propulsion systems are generally designed to fulfill multiphase-missions.Traditional reliability modelling methods have problems of inadequate depict capacity considering complex systems such as satellite propulsion system.An extended object-oriented Petri net(EOOPN)method was proposed to facilitate the reliability modelling of satellite propulsion system in the paper.The proposed method was specified for modelling of phased mission system,and it could be implemented by generating combination of Petri net(PN)principles and object-oriented(OO)programming.The effectiveness of the proposed method was demonstrated through the reliability modelling of a satellite propulsion system with EOOPN.The major advantage of the proposed method is that the dimension of net model can be reduced significantly,and phased mission system at system,phase,or component levels can be respectively depicted.Furthermore,the state-space explosion problem is solved by the proposed EOOPN model efficiently. 展开更多
关键词 satellite propulsion system extended object-oriented Petri net(EOOPN) object-oriented programming reliability modeling reliability analysis
下载PDF
Open-Access Framework for Efficient Object-Oriented Development of Video Analysis Software
4
作者 Dimitris K. Iakovidis Dimitris Diamantis 《Journal of Software Engineering and Applications》 2014年第8期730-743,共14页
The increasing use of digital video everyday in a multitude of electronic devices, including mobile phones, tablets and laptops, poses the need for quick development of cross-platform video software. However current a... The increasing use of digital video everyday in a multitude of electronic devices, including mobile phones, tablets and laptops, poses the need for quick development of cross-platform video software. However current approaches to this direction usually require a long learning curve, and their development lacks standardization. This results in software components that are difficult to reuse, and hard to maintain or extend. In order to overcome such issues, we propose a novel object-oriented framework for efficient development of software systems for video analysis. It consists of a set of four abstract components, suitable for the implementation of independent plug-in modules for video acquisition, preprocessing, analysis and output handling. The extensibility of each module can be facilitated by sub-modules specifying additional functionalities. This architecture enables quick responses to changes and re-configurability;thus conforming to the requirements of agile software development practices. Considering the need for platform independency, the proposed Java Video Analysis (JVA) framework is implemented in Java. It is publicly available through the web as open-access software, supported by a growing collection of implemented modules. Its efficiency is empirically validated for the development of a representative video analysis system. 展开更多
关键词 object-oriented FRAMEWORK EFFICIENT SOFTWARE Development VIDEO analysis Java
下载PDF
矿井轨道运输调度系统的OOA模型 被引量:2
5
作者 梅灿华 王兵 《合肥工业大学学报(自然科学版)》 CAS CSCD 2003年第5期1110-1114,共5页
由于矿井轨道运输方式因矿而异及运行路线多变、调度手段多样化等,造成系统不断扩充和修改。为了进一步提高系统的可变性,文章采用Coad和Yourdon的5层次面向对象分析法,建立了矿井轨道运输调度系统的OOA模型,并应用于实际的软件开发中,... 由于矿井轨道运输方式因矿而异及运行路线多变、调度手段多样化等,造成系统不断扩充和修改。为了进一步提高系统的可变性,文章采用Coad和Yourdon的5层次面向对象分析法,建立了矿井轨道运输调度系统的OOA模型,并应用于实际的软件开发中,提高了系统的可变性和稳定性,适合矿井轨道运输不断增长的用户需求。 展开更多
关键词 矿井 轨道运输 调度系统 ooa模型 面向对象分析 Coad Yourdon 消息连接
下载PDF
OOA模型在焊接工艺设计专家系统中的应用
6
作者 邓军平 田爱芬 《西安科技大学学报》 CAS 北大核心 2008年第1期76-80,共5页
针对焊接工艺设计专家系统中遇到的程序设计问题,结合面向对象分析(OOA)方法,采用面向对象的编程语言(OOPL),推导了一种基于OOA的专家系统模型。依据OOA模型的特征要求,利用面向对象的思维方式,将压力容器焊接工艺的各种属性抽象为专家... 针对焊接工艺设计专家系统中遇到的程序设计问题,结合面向对象分析(OOA)方法,采用面向对象的编程语言(OOPL),推导了一种基于OOA的专家系统模型。依据OOA模型的特征要求,利用面向对象的思维方式,将压力容器焊接工艺的各种属性抽象为专家系统中的类,给出了专家系统的各种类以及各类的属性和服务。 展开更多
关键词 面向对象分析(ooa) 焊接工艺设计 专家系统(ES)
下载PDF
Semiautomated OOA Map of Morphoclimatic Attributes from Sao Joao-MG River Basin, Brazil
7
作者 Evandro Klen Panquestort Raul Sanchez Vicens Maria Luisa Pimenta Fonseca 《Journal of Earth Science and Engineering》 2012年第7期418-429,共12页
This study proposes a survey of environmental information by applying techniques of modeling, image segmentation and OOA (object-oriented analysis) in the definition of landscape units based on morphoclimatic atribu... This study proposes a survey of environmental information by applying techniques of modeling, image segmentation and OOA (object-oriented analysis) in the definition of landscape units based on morphoclimatic atributes. Landscape attributes such as climate and relief (morphoclimatic) were selected to start the characterization of the Silo Joio--MG river basin, located in southeastern region Brazil. The semiautomated mapping was produced from data extracted, respectively, of the DEM Aster and Topodata, and grid Worldclim. This database was processed and scaled to l:100,000 scale, generating a geomorphological classification, according to criteria of IPT (Instituto de Pesquisas Tecnologicas), two climatic classifications, the one by the methodology of Koppen and the other one by methodology Thornthwaite & Mather and a classification of land use. The thematic maps were associated in GIS with a geological base, soil vector, defining landscape units. 展开更多
关键词 Attributes of landscape object-oriented analysis semiautomated map.
下载PDF
一种基于UML的面向对象需求分析方法 被引量:12
8
作者 孙昌爱 金茂忠 +1 位作者 刘超 田丽从 《航空学报》 EI CAS CSCD 北大核心 2003年第1期75-78,共4页
提出一种实用的基于UML的需求分析及其建模方法 ,以活动图模型来表达业务模型 ,以概念层的对象图、状态图及交互图模型表达系统的结构逻辑及行为逻辑 ,以用例表达系统需求 ,讨论了需求分析及其建模的过程概念 ,方法实施的构造算法。
关键词 需求分析 面向对象分析 UML 面向对象方法 软件工程
下载PDF
面向对象技术在白车身系列化设计中的应用研究 被引量:4
9
作者 何杰 陈南 +2 位作者 孙庆鸿 胡崇明 王勇辉 《中国机械工程》 EI CAS CSCD 北大核心 2002年第9期731-733,共3页
提出了白车身系列化设计中的面向对象方法 ,建立了该方法的抽象模型 。
关键词 面向对象 白车身 系列化设计 汽车
下载PDF
基于CORBA的制造执行系统的实现 被引量:5
10
作者 曹江辉 王宁生 +1 位作者 解放 朱建江 《南京航空航天大学学报》 EI CAS CSCD 北大核心 2002年第4期336-341,共6页
提出了一种适合我国离散制造业的制造执行系统的功能模型 ,针对传统的制造执行系统缺少柔性、不易重构、难以维护的缺点 ,系统地论述了基于 CORBA ( Common object request broker architectore)的制造执行系统的实现方法 ,包括领域分... 提出了一种适合我国离散制造业的制造执行系统的功能模型 ,针对传统的制造执行系统缺少柔性、不易重构、难以维护的缺点 ,系统地论述了基于 CORBA ( Common object request broker architectore)的制造执行系统的实现方法 ,包括领域分析、面向对象分析、面向对象设计和应用 CORBA技术实现制造执行系统等主要内容。实例证明该系统具有良好的扩展性。 展开更多
关键词 公共对象请求代理 制造执行系统 面向对象分析 面向对象设计 软件构件 制造业
下载PDF
面向对象的火电机组能损在线分析模型 被引量:2
11
作者 闫顺林 周猛 +1 位作者 李永华 李青松 《华北电力大学学报(自然科学版)》 CAS 北大核心 2004年第1期48-52,共5页
为了提高火电机组能损在线分析系统的整体性能、适应不断变化的现场需求,深入分析了能损在线分析模型的本质特征,给出了比较完备的能损在线分析系统的面向对象分析模型。本文所提出的面向对象分析模型以清晰简洁的方式揭示了能损在线分... 为了提高火电机组能损在线分析系统的整体性能、适应不断变化的现场需求,深入分析了能损在线分析模型的本质特征,给出了比较完备的能损在线分析系统的面向对象分析模型。本文所提出的面向对象分析模型以清晰简洁的方式揭示了能损在线分析系统的各对象及其之间的连接,从本质上反映了问题域和系统责任,从而为节能软件的通用化、模块化、智能化提供了一种新方法。 展开更多
关键词 面向对象 程序设计方法 软件工程 火电机组 能损在线分析系统 数学模型
下载PDF
面向对象方法在管理信息系统开发中的应用 被引量:11
12
作者 田金兰 裴非 《小型微型计算机系统》 CSCD 北大核心 1999年第1期43-48,共6页
面向对象的方法是一种先进的技术.它强调从客观世界中固有的事物出发来分析构造系统;用人类在现实生活中常用的思维方式来认识、理解和描述客观事物.面向对象的分析和设计方法对于开发大型管理信息系统有着重要而实用的意义.本文先... 面向对象的方法是一种先进的技术.它强调从客观世界中固有的事物出发来分析构造系统;用人类在现实生活中常用的思维方式来认识、理解和描述客观事物.面向对象的分析和设计方法对于开发大型管理信息系统有着重要而实用的意义.本文先简单地介绍面向对象的方法,然后结合邮政业务管理系统来说明怎样利用面向对象的方法来分析和设计一个具体的管理信息系统. 展开更多
关键词 面向对象 属性层 服务层 管理信息系统 邮政业务
下载PDF
面向对象的液压系统分析研究 被引量:3
13
作者 董建华 刘晓冰 《机械科学与技术》 CSCD 北大核心 2000年第1期146-149,共4页
介绍了面向对象的分析方法 ,并给出了一种面向对象的分析模型的表达方法。以液压系统设计为工程应用背景 ,探讨了面向对象的分析方法在工程系统分析中的应用。按照类——对象层、结构层、主题层。
关键词 面向对象 分析 液压系统 ooa
下载PDF
面向对象方法在企业评价诊断系统开发中的应用 被引量:2
14
作者 李勇建 贾春福 +1 位作者 袁晓洁 涂奉生 《计算机工程》 CAS CSCD 北大核心 2000年第12期11-13,共3页
面向对象的分析和设计方法是一种先进的技术,它对于开发大型系统有着重要而实用的意义。讨论了怎样利用面向对象的方法来分析和设计企业评价诊断系统。探讨了企业评价诊断系统的结构、组成、功能以及和其他企业管理系统的关系,给出了... 面向对象的分析和设计方法是一种先进的技术,它对于开发大型系统有着重要而实用的意义。讨论了怎样利用面向对象的方法来分析和设计企业评价诊断系统。探讨了企业评价诊断系统的结构、组成、功能以及和其他企业管理系统的关系,给出了用面向对象技术分析和设计企业评价诊断系统的具体方法。 展开更多
关键词 企业评价诊断系统 面向对象 企业管理
下载PDF
用面向对象方法构造用电管理信息系统 被引量:3
15
作者 朱有产 尹成群 +1 位作者 李志远 谷建成 《华北电力大学学报(自然科学版)》 CAS 北大核心 2001年第4期57-60,共4页
以Coad-Yourdon 5层次方法为基础,吸取Rumbaugh动态建模的思路来认识、理解和描述用电管理过程并构造模型。采用向向对象分析和设计的方法,利用现有大型网络关系型数据库管理系统(RDBMS)和前端开发工具... 以Coad-Yourdon 5层次方法为基础,吸取Rumbaugh动态建模的思路来认识、理解和描述用电管理过程并构造模型。采用向向对象分析和设计的方法,利用现有大型网络关系型数据库管理系统(RDBMS)和前端开发工具Power-Builder 6.5,开发了供电企业用电管理信息系统。在基类的基础上,作者自定义了一些类,使类具有继承性的特点,并使用电管理信息系统具有可重用性,易修改和扩充,具有广阔的应用前景。 展开更多
关键词 用电管理信息系统 面向对象 电力系统 供电企业
下载PDF
面向对象的KMS系统分析 被引量:4
16
作者 安世虎 樊铭渠 《计算机工程与设计》 CSCD 2004年第4期557-560,共4页
知识管理系统(Knowledge Management systems,KMS)是知识管理的重要平台,然而,人们对于KMS的研究、开发和应用现在却处于初级阶段。在探讨KMS系统分析相关术语的基础上,根据知识转化和连接的思想,重点介绍了KMS的用户需求和面向对象的... 知识管理系统(Knowledge Management systems,KMS)是知识管理的重要平台,然而,人们对于KMS的研究、开发和应用现在却处于初级阶段。在探讨KMS系统分析相关术语的基础上,根据知识转化和连接的思想,重点介绍了KMS的用户需求和面向对象的基本模型,这些工作对KMS的研究人员和实践人员具有一定的参考价值。 展开更多
关键词 知识管理系统 KMS 面向对象分析 知识背景因素 知识转化 问题域 ooa基本模型
下载PDF
基于ADO的信用卡收银系统的研究与实现 被引量:5
17
作者 张国祥 《武汉理工大学学报(信息与管理工程版)》 CAS 2007年第2期62-65,104,共5页
通过面向对象的分析方法,研究并实现了信用卡收银系统;该系统采用Delphi编程,通过ADO接口,利用磁卡实现了收银系统的强大功能;它有利于商业的智能化管理,提高企业的经济效益和社会效率。
关键词 面向对象的分析 ADO 信用卡 收费系统
下载PDF
一个用面向对象方法开发应用系统的实例 被引量:2
18
作者 田金兰 裴非 《计算机工程与设计》 CSCD 北大核心 2000年第1期47-52,共6页
结合邮政业务管理系统具体说明怎样利用面向对象的方法来分析和设计应用系统。简要地描述系统的需求,Coad和Yourden的面向对象的分析(OOA)方法和面向对象的设计(OOD)方法,用该方法对邮政业务管理系统OOA模型... 结合邮政业务管理系统具体说明怎样利用面向对象的方法来分析和设计应用系统。简要地描述系统的需求,Coad和Yourden的面向对象的分析(OOA)方法和面向对象的设计(OOD)方法,用该方法对邮政业务管理系统OOA模型的5个层次进行具体分析,给出了一个子系统的OOA模型。讨论了OOD模型的4个组成部分的设计。 展开更多
关键词 面向对象 软件开发方法 邮政业务 管理系统
下载PDF
黑龙江省体教专业学生顶岗实习支教现状调查与分析 被引量:4
19
作者 王守文 《黑河学院学报》 2011年第3期47-50,共4页
通过对黑龙江省5所高校体育教育专业225名同学实施问卷调查,结合文献资料法、专家访谈法、实地调查法等研究方法,对黑龙江省顶岗实习支教现状进行分析与研究,研究结果表明,顶岗实习内容以体育教学、运动竞赛、体育管理等工作为主;影响... 通过对黑龙江省5所高校体育教育专业225名同学实施问卷调查,结合文献资料法、专家访谈法、实地调查法等研究方法,对黑龙江省顶岗实习支教现状进行分析与研究,研究结果表明,顶岗实习内容以体育教学、运动竞赛、体育管理等工作为主;影响参加顶岗实习支教因素主要有"顶岗实习支教学习效果不明"、"评价机制不具有激励性与科学性"、"未能达到学校要求标准";实习生们普遍认为"管理能力"、"教学能力"、"运动能力"是实习过程中最为欠缺的能力。 展开更多
关键词 体育教育专业 顶岗支教 支教内容 影响因素 对象分析
下载PDF
基于面向对象的搅拌反应釜CAD系统的分析和设计
20
作者 马爱亮 刘东学 郭肆伟 《机械设计与制造》 2003年第4期50-52,共3页
介绍了基于面向对象的搅拌反应釜CAD系统的开发过程,实现了搅拌反应釜的结构设计、强度计算及设计说明书与设计图的自动生成。
关键词 搅拌反应釜 CAD 面向对象 化工生产 ooa OOD
下载PDF
上一页 1 2 下一页 到第
使用帮助 返回顶部