搜索资源列表
SOCKET服务器(队列算法)
- SOCKET服务器,支持多客户端,含协议判断处理. 每个客户端有独立的数据队列做BUFFER, 采用异步SOCKET方式接收数据. 传上来换点分!对初学都应该还算是比较全面的.含全部源代码.
解旅行售货员问题的优先队列式分支限界法
- 解决旅行售货员问题的优先队列式分支限界法C++源程序
MS消息队列使用
- MS消息队列使用例子
vxworks 自定义数据队列的实现
- 实现了 自定义的 数据缓冲队列,具有良好的扩展性。 利用用户保留内存进行数据缓冲,避免内存碎片
C语言队列算法
- 队列队列队列队列队列队列队列队列队列队列队列队列队列队列队列队列队列
C++Builder队列
- 用C++Builder写的数据结构队列问题的程序。希望对大家有用。-C Builder write queue data structure of the proceedings. We hope that the right useful.
Keil_XMC1300_ADC_队列模式例程
- Keil_XMC1300_ADC_队列模式例程.zip,基于XMC1300,在Keil平台实现ADC队列模式(Implementation of ADC queue pattern on Keil platform based on XMC1300)
循环队列
- 数据结构,是循环队列的创建,只有循环队列,可以直接使用(Data structure, is the creation of a circular queue, only the loop queue, you can directly use)
栈和队列的链接
- 数据结构实验 栈和队列的连接实验 ①编写程序实现循环队列的初始化、入队和出队操作 ②编写程序实现将一个任意的十进制数转换成对应的二进制数 要求: ①用栈的基本操作来实现(具体栈的存储结构可用顺序栈也可用链栈) 十进制数由键盘输入,输出对应的二进制数。 ②在初始化队列后,利用入队操作构建具有n个元素的队列并依次输出队列中的元素。在构建的具有n个元素的队列中,执行出队操作,输出出队后队列中的剩余元素(Data structure experiment stack and queue
队列处理
- 易语言消息队列处理我自己也在用的一款比较好用也不卡死(The easy language message queue handles one of my own)
循环队列
- 循环对联实现, //1.创建空的循环队列,为结构体在堆区分配空间 //2.判断队列是否为空 //3.判断队列是否为满 //4.入队,操作rear //5.出对,操作front(Circular couplet implementation, //1. creates an empty loop queue that allocates space for the structure in the heap area //2. determines whether the queue
CH3栈和队列-PDF
- 栈和队列(Stack and queue)
环形队列
- 环形队列是在实际编程极为有用的数据结构,它有如下特点。它是一个首尾相连的FIFO的数据结构,采用数组的线性空间,数据组织简单。能很快知道队列是否满为空。能以很快速度的来存取数据。 因为有简单高效的原因,甚至在硬件都实现了环形队列.环形队列广泛用于网络数据收发,和不同程序间数据交换(比如内核与应用程序大量交换数据,从硬件接收大量数据)均使用了环形队列.(The ring queue is a very useful data structure in practical programming,
6.链队列
- 链队列的具体操作,功能强大的小应用,非常好用(Concrete operation of chain queue)
链式队列
- 链式队列,使用C语言实现,具有非常非常多的功能,自写 数据结构作业,北京化工大学。(Chain queue, implemented in the C language, has a very very large number of functions, self write Data structure operation, Beijing University of Chemical Technology.)
循环队列
- 基于C-C++的循环队列的构建及基本操作,插入,删除,查找等操作的实现(C-C + + based on the construction of circular queue and the basic operation, insert, delete, search and other operations to achieve)
多级反馈队列算法程序
- 多级反馈调度算法,根据进程队列优先级进行调度(Multilevel feedback scheduling algorithm, scheduling based on process queue priority)
链队列
- 数据结构,使用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)