期刊文献+
共找到39篇文章
< 1 2 >
每页显示 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
Object-oriented Modular Model Library for Distillation
6
作者 CHEN Chang DING Jianwan CHEN Liping 《Chinese Journal of Chemical Engineering》 SCIE EI CAS CSCD 2013年第6期600-610,共11页
For modeling and simulation of distillation process, there are lots of special purpose simulators along with their model libraries, such as Aspen Plus and HYSYS. However, the models in these tools lack of flexibility ... For modeling and simulation of distillation process, there are lots of special purpose simulators along with their model libraries, such as Aspen Plus and HYSYS. However, the models in these tools lack of flexibility and are not open to the end-user. Models developed in one tool can not be conveniently used in others because of the barriers among these simulators. In order to solve those problems, a flexible and extensible distillation system model library is constructed in this study, based on the Modelica and Modelica-supported platform MWorks, by the object-oriented technology and level progressive modeling strategy. It supports the reuse of knowledge on different granularities: physical phenomenon, unit model and system model. It is also an interface-friendly, accurate, fast PC-based and easily reusable simulation tool, which enables end-user to customize and extend the framework to add new functionality or adapt the simulation behavior as required. It also allows new models to be composed programmatically or graphically to form more complex models by invoking the existing components. A conventional air distillation column model is built and calculated using the library, and the results agree well with that simulated in Anen Plus. 展开更多
关键词 distillation system object-oriented modelica/MWorks level progressive model reuse
下载PDF
Reliability Modelling and Analysis of Satellite Propulsion System Based on Reliability Block Diagram and Extended Object-Oriented Petri Net
7
作者 周行 黄洪钟 《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
8
作者 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
Analysis and Design of Soils and Terrain Digital Database (SOTER) Management System Based on Object-Oriented Method 被引量:4
9
作者 ZHANGHAITAO ZHOUYONG +2 位作者 R.V.BIRNIE A.SIBBALD RENYI 《Pedosphere》 SCIE CAS CSCD 2003年第2期111-120,共10页
A SOTER management system was developed by analyzing, designing, programming, testing, repeated proceeding and progressing based on the object-oriented method. The function of the attribute database management is inhe... A SOTER management system was developed by analyzing, designing, programming, testing, repeated proceeding and progressing based on the object-oriented method. The function of the attribute database management is inherited and expanded in the new system. The integrity and security of the SOTER database are enhanced. The attribute database management, the spatial database management and the model base are integrated into SOTER based on the component object model (COM), and the graphical user interface (GUI) for Windows is used to interact with clients, thus being easy to create and maintain the SOTER, and convenient to promote the quantification and automation of soil information application. 展开更多
关键词 component object model database model object-oriented SOTER
下载PDF
Modelica-based Object-orient Modeling of Rotor System with Multi-Faults 被引量:1
10
作者 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
Role Assignment and Cooperation of Ontology and Object-Oriented Principle in Construction of Digital Product Model
11
作者 上官景昌 阎艳 +2 位作者 刘海涛 王国新 赵博 《Tsinghua Science and Technology》 SCIE EI CAS 2009年第S1期71-76,共6页
Powerful expressive ability of semantic information, to be easily computed and flexibility are basic features of digital product model (DPM). Using ontology and object-oriented principle (OOP) together to cope with pr... Powerful expressive ability of semantic information, to be easily computed and flexibility are basic features of digital product model (DPM). Using ontology and object-oriented principle (OOP) together to cope with problems in modeling is brought forward in this paper. The two are widely used and do well in modeling, but they each alone cannot cope with all issues and new challenges. Three basic requests are pointed out in DPM modeling. Status, problems, and root of current non-semantic and semantic models are introduced. Ontology, OOP, and their difference are introduced. It is found that the two are entirely complementary with each other. How to assign the roles and to cooperate for the two in coping with the three basic issues in DPM modeling are explained in detail. 展开更多
关键词 ONTOLOGY object-oriented principle digital product model data representation role assignment and cooperation
原文传递
A Kind of Object-Oriented Model Representation andthe MBMS 被引量:2
12
作者 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
13
作者 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
原文传递
An Object-Oriented Transaction Model
14
作者 顾君忠 《Journal of Computer Science & Technology》 SCIE EI CSCD 1993年第4期289-306,共18页
In object-oriented database systems(OODBSs),the traditional transaction models are no longer suit- able because of the difference between the object-oriented data model(OODM)and the conventional da- ta models(e.g.rela... In object-oriented database systems(OODBSs),the traditional transaction models are no longer suit- able because of the difference between the object-oriented data model(OODM)and the conventional da- ta models(e.g.relational data model).In this paper,transaction models for advanced databuse applica- tions are reviewed and their shortcomings are analyzed.Exchangeability of operations is proposed in- stead of commuativity and recoverability for using more semantics in transaction management.As a result,an object-oriented transaction model(in short,OOTM)is presented.It is not modeled for some special application,but directly based on object-oriented paradigms.A transaction is regarded as an interpretation of a method.Each transaction(even subtransactions)keeps relative ACID(Atomicity, Consistency,Isolation,Durability )properties,therefore the special problems appearing in OODBSs such as“long transactions”,“visibility of inconsistent database state”can be solved. 展开更多
关键词 Objects methods TRANSACTIONS object-oriented data model (OODM) object-oriented database system (OODBS) object-oriented transaction model (OOTM) relative ACID EXCHANGEABILITY
原文传递
Modelling Enterprises with Object-Oriented Paradigm
15
作者 顾君忠 《Journal of Computer Science & Technology》 SCIE EI CSCD 1993年第3期270-279,共10页
Modelling enterprises include two essential tasks:data modelling for static properties and behaviours modelling for dynamic properties.Traditionally,the data modelling and behaviours modelling are separated in differe... Modelling enterprises include two essential tasks:data modelling for static properties and behaviours modelling for dynamic properties.Traditionally,the data modelling and behaviours modelling are separated in different phases and also in different description forms,e.g.the former is modelled in entity-relationship diagrams(ERDs),and the latter is modelled in data flow diagrams (DFDs).The separation could result in an incorrect description of the relationships between da- ta and behaviours,so that the enterprise model couldn't reflect the actual conditions and demands of the enterprise.In this paper an object-oriented approach integrating data with behaviours in a model for the Enterprises Management Information Systems(in short,EMISs)is proposed.As an isomorphic mapping of enterprises an object-oriented model can,in a natural form,exactly describe the dynamic and static properties of enterprises in an integrated model.Therefore it can be easily used by the end-users(e.g.the experts in accounting,financial reporting,and business managers) to specify their demands and communicate with the system analysts and designers.Based on the model an EMIS can be prototyped quickly,and then be conveniently evolved with inheritance mechanism to an adaptive application system according to the actual demands of the enterprise. 展开更多
关键词 Enterprises Management Information System(EMIS) object-system object-oriented system object-oriented modelling O-graph OO-graph OC-graph.
原文传递
Object-oriented Integrated Multi-view Modeling Approach in CIMS
16
作者 陈加栋 熊光楞 《Tsinghua Science and Technology》 SCIE EI CAS 1996年第2期98-102,共5页
The consistency of the CIMS multi-view model is a complicated problem which plays an important role inthe CIMS life cycle. Based on the function-oriented multi-view modeling approach, an object-oriented integratedmult... The consistency of the CIMS multi-view model is a complicated problem which plays an important role inthe CIMS life cycle. Based on the function-oriented multi-view modeling approach, an object-oriented integratedmulti-view modeling approach was further provided.CIM system is composed of several objects where each objecthas a multi-view description.The four most important view-points: function, information, resource and dynamic viewpoint were chosen to provide conceptual model of the object-oriented integrated multi-view modeling in CIMS using a system integration approach 展开更多
关键词 object-oriented multi-view modeling simulation PETRI-NET
原文传递
Object-oriented World-view for Discrete-Event Simulation Modelling
17
作者 LIN Jian(The Management School Beijing University of Aeronautics & Astronautics Beijing 100083 China) 《Systems Science and Systems Engineering》 CSCD 1996年第4期411-416,共6页
Object-oriented world-view provides a natural and powerful paradignl for expressing system elements and their dynamic behaviour for discrete-event simulation. Simulation gives the critical ability to study the dynamic... Object-oriented world-view provides a natural and powerful paradignl for expressing system elements and their dynamic behaviour for discrete-event simulation. Simulation gives the critical ability to study the dynamic behaviour of the models that are defined with object-voriented means. This paper first examines the ways of applying the object-oriented world-view to three major discrete simulation modelling approaches, then considers the process and merits of object-oriented simulation modelling. 展开更多
关键词 Object orientation discrete-event simulation object-oriented modelling
原文传递
Modeling method of hybrid systems using extended Petrinets 被引量:1
18
作者 周炳海 王世进 陶丽华 《Journal of Southeast University(English Edition)》 EI CAS 2005年第3期304-309,共6页
In order to model effectively hybrid systems,a new modeling method of extended Petri nets,which is called extended object-orient hybrid Petri net (EOHPN),is proposed.To deal with the complexity of hybrid systems, ob... In order to model effectively hybrid systems,a new modeling method of extended Petri nets,which is called extended object-orient hybrid Petri net (EOHPN),is proposed.To deal with the complexity of hybrid systems, object-oriented abstraction mechanisms such as encapsulation and classifications are merged into EOHPN models.To combine the continuous part and discrete part of hybrid systems and to reduce the complexity of hybrid systems,a hybrid Petri net is introduced and extended with object-oriented modeling technology.Development of object models is suggested on the basis of the defined EOHPN.Finally, an application-oriented case is presented to illustrate that how the proposed EOHPN is used to model hybrid systems.The resulting model validates that the EOHPNs can deal with the modeling complexity of hybrid systems. 展开更多
关键词 Petri nets object-oriented model hybrid system modelING
下载PDF
Extended Object Model for Product Configuration Design 被引量:4
19
作者 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 被引量:2
20
作者 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
上一页 1 2 下一页 到第
使用帮助 返回顶部