CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 Linux/Unix编程 搜索资源 - Queue

搜索资源列表

  1. queue

    0下载:
  2. 一个用c语言实现的队列,线程安全,win32 ,linux下通用-A queue with c language, thread safety, win32, linux under the general
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-31
    • 文件大小:1357
    • 提供者:尹海龙
  1. linux_queue_message

    0下载:
  2. 实用、效率高的linux下消息队列程序,可以快速,方便的应用于linux线程间的通信-Practical and efficient procedures for message queue under linux, you can quickly and easily applied to the linux-thread communication
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-24
    • 文件大小:1714
    • 提供者:phili
  1. ipc

    0下载:
  2. Linux IPC (message queue, pipe, sharememory, semaphore, signal and socket) examples
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-24
    • 文件大小:718975
    • 提供者:Ricky
  1. fred

    0下载:
  2. NS2下fred队列管理算法,验证能够运行..希望对大家有帮助-Under NS2 the fred queue management algorithm, the confirmation can move. Hoped that has the help to everybody
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:8996
    • 提供者:wensha
  1. MessageQueues.tar

    0下载:
  2. Simple example of implementation of Message Queue.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-06
    • 文件大小:917
    • 提供者:Matrix
  1. queue_using_linkedlist

    0下载:
  2. implementation of queue using linked list. it uses own queue.h header file.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:6214
    • 提供者:sandeep
  1. MessageQueue

    0下载:
  2. linux下消息队列的C语言封装,以及示例代码。用于进程间和线程间通信。-Provide C-language package of message queue under linux as well as sample code. This package is used for inter-process communication.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-23
    • 文件大小:10016
    • 提供者:vividonly
  1. lab9

    0下载:
  2. 不同队列管理机制:DropTail和RED对系统吞吐率,时延,丢包率的影响。-Different queue management mechanisms: DropTail and RED on the system throughput, delay, packet loss rate.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-31
    • 文件大小:2082
    • 提供者:杜少波
  1. Queue

    0下载:
  2. Queue used in linux programming
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-12
    • 文件大小:1962
    • 提供者:hireraju
  1. Queue

    0下载:
  2. 实现了队列的基本操作,由C++实现,作为模板使用。-Queue implement
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-07
    • 文件大小:1205
    • 提供者:曹磊
  1. dm-queue-length

    0下载:
  2. queue-length path selector - choose a path with the least number of in-flight I/Os.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-12-04
    • 文件大小:1827
    • 提供者:lanxilen
  1. cvmx-cmd-queue

    0下载:
  2. 支持不同的硬件模块用于管理的命令队列功能。-Support for the management of the different hardware modules command queue function.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-02
    • 文件大小:7081
    • 提供者:teamet
  1. dm-queue-length

    0下载:
  2. queue-length path selector - choose a path with the least number of in-flight I Os for Linux v2.13.6.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:1841
    • 提供者:xfxonpm
  1. ivtv-queue

    0下载:
  2. clear the buffer if it is going to be enqueued to the free queue.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:4036
    • 提供者:gungumou
  1. queue

    0下载:
  2. Function: void queue initialise (Queue t queue) for Linux v2.13.6.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:3398
    • 提供者:xnquibun
  1. queue

    0下载:
  2. This file implements a single-producer single-consumer queue, using a mutex and a condition variable.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:2096
    • 提供者:jdbatue
  1. queue

    0下载:
  2. A program where a simple queue is implemented. It includes adding elements to queue, delete queue and print the queue.-A program where a simple queue is implemented. It includes adding elements to queue, delete queue and print the queue.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-12
    • 文件大小:911
    • 提供者:dn
  1. queue

    0下载:
  2. de_queue: dequeue a message the specified queue. handle remote signals, wait for a msg to arrive, dequeue the msg. -de_queue: dequeue a message the specified queue. handle remote signals, wait for a msg to arrive, dequeue the msg.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:4505
    • 提供者:kemingkx
  1. Queue

    0下载:
  2. 基于linux的简单队列实现,可以移植到windows下。-simple queue
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-12
    • 文件大小:1010
    • 提供者:何川
  1. Stack-and-queue-simple-Test

    0下载:
  2. 实现数据结构中关于栈与队列的基础内容,栈的内容包括顺序栈、链式栈、用栈实现斐波那契函数以及两个栈实现共享空间,队列内容包括顺序队列、链式队列-Implementation of the data structure on the stack and the contents of the queue, the contents of the stack, including the stack, chain stack, with the stack to achieve Fibonacci f
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-12-12
    • 文件大小:7636
    • 提供者:yang
« 12 3 4 5 6 7 8 9 10 ... 19 »
搜珍网 www.dssz.com