搜索资源列表
shiyan_5
- 程序的主要实现了进行横调度的功能,实现了FCFS算法,短作业优先算法和时间片轮换算法
vc++多线程
- 多线程编程 进程和线程都是操作系统的概念。进程是应用程序的执行实例,每个进程是由私有的虚拟地址空间、代码、数据和其它各种系统资源组成,进程在运行过程中创建的资源随着进程的终止而被销毁,所使用的系统资源在进程终止时被释放或关闭。 线程是进程内部的一个执行单元。系统创建好进程后,实际上就启动执行了该进程的主执行线程,主执行线程以函数地址形式,比如说main或WinMain函数,将程序的启动点提供给Windows系统。主执行线程终止了,进程也就随之终止。 每一个进程至少有一个主执行线
Process
- 操作系统线程调度算法,包括: 1: FCFS 2: 时间片轮换 3: 优先级调度 4: 最短作业优先 5: 最短剩余时间优先-Operating system priority ranking algorithm
shijianpianlunhuan
- 时间片轮换算法,请高手看看是怎么实现的。我也看不懂!-Time slice rotation algorithm, please take a look at how the players realized. I do not understand!
clientserver
- 基于java的多机协作流量检测。用Java语言,编程实现基于高层协议的多机通信。在无人的状态下,使用时间片轮换为事件驱动,能使多台机器相互唤醒而达到协作完成 监测网络流量工作的目的。-Java-based collaboration of multi-flow detection. Using Java language, programming high-level agreements based on multi-machine communication. In the absence
Priority
- 调度算法: 1: FCFS 2: 时间片轮换 3: 优先级调度 4: 最短作业优先 -Scheduling algorithm: 1: FCFS 2: Time slice rotation 3: priority scheduling 4: shortest job first
PCB
- 这个源代码是用来模拟操作系统内存调度的,,,使用的是动态优先级调度和时间片轮换结合的算法-The source code is used to simulate the operating system memory scheduling,,, using a dynamic priority scheduling and time slice algorithm with rotation
FCFS
- 作业调度 采用先来服务调度算法 进程调度采用时间片轮换-First to serve job scheduling scheduling algorithm
ZYTD
- 操作系统,作业调度先来先服务、短作业优先、时间片轮换三种调度算法的特点。-Operating systems, scheduling a first-come first-serve, short operating priority, time slice rotation features three scheduling algorithms.
shijianpianlunhuan
- 时间片轮换算法,请高手看看是怎么实现的。我也看不懂!-Time slice rotation algorithm, please take a look at how the players realized. I do not understand!
shiyan_5
- 程序的主要实现了进行横调度的功能,实现了FCFS算法,短作业优先算法和时间片轮换算法-The main achievement of the procedures to carry out cross-scheduling functions, the realization of the FCFS algorithm, the priority algorithm and short operating time slice rotation algorithm
shijianpianlunhuan
- 时间片轮换算法,请高手看看是怎么实现的。我也看不懂!-Time slice rotation algorithm, please take a look at how the players realized. I do not understand!
shiyan_5
- 程序的主要实现了进行横调度的功能,实现了FCFS算法,短作业优先算法和时间片轮换算法-The main achievement of the procedures to carry out cross-scheduling functions, the realization of the FCFS algorithm, the priority algorithm and short operating time slice rotation algorithm
SYSINFO
- 时间片轮换算法,请高手看看是怎么实现的。我也看不懂!-Time slice rotation algorithm, please master to see how to achieve. I can not read!