期刊文献+
共找到69篇文章
< 1 2 4 >
每页显示 20 50 100
An Approach to Detect Structural Development Defects in Object-Oriented Programs
1
作者 Maxime Seraphin Gnagne Mouhamadou Dosso +1 位作者 Mamadou Diarra Souleymane Oumtanaga 《Open Journal of Applied Sciences》 2024年第2期494-510,共17页
Structural development defects essentially refer to code structure that violates object-oriented design principles. They make program maintenance challenging and deteriorate software quality over time. Various detecti... Structural development defects essentially refer to code structure that violates object-oriented design principles. They make program maintenance challenging and deteriorate software quality over time. Various detection approaches, ranging from traditional heuristic algorithms to machine learning methods, are used to identify these defects. Ensemble learning methods have strengthened the detection of these defects. However, existing approaches do not simultaneously exploit the capabilities of extracting relevant features from pre-trained models and the performance of neural networks for the classification task. Therefore, our goal has been to design a model that combines a pre-trained model to extract relevant features from code excerpts through transfer learning and a bagging method with a base estimator, a dense neural network, for defect classification. To achieve this, we composed multiple samples of the same size with replacements from the imbalanced dataset MLCQ1. For all the samples, we used the CodeT5-small variant to extract features and trained a bagging method with the neural network Roberta Classification Head to classify defects based on these features. We then compared this model to RandomForest, one of the ensemble methods that yields good results. Our experiments showed that the number of base estimators to use for bagging depends on the defect to be detected. Next, we observed that it was not necessary to use a data balancing technique with our model when the imbalance rate was 23%. Finally, for blob detection, RandomForest had a median MCC value of 0.36 compared to 0.12 for our method. However, our method was predominant in Long Method detection with a median MCC value of 0.53 compared to 0.42 for RandomForest. These results suggest that the performance of ensemble methods in detecting structural development defects is dependent on specific defects. 展开更多
关键词 object-oriented Programming Structural Development Defect Detection Software Maintenance Pre-Trained models Features Extraction BAGGING Neural Network
下载PDF
Object-Oriented Modeling of the Variation of Acceleration and Deceleration Characteristics in Relation to Speed Bands for Railway Vehicles
2
作者 Hyun-Soo Jeong Jong-Young Park Hanmin Lee 《Energy and Power Engineering》 2023年第8期277-290,共14页
Automated operation and artificial intelligence technology have become essential for ensuring the safety, efficiency, and punctuality of railways, with applications such as ATO (Automatic Train Operation). In this stu... Automated operation and artificial intelligence technology have become essential for ensuring the safety, efficiency, and punctuality of railways, with applications such as ATO (Automatic Train Operation). In this study, the authors propose a method to efficiently simulate the kinematic characteristics of railroad vehicles depending on their speed zone. They utilized the function overloading function supported by a programming language and applied the fourth-order Lunge-Kutta method for dynamic simulation. By constructing an object model, the authors calculated vehicle characteristics and TPS and compared them with actual values, verifying that the developed model represents the real-life vehicle characteristics accurately. The study highlights potential improvements in automated driving and energy consumption optimization in the railway industry. 展开更多
关键词 Railway Vehicle ATO Lunge-Kutta Method object-oriented model Function Overloading
下载PDF
Modeling Method of Automotive Body CAN/LIN Nets Application Protocol Based on Object-oriented Colored Petri Net 被引量:8
3
作者 FANG Hua HAN Jianghong and LIU Xiaoping 《Chinese Journal of Mechanical Engineering》 SCIE EI CAS CSCD 2011年第6期999-1006,共8页
Recently automotive nets are adopted to solve increasing problems in automotive electronic systems.Technologies of automotive local area network from CAN and LIN can solve the problems of the increasing of wire bunch ... Recently automotive nets are adopted to solve increasing problems in automotive electronic systems.Technologies of automotive local area network from CAN and LIN can solve the problems of the increasing of wire bunch weight and lack in module installation space.However,the multilayer automotive nets software becomes more and more complex,and the development expense is difficult to predict and to keep in check.In this paper,the modeling method of hierarchical automotive nets and the substitution operation based on object-oriented colored Petri net(OOCPN) are proposed.The OOCPN model which analyzes the software structure and validates the collision mechanism of CAN/LIN bus can speed the automobile system development.First,the subsystems are divided and modeled by object-oriented Petri net(OOPN).According to the sets of message sharing relations,the message ports among them are set and the communication gate transitions are defined.Second,the OOPN model is substituted step by step until the inner objects in the automotive body control modules(BCM) are indivisible and colored by colored Petri net(CPN).And the color subsets mark the node messages for the collision mechanism.Third,the OOCPN model of the automotive body CAN/LIN nets is assembled,which keeps the message sets and the system can be expanded.The proposed model is used to analyze features of information sharing among the objects,and it is also used to describe each subsystem real-time behavior of processing messages and implemental device controllers operating,and puts forward a reasonable software framework for the automotive body control subsystem.The research can help to design the communication model in the automotive body system effectively and provide a convenient and rapid way for developing the logical hierarchy software. 展开更多
关键词 automotive body CAN/LIN bus information sharing object-oriented colored Petri net modeling
下载PDF
STOCHASTIC OBJECT-ORIENTED PETRI NETS (SOPNS) AND ITS APPLICATION IN MODELING OF MANUFACTURING SYSTEM RELIABILITY 被引量:7
4
作者 JiangZhibin HeJunming 《Chinese Journal of Mechanical Engineering》 SCIE EI CAS CSCD 2003年第3期272-276,284,共6页
Object-oriented Petri nets (OPNs) is extended into stochastic object-oriented Petri nets (SOPNs) by associating the OPN of an object with stochastic transitions and introducing stochastic places. The stochastic transi... Object-oriented Petri nets (OPNs) is extended into stochastic object-oriented Petri nets (SOPNs) by associating the OPN of an object with stochastic transitions and introducing stochastic places. The stochastic transition of the SOPNs of a production resources can be used to model its reliability, while the SOPN of a production resource can describe its performance with reliability considered. The SOPN model of a case production system is built to illustrate the relationship between the system's performances and the failures of individual production resources. 展开更多
关键词 Stochastic object-oriented Petri nets modeling Reliability Manufacturing system
下载PDF
A Rice Growth Models (RGM) System by Object-Oriented Programming with Visual C++ 被引量:1
5
作者 MI Xiang-cheng, ZOU Ying-bin, SHI Ji-cheng, CAI Sheng and PENG Zheng-wen(College of Plant Science and Technology, Hunan Agricultural University, Changsha 410128 , P. R. China Ningxiang Agricultural Bureau of Hunan Province , Ningxiang 410600 , P. R. China) 《Agricultural Sciences in China》 CAS CSCD 2002年第10期1133-1140,共8页
Object-oriented programming divides the crop production into subsystems and simulates their behaviors. Many classes were designed to simulate the behaviors of different parts or different physiological processes in cr... Object-oriented programming divides the crop production into subsystems and simulates their behaviors. Many classes were designed to simulate the behaviors of different parts or different physiological processes in crop production system. At the same time, many classes have to be employed for bettering user's interface. But how to manage these classes on a higher level to cooperate them into a perfect system is another problem to study. The Rice Growth Models (RGM) system represents an effort to define and implement a framework to manage these classes. In RGM system, the classes were organized into the model-document-view architecture to separate the domain models, data management and user interface. A single document with multiple views interface frame window was adopted in RGM. In the architectures, the simulation models only exchange data with documents while documents act as intermediacies between simulation models and interfaces. Views get data from documents and show the results to users. The classes for the different functions can be grouped into different architectures. Different architectures communicate with each other through documents. The classes for the different functions can be grouped into different architectures. By using the architecture, communication between classes is more efficient. Modeler can add classes in architectures or other architectures to extend the system without having to change system structure, which is useful for construction and maintenance of agricultural system models. 展开更多
关键词 RICE Growth model object-oriented plogramming
下载PDF
Reliability Modelling and Analysis of Satellite Propulsion System Based on Reliability Block Diagram and Extended Object-Oriented Petri Net
6
作者 周行 黄洪钟 《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
Object-Oriented Modeling of Virtual Assembly Process
7
作者 Zheng Taixiong He Yulin Du Jing Department of Mechanical Engineering, Chongqing University, Chongqing 400044, China 《Computer Aided Drafting,Design and Manufacturing》 2002年第2期56-61,共6页
Virtual assembly is a Virtual Reality (VR) based engineering application which allows engineers to evaluate, analyze, and plan the assembly of mechanical systems. To model the virtual assembly process, new methodology... Virtual assembly is a Virtual Reality (VR) based engineering application which allows engineers to evaluate, analyze, and plan the assembly of mechanical systems. To model the virtual assembly process, new methodology must be applied. Based on the idea that the virtual assembly system is an event driven system, the interactive behavior and information model is proposed to describe the dynamic process of virtual assembly. Definition of the object-oriented model of virtual assembly is put forward. 展开更多
关键词 virtual assembly object-oriented approach modelING
下载PDF
Modelica-based Object-orient Modeling of Rotor System with Multi-Faults 被引量:1
8
作者 LI Ming WANG Yu +2 位作者 LI Fucai LI Hongguang MENG Guang 《Chinese Journal of Mechanical Engineering》 SCIE EI CAS CSCD 2013年第6期1169-1181,共13页
Modelica-based object-orient method is proved to be rapid, accurate and easy to modify, which is suitable for prototype modeling and simulation of rotor system, whose parameters need to be modified frequently. Classic... Modelica-based object-orient method is proved to be rapid, accurate and easy to modify, which is suitable for prototype modeling and simulation of rotor system, whose parameters need to be modified frequently. Classical non-object-orient method appears to be inefficient because the code is difficult to modify and reuse. An adequate library for object-orient modeling of rotor system with multi-faults is established, a comparison with non-object-orient method on Jeffcott rotor system and a case study on turbo expander with multi-faults are implemented. The relative tolerance between object-orient method and non-object-orient is less than 0.03%, which proves that these two methods are as accurate as each other. Object-orient modeling and simulation is implemented on turbo expander with crack, rub-impact, pedestal looseness and multi-faults simultaneously. It can be conclude from the case study that when acting on compress side of turbo expander separately, expand wheel is not influenced greatly by crack fault, the existence of rub-impact fault forces expand wheel into quasi-periodic motion and the orbit of expand wheel is deformed and enhanced almost 1.5 times due to pedestal looseness. When acting simultaneously, multi-faults cannot be totally decomposed but can be diagnosed from the feature of vibration. Object-orient method can enhance the efficiency of modeling and simulation of rotor system with multi-faults, which provides an efficient method on prototype modeling and simulation. 展开更多
关键词 rotor system multi-faults object-orient modelING modelICA
下载PDF
SL-tgStore:新的时序知识图谱存储模型
9
作者 李松 王哲 张丽平 《浙江大学学报(工学版)》 EI CAS CSCD 北大核心 2024年第3期449-458,共10页
为了解决时序知识图谱的存储问题,提出结合快照和日志模式的时序知识图谱存储模型SL-tgStore.模型由若干时间桶组成,每个时间桶由一系列的时间窗口组成.在首个时间窗口引入初始快照作为时序知识图谱存储和处理的基本单元,在接下来的时... 为了解决时序知识图谱的存储问题,提出结合快照和日志模式的时序知识图谱存储模型SL-tgStore.模型由若干时间桶组成,每个时间桶由一系列的时间窗口组成.在首个时间窗口引入初始快照作为时序知识图谱存储和处理的基本单元,在接下来的时间窗口存储为增量日志.提出相应的阈值来确定初始快照的生成,即生成一个新的时间桶,以达到初始快照数量与增量日志数量的平衡,并提出临时快照生成算法.所提模型能够有效解决快照存储模式消耗内存大,日志存储模式查询效率低的问题.为了对SL-tgStore模型进行高效查询,在此基础上提出4种索引结构.在4个真实数据集上进行实验,理论研究与实验结果表明所提出的SL-tgStore存储模型具有高效性. 展开更多
关键词 时序知识图谱 资源描述框架(RDF) 存储模型 日志模式 快照模式
下载PDF
编码孔径快照光谱成像重构算法综述
10
作者 马祥天 王立志 黄华 《计算机学报》 EI CAS CSCD 北大核心 2024年第1期190-212,共23页
光谱图像含有丰富的空间和光谱信息,能够反映目标的组成、结构和材料特性,在航天遥感、医疗诊断和机器视觉等领域具有重要的应用价值.近年来,光谱成像技术作为热点研究领域受到广泛关注.传统光谱成像技术采用沿空间维度或光谱维度扫描... 光谱图像含有丰富的空间和光谱信息,能够反映目标的组成、结构和材料特性,在航天遥感、医疗诊断和机器视觉等领域具有重要的应用价值.近年来,光谱成像技术作为热点研究领域受到广泛关注.传统光谱成像技术采用沿空间维度或光谱维度扫描的方式,依次获取待测物体表面的光谱信息.由于曝光时间较长,传统光谱成像技术不适用于拍摄动态场景.编码孔径快照光谱成像(Coded Aperture Snapshot Spectral Imaging,CASSI)是光谱成像的前沿技术方案,能够从单次曝光中快速获取动态场景的光谱图像,其包括两个阶段:对高维光谱图像的“编码降维采集”和对低维观测图像的“解码升维重构”.CASSI的早期研究聚焦于“编码降维采集”,通过物理系统设计提升图像编码的有效性,包括编码模板设计和双相机系统设计.目前,CASSI的“编码降维采集”物理系统趋于稳定,其“解码升维重构”决定了光谱成像的质量和效率.本文综述CASSI的重构算法.首先介绍CASSI的物理系统和前向模型,详细描述物理系统的组成元件和硬件参数,推导CASSI前向模型的数学表达;其次梳理CASSI重构的特点和挑战,其挑战主要存在于系统前向模型、先验表示模型、算法灵活性、算法复杂度、实物数据集等方面;之后重点归纳重构算法的研究现状,包括基于优化模型的重构算法和基于深度学习的重构算法.基于优化模型的重构算法利用凸优化模型求解线性逆问题,结合平滑、稀疏、低秩等手工设计的先验表示模型降低逆问题的欠定性;基于深度学习的重构算法利用数据驱动的方式建立先验表示模型,结合端到端全网络、深度展开、即插即用等框架求解重构图像.接着比较主流算法的重构质量和计算效率,以峰值信噪比、结构相似度、光谱角制图为重构质量的评价指标,以模型参数量、浮点计算量为计算效率的评价指标.最后讨论现有工作的不足和未来研究趋势,指出当前仍未解决的领域痛点,展望进一步的研究方向,为本领域开拓创新提供参考. 展开更多
关键词 快照光谱成像 编码孔径 图像重构 优化模型 深度学习
下载PDF
Extended Object Model for Product Configuration Design 被引量:3
11
作者 Zhi-Wei Xu Ze-Zhong Liang Zhong-Qi Sheng 《International Journal of Automation and computing》 EI 2010年第3期289-294,共6页
This paper presents an extended object model for case-based reasoning (CBR) in product configuration design. In the extended object model, a few methods of knowledge expression are adopted, such as constraints, rule... This paper presents an extended object model for case-based reasoning (CBR) in product configuration design. In the extended object model, a few methods of knowledge expression are adopted, such as constraints, rules, objects, etc. On the basis of extended object model, case representation model for CBR is applied to product configuration design system. The product configuration knowledge can be represented by the extended object. The model can support all the processes of CBR in product configuration design, such as case representation, indexing, retrieving, and case revising. The presented model is an extension of the traditional object-oriented model by including the relationship class used to express the relation between the cases, constraints class used in the product configuration knowledge representation, index class used in ease retrieving, and solution class used in case revising. Therefore, the product configuration knowledge used in the product configuration design can be represented by using this model. In the end, a metering pump product configuration design system is developed on the basis of the proposed product configuration model to support customized products. 展开更多
关键词 Mass customization product configuration case-based reasoning (CBR) object-oriented modeling case representation.
下载PDF
AN INTEGRATED DATA MODEL IN THREE DIMENSIONAL GIS 被引量:1
12
作者 Gong Jianya Xia Zongguo 《Geo-Spatial Information Science》 1999年第1期1-8,15,共9页
The current GIS can only deal with 2-D or 2.5-D information on the earth surface. A new 3-D data structure and data model need to be designed for the 3-D GIS. This paper analyzes diverse 3-D spatial phenomena from min... The current GIS can only deal with 2-D or 2.5-D information on the earth surface. A new 3-D data structure and data model need to be designed for the 3-D GIS. This paper analyzes diverse 3-D spatial phenomena from mine to geology and their complicated relations, and proposes several new kinds of spatial objects including cross-section, column body and digital surface model to represent some special spatial phenomena like tunnels and irregular surfaces of an ore body. An integrated data structure including vector, raster and object-oriented data models is used to represent various 3-D spatial objects and their relations. The integrated data structure and object-oriented data model can be used as bases to design and realize a 3-D geographic information system. 展开更多
关键词 3-D GEOGRAPHIC information system object-oriented data model VECTOR RASTER
下载PDF
Modeling and analysis for the image mapping spectrometer
13
作者 袁艳 丁晓铭 +1 位作者 苏丽娟 王婉悦 《Chinese Physics B》 SCIE EI CAS CSCD 2017年第4期144-155,共12页
The snapshot image mapping spectrometer(IMS) has advantages such as high temporal resolution,high throughput,compact structure and simple reconstructed algorithm.In recent years,it has been utilized in biomedicine,r... The snapshot image mapping spectrometer(IMS) has advantages such as high temporal resolution,high throughput,compact structure and simple reconstructed algorithm.In recent years,it has been utilized in biomedicine,remote sensing,etc.However,the system errors and various factors can cause cross talk,image degradation and spectral distortion in the system.In this research,a theoretical model is presented along with the point response function(PRF) for the IMS,and the influence of the mirror tilt angle error of the image mapper and the prism apex angle error are analyzed based on the model.The results indicate that the tilt angle error causes loss of light throughput and the prism apex angle error causes spectral mixing between adjacent sub-images.The light intensity on the image plane is reduced to 95%when the mirror tilt angle error is increased to ±100 "(≈ 0.028°).The prism apex error should be controlled within the range of 0-36"(0.01°)to ensure the designed number of spectral bands,and avoid spectral mixing between adjacent images. 展开更多
关键词 imaging spectrometers snapshot imaging spectrometer imaging model image mapper
下载PDF
The Model and Design for COM-Based e-Commerce Application System
14
作者 唐晓梅 孙莉 《Journal of Donghua University(English Edition)》 EI CAS 2002年第3期118-122,共5页
From the point of constructing e-commerce application system, based on the structured analysis and Object-Oriented Design method, a combined modeling method Business-Process Driven(BPD) is proposed. This method focuse... From the point of constructing e-commerce application system, based on the structured analysis and Object-Oriented Design method, a combined modeling method Business-Process Driven(BPD) is proposed. This method focuses on the business process through the development process of the system. First, the business model of the system, then commercial object model is introduced according to the business model. At last the COM-model for the system is established. The system is implemented in an iterative and incremental way. The design and analysis result of each stage is illustrated by series of views using the modeling tool UML. 展开更多
关键词 COM object-oriented model UML.
下载PDF
A New Software Reliability Framework —— A Extended Cleanroom Model
15
作者 姚文斌 《High Technology Letters》 EI CAS 2001年第2期42-46,共5页
Cleanroom software engineering has been proven effective in improving software development quality while at the same time increasing reliability. To adapt to large software system development, the paper presents an ex... Cleanroom software engineering has been proven effective in improving software development quality while at the same time increasing reliability. To adapt to large software system development, the paper presents an extended the Cleanroom model, which integrates object-oriented method based on stimulus history, reversed engineering idea, automatic testing and reliability assessment into software development. The paper discusses the architecture and realizing technology of ECM. 展开更多
关键词 Cleanroom model Stimulus history object-oriented method Reversed engineering Automatic testing Reliability assessment
下载PDF
MODELING OF FMS BASED ON UML AND OPNS
16
作者 Gao Meimei Wu Zhiming (Department of Automation, Shanghai Jiaotong University) 《Chinese Journal of Mechanical Engineering》 SCIE EI CAS CSCD 2000年第2期90-95,共6页
As the main component of computer integrated manufacturing system (CIMS), flexible manufacturing system (FMS) should be an open system with reusability and extenchaility. Moreover, as FMS is a complex asynchronous con... As the main component of computer integrated manufacturing system (CIMS), flexible manufacturing system (FMS) should be an open system with reusability and extenchaility. Moreover, as FMS is a complex asynchronous concurrent system, its model also should have the abilities to express the concurrency in the system and to analyze the behavior of the system. It is difficult to use any one method to model such a complex system as FMS. A modeling method using Object-oriented modeling language-unified modeling language (UML) and object-Oriented Petri nets (OPNs) is proposed. Class diagram in UML is used to represent the static relations among the objects in FMS. OPNs are used to model the dynamic behavior of the objects and conduct performance analysis. OPNs also can be used to identify the attributes and operations of the objects. The model can describe the system integrally and can be used to design FMS control software naturally. 展开更多
关键词 Flexible manufacturing system modeling object-oriented model Unified modeling language object-oriented Pert nets (Opens)
下载PDF
Modeling and OLAP Cubes for Database of Ground and Municipal Water Supply
17
作者 Taskeen Zaidi Annapurna Singh Vipin Saxena 《Computational Water, Energy, and Environmental Engineering》 2013年第3期77-82,共6页
Modeling plays an important role for the solution of the complex research problems. When the database became large and complex then it is necessary to create a unified model for getting the desired information in the ... Modeling plays an important role for the solution of the complex research problems. When the database became large and complex then it is necessary to create a unified model for getting the desired information in the minimum time and to implement the model in a better way. The present paper deals with the modeling for searching of the desired information from a large database by storing the data inside the three dimensional data cubes. A sample case study is considered as a real data related to the ground water and municipal water supply, which contains the data from the various localities of a city. For the demonstration purpose, a sample size is taken as nine but when it becomes very large for number of localities of different cities then it is necessary to store the data inside data cubes. A well known object-oriented Unified Modeling Language (UML) is used to create Unified class and state models. For verification purpose, sample queries are also performed and corresponding results are depicted. 展开更多
关键词 modelING DATABASE object-oriented UNIFIED modelING Language OLAP Data CUBES Water Supply
下载PDF
地震正演模拟技术在膏盐岩识别中的应用 被引量:1
18
作者 李广才 王兴宇 +2 位作者 李培 张鹏辉 何梅兴 《中国煤炭地质》 2023年第2期67-72,共6页
膏盐岩层是一种良好的油气盖层,可作为探寻油气的一种先行有利条件,识别膏盐岩层对油气勘探具有积极的指导意义。目前地震波在膏盐岩层传播规律与波场特征有待进一步研究,尤其复杂构造膏盐岩对下伏地层的地震成像影响一直是勘探领域关... 膏盐岩层是一种良好的油气盖层,可作为探寻油气的一种先行有利条件,识别膏盐岩层对油气勘探具有积极的指导意义。目前地震波在膏盐岩层传播规律与波场特征有待进一步研究,尤其复杂构造膏盐岩对下伏地层的地震成像影响一直是勘探领域关注的热点问题之一。地震正演模拟可为揭示地震波在膏盐岩层传播规律、描述波场特征提供重要支撑。首先模拟研究了水平薄沉积膏盐岩层同地震子波分辨率问题,其次针对强变形的膏盐岩构造,设计了“眼球状”盐丘模型和复杂膏盐岩入侵白云岩的逆冲推覆地质模型,对地震地质模型进行了地震正演模拟和数据叠加、成像处理。结果表明:受限于地震子波频带,薄膏盐层厚达二分之一波长方可完全分辨;通过波动方程差分求解对复杂含膏盐地质体进行实际地震模拟,可动态显示地震波场向下延拓的细节特征;膏盐岩层引起的多次波、散射波及导波等干扰降低了下伏层反射波信噪比和连续性;利用覆盖次数较高观测系统可增强有效反射信号能量,识别一定厚度地下薄膏盐岩层;高速膏盐岩对下伏地层能量具有屏蔽作用,且使下伏地层产生明显“上拉”假象,模拟应用进一步深化了对含膏盐岩层地震波场的特征认识。 展开更多
关键词 正演模拟 膏盐岩 波场快照 分辨率 地震成像
下载PDF
A Kind of Object-Oriented Model Representation andthe MBMS 被引量:2
19
作者 LUO Jian FU Rong(Department of Automation,Xiamen University,China 361005) 《Systems Science and Systems Engineering》 CSCD 1999年第2期237-243,共7页
According to the theory of Object Oriented analysis and design method, a kind ofrepresentation of model and the structure of the model base management system is presented, and therealization of the method is introduced.
关键词 model model-base management system object-oriented decision support system
原文传递
An approach to improve the quality of object-oriented models from novice modelers through project practice 被引量:1
20
作者 Zhiyi MA 《Frontiers of Computer Science》 SCIE EI CSCD 2017年第3期485-498,共14页
The defects in object-oriented models will result in poor quality of applications based on the models, and thus it is necessary to know which defects often occur in practice, to what extent they occur, why they occur,... The defects in object-oriented models will result in poor quality of applications based on the models, and thus it is necessary to know which defects often occur in practice, to what extent they occur, why they occur, and how they can be prevented. To gain deeper insights into these problems, this paper discusses how to improve the quality of object- oriented models from novice modelers through project prac- tice. This paper summarizes a set of typical quality defect types from a large number of the defects, and confirms them through our project practice. Moreover, the paper analyzes the improvement of the quality of object-oriented models by quantifying the level of occurrence for the defect types in dif- ferent phases of the project practice, and presents preventive measures by analyzing the causes for the defects to occur in object-oriented models in the aspects of syntax, semantics, and pragmatics. 展开更多
关键词 quality defects object-oriented models quality analysis project practice
原文传递
上一页 1 2 4 下一页 到第
使用帮助 返回顶部