搜索资源列表
moxingmoni
- 一个学习模型模拟不错的例子,对排队等候这种情况进行了简单的模拟。-a good model to study the example of the queue waiting for this for a simple simulation.
zuigao
- 试模拟最高响应比调度算法原理 描述:从就绪队列中选择一个响应比最高的进程,让其获得处理器执行,直到该进程完成或因等待事件而退出处理器为止。模拟实现这一组进程的工作过程。 -Test scheduling algorithm for simulation of the maximum response ratio theory descr iption: From the ready queue, select a response ratio of the highest process
Multilevel_Queue_Scheduling
- 合肥工业大学操作系统课程设计-实现进程多级队列调度算法的模拟(附课程设计报告) 建立作业的数据结构描述; 使用两种方式产生作业:(a)自动产生, (b)手工输入; 在屏幕上显示每个作业的执行情况; 时间的流逝可用下面几种方法模拟:(a)按键盘,每按一次可认为过一个时间单位; (b) 响应WM_TIMER; 计算并显示一批作业的周转时间、平均周转时间、带权周转时间、平均带权周转时间。
SMPL_PROJ_DevCpp
- M/M/1 queue simulation
InterCup
- c#编写上位机,采用多线程技术及模拟消息队列-c# prepared PC, multi-threading and message queue simulation
bank
- 银行排号模拟系统,链表与队列结构,模拟等待时间与排队队列信息-The bank the Arranging simulation system, linked list and queue structure to simulate the waiting time and queuing queue information
parking-lot
- 以栈模拟停车场,以队列模拟车场外的便道,按照从终端读入数据的序列进行模拟管理。每一组输入数据包括三个数据项:汽车的“到达”(‘A’表示)或“离去”(‘D’表示)信息、汽车标识(牌照号)以及到达或离去的时刻。对每一组输入数据进行操作后的输出信息为:若是车辆到达,则输出汽车在停车场内或者便道上的停车位置;若是车辆离去,则输出汽车在停车场停留的时间和应缴纳的费用(便道上停留的时间不收费)。栈以顺序结构实现,队列以链表结构实现。-Parking in the stack simulation to si
duilie
- 数据结构课程设计-模拟队列结构实现各种队列操作-Simulation of the queue structure to achieve a variety of queue operation
saf-by-c-sharp
- Implementation of the system simulation queue in C#
