搜索资源列表
sim
- 单服务台排队仿真 模拟银行单服务台排队模型-Simulation of single-desk queue banks line up single-desk model
mm1
- 一个简单的排队系统仿真应用,可用于理发店等单队列的场合。-A simple queuing system simulation application, can be used for a single queue barber shop and other occasions.
aabb
- 用c++实现排队轮中,适用于1台服务器,多个客户的模型,程序运行提示客户输入相应的条件,达到运行效果。-Using c++ implementation in the queue for a single server, multiple client model, the program prompts customers to enter the appropriate operating conditions, to achieve operating results.
queue
- 用单链表形式实现队列的结构。定义基本操作:入队,出队,打印所有队列元素。-The form of a single linked list, queue structure. Define the basic operations: enqueue, dequeue Print all queue elements.
RadixSort
- 基数排序: 使用10个辅助队列,假设最大数的数字位数为 x, 则一共做 x次,从个位数开始往前,以第i位数字的大小为依据,将数据放进辅助队列,搞定之后回收。下次再以高一位开始的数字位为依据。 以Vector作辅助队列,基数排序的Java代码-Radix sort: 10 auxiliary queue, assuming the maximum number of digits for x, made a total of x times
SSSP
- 单源最短路径,分置限界优先队列解决,C++实现。-Single-source shortest path, split and bound priority queue solve, C++ implementation.
新建文件夹
- 数据结构的选择 考虑到病人排队候诊的过程中具有先排队就诊的特诊,与队列的先进先出的特 征相吻合,因此可以考虑采用队列线性表,其中,队列的存储结构有循环顺序队列 和单链队列。(The choice of data structure Considering patients waiting in line with first line treatment in the process of the diagnosis, and the first in first out queue consi
Desktop2
- 这是一个M/M/C/∞排队系统,其中顾客按照泊松流输入,服务时间按照负指数分布,有C个服务台的单列多台并列服务系统。在这种系统,顾客到达系统后排成一个队列,然后到空闲的服务台接受服务,而每个服务台的服务时间都服从相同参数的负指数分布,服务完毕后顾客自动离去。(This is a M/M/C/ infinity queueing system, where the customers enter the Poisson flow, the service time is distributed a
