搜索资源列表
JinChengTongXun.zip
- 包含几个用不同方式(共享内存、socket、FIFO、消息队列等)实现进程通信的小程序,包含详细注释,足以解释各种方式进程通信的实现原理和编程方法,Contains a number of different ways (shared memory, socket, FIFO, message queue, etc.) to achieve the process of the small communications program, including detailed notes, are
XQueue_demo
- 通过内存文件映象实现了一个FIFO消息队列,可以工作在所有的windows版本中,很好用的完成内存共享服务的代码-a FIFO message queue with memory map,compatible all windows version.
ipc
- 在linux下利用消息队列实现简单的聊天程序-In linux message queue implementation using a simple chat program
fenshixitong
- 依据“先进先出”调度原则,并用队列加以实现,从而对CPU分时系统进行简单模拟。输入为用户个数和每个用户所要完成的任务及消费的CPU运行周期,在考虑到CPU申请延迟周期的情况下,输出CPU在运行过程中每个周期的工作状态,正在使用CPU的用户以及等待使用的用户。-Based on " FIFO" scheduling principles, and use a queue to be achieved, and thus a simple simulation of CPU tim
fifo
- 一个循环线性地址先进先出队列(FIFO),非常适合用做通讯、任务等,具有如下特点: 1.循环队列,空间利用率非常高,不用动态分配内存,不使用链表,无内存泄漏,无内存碎片; 2.线性地址空间,直接使用memcpy进出,速度非常快; 使用说明: 1.fifo_init 2.fifo_into 2.fifo_get 3.fifo_remove 4.fifo_uninit 如发现问题联系本人: lxj_com@163.com QQ:67016879
source
- 实现了一个高效fifo,适合单一消费者和单一生产者-fifo queue
sch_fifo
- The simplest FIFO queue.
seq_prioq
- This priority queue orders the events on timestamp. For events with an equeal timestamp the queue behaves as a FIFO.