搜索资源列表
实验一 进程、线程的控制
- 设计一个有 N个进程共行的进程调度程序。 进程调度算法:采用最高优先数优先的调度算法(即把处理机分配给优先数最高的进程)和时间片轮转调度算法。 每个进程由一个进程控制块( PCB)表示。进程控制块可以包含如下信息:进程名、优先数、到达时间、需要运行时间、已用CPU时间、进程状态等等。 -design is a process of a total of N line in the process scheduler. Process Scheduling Algorithm : T
实验11
- 进程管理设计进程控制块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
AOperatingSystem
- cpu进程调度算法 ,包括图形界面.进程的就绪,等待,挂起,解挂-cpu process scheduling algorithm, including graphical interface. Process ready, waiting, 1-2 Solution linked
ProcessDeployProject
- 操作系统课程实习之进程调度模拟实现--采用时间片轮转算法(JAVA版)-training courses on operating system simulation scheduling a process to achieve -- time-use Web algorithm (Java version)
procedul--simulate
- 是关于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
s111
- 用高级语言编写和调试一个进程调度程序,以加深对进程的概念及进程调度算法的理解-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
23
- 进程调度算法!-process scheduling algorithm!
diaodusuanfa
- 进程调度算法,有首次适应,最优适应算法,最差适应算法-process scheduling algorithm, the first adaptation, optimal adaptation algorithm, the worst adaptation algorithm
jinchen1
- 用C语言实现进程调度-操作系统课程设计设计思想: “最高优先数优先”调度算法的基本思想是把cpu分配给就绪队列中优先数最高的进程。采用动态优先数,即优先数在创建进程时给定一个初始值,当进程获得一次cpu后其优先数就减少1。-C language scheduling process-design courses on operating system design : "Priority number of the highest priority" scheduling
VC++
- 操作系统中:用最佳适应算法进行进程调度,进行作业资源的回收
liaohushiyan3
- 操作系统实验一(进程调度算法代码) 先来先服务调度算法-an experimental operating system (the process of scheduling algorithm code) first-come first-service Scheduling Algorithm
轮转法调度
- 处理机调度:按轮转法调度算法 随机产生进程的个数及到达时间。-Processor Scheduling : Web Act by scheduling algorithm randomly generated number and the process of arrival time.
caozuoxitong
- 短作业优先、先来先服务、高响应比、时间片轮转等四个进程调度算法的模拟实现-Short jobs first, first-come first-served, high-response ratio, round-robin scheduling algorithm in four process simulation to achieve
processPscheduling
- 进程调度的设计与实现mfc源代码,包含进程调度算法的演示,gui图形界面设计,操作系统的一个实验操作。-The design and implementation of process scheduling mfc source code, including a demonstration of the process of scheduling, gui graphical user interface design, an experimental operating system ope
acm
- 操作系统课程实验,模拟进程调度,涉及图形用户界面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
monijinchengdiaodu
- 用VB设计的进程调度算法,有界面,包含多种算法-Design process with the VB algorithm, there is the interface that contains a variety of algorithms
the-vkhxduling-the
- 进程调度算法演示,程序中含有一些对控制台输出和事件进行控制的API函数-Process scheduling algorithm demo, the program contains some of the console output and events to control the API function
bvoa
- 这是操作系统中的一个进程调度算法的源程序!不错()
0874018
- 进程调度算法演示,程序中含有一些对控制台输出和事件进行控制的API函数()
74084884
- cpu进程调度算法 ,包括图形界面 进程的就绪,等待,挂起,解挂()