搜索资源列表
jcddsf
- //数据:进程,队列结构 进程调度算法,处理流程: 1 初进程始化--进程队列结构(包括:就绪队列,等待队列,运行队列)等必要的数据结构 init() 2 进入无限循环,反复调度队列 -//Data: process, structure the process of queue scheduling algorithms, process: 1 the beginning of the beginning of the process- the process of the
1
- 栈的一种实现,同时附数组的实现,数据结构,有借口,可以在接口不变的条件下轻松改成队列或用链表实现-A stack to achieve, at the same time attached to the realization of the array, data structure, an excuse to be able to interface easily under the conditions of the same queue or linked list into a real
LinuxKernelTaskManagment
- 1、linux进程管理的模块组织框架 2、相关数据结构。 3、进程调度原则,调度算法,。 4、进程的创建和运行管理。 5、进程间通讯。 6、更多的技术 进程调度和中断处理交接 进程管理涉及的内核机制:bottom-half处理,等待队列 Linux/SMP的进程管理和调度技术 7、概述2.4的新特点-1, linux process management modules organizational framework 2, the relevant
AKAE_train_code
- 任务间的同步 事件和事件控制块——描述事件的数据结构 信号量及其使用 消息邮箱及其使用 消息队列及其使用-Synchronization between tasks and event control block event- the event describing the data structure and its use semaphore messages using the message queue and the mailbox and its use
Job
- 操作系统课程设计:单道系统三种作业调度算法模拟 ○1、在数据结构上选择单向链队,即后备作业队列的每个结点表示一个作业块,每个作业块即JCB包含如下信息:作业名,到达时间,所需时间,已运行时间,作业状态,所需主存大小,所需磁带机数目。 ○2、提交新作业时,调用函数EnQueue(m_JobName,m_NeedTime)即将作业插入到后备作业队列的末尾。接着判断内存作业队列是否为空,若为空则将后备作业调入内存运行并启动计时器SetTimer(1,1000,NULL),更新列表框控件的信息的
linearqueue
- 数据结构,linux操作系统下实现的各种队列操作,插入,删除,创建队列,销毁队列-data structure,queue
Cars
- 用数据结构中队列和栈实现停车场管理-Parking management queue and stack data structure
Several-data-structures
- 几种数据结构,包括排序,堆栈,队列等,都是自己写的,希望能帮助初学者-Several data structures, including the sort, stack, queue, is written in their own, hope to help beginners
yanghuistriagle
- 杨辉三角问题,利用数据结构的队列问题,可以将杨辉三角打印出来 -Pascal' s Triangle, queue data structure can be Pascal' s Triangle print out
queue
- 数据结构 队列 算法详细的描述代码,功能完全,适合学习。-Data structure.
link
- 经典的数据经结构算法,包括各种链表的实现方法和队列及树的实现。-The classic data structure algorithms, implementation method and queue and tree including all list.
CircularQueue
- 双缓冲循环队列数据结构,能够高效对数据进行操作。-Double buffering circular queue data structure that can efficiently operate on the data.
1136
- 栈的一种实现,同时附数组的实现,数据结构,有借口,可以在接口不变的条件下轻松改成队列或用链表实现-A stack to achieve, at the same time attached to the realization of the array, data structure, an excuse to be able to interface easily under the conditions of the same queue or linked list into a real
SJF
- 数据结构设计(JCB,后备作业队列) – 算法实现与模拟(排序、调度) – 输出调度结果,展示调度过程并解释 - 检测到中文 英语 自动检测 你的常用语种在这里-常用语种中文英语 ABC 阿拉伯语 爱沙尼亚语 保加利亚语 波兰语 DEFG 丹麦语 德语 俄语 法语 芬兰语 HIJKLMN 韩语 荷兰语 捷克语 罗马尼亚语 OPQRST 葡萄牙语 日语 瑞典语 斯洛文尼亚语 泰语 UVWX 文言文 西班牙语 希腊语 匈牙利语 YZ 中文 英语 意大利语 粤语 中文繁体 -
qseue_qbeue
- 用java实现数据结构中的栈和队列,是一个applet程序,很好的-Stack and queue, using Java implementation the data structure is an applet program, very good
Stack-and-queue-simple-Test
- 实现数据结构中关于栈与队列的基础内容,栈的内容包括顺序栈、链式栈、用栈实现斐波那契函数以及两个栈实现共享空间,队列内容包括顺序队列、链式队列-Implementation of the data structure on the stack and the contents of the queue, the contents of the stack, including the stack, chain stack, with the stack to achieve Fibonacci f
xnumesators
- 用了三个队列的数据结构,用随机数来模拟飞机请求,填写一个队列-Use the three queue data structure, use random Numbers to simulate aircraft request, fill in a queue
use
- 用了三个队列的数据结构,用随机数来模拟飞机请求,填写一个队列(Use the three queue data structure, use random Numbers to simulate aircraft request, fill in a queue)
21twenty-one
- 实现队列的相关操作,入队,出队,实际应用中用的都是循环队列。(The relevant operation, queue enqueue, dequeue, practical applications are used in the circular queue.)