Giter VIP home page Giter VIP logo

cmpt305-project1-2022-spring's Introduction

CMPT 305 Project 1

Group member

  • Bo (Jerry) Wang
  • Qian (Levi) Wang
  • Wenhui (Warren) Wu

Development abstract:

In 21 days, our group needs to implement a simulation mimicking a complex system. With the knowledge and skills learned from the class, we accomplished the task by using analytic (queueing) models. In addition, we get a chance to analyze the performance of this complex system by changing different input parameters. With the power of class in C++, we choose the object-oriented approach to solve the problem. With appropriate object methods, we can record the necessary information directly into the object, and report the wanted statistic result when needed.

This is the flowchart we came up for this project: Project 1 flowchart


Start and End of Simulation:

Simulation starts at 12 AM, and ends at 12 AM the following day.

The simulation should correctly handle any correct choice of input parameters λh , λm , λl , μe , μh , μm , μl , μc , B, R, m1 and m2. All these parameters should be arguments to call the program, in addition to the random seed S.

Executable:

The executable should run using the following command line parameter format:

./proj1 λh λm λl μe μh μm μl μc B R m1 m2 S

To compile and run the executable:

make proj1
./proj1 λh λm λl μe μh μm μl μc B R m1 m2 S

cmpt305-project1-2022-spring's People

Contributors

jerrybowang avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.