搜索资源列表
jinchengdiaodu
- 实现两种调度方式的进程调度模拟,可以自己设定进程的参数来完成调度-way to achieve both scheduling process scheduling simulation can be set for the process to complete the scheduling parameters
jinchengdiaodu
- 用c++语言实现 采用最高优先数优先算法实现的进程调度
jinchengdiaodu
- 无论是在批处理系统还是分时系统中,用户进程数一般都多于处理机数、这将导致它们互相争夺处理机。另外,系统进程也同样需要使用处理机。这就要求进程调度程序按一定的策略,动态地把处理机分配给处于就绪队列中的某一个进程,以使之执行。
JinChengDiaoDu
- 进程高度模拟,分别采用先来先服务(FCFS),最短作业优先(SJF)、响应比高者优先(HRN)的调度算法。-The process of a high degree of simulation, using the First Come First Served (FCFS), shortest operation priority (SJF), respond to high priority (HRN) scheduling algorithm.
jinchengdiaodu
- 这是用VC++编写的进程调度算法,运行环境为VC++6.0-This is VC++ to prepare the process of scheduling algorithms, operating environment for the VC++6.0
jinchengdiaodu
- LINUX环境下的进程调度算法思想及源码-LINUX environment, the process of scheduling ideas and source code
jinchengdiaodu
- 进程调度算法,利用设置优先级算法来实现。-Process scheduling algorithm, used to set priority algorithm to achieve.
jinchengdiaodu
- 非抢占高响应比优先调度算法实现进程调度,包括进程名称,进程运行总时间,进程进入就绪队列时间,进程已运行时间。-High ratio of non-preemptive priority scheduling algorithm to respond to the process of scheduling, including the process name, the total running time of the process, the process into the ready q
jinchengdiaodu
- 用MFC对内核进程进行模拟调度过程的算法-Using MFC to simulate the process of the kernel process scheduling algorithm