Development of Object-Oriented Simulation Components for Discrete Event Simulation-A Study on Supermarket

碩士 === 國立臺灣科技大學 === 管理研究所資訊管理學程 === 87 === Adopting object-oriented approach to program simulation models has many advantages. One of them is that it enhances the reuse of program models and reduce the coding time. The object-oriented programming languages of more frequently used to dev...

Full description

Bibliographic Details
Main Authors: Hsu, Tsung-Yao, 許宗堯
Other Authors: Yang, Wei-Ning
Format: Others
Language:zh-TW
Published: 1999
Online Access:http://ndltd.ncl.edu.tw/handle/29188167839957536928
Description
Summary:碩士 === 國立臺灣科技大學 === 管理研究所資訊管理學程 === 87 === Adopting object-oriented approach to program simulation models has many advantages. One of them is that it enhances the reuse of program models and reduce the coding time. The object-oriented programming languages of more frequently used to develop simulation models are C++, Java, ADA, Objective-C, Modula-3, SmallTalk, Object Pascal, etc. Traditional programming approach of simulation models is usually associated with simulation libraries. That kind of approach is inferior to component-based programming. Delphi provides a good environment of developing components. Those visual simulation components developed in Delphi can reduce a great deal of programming time and let us construct the simulation models easily and rapidly. Our study develop some simulation components including essential simulation componets and supermarket components. By using these components, users can build a simple supermaket simulation model quickly. Users also can modify or extened the functions of the components to satisfy their needs. Associated with the other Delphi componets can make the functions of simulation application more complete. Also we demonstrate a complete simulation application which provides some practical functions.