搜索资源列表
fifo123456
- 16*16位的先进先出队列FIFO程序,可作参考-16* 16-bit FIFO queue FIFO procedures, can be used for reference
CircleQueue_with_array_list
- 本程序中分别用数组和链表实现了环形队列,有利于理解环形缓冲区的实现。-This program implements circle queue by array and list.It is useful to understand the solution to circle buffer.
mm1smpl
- a simple M/M/1 queue simulation with poession proce-a simple M/M/1 queue simulation with poession process
sanserver_lab1
- M/M/1 queue simulation
duojiduiliefankuidiaodu
- 多级队列反馈调度的算法实现。C语言的!操作系统课程。-Multi-level feedback queue scheduling algorithm. C Language! Operating System Course.
5080309330_1
- 队列(Queue)是一种用于实现先进先出(FIFO)的数据结构,即第一个进入队列的数据排在队列的最前处,第二个进入队列的数据排在其后,依此类推;出队列时,总是排在队列最前处的那个数据先出队列。-Queue is used to implement FIFO (FIFO) data structure, that is, the first row of data into the queue in the queue at the most before the second row of da
5080309330_2
- 假设某银行只有一个营业员办理存款业务,顾客每3~8分钟到来一位并依次排队办理业务。所有顾客办都只办理一笔定期存款的业务,存款金额从1000元~50000元的整数。营业员办理每笔存款业务2~7分钟。下表为今年8月19日银行加息前后的存款年利率情况。-Suppose a bank is only a salesperson a deposit business, the customer every 3 ~ 8 minutes, and followed by the arrival of a qu
queuimplement
- QueueImplement In this section, you will learn how to implement the queue. A queue holds a collection of data or elements and follows the FIFO ( First In First Out) rule. The FIFO that means which data added first in the list, only that element can
StackandQueen
- Stack queue experiment. Doc / / define template class SeqStack / / constructor stack initialization / destructor-Stack queue experiment. Doc// define template class SeqStack// constructor stack initialization/destructor
Queue
- 这个代码是c++的一个模板类,实现了数据结构队列的功能-This code is used to achieve the function about the queuen
DEMO
- 实例\这个程序演示利用队列来实现数据的传引用-Instance \ This program demonstrates use of the data transmission queue to achieve reference
Que
- 定义循环队列,完成队列的基本操作:入队和出队等-Defined circular queue, the queue to complete the basic steps: into the team and the teams
hzj
- 多级反馈调度算法,队列内部是FCFS,队列之间是优先调度。-The multi-level feedback scheduling algorithm, queue internal FCFS, queue priority scheduling.
Car-parking-mange-
- 实现停车自如,利用了栈和队列的知识,在vc环境下写的-Achieve ease parking, use of the stack and queue knowledge, written in vc environment
12
- 循环队列的实现和运算<<实用数据结构基础(第三版>>-The realization and operators of the circular queue
q1.cpp
- queue example to demonstrate the use of queue in C-queue example to demonstrate the use of queue in C++
link.queue.dobulelink
- 单链表的所有实现 队列的所有实现 双链表的所有实现-link,queue and doblue link
queue
- 用c语言实现的队列,完成队列的建立、元素的插入与删除的功能-Using c language implementation of queue, completed the establishment of the queue, elements, insert and delete functions
queue
- 这个程序的功能是实现链式队列的基本操作,包括入队,出队,销毁,清空。初学者可以看看。-The functionality of this program is to realize the basic operations of chain queue, including team, the team, to destroy, to empty.Beginners can look at.
Queue
- 数据结构队列的源码,自写亲测正确。希望多多支持-Queue data structure of the source code, the write correct measurement. Hope that more support
