搜索资源列表
代码k
- c语言编写的消息队列代码-the message queue code
double_queue
- linux下一种双缓冲队列机制的实现源代码(C)。-linux under a double-buffer queue mechanism for the realization of the source code (C).
c-algorithms1.0.0.tar
- 常用的数据结构和算法函数库,比如集合、列表、树、队列、hash等。
Rhapsody-0.1.8.tar
- sourceforge历史版本完整下载: http://sourceforge.net/project/showfiles.php?group_id=202044 提供了基于b树索引算法的文件数据数据库模块详见storage/目录下面的 btree.c与pager.c container目录为常用的容器实现,如果rbtree avltree map heap list vector hashtable deque T树 B树, test目录为测试程序代码经过初步测试,比较稳定。 os_api:装
spserver-0[1].8.5.src.tar
- spserver 是一个实现了半同步/半异步(Half-Sync/Half-Async)和领导者/追随者(Leader/Follower) 模式的服务器框架,能够简化 TCP server 的开发工作。 spserver 使用 c++ 实现,目前实现了以下功能: 1.封装了 TCP server 中接受连接的功能; 2.使用非阻塞型I/O和事件驱动模型,由主线程负责处理所有 TCP 连接上的数据读取和发送,因此连接数不受线程数的限制; 3.主线程读取到的数据放入队列,由一
queue
- 一个用c语言实现的队列,线程安全,win32 ,linux下通用-A queue with c language, thread safety, win32, linux under the general
wfq
- 在,linux下利用NS-2实现的网络里的队列调度算法WFQ,主要是C/C++实现-In, linux using NS-2 under the implementation of the network in the queue scheduling algorithm WFQ, mainly C/C++ implementation
c
- 一个linux 下的客户端的小程序,用c语言描写实现。运用消息队列以及通信进程的应用实现-Under a linux client applet, using c language descr iption of the achievement. The use of message queue, as well as communications applications process
bag
- 分支限界法解决0/1背包问题,用c++的优先队列方法-Branch and bound method to solve 0/1 knapsack problem, using c++ Priority queue method
msq.c.tar
- 守护进程 消息队列 通信 未完 待续-Daemon communication message queue to be continued. . . . .
ipc
- linux下进程间通讯列子,包括消息队列,共享内存等-linux Liezi under the process of communication, including message queues, shared memory, etc.
linuxProcessKernel
- 要读懂linux 内核 ,还有比这再好的资料么,什么都不说了,赶快下吧。 目 录 进程 信号 sched.c 进程信号队列 SMP 内核线程页目录的借用 代码分析 线程 进程描述符 init进程从内核态切换到用户态 SET_LINKS REMOVE_LINKS get_wchan() sigframe的结构 rt_sigframe结构 信号队列的结构 内核线程
Multilevel_Feedback_Queue
- 这是用c实现的操作系统的调度算法,包括多级反馈队列调度、先来先服务、最短作业优先、高响应比、时间片轮转。-C This is achieved by operating system scheduling algorithms, including multi-level feedback queue scheduling, first-come, first serve, shortest operation priority, high-response ratio, time piece
ipc_msg_test.c
- ipc v 消息队列的demo例子 创建消息队列后,发一个,收一个,最后删除消息队列-ipc v Message Queue Message Queue to create demo example, the hair of a close one, and finally delete the message queue
threecodes
- 1、 用C语言写一个程序名字为procs4,该程序运行过程中共有4个进程,procs4程序(父进程)创建2个子进程p1和p2,p1子进程再创建一个子进程p3。4个进程完成如下工作: 父进程并打印字符串“I am main process”;p1子进程打印“I am child process p1”字符串;p2子进程打印“I am child process p2”;子进程p3打印字符串“I am child process p3”,然后使用exec(族)系统调用打印当前目录下文件和子目录下
UNIXCcode
- 用C语言编写的Unix代码实例 供大家参考 -#include <sys/sem.h> #include <sys/types.h> #include <sys/ipc.h> #include <stdio.h> #include <sys/stat.h> #define VERIFYERR(a, b) if (a) fprintf(stderr, " s failed.\n", b) else fp
QueueMgr
- 这是一个Linux操作系统下运行的队列代码实例,编写语言是C/C++,没有像windows操作系统下使用ace技术。-QueueMgr
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.
posixMsgQueneEx2
- 基于C语言的消息队列编程,在Windows+Cygwin环境下可用(Message queuing programming)
21twenty-one
- 实现队列的相关操作,入队,出队,实际应用中用的都是循环队列。(The relevant operation, queue enqueue, dequeue, practical applications are used in the circular queue.)