搜索资源列表
FCFS&SJF调度
- 姜浩FCFS&SJF调度-Hao FCFSSJF Scheduling
绝对好程序,进程创建和调度
- 我们操作系统的一个进程建立,调度的模拟程序.实现FCFS,SJF,和静态优先权三种调度,绝对好程序!-operating system we establish a process, scheduling the simulation program. Achieving FCFS, SJF, and three static priority scheduling, the program is absolutely!
Jflash-s3c2410.zip
- 三星的s3c2440cpu的jflash下载源代码,支持K9F1G08,K9F1208等Flash类型,S3C2410 of SJF, support K9F1G08, K9F1208 such as Flash Type
fcfs-rr-sjf
- FCFS, SJF, RoundRobin algorithm shell progarm
sjf
- 有关LINUX系统移植的工具,用来用串口烧写VIVI的,很方便,自己曾经找了好久才找到,现在和大家分享。-On the LINUX system migration tool to use the serial programmer VIVI, very convenient, they have to find for a long time to find, present and share with you all.
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.
sjf
- 一款烧写s3c44b0和s3c2410的工具-A Shaoxie s3c44b0 and s3c2410 tools
FCFSSJF
- FCF 和 SJF算法,来源于操作系统的一个小联系程序,用C语言实现-FCF and SJF,it comes from the exersize of OpratingSystem
sjf
- CPU scheduling---Shortest job first algorithm
Job
- 操作系统课程设计:单道系统三种作业调度算法模拟 ○1、在数据结构上选择单向链队,即后备作业队列的每个结点表示一个作业块,每个作业块即JCB包含如下信息:作业名,到达时间,所需时间,已运行时间,作业状态,所需主存大小,所需磁带机数目。 ○2、提交新作业时,调用函数EnQueue(m_JobName,m_NeedTime)即将作业插入到后备作业队列的末尾。接着判断内存作业队列是否为空,若为空则将后备作业调入内存运行并启动计时器SetTimer(1,1000,NULL),更新列表框控件的信息的
SJF(prePnonpre)
- Cpu scheduling. Shortest Job First(SJF)preemption and Nonpreemption
CPU
- 实验目的:采用仿真实验的方法,分析在FCFS、SJF、RR和MLFS算法中,下列因素对平均周转时间的影响。-Objective: using simulation method, analysis in FCFS, SJF, RR and MLFS algorithms, the following factors on the average turnaround time effect.
liujianh02
- 用C语言实现对N个进程采用FCFS进程调度算法和SJF进程调度算法的调度-Scheduling N processes using FCFS process scheduling algorithm and SJF process scheduling algorithm using C language
OS-job-management
- 操作系统作业管理。 利用先来先开始,最短作业优先,高响应比三种调度方法实现。-os job management FCFS,SJF,HRN
SJF
- 数据结构设计(JCB,后备作业队列) – 算法实现与模拟(排序、调度) – 输出调度结果,展示调度过程并解释 - 检测到中文 英语 自动检测 你的常用语种在这里-常用语种中文英语 ABC 阿拉伯语 爱沙尼亚语 保加利亚语 波兰语 DEFG 丹麦语 德语 俄语 法语 芬兰语 HIJKLMN 韩语 荷兰语 捷克语 罗马尼亚语 OPQRST 葡萄牙语 日语 瑞典语 斯洛文尼亚语 泰语 UVWX 文言文 西班牙语 希腊语 匈牙利语 YZ 中文 英语 意大利语 粤语 中文繁体 -
linux
- 进程调度算法,在linux中利用多线程模拟实现FCFS,SJF,RR的调度过程 哲学家算法(linux FCFS SJF RR)