搜索资源列表
用消息队列实现Client和Server间的通信
- 用消息队列实现Client和Server间的通信-used to achieve Message Queue Server and Client Communications between the
马达驱动
- 马达驱动,利用定时器和工作队列实现
消息缓冲队列实现通信
- 一个线程通过消息队列把消息传送给其他的线程
vxworks 自定义数据队列的实现
- 实现了 自定义的 数据缓冲队列,具有良好的扩展性。 利用用户保留内存进行数据缓冲,避免内存碎片
ticksvr
- 一个通用记录软件系统日志的后台程序,采用消息队列实现,可同时记录多个系统的日志,特别适合于通信软件日志,减轻通信系统直接写日志到磁盘文件的负担,加快通信软件执行速度。-Records of a common software system log daemon, the message queue to achieve, can simultaneously record multiple systems of logs, partic
队列
- 队列算法用C语言实现-queue algorithm with C language
利用一个链表类实现一个队列类和栈类
- 利用一个链表类实现一个队列类和栈类-use a objectlist achieve a queue category and type Stack
用消息队列实现Client和Server间的通信
- 用消息队列实现Client和Server间的通信-used to achieve Message Queue Server and Client Communications between the
数据结构算法集---C++语言实现
- 常用的C++数据结构算法,包括队列、堆栈、链表...等.以模板类型式实现-C common data structure algorithms, including queue, stack, etc. List .... To achieve template-type
优先队列
- 用数组表示堆从而实现优先队列 存储紧凑,空间利用率高-array reactor used to achieve priority queue storage compact, space utilization high
栈和队列CQandS
- 该程序实现了栈和队列的操作,可以作为其他程序的头文件-the program stack and a queue of operation, as with other procedures in the first paper
mazeduil
- 数据结构中的迷宫问题的代码 用队列实现 可以看看 -data structure of the maze of code can be used to achieve look at the queue
UNIX_MSG_COMMUNICATION
- UNIX环境下如何应用消息队列实现进程间通讯,值得一看的好-UNIX environment on the use of Message Queue to achieve inter-process communication, enjoying their good Dongdong
51FIFO
- 51单片机的FIFO(先入先出)循环队列实现-51 SCM FIFO (first-in-first out) Revolving Queuing
BankCounter
- 由C语言通过队列实现的一个银行帐户管理程序,对初学者学习很有帮助.-err
SeqQueue
- 用队列实现迷宫算法,用c++写的,求的是最短的路径-With queue realize the maze algorithm, using c++ Written, and is the shortest path
JiSuanQi
- Visual c++6.0实现的用数据结构栈和队列实现的计算器-Visual c++ 6.0 realize the use of stack and queue data structures realize calculator
Msg
- send为发送端,rec为接收端,消息队列实现进程通信。-send to sender, rec for the receiving end, the message queue to achieve the process of communication.
HospQuene
- 一个简单的用队列实现的医院排队就诊程序,初学者可参考。-a simple queue software of hospital using the quene for junior learners
队列实现归并排序
- 使用C++语言实现队列归并排序的实例 采用分制法一种有效排序算法(An example of queue merging and sorting using C++ language using an efficient sorting algorithm)