Welcome![Sign In][Sign Up]
Location:
Search - queue simulation code

Search list

[WEB Codepai_dui_xi_tong_fang_zhen

Description: 排队问题的仿真论文,内有详细的代码。解释详尽。-queue of simulation papers, which detailed code. Explained in detail.
Platform: | Size: 191048 | Author: 长城 | Hits:

[CommunicationMyComm

Description: 一个排队机伺服器的测试程序源代码,有队列模拟,呼号终端扫描等功能。-a Queue server testing procedures source code, a cohort simulation, call terminal scanning capabilities.
Platform: | Size: 85096 | Author: 新康 | Hits:

[Algorithm排队论mm1

Description: 排队论中的一个仿真程序,主要是用于仿真M/M/1、M/D/1模型。输入排队模型相关参量,返回计算结果。-It s a simulation in queueing, mainly using in simulating M/M/1 and M/D/1 module. Input the parameter about the module and return the result.
Platform: | Size: 231424 | Author: 肖煜 | Hits:

[CommunicationMyComm

Description: 一个排队机伺服器的测试程序源代码,有队列模拟,呼号终端扫描等功能。-a Queue server testing procedures source code, a cohort simulation, call terminal scanning capabilities.
Platform: | Size: 84992 | Author: 新康 | Hits:

[matlabmyMM1

Description: 刚写的Matlab下的M/M/1排队的仿真代码,加了完整的注释-Just write the M/M/1 queue under Matlab simulation code, plus a complete Notes
Platform: | Size: 1024 | Author: 阿哲 | Hits:

[matlabfinite_queue

Description: 基于matlab的m/m/n排队仿真源码-Matlab based on the m/m/n queue simulation source
Platform: | Size: 2048 | Author: 李环 | Hits:

[matlab2

Description: 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)
Platform: | Size: 2048 | Author: jacky | Hits:

[Data structsstackqueue

Description: 数据结构栈和队列基本源代码,并包括银行模拟、中缀表达式计算、列车调度、农夫过河问题等经典数据结构算法。-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 classic problem of data structure algorithms.
Platform: | Size: 12288 | Author: guanjun | Hits:

[SCMCPU_Schedu

Description: 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 run and execute a piece of code. Right now the code just displays the file given to in the input, If we modify the code so that it can interpret the meaning of the file then it can execute the file and can become a sub OS or VirtualMachine like JVM
Platform: | Size: 7168 | Author: zds | Hits:

[matlabpaidui

Description: 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
Platform: | Size: 2048 | Author: skyout | Hits:

[OS Developform

Description: 多级反馈队列模拟进程调度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.
Platform: | Size: 1024 | Author: | Hits:

[Applicationsqueue

Description: 排队问题仿真模型的代码,顾客到达时间和服务时间服从均匀分布。-Simulation model of the queuing code, the customer arrival time and service time uniform distribution.
Platform: | Size: 4096 | Author: 周朝 | Hits:

[matlabMOKA

Description: Matlab source code for simulation of queue in Bank using exponencial distribution.
Platform: | Size: 1024 | Author: Dave | Hits:

[Internet-Networkqlen

Description: 节点队列的实时监测,包括仿真的源代码,仿真的trace文件,仿真结果-Real-time monitoring of the node queue, including the simulation of the source code, the simulation trace file, the simulation results
Platform: | Size: 1047552 | Author: wyao | Hits:

[matlabm1

Description: 用来对图书馆排队借书的情况进行仿真,假设只有一个对列时的仿真程序见源代码,用的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
Platform: | Size: 1024 | Author: 小新 | Hits:

[matlabQueue-Simulation-Matlab

Description: 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 performance result has been showed with charts
Platform: | Size: 506880 | Author: nazi | Hits:

[AI-NN-PRcode

Description: 模拟排队论中的ErlangA模型,到达时间,服务时间,放弃时间服从指数分布-simulation about queue theory
Platform: | Size: 5120 | Author: 帅帅琦 | Hits:

[OtherHuffman-tree-and-Parking-management

Description: 本程序是双工信道哈夫曼的编/译码器,该系统可进行字符与二进制码值间转换。栈模拟停车场,以队列模拟车场外的便道,按照从终端读入的输入数据序列进行模拟管理。-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 queue simulation car off-board detours, according to read from the terminal of the input data sequence is simulated management.
Platform: | Size: 3072 | Author: 李密 | Hits:

[Consolemy-parking

Description: 本代码实现的是一个简单的停车场管理系统。设停车场是一个可停放n辆汽车的狭长通道,且只有一个大门可供汽车进出。 汽车在停车场内按车辆到达时间的先后顺序,依次由北向南排列(大门在最南端,最先到达的第一辆车停放在停车场的最北端),若车场内已停满n辆汽车,则后来的车只能在门外的便道上等候,一旦有车开走,则排在便道上的第一辆车即可开入;当停车场内某辆汽车要离开时,在它之后进入的车辆必须退出车场为它让路,待该车辆开出大门外,其他车辆再按原次序进入车场,每辆停放在停车场的车在它离开停车场时必须按它停留时间的长短缴纳费用。试为停车场编制按上述要求进行管理的模拟程序。 基本要求为: 以栈模拟停车场,以队列模拟车场外的便道,按照从终端读入的输入序列进行模拟管理。每一组输入数据包括三个数据项:汽车“到达”或“离去”信息、汽车牌照号码以及到达或离去的时刻。对每一组输入数据进行操作后的输出信息为:若是车辆到达,则输出汽车在停车场内或便道上的停车位置;若是车辆离去,则输出汽车在停车场内停留的时间和应缴纳的费用(在便道上停留的时间不收费)。栈以顺序结构实现,队列以链表结构实现。-The implementation of the code is a simple car park management system. Suppose the parking is parked cars n the narrow channel, and only one door and out of cars. The arrival time of car in the car park by vehicle, followed by narrow (the door first to arrive at the southernmost tip of the first car in the garage, the northernmost), if the car floor is full of parked cars n , later the car can only wait on the sidewalk outside, once the car drove off, came in the first car on the sidewalk to open into when the parking of a vehicle to leave it incoming vehicles must exit the yard to make way for it to be the vehicle out outside the gate, other vehicles into the yard and then the original order, every car parked in the parking lot when it left the parking lot must stay the length of time to pay costs . Test according to the above requirements for the preparation of parking management simulation program. The basic requirements are: The stack analog Parking, to queue simulation car off
Platform: | Size: 242688 | Author: 丁洁琼 | Hits:

[Software EngineeringCode

Description: 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. Consider queuing systems as RED for B1,SFQ for B2 and FIFO for B3.  Queue length of B1and B2 = 1000  Queue length of B3 = 2000  Bandwidth of Ti-Bi links = 200 kbps  Bandwidth of B1-B3 link and B2-B3 link = 500 kbps  Bandwidth of B3-Ri links = 200 kbps Simulate the above topology using NS2 and study the e ect of bottleneck bandwidths on interarrival time and throughput using the generated trace le. Write an awk script to nd the desired parameters and plot them using gnuplot for di erent values of bottleneck bandwidths. 3
Platform: | Size: 125952 | Author: sac kaus | Hits:
« 12 »

CodeBus www.codebus.net