资源列表
yxq
- 1) 设计可用于该实验的作业控制块; 2) 动态或静态创建多个作业; 3) 模拟先来先服务调度算法和短作业优先调度算法。 4) 调度所创建的作业并显示调度结果(要求至少显示出各作业的到达时间,服务时间,开始时间,完成时间,周转时间和带权周转时间); 5) 比较两种调度算法的优劣。 -优先权
ProcessScheduling
- 设计一个有 N个进程并行的优先级调度程序:每个进程有一个进程控制块( PCB)表示。进程控制块可以包含如下信息:进程名、优先数、到达时间、需要运行时间、已用CPU时间、进程状态等等。 进程的优先数及需要的运行时间可以事先人为地指定(也可以由随机数产生)。进程的到达时间为进程输入的时间。 进程的运行时间以时间片为单位进行计算。 每个进程的状态可以是就绪 W(Wait)、运行R(Run)、或完成F(Finish)三种状态之一。 就绪进程获得 CPU后都只能运行
Processor-scheduling2
- 进程调度,利用时间片轮转算法来模拟计算机操作系统调度进程的过程的代码2-Process scheduling, the use of round-robin algorithm to simulate the process of computer operating system process scheduling code 2
linjie1
- 操作系统课程设计,临界资源的应用与设计编程
main6
- 本代码利用Matlab计算氢原子里德堡态的斯塔克效应。-The use of Matlab code to calculate the Stark effect of the hydrogen atom Rydberg states.
zacao
- 杂草入侵算法,是最近几年提出的优化算法,基于杂草的入侵特性,使算法具备较强的全局收敛能力。-Weed invasion algorithm optimization algorithm is proposed in recent years, based on the characteristics of weed invasion, so the algorithm has strong global convergence capabilities.
yibi
- 移动臂调度,包括新来先服务算法,电梯调度等,操作系统-Mobile arm scheduling, including the new first-served algorithm, elevator scheduling, operating system
diaodu
- 这个是操作系统中的调度算法实例,希望对大家有些帮助。-Operating system scheduling algorithm instance, we want to be helpful.
Memory
- 内存分配算法,很适合初学者理解,内存块的基本分配调度。-Memory allocation , it is suitable for beginners to learn the operating system , written in very clear and understandable algorithm .
memtest
- 操作系统实验:多线程的运用,在LINUX上运行,利用多线程测试系统单元。-OS experiment: the use of multiple threads, running in LINUX, using multi-threaded test system unit.
biginteger
- big integer example in java. an example of how to do math with 128 yte integers in java.
gongchao
- 操作系统的处理机调度算法实现,最简便的算法实现-Operating system, processor scheduling algorithm, the most simple algorithm