CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - single queue

搜索资源列表

  1. SimuTwoQS

    0下载:
  2. 基于VC++的单服务台排队系统仿真 使用事件调度法-VC++ based on the single desk system simulation using the event queue scheduling
  3. 所属分类:Other systems

    • 发布日期:2017-05-12
    • 文件大小:2790993
    • 提供者:xxbb1210
  1. QGServerLib_release.tar

    0下载:
  2. QGServerLib是一个C++实现的简单易用的Tcp服务器框架库,旨在简化服务器的构建过程。 具有如下特点: 1, 以模块化的处理池为基本构建元素,能够方便的实现安全稳定的服务架构。 2,事件触发,多线程事件监听,任务化读写访问,解决单线程监听及数据读写带来的性能瓶颈,连接不受线程数限制。 3,写队列,并行读写逻辑,支持服务器数据推送(Push)。 4,数据传送协议,避免数据传送错误,封装数据流。 5,类远过程调用。 6,
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-05-03
    • 文件大小:1081069
    • 提供者:lwp
  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. fifo

    0下载:
  2. 这是一个串口通信的队列,单片机和电脑之间,单片机和单片机之间只要简单的调用函数就可以了。-This is a serial communication queue, single-chip computer and between computers, between single-chip MCU and a simple function call it.
  3. 所属分类:Other Embeded program

    • 发布日期:2017-03-31
    • 文件大小:542
    • 提供者:康康
  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-30
    • 文件大小: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. aabb

    0下载:
  2. 用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.
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:9637
    • 提供者:王鹏
  1. planebookticketsystem

    0下载:
  2. 航空客运订票系统 (1)、查询功能;订票功能;退票功能; (2)、顺序表模块-实现顺序表抽象数据类型 (3)、单链表模块-实现单链表抽象数据类型 (4)、队列模块-实现队列抽象类型 -Air passenger reservation system (1), the query function booking function refund function (2), the order table module- to achieve order in the t
  3. 所属分类:transportation applications

    • 发布日期:2017-05-10
    • 文件大小:2087272
    • 提供者:栗子小吉
  1. Job

    0下载:
  2. 操作系统课程设计:单道系统三种作业调度算法模拟 ○1、在数据结构上选择单向链队,即后备作业队列的每个结点表示一个作业块,每个作业块即JCB包含如下信息:作业名,到达时间,所需时间,已运行时间,作业状态,所需主存大小,所需磁带机数目。 ○2、提交新作业时,调用函数EnQueue(m_JobName,m_NeedTime)即将作业插入到后备作业队列的末尾。接着判断内存作业队列是否为空,若为空则将后备作业调入内存运行并启动计时器SetTimer(1,1000,NULL),更新列表框控件的信息的
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-05
    • 文件大小:294868
    • 提供者:何启明
  1. shortest-path

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

    • 发布日期:2017-03-29
    • 文件大小: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. 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. caozuoxitong

    0下载:
  2. 操作系统实验!单道批处理系统作业调度,三级反馈队列调度算法,主存空间分配和回收等-OS experiment! Single-channel batch job scheduling system, three feedback queue scheduling algorithm, main memory space allocation and recycling
  3. 所属分类:OS Develop

    • 发布日期:2017-04-03
    • 文件大小:272017
    • 提供者:london
  1. juyuyouxianjidedanchulijichengdiaodu

    0下载:
  2. 假设某单处理机系统采用“基于动态优先权的时间片轮转”调度算法,系统允许进程的最大个数为10 。进程队列采用单向链表组织进程控制块。请编程实现该算法-Suppose a single-processor system is " based on dynamic priority round-robin" scheduling algorithm, the system allows a process to the maximum number is 10. Process qu
  3. 所属分类:Linux Network

    • 发布日期:2017-04-07
    • 文件大小:2118
    • 提供者:陈一飞
  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-13
    • 文件大小:2400
    • 提供者:neo_wei
  1. SingleQueueMonitor

    0下载:
  2. 计算机仿真-模拟单服务台排队系统,里面包含随机数的产生,以此计算平均队长,平均空闲时间等。-Computer simulation- simulation of single-desk queuing system, which contains a random number generation, in order to calculate the average queue length, average idle time and so on.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-10
    • 文件大小:1309
    • 提供者:鱼儿
  1. bai5_MathLap

    0下载:
  2. visual C++ demo, single link list, stack, q-visual C++ demo, single link list, stack, queue
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-10
    • 文件大小:1188338
    • 提供者:gaupong
  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 2 34 5 »
搜珍网 www.dssz.com