CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 搜索资源 - 数据结构 队列Queue

搜索资源列表

  1. C语言模拟飞机场

    0下载:
  2. 用了三个队列的数据结构,用随机数来模拟飞机请求,填写一个队列,另外一个队列就是飞机场停着的飞机,最后一个是空中的飞机队列-spent three queue data structure used to simulate random aircraft requested to fill in a queue, another is a queue of aircraft parked at the airport, the last one is the air aircraft Queue
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:15.06kb
    • 提供者:赖晖
  1. mazeduil

    0下载:
  2. 数据结构中的迷宫问题的代码 用队列实现 可以看看 -data structure of the maze of code can be used to achieve look at the queue
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2.23kb
    • 提供者:张德
  1. seqqueue

    0下载:
  2. C++数据结构\\队列-顺序队列\\顺序队列-C data structures \\ Queue-order queue \\ sequence Queue
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:950byte
    • 提供者:张皇
  1. queue

    0下载:
  2. 数据结构 详细描述了如何创建队列 以及操作
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1.08kb
    • 提供者:dengyi
  1. dd

    0下载:
  2. 操作系统进程调度算法,处理流程: 1 初始化--进程队列结构(包括:就绪队列,等待队列,运行队列)等必要的数据结构 init() 2 进入无限循环,反复调度队列 -Operating system process scheduling algorithm to deal with processes: 1 initialization- the process of the queue structure (including: ready queue, waiting queue
  3. 所属分类:OS Develop

    • 发布日期:2017-04-07
    • 文件大小:1.85kb
    • 提供者:wayne
  1. ProcessesCommunication

    0下载:
  2. 程序模拟操作系统课程中的进程间通信,方便起见,各个进程只有编号信息。所用数据结构为大小为10的队列。运行情况为:用户输入进程总数以及各个进程的编号,此后程序模拟进程对队列提出请求,若队列不空,则插入,队列满则不予插入。程序利用rnd这个随机变量是奇数还是偶数决定是入队还是出队。-Procedures for operating systems courses in the simulation process communication, convenience, only the number
  3. 所属分类:OS Develop

    • 发布日期:2017-03-31
    • 文件大小:1.34kb
    • 提供者:
  1. sjjgt

    0下载:
  2. 【数据结构】图的遍历,包含(栈类型、图类型、队列类型)-[] Map data structure traversal, including (stack type, map type, queue type)
  3. 所属分类:Compiler program

    • 发布日期:2016-01-21
    • 文件大小:8.06kb
    • 提供者:箱子
  1. fifo

    0下载:
  2. 标准的先进先出队列数据结构,已经调试过的,可以直接应用到项目中-Standard FIFO queue data structure, has been testing, can be directly applied to projects
  3. 所属分类:OS Develop

    • 发布日期:2017-03-23
    • 文件大小:6.99kb
    • 提供者:张胜朝
  1. 5080309330_1

    0下载:
  2. 队列(Queue)是一种用于实现先进先出(FIFO)的数据结构,即第一个进入队列的数据排在队列的最前处,第二个进入队列的数据排在其后,依此类推;出队列时,总是排在队列最前处的那个数据先出队列。-Queue is used to implement FIFO (FIFO) data structure, that is, the first row of data into the queue in the queue at the most before the second row of da
  3. 所属分类:source in ebook

    • 发布日期:2017-04-16
    • 文件大小:9.49kb
    • 提供者:huangguanchen
  1. Queue

    0下载:
  2. 这个代码是c++的一个模板类,实现了数据结构队列的功能-This code is used to achieve the function about the queuen
  3. 所属分类:source in ebook

    • 发布日期:2017-04-05
    • 文件大小:1.13kb
    • 提供者:唐鹏
  1. fbqueue_attemper

    1下载:
  2. 合肥工业大学操作系统课程设计 进程/作业调度:多级反馈队列调度算法。 1建立作业的数据结构描述; 2使用两种方式产生作业:(a)自动产生, (b)手工输入; 3在屏幕上显示每个作业的执行情况; 4时间的流逝可用下面几种方法模拟:(a)按键盘,每按一次可认为过一个时间单位; (b) 响应WM_TIMER; 5计算并显示一批作业的周转时间、平均周转时间、带权周转时间、平均带权周转时间。 6将一批作业的执行情况存入磁盘文件,以后可以读出并重放;-Hefei Universi
  3. 所属分类:OS Develop

    • 发布日期:2017-05-15
    • 文件大小:3.58mb
    • 提供者:
  1. 12

    0下载:
  2. 循环队列的实现和运算<<实用数据结构基础(第三版>>-The realization and operators of the circular queue
  3. 所属分类:source in ebook

    • 发布日期:2017-11-12
    • 文件大小:1.14kb
    • 提供者:韩婧
  1. shujujiegou

    0下载:
  2. 数据结构 代码集,包括顺序表,串,队列,图,等等十几的代码,内容详尽-Data structure code sets, including the sequence table, string, queue, Figure, and more than a dozen code detaile
  3. 所属分类:assembly language

    • 发布日期:2017-11-26
    • 文件大小:601.32kb
    • 提供者:李辰
  1. jin-cheng-guan-li-xi-tong

    0下载:
  2. 进程管理系统:定义PCB的数据结构,用链表的形式管理进程,采用多级反馈队列调度的算法模拟进程的控制,最终完成有创建、撤销、调度、阻塞、唤醒进程等功能-Process Management Systems: Define the PCB data structure, with the form of chain management processes, the use of multi-level feedback queue scheduling algorithm simulation p
  3. 所属分类:OS Develop

    • 发布日期:2017-03-28
    • 文件大小:10.92kb
    • 提供者:郭彦斌
  1. Stack

    0下载:
  2. 栈和队列 数据结构实现c代码 -Stack and queue data structure c codeStack and queue data structure c code
  3. 所属分类:source in ebook

    • 发布日期:2017-04-17
    • 文件大小:327.02kb
    • 提供者:chunfen
  1. Snake

    0下载:
  2. 贪吃蛇算法,稍微有点不同于网上的。网上的都是把蛇身的所有节点都储存了下来。 数据结构, 不复杂 给个保存蛇头蛇尾地址。还有保存方向的。然后用队列(先进先出表)保存拐点 -This algorithm is slightly different the Snake online. Internet is the snake all nodes are stored down. Data structure is not complex Save snakeheads to
  3. 所属分类:assembly language

    • 发布日期:2017-04-14
    • 文件大小:3.83kb
    • 提供者:王建乐
  1. dance-partner

    0下载:
  2. 运用C语言和数据结构中的队列问题求解实际问题:舞伴配对的问题。-Use C language and Queue associated with Data Structure to solve a problem about dance-partner distribution.
  3. 所属分类:assembly language

    • 发布日期:2017-04-05
    • 文件大小:198kb
    • 提供者:fran
  1. shujujiegou-shangji

    0下载:
  2. 数据结构上机实验代码,可运行,包括图的遍历,二叉树,邻接矩阵,链表队列等,用于初学者,希望能够帮到你。-Code, data structure, computer experiment can be run, including graph traversal, binary tree, the adjacency matrix, and list the queue, etc., for beginners, the hope can help you.
  3. 所属分类:source in ebook

    • 发布日期:2017-04-30
    • 文件大小:24.02kb
    • 提供者:艾达
  1. kong-jian-shu-ju-jie-gou

    0下载:
  2. 空间数据结构 用栈和队列的方法解决相关迷宫问题-Spatial data structures stack and queue methods to solve problems related to the maze
  3. 所属分类:assembly language

    • 发布日期:2017-04-29
    • 文件大小:11.92kb
    • 提供者:看清
  1. Queue

    0下载:
  2. 数据结构队列的源码,自写亲测正确。希望多多支持-Queue data structure of the source code, the write correct measurement. Hope that more support
  3. 所属分类:source in ebook

    • 发布日期:2017-05-05
    • 文件大小:5.87kb
    • 提供者:吕亚辉
« 12 »
搜珍网 www.dssz.com