搜索资源列表
-
0下载:
设计一个有 N个进程共行的进程调度程序。
进程调度算法:采用最高优先数优先的调度算法(即把处理机分配给优先数最高的进程)和时间片轮转调度算法。
每个进程由一个进程控制块( PCB)表示。进程控制块可以包含如下信息:进程名、优先数、到达时间、需要运行时间、已用CPU时间、进程状态等等。 -design is a process of a total of N line in the process scheduler. Process Scheduling Algorithm : T
-
-
0下载:
操作系统先来先服务算法和优先权调度算法模拟实验-operating system services first-come first-priority scheduling algorithm and simulation algorithm
-
-
0下载:
进程管理设计进程控制块PCB表结构,适用于优先数调度算法调度算法。
②建立进程就绪队列。
③编制进程调度算法:优先数调度
-process management design process control block PCB table structure, applicable to a few priority scheduling algorithm scheduling algorithm. create a process in place cohort. prepa
-
-
0下载:
cpu进程调度算法 ,包括图形界面.进程的就绪,等待,挂起,解挂-cpu process scheduling algorithm, including graphical interface. Process ready, waiting, 1-2 Solution linked
-
-
0下载:
是关于CPU进程调度的模拟程序,可以实现三种算法的进程调度:先来先服务,短进程优先,最高优先级。是操作系统的大作业。-is on the CPU scheduling process simulation program that can be achieved in three of process scheduling algorithm : first-come first-serve, short process priority, the highest priority. The o
-
-
0下载:
我是新手,对时间片轮转调度算法不数 VB也不熟 请高手给我些指点 谢谢了-I greenhorn, right time slice Web scheduling algorithm is not unfamiliar with the number of VB 19:56 gave me some kind of thank you
-
-
0下载:
操作系统磁盘调度算法中的SSTF最短寻道时间优先算法!输出移动臂的距离和顺序!-Disk Operating System Scheduling Algorithm of SSTF shortest tracking time priority algorithm! Mobile export boom and the distance order!
-
-
0下载:
用高级语言编写和调试一个进程调度程序,以加深对进程的概念及进程调度算法的理解-used high-level language development and debugging of a process scheduler, to promote the concept of the process and the process of understanding the scheduling algorithm
-
-
0下载:
进程调度算法!-process scheduling algorithm!
-
-
0下载:
进程调度算法,有首次适应,最优适应算法,最差适应算法-process scheduling algorithm, the first adaptation, optimal adaptation algorithm, the worst adaptation algorithm
-
-
0下载:
用C语言实现进程调度-操作系统课程设计设计思想:
“最高优先数优先”调度算法的基本思想是把cpu分配给就绪队列中优先数最高的进程。采用动态优先数,即优先数在创建进程时给定一个初始值,当进程获得一次cpu后其优先数就减少1。-C language scheduling process-design courses on operating system design : "Priority number of the highest priority" scheduling
-
-
0下载:
操作系统的页面调度算法-OS pages Scheduling Algorithm
-
-
0下载:
操作系统实验一(进程调度算法代码) 先来先服务调度算法-an experimental operating system (the process of scheduling algorithm code) first-come first-service Scheduling Algorithm
-
-
0下载:
该程序使用tc2.0编译,带有图形界面和可输入命令的简易控制台 源代码较长,但总共就两大部分——进程调度部分和图形界面部分。 /*多道系统动态优先级调度算法及可变大小内存分配模拟*/-the procedures used tc2.0 compiler, with a graphical interface and can import orders of the source code for simple console longer, but the majority of the tot
-
-
0下载:
一个模仿操作系统的页面调度算法,模拟了调试的基本操作。-a copy of the operating system pages scheduling algorithm, a simulation testing the basic operation.
-
-
0下载:
处理机调度:按轮转法调度算法 随机产生进程的个数及到达时间。-Processor Scheduling : Web Act by scheduling algorithm randomly generated number and the process of arrival time.
-
-
0下载:
短作业优先、先来先服务、高响应比、时间片轮转等四个进程调度算法的模拟实现-Short jobs first, first-come first-served, high-response ratio, round-robin scheduling algorithm in four process simulation to achieve
-
-
0下载:
操作系统课程实验,模拟进程调度,涉及图形用户界面GUI和进程调度算法,用VC6.0实现,包含定时器应用和快捷键创建。-Operating system course experiment to simulate the process of scheduling, involving graphical user interface GUI and the process of scheduling algorithm, using VC6.0 to achieve, including the
-
-
0下载:
用各种算法实现进程调度的模拟,有先来先服务算法、静态抢占算法、动态抢占优先级算法以及时间片轮转法,用MFC实现,界面优美功能完善。-Process scheduling algorithm with a variety of simulation, there is first come first serve algorithm, static capture algorithm, dynamic priority algorithm and the time to seize the fil
-
-
0下载:
多机任务调度算法[n个任务,m个机器] 该算法用C++语言描述,不错的源码(Multimachine scheduling algorithm (n, m machine] the algorithm described in c + + language, a good source)
-