搜索资源列表
opnet-simulation-of-initiative-queue-management.ra
- opnet simulation of initiative queue management
queue
- 单服务台排队系统仿真 离散事件系统仿真 达时间间隔以及服务员为每个顾客服务的时间服从指数分布,-Single-server queuing system, discrete event system simulation
tree
- 用树的应用模拟铁路查询功能。掌握图的邻接表的定义及应用,能够熟练使用邻接表。加强对map容器的理解,能够熟练使用map容器,复习集合和字典的相关知识。理解最短路径问题,并使用Dijkstra算法解决最短路径问题。掌握线形表的使用,并理解优先队列解决问题的过程。利用栈解决需要逆向输出的问题。 -Application of simulation using the tree railway inquiry function. Master graph adjacency list of def
Swithcing.tar
- This a Switch simulation... with 4 types of switches... and also we have average simulation time over these 4 switches 1. No Queue 2. Input Queue 3. Input Queue with iterative 4. Output QUeue-This is a Switch simulation... with 4 types
SimulationofMM1
- presenting simple MM1 simulation with measurement of number of user and queue length
mm1
- 一个简单的排队系统仿真应用,可用于理发店等单队列的场合。-A simple queuing system simulation application, can be used for a single queue barber shop and other occasions.
Multilevel_Queue_Scheduling
- 合肥工业大学操作系统课程设计-实现进程多级队列调度算法的模拟(附课程设计报告) 建立作业的数据结构描述; 使用两种方式产生作业:(a)自动产生, (b)手工输入; 在屏幕上显示每个作业的执行情况; 时间的流逝可用下面几种方法模拟:(a)按键盘,每按一次可认为过一个时间单位; (b) 响应WM_TIMER; 计算并显示一批作业的周转时间、平均周转时间、带权周转时间、平均带权周转时间。
mm1_simple
- M/M/1 queue system simulation
Bank-queuing-simulation-program
- 银行排队仿真程序,对银行的排队进行仿真,该程序的主要模拟银行从开始营业到下班的人流问题,程序给出了队列的动态模拟(用字符“*”表示人),客户的来以及办理时间均为随机数,由库函数srand()产生,基本按C++数据封装的思想实现,在main中放了一个界面壳子。程序是用C++在VS上编出来的-Bank queuing simulation program, the simulation line up on the banks of the main simulation program open
queue
- 用双头栈模拟队列,要求实现一个队列,提供Enqueue(&q, e)和Dequeue(&q, &e)两个接口 保证先进先出,用双头栈DStack实现(分A、B两个头),DStack只提供pushA(), popA(), pushB(), popB()等几个接口,不能访问任何位置i的元素,不能进行任意位置的插入、删除操作-Queue with a double stack simulation, called for a queue to provide Enqueue (& q, e) an
pgm11_22.cpp.tar
- learn C++ simulation-queue model with C++
simulation
- simulation of queue using excel
MM1-SIMULATION
- MM1排队仿真,对平均队长,平均等待时间的仿真-MM1 QUEUE SIMULATION,get average length, average waiting time
queue-model
- Create a Monte Carlo simulation of random source of packets that are received and processed by a M/M/1 queue.-Create a Monte Carlo simulation of random source of packets that are received and processed by a M/M/1 queue.
barber-simulation-system
- 理发馆仿真系统,利用链表,实现理发馆排队时间统计和仿真。-The barber simulation system, using the list, realize the barber queue time statistics and simulation.
airport-simulation
- 用队列来实现机场的起飞和降落队列。队列是用链表结构封装后来实现的。 假设有一个每次前进一分钟的模拟时钟,对于每一分钟,产生两个在0-99内的随机数:如果第一个随机数小于landingRate*100,那么一个“着陆到达”将发生并被添加到着陆队列中;如果第二个随机数小于takeOffRate*100,那么一个“起飞到达”将发生并被添加到起飞队列中。接着,检查跑道是否空闲。若空闲,首先检查着陆队列是否为非空,如果是,允许第一架飞机着陆;否则,处理起飞队列 -With a queue to a
queue
- 用c语言编程实现数据结构中队列,模拟机场办理登记手续。-With C language programming to queue data structure, simulation of airport check-in.
CPP
- C++实现栈的操作,队列的操作和用栈模拟队列-C++ achieve stack operation, operation and use of the queue stack simulation queue
saf-by-c-sharp
- Implementation of the system simulation queue in C#
MM1-Queue
- Broadband networking M/M/1 Queue Matlab simulation
