搜索资源列表
-
0下载:
在进程管理与调度模拟系统中,共涉及到两个类和一个结构体:PCB结构体、链队列类和OS类。操作系统启动后,在系统内将存在PCB池,用来存放进程的PCB结构,PCB池的大小决定了系统中能同时存在的进程数量。在本系统中,假定系统能同时存在的进程数为20个,用一个PCB的数组来表示。PCB池中的PCB会有四种状态:运行状态、就绪状态、阻塞状态和空闲状态,所以,在操作系统中将会有四种队列:运行队列、就绪对列、阻塞队列和空闲队列。进程的创建随着操作系统的调度,将会在这四种队列中变迁。-in process
-
-
0下载:
停车场管理系统源程序
以栈模拟停车场,以队列模拟车场外的便道,按照从终端读入的输入数据序列进行模拟管理-carpark management system to stack source simulated car parks, to queue outside the simulated car sidewalk, according to read from the terminal input sequence data management simulation
-
-
0下载:
这是一个操作系统进程管理的模拟程序。
采用FCFS,多级反馈队列等算法调度进程。
这是我们操作系统课程的一个项目。-This is a process management system simulation program. Using FCFS queue, multi-level feedback queue algorithm scheduling process. This is our operating systems course of a project.
-
-
0下载:
一个银行业务的事件驱动模拟系统,银行有两种业务:第一,取款或借款;第二,存款或还款。银行有两个窗口,用两个队列实现。事件表用带头结点的单向链表实现。-A banking system of event-driven simulation, the bank has two operations: first, the withdrawal or loan second, deposit or payment. Bank has two windows, with two queue imple
-
-
0下载:
单服务台排队系统仿真
离散事件系统仿真
达时间间隔以及服务员为每个顾客服务的时间服从指数分布,-Single-server queuing system, discrete event system simulation
-
-
0下载:
用进程调度算法的多级反馈队列实现 的过程模拟系统-The process of scheduling algorithm using multi-level feedback queue, the process of realization of simulation system
-
-
0下载:
用进程调度算法的多级反馈队列实现 的过程模拟系统-The process of scheduling algorithm using multi-level feedback queue, the process of realization of simulation system
-
-
0下载:
CPU分时系统模拟.不同用户轮流使用CPU.用到队列的数据结构.-CPU time-sharing system simulation. Different users take turns using the CPU. To use queue data structure.
-
-
0下载:
做数学建模时编的程序,仿照linix系统中进程调度,作出的医院排队模拟程序。-Mathematical modeling prepared to do the procedure, modeled on the process of scheduling linix system to make the hospital queue simulation program.
-
-
1下载:
模拟游乐场的排队,验证Quickpass系统的可靠性-Simulation of the Queue in a theme park to test the stability of QuickPass system
-
-
0下载:
一个简单的排队系统仿真应用,可用于理发店等单队列的场合。-A simple queuing system simulation application, can be used for a single queue barber shop and other occasions.
-
-
0下载:
采用C语言编写的数据结构队列,并用队列模拟银行作业处理系统-Using C language data structure queue, and queue simulation of banking operations with the treatment system
-
-
1下载:
合肥工业大学操作系统课程设计-实现进程多级队列调度算法的模拟(附课程设计报告)
建立作业的数据结构描述;
使用两种方式产生作业:(a)自动产生, (b)手工输入;
在屏幕上显示每个作业的执行情况;
时间的流逝可用下面几种方法模拟:(a)按键盘,每按一次可认为过一个时间单位; (b) 响应WM_TIMER;
计算并显示一批作业的周转时间、平均周转时间、带权周转时间、平均带权周转时间。
-
-
0下载:
M/M/1 queue system simulation
-
-
1下载:
排队系统仿真,考虑一个排队系统,顾客到达后,若无空闲服务台则等待,否则接受服务后离开。仿真目的是统计服务台前的平均队长和服务台的忙闲程度。要求能利用离散事件系统仿真的方法对该系统进行仿真,系统的规则和参数自定。-queue up system simulation
-
-
0下载:
银行排号模拟系统,链表与队列结构,模拟等待时间与排队队列信息-The bank the Arranging simulation system, linked list and queue structure to simulate the waiting time and queuing queue information
-
-
0下载:
本程序是双工信道哈夫曼的编/译码器,该系统可进行字符与二进制码值间转换。栈模拟停车场,以队列模拟车场外的便道,按照从终端读入的输入数据序列进行模拟管理。-This procedure is a duplex channel Huffman of knitting/decoder, this system can be character and the binary code value among conversion. Stack simulation parking lot to queu
-
-
0下载:
理发馆仿真系统,利用链表,实现理发馆排队时间统计和仿真。-The barber simulation system, using the list, realize the barber queue time statistics and simulation.
-
-
0下载:
本代码实现的是一个简单的停车场管理系统。设停车场是一个可停放n辆汽车的狭长通道,且只有一个大门可供汽车进出。 汽车在停车场内按车辆到达时间的先后顺序,依次由北向南排列(大门在最南端,最先到达的第一辆车停放在停车场的最北端),若车场内已停满n辆汽车,则后来的车只能在门外的便道上等候,一旦有车开走,则排在便道上的第一辆车即可开入;当停车场内某辆汽车要离开时,在它之后进入的车辆必须退出车场为它让路,待该车辆开出大门外,其他车辆再按原次序进入车场,每辆停放在停车场的车在它离开停车场时必须按它停留时间的长
-
-
0下载:
实现了基于队列的银行排队模拟系统,并对其服务进行了一定的分析(A queue based bank queuing simulation system is implemented)
-