Location:
Search - Circular queue
Search list
Description: Round-robin scheduling algorithm is one of the simplest scheduling algorithms. It is designed especially for time-sharing systems. The ready queue is treated as a circular queue. The algorithm assigns a time slice(also called time quantum) to each process in the ready queue in order, handling all processes without priority. A maximum of one time slice is allocated at once. If the remaining request is less than a time slice, only the remaining request time is allocated. Round-robin scheduling is both simple and easy to implement. It is also starvation-free.
Platform: |
Size: 148480 |
Author: 邓思兵 |
Hits:
Description: 掌握循环队列的基本操作及在顺序存储结构上的实现。数据结构-Circular Queue grasp the basic operation and in order to achieve the storage structure. Data Structure
Platform: |
Size: 211968 |
Author: 胡娟 |
Hits:
Description: 循环队列演示,可以初始化队列大小,插入队列,出队列以及清空队列-Circular Queue demo, you can initialize the queue size, insert the queue, dequeue, and clear the queue
Platform: |
Size: 3072 |
Author: pengyuxu |
Hits:
Description: circular queue of c++ programming
Platform: |
Size: 1024 |
Author: adico |
Hits:
Description: this the complete program of circular q-this is the complete program of circular queue
Platform: |
Size: 35840 |
Author: san_shinee |
Hits:
Description: Circular Buffer / Queue immplementation-Circular Buffer/Queue immplementation
Platform: |
Size: 2048 |
Author: Manoj M |
Hits:
Description: program for circular queue in C language
Platform: |
Size: 1024 |
Author: vickky |
Hits:
Description: This queue structure, especially, circular queue which includes clear-cut instructions.
you can get the algorithm of queue structure more than other-This is queue structure, especially, circular queue which includes clear-cut instructions.
you can get the algorithm of queue structure more than other
Platform: |
Size: 220160 |
Author: Henrty |
Hits:
Description: 51单片机采用环形队列输入缓冲区,以中断方式接收串口数据-51 MCU using circular queue input buffer to receive data from serial port interrupt
Platform: |
Size: 1024 |
Author: cyinfo |
Hits:
Description: C++ code to form circular queue using an array
Platform: |
Size: 151552 |
Author: nirupan |
Hits:
Description: 数据结构 循环队列 用C语言实现,在VC6.0下实现-Circular queue data structure using C language, to achieve in the VC6.0
Platform: |
Size: 2048 |
Author: liupeiran |
Hits:
Description: Circular Queue using C
Platform: |
Size: 1024 |
Author: m |
Hits:
Description: circular queue using arra in java implementation
Platform: |
Size: 51200 |
Author: sushantsukale |
Hits:
Description: 完整的一段C++的循环队列实现,有详细的注释-Complete a section of C++ circular queue implementation, with detailed comments
Platform: |
Size: 1024 |
Author: 邹威威 |
Hits:
Description: Circular Queue program in c language-Circular Queue program in c language...
Platform: |
Size: 1024 |
Author: Krish |
Hits:
Description: 通过数组和链表方法实现循环队列中人员筛选的问题。该文档给出了问题及多种解决方案,还列出了容易出现的错误。是初学者避免错误的好帮手。-Through arrays and linked lists methods to achieve the circular queue personnel screening questions. This document gives a variety of problems and solutions, also lists error prone. Is a good helper for beginners avoid errors.
Platform: |
Size: 3072 |
Author: 刘争辉 |
Hits:
Description: 数据结构中循环队列的C++编程实现源代码-Data structure of circular queue in c++ programming source code
Platform: |
Size: 218112 |
Author: 邢玉娟 |
Hits:
Description: 对于数据结构中循环队列的功能实现,能更好的来理解数据结构的知识。-For the function of the circular queue data structure implementations, better able to understand the knowledge of the data structure.
Platform: |
Size: 1024 |
Author: zoubin |
Hits:
Description: 一个简单的数据结构例子,用于建立一个循环队列。-A simple example of the data structure, used to establish a circular queue.
Platform: |
Size: 1024 |
Author: 张明 |
Hits:
Description: 这是我用visual C++写的循环队列的头文件和一个cpp文件(this file mainly include a head file of circular queue)
Platform: |
Size: 3693568 |
Author: yiersan
|
Hits: