CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - single queue

搜索资源列表

  1. MYMM1

    7下载:
  2. 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
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:1500
    • 提供者:麦麦
  1. flow_chart

    2下载:
  2. Matlab单队列多服务台仿真总流程图 本系统仿真程序采用事件步长法进行仿真,由以下功能模块组成: 1、仿真时钟; 2、事件表; 3、系统状态变量; 4、初始化子程序; 5、事件子程序; 6、调度子程序; 7、时钟推进子程序; 8、随机数产生子程序; 9、输出函数子程序; 10、统计计数器; 11、主程序。-Matlab simulation of the total single-queue multi-desk syst
  3. 所属分类:matlab例程

    • 发布日期:2012-10-26
    • 文件大小:73329
    • 提供者:xuwentao
  1. circularqueue

    0下载:
  2. 数据结构中队列的应用,用单链表实现循环队列-Queue data structure in the application of the realization of a single linked list Circular Queue
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:1543
    • 提供者:winnie
  1. sequencedatastructure

    0下载:
  2. 顺序存储结构:单链表,链栈、链队列、循环队列、栈-The order of storage structure: single-chain, chain stack, chain Queue, Circular Queue, Stack
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:5822
    • 提供者:两仪
  1. Graph

    0下载:
  2. 图的大部分实现 图的深度优先周游 图的广度优先周游 由队列方式实现的拓扑排序 由深度优先搜索方式实现的拓扑排序 单源最短路径(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
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-29
    • 文件大小:10476
    • 提供者:fzkj
  1. datastructures

    0下载:
  2. 各种数据结构的实现 包括顺序表、单链表、双向链表、循环链表、顺序栈、链式栈、顺序队列、链式队列、优先级队列、串、二叉树、线索二叉树、哈夫曼树、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
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:68873
    • 提供者:ninja
  1. Processer_Manager

    0下载:
  2. 加深对进程概念及进程管理各部分内容的理解;熟悉进程管理中主要数据结构的设计及进程调度算法。 1) 基本操作:进程的创建、删除。 2) 进程的基本属性: 进程名、进程时间片、进程优先级 3) 支持进程创建与撤销功能,创建后的进程在其整个生命周期中以PCB形式存在。每个进程用一个PCB表示,其内容根据具体情况设置。 进程根据其执行情况在不同队列(就绪队列、阻塞队列)间迁移。 5) 实现单处理器进程调度功能,调度等调度算法实现。 6) 管理的进程数目不少于3个,竞
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-09
    • 文件大小:2228485
    • 提供者:moondancing
  1. Matlab-simulation-queue-process

    0下载:
  2. 排队问题仿真的目的是要寻找服务对象与服务设置之间的最佳配置,保证系统具有最佳的服务效率与最合理的配置,通过matlab平台对单服务台有限队长的排队系统进行 过程仿真 可以协助设计人员分析顾客的需求 从而合理规划出符合实际条件的服务设施-The purpose of the queuing simulation is to find clients and the best allocation between service settings, ensure that the system
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:295158
    • 提供者:
  1. shortest-path

    0下载:
  2. 寻找单源最短路径问题的优先队列式分支限界法-Single-source shortest path problem priority queue type branch and bound
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:1043
    • 提供者:丫丫
  1. queuetheory

    1下载:
  2. 排队论编程,单柜台,泊松分布到达,指数分布服务时间,求解平均等待队长-Queuing theory to programming, a single counter, Poisson arrival, exponential service time, average waiting queue length for solving
  3. 所属分类:matlab例程

    • 发布日期:2013-01-29
    • 文件大小:1566
    • 提供者:
  1. a-single-channel-analog

    0下载:
  2. 本课程设计要求模拟实现一个的单道批处理系统的作业调度。通过具体的作业队列、作业调度算法等功能的实现,加深对单道批处理系统的作业调度实现过程的理解。-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
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:593632
    • 提供者:hezhiqiang
  1. shujujiegouyiyuanduoxiangshisuanfa

    0下载:
  2. 数据结构中的经典例题,其中包含了单链表和队列的最基本内容-The classic example of data structure, which contains a single list and the basic contents of the queue
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:4474
    • 提供者:程源
  1. nizhi

    0下载:
  2. 对带头结点的单链表进行逆置,利用队列,C++数据结构进行实现。-Single node of the lead against the set list for the use of queue, C++ data structures to achieve.
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:246366
    • 提供者:裴琳倩
  1. stack_queue_ufs

    0下载:
  2. 自己C++写的单链表栈、单链表队列、并查集-C++ to write their own list of single-stack, single-linked list queue, and check collection
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:2400
    • 提供者:neo_wei
  1. 06

    0下载:
  2. 简述数组结构中单双向链表、堆栈及队列的使用实例-Summarized in a single array structure doubly linked list stack and queue using an instance
  3. 所属分类:Data structs

    • 发布日期:2017-04-24
    • 文件大小:99070
    • 提供者:Dick
  1. queue

    0下载:
  2. single server queue program
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:795
    • 提供者:meha agrawal
  1. queue_bank

    0下载:
  2. bank single server q-bank single server queue
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:771
    • 提供者:meha agrawal
  1. MMCqueue

    0下载:
  2. 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
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-11-26
    • 文件大小:999
    • 提供者:Giren
  1. Queue

    0下载:
  2. 软件技术基础课程作业,用单链表实现队列,函数已封装。-Software Technology course work, a single linked list queue, the function package.
  3. 所属分类:Data structs

    • 发布日期:2017-11-27
    • 文件大小:34482
    • 提供者:王世凯
  1. mmc

    1下载:
  2. mmc queue system. single queue multiple server
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:10593
    • 提供者:pedo
« 12 »
搜珍网 www.dssz.com