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

搜索资源列表

  1. STM32-LED闪烁-消息队列

    0下载:
  2. STM32LED闪烁——消息队列,通过建立消息队列,传送3个指针型变量,触发LED灯闪烁。(By setting up a message queue, 3 pointer variables are transmitted, triggering the LED light to flicker.)
  3. 所属分类:uCOS

    • 发布日期:2018-01-08
    • 文件大小:393216
    • 提供者:6128chen
  1. park

    0下载:
  2. 解决停车问题, fifo队列的构建,排队问题(Solve the problem of parking, construction of FIFO queue and queuing problem)
  3. 所属分类:其他

    • 发布日期:2018-01-09
    • 文件大小:186368
    • 提供者:calmdownfor
  1. Fibonacci

    0下载:
  2. 基于队列设计算法,输出任意位置的Fibonacci 数列元素值。 fib(0) = 1 fib(1) = 1 fib(n) = fib(n-1)+fib(n-2)(Based on the queue design algorithm, the Fibonacci sequence element value of any location is output.)
  3. 所属分类:数据结构

    • 发布日期:2018-04-19
    • 文件大小:480256
    • 提供者:wy07
  1. 离散事件模拟,银行队列

    0下载:
  2. 离散时间模拟,模拟了银行的队列问题The discrete time simulation simulates the bank's queuing problem(The discrete time simulation simulates the bank's queuing problem)
  3. 所属分类:Windows编程

    • 发布日期:2018-04-22
    • 文件大小:1024
    • 提供者:zjk123qnm
  1. queue

    0下载:
  2. 实现数据结构队列的顺序表及链接表方法,链接法包含单链表及双链表(A sequential table and a link table method for realizing the data structure queue)
  3. 所属分类:数据结构

    • 发布日期:2018-04-28
    • 文件大小:16433152
    • 提供者:babytang
  1. 队列

    0下载:
  2. 链表实验报告帮助新手了解链表,学会链表的简单应用(Chain table experimental reports help novice to understand the list and learn the simple application of the list)
  3. 所属分类:数据结构

    • 发布日期:2018-04-28
    • 文件大小:1024
    • 提供者:乔木森林
  1. 第一次实验课

    0下载:
  2. 定义单链表类、链式栈类、顺序队列类。 2、 实验验证如下算法的正确性、各种功能及指标: 1)单链表插入操作:在第 i 个元素之后插入值为 x 的结点; 2)单链表删除操作:删除表头结点、表尾结点; 3)查找操作:查找值为 x 的元素在单链表中出现的位置(是链表中的第几个元素); 4)压栈和弹栈操作; 5)出队和入队操作。(Define single chain table class, chain stack class, sequence queue class. 2. The
  3. 所属分类:数据结构

    • 发布日期:2018-04-28
    • 文件大小:2252800
    • 提供者:kaiser1998
  1. EasyBus-master

    0下载:
  2. 基于RabbitMQ消息队列的消息总线,实现了消息队列的订阅、发送及请求几种方式的消息传送(The message bus based on the RabbitMQ message queue implements several kinds of message transmission in the subscr iption, sending, and request of the message queue)
  3. 所属分类:其他

    • 发布日期:2018-04-30
    • 文件大小:2882560
    • 提供者:云淡
  1. ByteQueue

    0下载:
  2. 队列缓冲区设定模块,可用于串口、按键、AD等需要较大缓冲区的工程(A queue buffer setting module, which can be used for a project with a larger buffer, such as serial ports, keys, AD, etc.)
  3. 所属分类:嵌入式/单片机/硬件编程

    • 发布日期:2018-04-29
    • 文件大小:2048
    • 提供者:雲山
  1. OJ1045

    0下载:
  2. 堆水果问题的优先队列解决方法,供参考,内部原理是大小堆排序。(priority_queue C++ OnlineJudge)
  3. 所属分类:其他

    • 发布日期:2018-04-30
    • 文件大小:3306496
    • 提供者://debug
  1. 新建文件夹

    0下载:
  2. 串口队列操作,串口自动存储数据,如队出队管理(Serial port operation, serial port automatically store data, such as team management.)
  3. 所属分类:其他

    • 发布日期:2018-05-01
    • 文件大小:8192
    • 提供者:风的孩子
  1. sequeue

    0下载:
  2. 使用C语言,构成队列,实现队列的入队以及出队操作(The use of C language, a queue, queue enqueue and dequeue operations)
  3. 所属分类:数据结构

    • 发布日期:2018-05-01
    • 文件大小:1024
    • 提供者:liuqi605752176
  1. 21twenty-one

    0下载:
  2. 实现队列的相关操作,入队,出队,实际应用中用的都是循环队列。(The relevant operation, queue enqueue, dequeue, practical applications are used in the circular queue.)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2018-05-01
    • 文件大小:7168
    • 提供者:涛涛11
  1. process

    0下载:
  2. 进程的调度,四种进程存在形式,从就绪队列开始执行,同时,进行随机数的产生,形成阻塞队列,可手动进行模拟进程调度(Process scheduling, four processes exist in the form)
  3. 所属分类:Windows编程

    • 发布日期:2018-05-02
    • 文件大小:393216
    • 提供者:数独
  1. Queue

    0下载:
  2. C++实现了数据结构中的队列,可直接引用头文件使用(The implement of the queen(data structure))
  3. 所属分类:Windows编程

    • 发布日期:2018-05-03
    • 文件大小:136192
    • 提供者:cnarutox
  1. 6

    0下载:
  2. 队列操作,包括销毁清空初始化,插入删除某队内元素(Queue operations, including destruction, initialization, insertion and deletion of elements within a team.)
  3. 所属分类:数据结构

    • 发布日期:2018-05-03
    • 文件大小:1024
    • 提供者:SuperLoser
  1. BANK

    0下载:
  2. 实现了基于队列的银行排队模拟系统,并对其服务进行了一定的分析(A queue based bank queuing simulation system is implemented)
  3. 所属分类:其他

    • 发布日期:2018-05-04
    • 文件大小:291840
    • 提供者:HalcyonBravado
  1. Priorityqueen_of_Dijkatra

    0下载:
  2. 使用优先级队列完成Dijkstra算法,使得寻找节点的时间复杂度为O(log|V|)(Using the priority queue to complete the Dijkstra algorithm)
  3. 所属分类:Windows编程

    • 发布日期:2018-05-06
    • 文件大小:2048
    • 提供者:不到终站
  1. linkedq

    0下载:
  2. pb队列数据结构,用链表结构实现,适合频繁增删操作(queue data structure for pb by linked list)
  3. 所属分类:其他

    • 发布日期:2018-05-06
    • 文件大小:1024
    • 提供者:Rnnnn
  1. array-doubly-linked-lru

    1下载:
  2. 基于数组的LRU队列,可以动态添加与删除元素(In this code, we realize a LRU queue based on an array)
  3. 所属分类:其他

    • 发布日期:2020-04-08
    • 文件大小:1024
    • 提供者:westbrook1122
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 50 »
搜珍网 www.dssz.com