搜索资源列表
MYMM1
- M/M/1单服务台排队系统仿真(用事件调度法实现离散事件系统仿真) 顾客到达模到达时间间隔和顾客服务时间均服从负指数分布,单服务台系统,按照单队排队,按FIFO方式服务。考察服务n个顾客(n=1000,2000,3000,5000)后的顾客平均队长及平均排队等待时间。-M/M/1 single-server queuing system simulation (using Event Scheduling Method Discrete Event Simulation System) t
flow_chart
- Matlab单队列多服务台仿真总流程图 本系统仿真程序采用事件步长法进行仿真,由以下功能模块组成: 1、仿真时钟; 2、事件表; 3、系统状态变量; 4、初始化子程序; 5、事件子程序; 6、调度子程序; 7、时钟推进子程序; 8、随机数产生子程序; 9、输出函数子程序; 10、统计计数器; 11、主程序。-Matlab simulation of the total single-queue multi-desk syst
circularqueue
- 数据结构中队列的应用,用单链表实现循环队列-Queue data structure in the application of the realization of a single linked list Circular Queue
sequencedatastructure
- 顺序存储结构:单链表,链栈、链队列、循环队列、栈-The order of storage structure: single-chain, chain stack, chain Queue, Circular Queue, Stack
Graph
- 图的大部分实现 图的深度优先周游 图的广度优先周游 由队列方式实现的拓扑排序 由深度优先搜索方式实现的拓扑排序 单源最短路径(Dijkstra算法) 每对顶点之间的最短路径(Floyd算法) 最小支撑树(Prim算法) 最小支撑树(Kruskal算法)-Figure most of the implementation diagram of the depth-first breadth-first tour travel map be achieved by the topological s
datastructures
- 各种数据结构的实现 包括顺序表、单链表、双向链表、循环链表、顺序栈、链式栈、顺序队列、链式队列、优先级队列、串、二叉树、线索二叉树、哈夫曼树、B+树、图的c++实现-Implementation of the various data structures, including order forms, a single linked list, doubly linked lists, circular list, the order of the stack, the stack chain
Processer_Manager
- 加深对进程概念及进程管理各部分内容的理解;熟悉进程管理中主要数据结构的设计及进程调度算法。 1) 基本操作:进程的创建、删除。 2) 进程的基本属性: 进程名、进程时间片、进程优先级 3) 支持进程创建与撤销功能,创建后的进程在其整个生命周期中以PCB形式存在。每个进程用一个PCB表示,其内容根据具体情况设置。 进程根据其执行情况在不同队列(就绪队列、阻塞队列)间迁移。 5) 实现单处理器进程调度功能,调度等调度算法实现。 6) 管理的进程数目不少于3个,竞
Matlab-simulation-queue-process
- 排队问题仿真的目的是要寻找服务对象与服务设置之间的最佳配置,保证系统具有最佳的服务效率与最合理的配置,通过matlab平台对单服务台有限队长的排队系统进行 过程仿真 可以协助设计人员分析顾客的需求 从而合理规划出符合实际条件的服务设施-The purpose of the queuing simulation is to find clients and the best allocation between service settings, ensure that the system
shortest-path
- 寻找单源最短路径问题的优先队列式分支限界法-Single-source shortest path problem priority queue type branch and bound
queuetheory
- 排队论编程,单柜台,泊松分布到达,指数分布服务时间,求解平均等待队长-Queuing theory to programming, a single counter, Poisson arrival, exponential service time, average waiting queue length for solving
a-single-channel-analog
- 本课程设计要求模拟实现一个的单道批处理系统的作业调度。通过具体的作业队列、作业调度算法等功能的实现,加深对单道批处理系统的作业调度实现过程的理解。-The course design requirements to achieve a single-channel analog batch job scheduling system. Through specific job queue, job scheduling functions such as implementation of th
shujujiegouyiyuanduoxiangshisuanfa
- 数据结构中的经典例题,其中包含了单链表和队列的最基本内容-The classic example of data structure, which contains a single list and the basic contents of the queue
nizhi
- 对带头结点的单链表进行逆置,利用队列,C++数据结构进行实现。-Single node of the lead against the set list for the use of queue, C++ data structures to achieve.
stack_queue_ufs
- 自己C++写的单链表栈、单链表队列、并查集-C++ to write their own list of single-stack, single-linked list queue, and check collection
06
- 简述数组结构中单双向链表、堆栈及队列的使用实例-Summarized in a single array structure doubly linked list stack and queue using an instance
queue
- single server queue program
queue_bank
- bank single server q-bank single server queue
MMCqueue
- In queueing theory, the M/M/c queue is a multi-server queueing model.[1] In Kendall s notation it describes a system where arrivals form a single queue and are governed by a Poisson process, there are c servers and job service times are exponentially
Queue
- 软件技术基础课程作业,用单链表实现队列,函数已封装。-Software Technology course work, a single linked list queue, the function package.
mmc
- mmc queue system. single queue multiple server