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

搜索资源列表

  1. Park

    0下载:
  2. 1 问题描述 设有一个可以停放n辆汽车的狭长停车场,它只有一个大门可以供车辆进出。车辆按到达停车场时间的早晚,依次从停车场最里面向大门口处停放。如果停车场已放满n辆车,则后来的车辆只能在停车场大门外的便道上等待,一旦停车场内有车开走,则排在便道上的第一辆车就进入停车场。停车场内如有某辆车要开走,在它之后进入停车场的车都必须退出停车场为它让路,待其开出停车场后,这些车辆再依原来的次序进场。每辆车在离开停车场时,都应根据它在停车场内停留的时间长短来交费。如果停留在便道上的车未进入停车场就要离去,
  3. 所属分类:Graph Recognize

    • 发布日期:2017-03-27
    • 文件大小:1822
    • 提供者:李京豪
  1. paper-

    0下载:
  2. 基于模糊自适应控制算法在网络主动队列管理中的应用研究-Research of Active Queue Management in Network Based on Self-adjusting Controller Algorithm of Fuzzy
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:116152
    • 提供者:shi
  1. priority_queue

    0下载:
  2. 优先队列的实现与应用,即基本的实现与操作 有点小 适合初学STL-Implementation and Application priority queue
  3. 所属分类:STL

    • 发布日期:2017-04-10
    • 文件大小:1215
    • 提供者:gaoxing
  1. snake

    0下载:
  2. 利用队列结构实现贪食蛇游戏,动态压入队列,弹出队列来模拟蛇的运动。-Snake game using the queue structure to achieve. Dynamicly press elements into the queue, or pop them from the queue to simulate the movement of the snake.
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-15
    • 文件大小:5694
    • 提供者:eric Van
  1. MSMQ

    0下载:
  2. 这份代码完整的阐述了如何使用Windows 平台的消息队列机制进行业务处理 - MSMQ.MSMQ是非常有用的系统机制,它把业务处理进行了解耦和。-The complete code for the Windows platform describes how to use the message queue mechanism for business processes- MSMQ.MSMQ system is very useful mechanism, it decouples the
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:83353
    • 提供者:winston
  1. Delphi-Container-Library

    0下载:
  2. 常用的Delphi数据结构类库,包含哈希,链表,队列,堆栈等常用数据结构,好用,速度快.个人常用类库之一,并且修改原版中的部分Bug.全部源代码.-Commonly used Delphi data structures library, contains a hash, linked lists, queues, stacks, and other commonly used data structures, easy to use, fast. One of the frequently-u
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:105873
    • 提供者:liwd
  1. C++数据结构代码

    0下载:
  2. 本压缩包里含有队列、链表(单链表、双链表和循环链表)、栈、队列、两个栈实现一个队列、二叉树等数据结构的C++代码实现。
  3. 所属分类:数据结构常用算法

  1. 事件队列状态机主程序结构

    0下载:
  2. 一中实用的主程序结构,不作修改可直接使用,可节省写代码时间
  3. 所属分类:文档资料

  1. Priority2

    0下载:
  2. 数据结构实验,优先队列与堆,C++编程实现(Data structure experiment, priority queue and heap, C ++ programming implementation)
  3. 所属分类:数据结构

    • 发布日期:2017-12-19
    • 文件大小:670720
    • 提供者:FishHere
  1. 队列冒泡排序

    0下载:
  2. 队列冒泡排序 实现数值大小冒泡排序,从大到小和从小到大排序(Queue bubble sort Realize the numerical size of bubble sort, from big to small and the smallest)
  3. 所属分类:LabView编程

    • 发布日期:2017-12-26
    • 文件大小:18432
    • 提供者:sky0303123
  1. e5f5b93afef3fc8b89d6c81420ad9db9

    0下载:
  2. 实现以循环链表表示的队列操作: 建队列,销毁队列,入队,出队,求队列长度,判断队空,显示队列(Queue operations to circular linked list representation: build queue, destroy the team, a team, queue, and queue length to determine air force display queue.)
  3. 所属分类:其他

    • 发布日期:2017-12-29
    • 文件大小:15360
    • 提供者:苏青
  1. 操作系统双向进程通信

    0下载:
  2. 操作系统实验进程双向通信,要求 1)创建一个消息队列用于收发双方通信包含msgget() msgsnd() msgrcv() 2)编写发送端和接收端代码基于消息队列实现双向通信 3)编译调试顺利运行并提交实验报告 4)课后要求对常见的四种进程通信方式进行调研和总结(Bidirectional communication of experimental process of operating system based on message queue)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2017-12-22
    • 文件大小:233472
    • 提供者:蚊子酱
  1. quene

    0下载:
  2. 队列的特点及其存储方法,火车车厢重排问题。(The characteristics of the queue and its storage methods, the train compartment rearrangement problem.)
  3. 所属分类:数据结构

    • 发布日期:2017-12-19
    • 文件大小:209920
    • 提供者:celty
  1. TestQueue

    0下载:
  2. 完成队列建立、插入、删除,实现队列智能操作(excute queue operator inclued:create, insert, delete)
  3. 所属分类:其他

    • 发布日期:2017-12-21
    • 文件大小:25600
    • 提供者:梁123
  1. mosquito消息队列

    0下载:
  2. mqtt协议的mosquitto消息队列windows下编程接口,自己简单封装了下接口可以直接调用(Mqtt protocol mosquitto message queue, windows programming interface, its own simple package under the interface, you can call directly)
  3. 所属分类:其他

    • 发布日期:2017-12-19
    • 文件大小:1036288
    • 提供者:jadenzhong
  1. posixMsgQueneEx2

    0下载:
  2. 基于C语言的消息队列编程,在Windows+Cygwin环境下可用(Message queuing programming)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2017-12-26
    • 文件大小:1024
    • 提供者:jiangguan
  1. 新建文本文档

    0下载:
  2. 一、循环队列的基础知识 1.循环队列需要几个参数来确定 循环队列需要2个参数,front和rear 2.循环队列各个参数的含义 (1)队列初始化时,front和rear值都为零; (2)当队列不为空时,front指向队列的第一个元素,rear指向队列最后一个元素的下一个位置; (3)当队列为空时,front与rear的值相等,但不一定为零; 3.循环队列入队的伪算法 (1)把值存在rear所在的位置; (2)rear=(rear+1)%maxsize ,其中maxsize代表数
  3. 所属分类:其他

    • 发布日期:2017-12-23
    • 文件大小:1024
    • 提供者:刘祥
  1. project

    1下载:
  2. 通过消息队列为任务调度的程序框架,根据实际工程应用,封装了消息结构体,任何开发板demo中都没有的经典工程软件架构.本工程的单片机平台为STM32F103.(Through the message queue for the task scheduling process framework, according to actual engineering applications, encapsulates the message structure, any development boar
  3. 所属分类:单片机开发

    • 发布日期:2017-12-23
    • 文件大小:588800
    • 提供者:大麦
  1. NettyServer缓存到队列由单独线程处理

    3下载:
  2. NettyServer收取数据存库缓存到队列由单独线程处理(NettyServer receives data storage, caches to queues, and is handled by separate threads)
  3. 所属分类:Java编程

    • 发布日期:2017-12-11
    • 文件大小:2726944
    • 提供者:hefeng92
  1. CarPark

    0下载:
  2. 用来实现一个堆栈型的停车场以及队列型的等待区。主要在于熟练掌握数据结构的一些知识点。(Used to implement a stack type parking lot and queue type waiting area. The main thing is to master some knowledge points of data structure)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-29
    • 文件大小:11264
    • 提供者:JKDana
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 50 »
搜珍网 www.dssz.com