搜索资源列表
queue
- 一个用c语言实现的队列,线程安全,win32 ,linux下通用-A queue with c language, thread safety, win32, linux under the general
linux_queue_message
- 实用、效率高的linux下消息队列程序,可以快速,方便的应用于linux线程间的通信-Practical and efficient procedures for message queue under linux, you can quickly and easily applied to the linux-thread communication
ipc
- Linux IPC (message queue, pipe, sharememory, semaphore, signal and socket) examples
fred
- NS2下fred队列管理算法,验证能够运行..希望对大家有帮助-Under NS2 the fred queue management algorithm, the confirmation can move. Hoped that has the help to everybody
MessageQueues.tar
- Simple example of implementation of Message Queue.
queue_using_linkedlist
- implementation of queue using linked list. it uses own queue.h header file.
MessageQueue
- linux下消息队列的C语言封装,以及示例代码。用于进程间和线程间通信。-Provide C-language package of message queue under linux as well as sample code. This package is used for inter-process communication.
lab9
- 不同队列管理机制:DropTail和RED对系统吞吐率,时延,丢包率的影响。-Different queue management mechanisms: DropTail and RED on the system throughput, delay, packet loss rate.
Queue
- Queue used in linux programming
Queue
- 实现了队列的基本操作,由C++实现,作为模板使用。-Queue implement
dm-queue-length
- queue-length path selector - choose a path with the least number of in-flight I/Os.
cvmx-cmd-queue
- 支持不同的硬件模块用于管理的命令队列功能。-Support for the management of the different hardware modules command queue function.
dm-queue-length
- queue-length path selector - choose a path with the least number of in-flight I Os for Linux v2.13.6.
ivtv-queue
- clear the buffer if it is going to be enqueued to the free queue.
queue
- Function: void queue initialise (Queue t queue) for Linux v2.13.6.
queue
- This file implements a single-producer single-consumer queue, using a mutex and a condition variable.
queue
- 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.
queue
- 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.
Queue
- 基于linux的简单队列实现,可以移植到windows下。-simple queue
Stack-and-queue-simple-Test
- 实现数据结构中关于栈与队列的基础内容,栈的内容包括顺序栈、链式栈、用栈实现斐波那契函数以及两个栈实现共享空间,队列内容包括顺序队列、链式队列-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