搜索资源列表
os_2
- 本程序需要用到数据结构中队列的概念完成。用指针指出下一个进程的PCB首地址,最后一个进程中指针为“0”。该调度算法是从后备队列中选择一个或若干个估计运行时间最短的作业,将其调入内存运行。当要求运行时间不为0时,将PCB加入队列(按优先数大小插入,且置队首标志);若要求运行时间为0,则把它的状态修改为“结束”(),并退出队列。-the procedures need to resort to queue data structure to complete the concept. Using i
djb
- 数据结构中队列源程序: 顺序队列.c 顺序循环队列.c 链式队列.c-queue data structure source : the order queue. C sequence and cycle cohort. C chain cohort. C
queue
- 一个数据结构的编程,练习了插入删除队列的操作
zhan
- 通过对队列的入栈出栈实行的程序,数据结构栈的操作的实验-Through the queue stack a stack to implement the procedures, data structure stack operation experiment
Alex
- 大二数据结构实验课的几个源码(顺序表的合并、多项式的合并、栈和队列的基本操作、稀疏矩阵的运算、二叉树基本操作、图的存储和应用)-Experimental data structure sophomore class several source (the order form merger, the merger of polynomial, stack and the basic operation of the queue, sparse matrix computation, the ba
hanoi
- 数据结构栈和队列的算法实现,实验内容:汉诺塔问题。程序结果给出程序执行过程中栈的变化过程与圆盘的搬动状态。-Stack and queue data structure of the algorithm, experimental elements: Tower of Hanoi problem. Procedures for the implementation of the results of the proceedings given the changes in the course
pdicui
- 对于数据结构队列的应用,主要是关于排队出对的配对问题。-Queue data structure for the application, mainly on the queue for the matching problem.
shujujiegousuanfa
- 用C语言实现的数据结构算法,采用顺序队列对医院就诊排队进行计算处理,比较好的实现了排队。-With the C language implementation of the data structure algorithms, using the order of the queue on the queue for hospital computing, and better achieved by queuing.
duilie
- 数据结构中中有关堆栈和队列,循环队列的实现程序-Data structure in the stack and queue, circular queue implementation procedures
DataStructure
- C#语言版本的各种数据结构的代码,包括线性表、循环链表、堆栈、队列、矩阵、树、图及各种查找算法的代码。-C# language versions of the various data structures of the code, including the linear form, circular linked list, stack, queue, matrix, tree, graph, and a variety of search algorithm code.
shiyan3
- 这个压缩格式关于栈,队列和递归数据结构源代码-The compression format on the stack, queue, and recursive data structure source code
Multilevel_Queue_Scheduling
- 合肥工业大学操作系统课程设计-实现进程多级队列调度算法的模拟(附课程设计报告) 建立作业的数据结构描述; 使用两种方式产生作业:(a)自动产生, (b)手工输入; 在屏幕上显示每个作业的执行情况; 时间的流逝可用下面几种方法模拟:(a)按键盘,每按一次可认为过一个时间单位; (b) 响应WM_TIMER; 计算并显示一批作业的周转时间、平均周转时间、带权周转时间、平均带权周转时间。
mowangyuyan
- 实现魔王语言,通过数据结构的还在那和队列-Achieve devil language, through the data structure is still there and the queue
queue
- 清华大学电子工程系《数据结构与算法》课程课件:队列问题-queue problem_ courseware from the department of electronic engineering of Tsinghua University
zuixiaohuadui
- C++数据结构优先级队列实现中,二叉堆实现,根元素为最小元素,即最小化堆-C++ priority queue data structure implementation, the binary heap implemented root element for the smallest element, namely to minimize the heap
6_5
- 贝努力队列的实现,采用上海交大数据结构课程的原理编写-Principle of the preparation of the realization of the Bernoulli force queue, Shanghai Jiaotong University data structures course
CSharp-database
- c#数据结构源码word版,包括数组/队列/链表/树/图-c# data structure source code version of the word, including an array/queue/list/tree /
acm2
- 采用队列数据结构按层次遍历二叉树,用一般的队列来存储和访问二叉树 -The queue data structure traversal of binary tree according to the level of two, with the general queue to store and access the two fork tree
example-of-queue
- 包含了2个示例展示了最常用的数据结构:队列的使用方便。初学者可以根据示例学习相关函数。-Contains two examples show the most commonly used data structures: easy to use queue. Beginners can learn to function in accordance with the relevant examples.
附录代码(笔记)
- 数据结构的附录代码展示,如循环队列,约瑟夫,链表(Data structure appendix code display, such as circular queue, Joseph, linked list)