Welcome![Sign In][Sign Up]
Location:
Search - jinchengdiaodu

Search list

[OS programjinchengdiaodu

Description: 实现两种调度方式的进程调度模拟,可以自己设定进程的参数来完成调度-way to achieve both scheduling process scheduling simulation can be set for the process to complete the scheduling parameters
Platform: | Size: 108955 | Author: yuhong | Hits:

[Compress-Decompress algrithmsjinchengdiaodu

Description: 这是一个关于操作系统的进程调度的程序,是用C编的-This is a process of the operating system's scheduling process, the C series
Platform: | Size: 1291 | Author: tom | Hits:

[OS programjinchengdiaodu

Description: 用c++语言实现 采用最高优先数优先算法实现的进程调度
Platform: | Size: 1655 | Author: 叫怎高 | Hits:

[OS Developjinchengdiaodu

Description: c++ c++builder 操作系统进程调度模拟
Platform: | Size: 25175 | Author: name | Hits:

[OtherC++jinchengdiaodu

Description: C++编写的模拟进程调度实例
Platform: | Size: 251866 | Author: 柳明 | Hits:

[Mathimatics-Numerical algorithmsjinchengdiaodu

Description: 操作系统中的进程调度算法-operating system, the process of scheduling algorithm
Platform: | Size: 22386 | Author: 杨淼 | Hits:

[OS Developjinchengdiaodu

Description: 此程序可以实现操作系统中的先来先服务调度,高优先权优先调度和时间片轮转调度三种进程调度算法。
Platform: | Size: 197642 | Author: 飘零 | Hits:

[CSharpjinchengdiaodu

Description: 1. 优先数调度算法: 进程在就绪队列中按优先数的大小从大到小排列,调度算法总是选取队列中优先数高的进程投入运行,采用动态地改变优先数的方法,进程每运行一次优先权相应地减2,从而避免了一个作业长期占用处理机,当调度时机出现时,调度算法适时再调度,首先判断此进程是否运行完,未运行完再判断此进程的优先权是否大于等于队列中首进程的优先数,。若成立,就继续执行,这样重复做下去,直到就绪队列为空。
Platform: | Size: 5480 | Author: zhaoya | Hits:

[Windows Developjinchengdiaodu

Description: 对于给定的一组进程,采用优先级加时间片轮转法进行调度。设有一个就绪队列,就绪进程按优先数(优先数范围0-100)由小到大排列(优先数越小,级别越高)。当某一进程运行完一个时间片后,其优先级应下调
Platform: | Size: 5337 | Author: 思萌 | Hits:

[OS programjinchengdiaodu

Description: 无论是在批处理系统还是分时系统中,用户进程数一般都多于处理机数、这将导致它们互相争夺处理机。另外,系统进程也同样需要使用处理机。这就要求进程调度程序按一定的策略,动态地把处理机分配给处于就绪队列中的某一个进程,以使之执行。 
Platform: | Size: 1566 | Author: mosy | Hits:

[OS programjinchengdiaodu

Description: 实现两种调度方式的进程调度模拟,可以自己设定进程的参数来完成调度-way to achieve both scheduling process scheduling simulation can be set for the process to complete the scheduling parameters
Platform: | Size: 108544 | Author: yuhong | Hits:

[OtherC++jinchengdiaodu

Description: C++编写的模拟进程调度实例-C , prepared by the process of scheduling simulation examples
Platform: | Size: 251904 | Author: 柳明 | Hits:

[CSharpjinchengdiaodu

Description: 1. 优先数调度算法: 进程在就绪队列中按优先数的大小从大到小排列,调度算法总是选取队列中优先数高的进程投入运行,采用动态地改变优先数的方法,进程每运行一次优先权相应地减2,从而避免了一个作业长期占用处理机,当调度时机出现时,调度算法适时再调度,首先判断此进程是否运行完,未运行完再判断此进程的优先权是否大于等于队列中首进程的优先数,。若成立,就继续执行,这样重复做下去,直到就绪队列为空。 -1. The priority number of scheduling algorithms: the process in the ready queue in priority order of the number of smallest size, scheduling algorithm always select a few high-priority queue of the process put into operation, the use of dynamically changing the priority number of methods, each running process a priority corresponding to minus 2, thus avoiding a long-term occupation of processor operation, when scheduling the opportunity arise, the scheduling algorithm re-scheduling a timely manner, the first run to determine whether this process finished, is not running again after this process to determine whether the priority equivalent to queue in the first process priority number. If established, it continued to implement, so make repeat until ready queue is empty.
Platform: | Size: 5120 | Author: zhaoya | Hits:

[OS Developjinchengdiaodu

Description: 一个用VC++编定的按优先权调度算法和先来先服务调度算法实现进程调度的程序。-A used VC++ Scheduled according to priority scheduling algorithm and a first-come first-serve scheduling algorithm to achieve the process of scheduling procedures.
Platform: | Size: 1024 | Author: 阿德 | Hits:

[OS programJinChengDiaoDu

Description: 进程高度模拟,分别采用先来先服务(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.
Platform: | Size: 109568 | Author: dada | Hits:

[Windows Developjinchengdiaodu

Description: 操作系统作业:提供以下算法代码 1.先来先服务 2.优先级调度 3.短作业优先 4.响应比高优先-Operating system: to provide the following algorithm code 1. First Come First Served 2. Priority Scheduling 3. Short operating priority 4. To respond to high priority
Platform: | Size: 2048 | Author: zhangguifa | Hits:

[OS Developjinchengdiaodu

Description: 操作系统进程调度实验中的短作业优先进程调度算法-Experiment operating system process scheduling priority to the process of operation of short-scheduling algorithm
Platform: | Size: 1024 | Author: | Hits:

[OS Developjinchengdiaodu

Description: 操作系统课程设计报告 含有实验的源代码 喜欢的可以自己来下 不限人数-you can download as long as you like
Platform: | Size: 27648 | Author: 青蛙 | Hits:

[Process-Threadjinchengdiaodu

Description: 操作系统进程调度课程设计,包括三种进程调度算法-The operating system process scheduling curriculum design, including three kinds of process scheduling algorithm
Platform: | Size: 522240 | Author: cnwst | Hits:

[Otherjinchengdiaodu

Description: 大学三年级操作系统实验1进程调度,三种方法都有-University of third-year operating system process scheduling experiment 1, three methods have
Platform: | Size: 388096 | Author: 张驰 | Hits:
« 12 3 4 5 »

CodeBus www.codebus.net