当前位置:
首页 资源下载
搜索资源 - queue simulation code
搜索资源列表
-
0下载:
排队问题的仿真论文,内有详细的代码。解释详尽。-queue of simulation papers, which detailed code. Explained in detail.
-
-
0下载:
一个排队机伺服器的测试程序源代码,有队列模拟,呼号终端扫描等功能。-a Queue server testing procedures source code, a cohort simulation, call terminal scanning capabilities.
-
-
0下载:
M/M/m排队系统性能仿真代码matlab
function r=randexp(lambda) r = -lambda*log(rand) ,M/M/m queuing system performance simulation code matlab function r = randexp (lambda) r =-lambda* log (rand)
-
-
0下载:
mm1排队模型的matlab源码,从c语言裸转过来的,主要解决排队论在matlab中的仿真问题-mm1 queue model matlab source code, from the c language naked in turn, mainly queuing theory to solve the simulation problem in matlab
-
-
0下载:
多级反馈队列模拟进程调度C语言代码,多级反馈队列模拟进程调度C语言代码。-Multi-level feedback queue scheduling C language code modeling process, multi-level feedback queue scheduling simulation of the process of C language code.
-
-
0下载:
排队问题仿真模型的代码,顾客到达时间和服务时间服从均匀分布。-Simulation model of the queuing code, the customer arrival time and service time uniform distribution.
-
-
0下载:
数据结构栈和队列基本源代码,并包括银行模拟、中缀表达式计算、列车调度、农夫过河问题等经典数据结构算法。-Stack and queue data structure of the basic source code, and includes Bank of simulation, in the calculation is made up of expressions, the train scheduling, the farmer across the river, such as the
-
-
0下载:
CPU调度算法---模拟OS所使用的所有调度算法,包括创建一个kernel,PCB,队列,调度器等。-CPU Scheduler algorithms FCFS SJF Priority
This code is a simulation of all the Scheduling algorithms an OS uses. I have tried creating a Kernel, PCB, Queue, Scheduler etc. what all an OS needs to
-
-
0下载:
Matlab source code for simulation of queue in Bank using exponencial distribution.
-
-
0下载:
节点队列的实时监测,包括仿真的源代码,仿真的trace文件,仿真结果-Real-time monitoring of the node queue, including the simulation of the source code, the simulation trace file, the simulation results
-
-
0下载:
用来对图书馆排队借书的情况进行仿真,假设只有一个对列时的仿真程序见源代码,用的MatlAB写的-Library queue library used to simulate the situation, assuming that only one simulation program when the column, see the source code, written with the MatlAB
-
-
0下载:
用来对图书馆排队借书的情况进行仿真,假设有2个对列时的仿真程序见源代码,用的MatlAB写的-Library queue library used to simulate the situation, assuming there are two pairs of columns in the simulation program, see the source code, written with the MatlAB
-
-
0下载:
this a Queue implemented with matlab.the code consist event based and time based simulation.the performance result has been showed with charts -this is a Queue implemented with matlab.the code consist event based and time based simulation.the perfor
-
-
0下载:
模拟排队论中的ErlangA模型,到达时间,服务时间,放弃时间服从指数分布-simulation about queue theory
-
-
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下载:
本代码实现的是一个简单的停车场管理系统。设停车场是一个可停放n辆汽车的狭长通道,且只有一个大门可供汽车进出。 汽车在停车场内按车辆到达时间的先后顺序,依次由北向南排列(大门在最南端,最先到达的第一辆车停放在停车场的最北端),若车场内已停满n辆汽车,则后来的车只能在门外的便道上等候,一旦有车开走,则排在便道上的第一辆车即可开入;当停车场内某辆汽车要离开时,在它之后进入的车辆必须退出车场为它让路,待该车辆开出大门外,其他车辆再按原次序进入车场,每辆停放在停车场的车在它离开停车场时必须按它停留时间的长
-
-
0下载:
该代码为模拟银行业务,用于学习数据结构课程时,熟悉队列的使用-The code for the simulation of banking, data structures for learning courses, the use of familiar queue
-
-
0下载:
操作系统:
进程调度模拟程序设计
2,实现的功能:实现了进程调度模拟程序设计中的基于动态优先权的算法。
3,优点:
在程序的窗口给出了最开始的时候的队列里的状况,随机生成了每个进程的“优先权”和“要求运行时间”,并考虑到了避免产生
较大的数而导致程序长时间陷入循环,(即设定了优先权和要求运行时间的上下限);
可以方便的添加或者删除进程数目,(只需要改动源代码中的MAXN值即可,其他的不需要改动)而不影响程序的运行,健壮性好。
4,缺点:
-
-
0下载:
SIMULATION OF NETWORK TOPOLOGY USING NS2
Consider the network where T1-T6 are transmitters and R1-R6 are receivers. R1 receives
from T1, R2 receives from T2 and so on. B1,B2 and B3 act as bottleneck nodes and also
provide for routing of packets
-