搜索资源列表
algorithm
- 这是我自己写的有关操作系统的进程调度算法实验的程序.有兴趣的可以看一下.
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
jinchengdiaodu
- LINUX环境下的进程调度算法思想及源码-LINUX environment, the process of scheduling ideas and source code
AlgorithmAboutLinuxKernel
- 关于Linux2.6.18内核调度算法中判断交互式进程和非交互式进程的详细分析,以及证明其内核中的算法存在的相应的问题。 test.c为应用层测试代码 drv.c为内核驱动,为内核提供需要打印的进程ID prioxxx.log显示当测试进程的优先级设置为xxx时的内核的打印信息 no_setpriority.log显示为默认进程时的内核打印信息-About Linux2.6.18 kernel scheduling algorithm to determine the inter
JinChenDiaoDu
- 设计进程控制块PCB表结构,适用于多级队列反馈调度算法。-Design process control block PCB table structure for multi-level feedback queue scheduling algorithm.
JinChen
- 在Java环境中,实现进程调度算法,进程控制块PCB表结构,适用于多级队列反馈调度算法-In the Java environment, course scheduling, process control blocks PCB table structure for multi-level feedback queue scheduling algorithm
keshe
- 操作系统的课程设计实现银行家算法,进程调度算法和磁盘调度算法-Operating system design and implementation of courses bankers algorithm, the process of scheduling and disk scheduling algorithm
wenjianguanli
- 1)程序主界面可选择进程调度算法进行演示,其中调度算法包括:时间片轮转法,短作业优先算法,动态优先级算法。 2)然后进入子界面可选择进程数量和输入进程运行所需要的时间。 3)每个进程的优先数由随机函数产生且优先数随等待时间而变化,执行并显示结果。 -1) The program can choose the main interface shows the process of scheduling algorithm, scheduling algorithm which incl
linuxjinchengdiaodu
- linux 进程调度算法-linux process scheduling algorithm
78
- Linux单处理机系统的进程调度,时间片轮转算法,-Linux single processor system, process scheduling, round-robin algorithm,
zuoyediaodu
- 实验内容: 要求实现用户空间内的作业调度系统,通过作业调度系统实现以下的操作: (1)提交自己的作业。 (2)将自己提交的作业移出。 (3)查看作业状态。 实验目的: 理解操作系统中调度的概念和调度算法; 学习Linux下进程控制以及进程通讯的知识 理解在操作系统中作业是如何被调度的,如何协调与控制作业对CPU的使用-Experiment: job scheduling system in user space, the following o
src
- minix源码改编版,改写了进程调度的代码,实现了彩票算法-minix code revise
CPP_fifo_sjf
- 操作系统进程调度算法,先来先服务,短进程优先,高响应比-Operating system process scheduling algorithms, first-come, first-served, a short process priority, high response ratio
jin-cheng-diao-du
- 进程调度算法,包括实验报告及源程序,RR及SPF-Process scheduling algorithms, including experimental reports and source code, RR and SPF
5
- 进程调度 模拟进程调度,给出按照算法先来先服务FCFS、轮转RR(q=1)、最短进程优先SPN、最短剩余时间SRT、最高响应比优先HRRN进行调度各进程的完成时间、周转时间、响应比的值-Process scheduling simulation process scheduling algorithm is given in accordance with the first-come, first-served FCFS, rotate RR (q = 1), the shortest p
(2)
- 计算机操作系统进程调度,先来先服务算法和短进程优先算法-Computer operating system process scheduling, first-come first-serve algorithm and short process priority algorithm
2b1df48e96cb
- 进程调度算法:采用最高优先数优先的调度算法,即把处理机分配给优先数最高的进程。-Highest priority priority scheduling algorithm
linux
- 进程调度算法,在linux中利用多线程模拟实现FCFS,SJF,RR的调度过程 哲学家算法(linux FCFS SJF RR)