搜索资源列表
libSRC
- 本代码主要是在SUN操作系统下消息队列的管理-the main source of the Sun operating system message queue management
BankCounter
- 由C语言通过队列实现的一个银行帐户管理程序,对初学者学习很有帮助.
s3c2440linuxsddriver
- 1. sysfs 层的总线类型处理: 注册一组 mmc 类型处理函数, 标志为 \"mmc\" 2. mmc/sd 快设备管理:注册一个块设备和一组 mmc 总线类型的 driver 子函数, 实现块设备的队列管理等 3. mmc/sd host管理: 实现 host 的管理 4. 针对特定的mcu实现一个host驱动实例:主要是注册一个 host实体,中断处理函数,io设置函数,请求处理函数等
fred
- NS2下fred队列管理算法,验证能够运行..希望对大家有帮助-Under NS2 the fred queue management algorithm, the confirmation can move. Hoped that has the help to everybody
libmm
- 内存管理(包含队列管理),通过了linux下面的测试-Memory management (including queue management), adopted the following test linux
LinuxKernelTaskManagment
- 1、linux进程管理的模块组织框架 2、相关数据结构。 3、进程调度原则,调度算法,。 4、进程的创建和运行管理。 5、进程间通讯。 6、更多的技术 进程调度和中断处理交接 进程管理涉及的内核机制:bottom-half处理,等待队列 Linux/SMP的进程管理和调度技术 7、概述2.4的新特点-1, linux process management modules organizational framework 2, the relevant
bufferpool
- Bufferpool,内存管理程序,用于管理应用程序共享队列。-Bufferpool, memory management procedures for the management of application shared queue.
lab9
- 不同队列管理机制:DropTail和RED对系统吞吐率,时延,丢包率的影响。-Different queue management mechanisms: DropTail and RED on the system throughput, delay, packet loss rate.
homework2
- 编写基于管道的消息队列,该消息队列采用管道进行消息发送、存储、传递及接收。该消息队列应用于多线程环境时要保证线程是安全的;所采用的管道可以是由pipe创建的,也可以是命名管道;该消息队列能够接收CLMessage继承体系的消息;该消息队列能融入到本课程所提供的程序库中,能支持线程之间的通信(即需要提供发送消息的通信类,以及消息循环的管理类)。-The preparation of a pipeline-based message queue, the message queue using th
homework3
- 自己设计并实现一个消息队列,该队列能够接收CLMessage继承体系的消息,并且保证多线程环境下线程是安全的。该消息队列可以融入到本课程所提供的程序库中,能够支持线程之间的通信(即需要提供发送消息的通信类,以及消息循环的管理类)。-Design and implement a message queue, the queue CLMessage inheritance system able to receive messages, and to ensure a multi-threaded
cvmx-cmd-queue
- 支持不同的硬件模块用于管理的命令队列功能。-Support for the management of the different hardware modules command queue function.
nachos_thread
- nachos线程管理模块升级,实现了多种方法管理线程,包括“优先级调度”、“多级队列”等-nachos thread management module upgrade, to achieve a variety of ways to manage threads, including " priority scheduling," " multi-level queue" and so on
queue
- 希望大家能方便使用 主动队列管理算法,可以交流共享-red algorithm AQM
3
- 编写自定义的消息队列,该消息队列不能依赖于已有库的队列,必须是自己设计实现的 该消息队列是线程安全的 该消息队列能接收CLMessage继承体系的消息 该消息队列能融入到本课程所提供的程序库中,能支持线程之间的通信(即需要提供发送消息的通信类,以及消息循环的管理类) -Linux C++ for uestc lilin
pthread_pool
- 线程池组成 1)线程管理器: 2)工作线程: 3)任务接口: 4)任务队列:(Thread pool composition 1) thread manager: 2) worker threads: 3) task interface: 4) task queue:)
3
- 编写自定义的消息队列 该消息队列不能依赖于已有库的队列,必须是自己设计实现的 该消息队列是线程安全的 该消息队列能接收CLMessage继承体系的消息 该消息队列能融入到本课程所提供的程序库中,能支持线程之间的通信(即需要提供发送消息的通信类,以及消息循环的管理类)(UESTC LINUX LiLin Homework 3)