搜索资源列表
VC_Queue
- 这是用VC编写的一个“队列”的插入和删除程序,使用的是循环队列。-This is prepared by VC a " queue" of the insert and delete procedures, the use of the circle queue.
Super
- 利用消息缓冲队列机制,实现线程间的通信。-message
HospQuene
- 一个简单的用队列实现的医院排队就诊程序,初学者可参考。-a simple queue software of hospital using the quene for junior learners
dlb
- 双缓冲队列的C++实现,用到了模板封装机制,重用性更好,写服务器程序必备!-Double buffering queue C++ implementation mechanism used in the template package, reuse and better, write the server program must have!
e5f5b93afef3fc8b89d6c81420ad9db9
- 实现以循环链表表示的队列操作: 建队列,销毁队列,入队,出队,求队列长度,判断队空,显示队列(Queue operations to circular linked list representation: build queue, destroy the team, a team, queue, and queue length to determine air force display queue.)
TestQueue
- 完成队列建立、插入、删除,实现队列智能操作(excute queue operator inclued:create, insert, delete)
mosquito消息队列
- mqtt协议的mosquitto消息队列windows下编程接口,自己简单封装了下接口可以直接调用(Mqtt protocol mosquitto message queue, windows programming interface, its own simple package under the interface, you can call directly)
新建文本文档
- 一、循环队列的基础知识 1.循环队列需要几个参数来确定 循环队列需要2个参数,front和rear 2.循环队列各个参数的含义 (1)队列初始化时,front和rear值都为零; (2)当队列不为空时,front指向队列的第一个元素,rear指向队列最后一个元素的下一个位置; (3)当队列为空时,front与rear的值相等,但不一定为零; 3.循环队列入队的伪算法 (1)把值存在rear所在的位置; (2)rear=(rear+1)%maxsize ,其中maxsize代表数
队列处理
- 易语言消息队列处理我自己也在用的一款比较好用也不卡死(The easy language message queue handles one of my own)
6.链队列
- 链队列的具体操作,功能强大的小应用,非常好用(Concrete operation of chain queue)
daima
- 使用栈和队列的结构来判断输入字符串是否为回文(Determine whether the input string is a palindrome)
栈和队列
- 大学生数据结构栈和队列作业,题目为:栈和队列的实现与应用(Student data structure stack and queue job, the topic is: stack and queue implementation and Application)
LinkQueue
- 链队列的基本操作,创建,插入,删除,查询操作(The basic operation of chain queue, creation, insertion, deletion, query operation)
park
- 解决停车问题, fifo队列的构建,排队问题(Solve the problem of parking, construction of FIFO queue and queuing problem)
链队列
- 数据结构,使用c++实现的链队列,简单实现没有bug,啦啦啦(Data structure, the use of c++ to implement the chain queue, simple implementation without bug, cheerleading)
Nginx集群之WCF分布式消息队列
- 基于WCF分布式消息队列,可以在一些客户端并不需要服务端响应的场景上应用。消息队列在异步处理上有巨大优势,是一项可选择性的进程间的通信,能够保持进程之间通信的稳定性。(WCF based distributed message queues can be used in scenarios where some clients do not need server response. Message queuing has a great advantage in asynchronous pr
两个栈模拟一个队列
- C++实现两个栈模拟一个队列,自己做的题(C++ implements two stacks to simulate a queue)
【3】金龙107_ ucos ii_消息队列
- 金龙107_ ucos ii_消息队列源码(Golden dragon 107_ ucos ii_ message queue source.)
链队列之杨辉三角
- 链队列为存储结构基础,通过分析杨辉三角生成规律,用链队列结构实现杨辉三角,(The implementation of the Yang Hui triangle with chain queue structure)
斐波那契数列用循环队列解决
- 本代码提供将斐波那契数列用循环队列来解决的方案。(This code provides a solution to the Fibonacci sequence using a circular queue.)
