Giter Club home page Giter Club logo

priorityqueue-stimulation-with-matlab's Introduction

well this is coded for my course program

i use matlab to stimulate a queueing system

In the system,we have two types of customers,one type have non-premitive priority over the other type

代码TypeB参考自https://blog.csdn.net/qq_29831163/article/details/89738145中代码

TwoType是我的实现,应用多服务台两类顾客的排队情况,一类对另一类有非强占优先权。每一类内部排队遵循FCFS服务规则

对于TwoType.m中参数的解释:

n=80000;m=1000;lamba1=1/1.5;lamba2=1/3;mu2=1/0.42;

n为模拟时长,m为模拟次数,lamba1为高优先级顾客到达速率 ,lamba2为低优先级顾客到达速率,mu2为服务速率

改变服务台数量需要在下方代码中具体修改

priorityqueue-stimulation-with-matlab's People

Contributors

carlosfel 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.