C based discrete event simulation support system

  • Authors:
  • Sathyakumar Selvaraj;Eric L. Blair;Milton L. Smith;William M. Marcy

  • Affiliations:
  • Department of Industrial Engineering, Texas Tech University, Lubbock, Texas;Department of Industrial Engineering, Texas Tech University, Lubbock, Texas;Department of Industrial Engineering, Texas Tech University, Lubbock, Texas;Department of Industrial Engineering, Texas Tech University, Lubbock, Texas

  • Venue:
  • WSC '88 Proceedings of the 20th conference on Winter simulation
  • Year:
  • 1988

Quantified Score

Hi-index 0.00

Visualization

Abstract

The C programming language is gaining in popularity with professional programmers because of its powerful constructs, versatility and portability. The state of development of C compilers has advanced to the degree that applications generally require less memory and execute more quickly when coded in C compared to other languages such as BASIC, FORTRAN, or Pascal. DISC (DIscrete event Simulation in C) provides an environment for creating and executing discrete event simulation models with event routines written in C. It provides a library of simulation support functions similar to those provided in FORTRAN based simulation languages such as GASP, SLAM and SIMAN. The effective implementation of C language capabilities in DISC, which are pertinent to simulation, results in the following advantages: dynamic memory management, interactive execution environment, interactive trace, powerful debugging facility, flexible input-output and faster execution.