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

Search list

[OS Develop页面置换算法222

Description: 页面置换算法的LRU和FCFS。自己写的。-replacement pages of LRU algorithm and FCFS. Wrote it myself.
Platform: | Size: 1401 | Author: 姚东 | Hits:

[OS Developfcfs

Description: 模仿操作系统的先来先服务,用单链表写的程序-imitate the operating system first-come first-service, single-Chain written procedures
Platform: | Size: 8340 | Author: wtm | Hits:

[Other resource20041019145233711478

Description: 作业调度三种算法FCFS,SJF,HRN,适用于从事人工智能-Job Scheduling Algorithm FCFS, SJF, 010-001, to engage in artificial intelligence
Platform: | Size: 2147 | Author: 麦迪逊 | Hits:

[Other resource02计

Description: 一个简单的发牌程序,使用了FCFS的调度算法,一定能过的-a simple licensing procedures, the use of FCFS scheduling algorithm, we can lead the
Platform: | Size: 67648 | Author: 李坚 | Hits:

[Process-Thread作业111

Description: 进程调度的4个算法 含分个和合集 FCFS RP RR SJF-process scheduling algorithm with four points 000 and Collection FCFS RP RR SJF
Platform: | Size: 4467 | Author: YY | Hits:

[ListView/ListBoxdfgdgdgdgdg

Description: 这是一个操作系统课程设计的算法 编程计算磁头移动的总柱面数和总寻道时间(fcfs)-courses on operating system design algorithm programmed to calculate the total mobile head cylinder and total seek time (fcfs)
Platform: | Size: 1349 | Author: jackyzhao008 | Hits:

[Windows Kernel模拟进程调度的各种算法_OS.rar

Description: 模拟进程调度的各种算法_OS:FCFS,SPN,RR,NPPS,PPS
Platform: | Size: 2606 | Author: _mekjl | Hits:

[SourceCode磁盘调度算法

Description: 2.最短寻道时间优先算法(Shortest Seek Time First,SSTF) 最短寻找时间优先调度算法总是从等待访问者中挑选寻找时间最短的那个请求先执行的,而不管访问者到来的先后次序。 采用最短寻找时间优先算法决定等待访问者执行操作的次序时,与先来先服务算法比较,大幅度地减少了寻找时间,因而缩短了为各访问者请求服务的平均时间,也就提高了系统效率。 但最短查找时间优先(SSTF)调度,FCFS会引起读写头在盘面上的大范围移动,SSTF查找距离磁头最短(也就是查找时间最短)的请求作为下一次服务的对象。SSTF查找模式有高度局部化的倾向,会推迟一些请求的服务,甚至引起无限拖延(又称饥饿)。
Platform: | Size: 20153 | Author: 310609010303 | Hits:

[Documents进程调度源码实验报告

Description: 操作系统进程调度源码实验报告,含有FCFS.SJF.HRF三个算法
Platform: | Size: 124928 | Author: duanzhiying@sina.cn | Hits:

[OS DevelopCPU调度C语言实现

Description: CPU调度C语言实现 实现1FCFS(先到先服务) 2SJF(最段作业优先调度) 3RR(轮转法) 4PSA(优先权调度)n) 5EXIT          6时间的延迟;          7:屏幕的换色.-CPU scheduling C Language Implementation 1FCFS (first come-first services) 2SJF (most of the operational priority scheduling) 3RR (Web) 4PSA (Priority Scheduling) n) 5EXIT six hours of delay; 7 : screen for color.
Platform: | Size: 1024 | Author: 蒋涛 | Hits:

[OS program绝对好程序,进程创建和调度

Description: 我们操作系统的一个进程建立,调度的模拟程序.实现FCFS,SJF,和静态优先权三种调度,绝对好程序!-operating system we establish a process, scheduling the simulation program. Achieving FCFS, SJF, and three static priority scheduling, the program is absolutely!
Platform: | Size: 2048 | Author: 李波 | Hits:

[CSharp操作系统_作业调

Description: 操作系统模拟程序 简单实现作业调度算法(先来先服算法,短作业优先算法,高响应比算法)-operating system simulation program to achieve a simple scheduling algorithm (first-come first-served algorithm, short operating priority algorithm, a high response ratio algorithm)
Platform: | Size: 1024 | Author: 尹亮 | Hits:

[ListView/ListBoxdfgdgdgdgdg

Description: 这是一个操作系统课程设计的算法 编程计算磁头移动的总柱面数和总寻道时间(fcfs)-courses on operating system design algorithm programmed to calculate the total mobile head cylinder and total seek time (fcfs)
Platform: | Size: 1024 | Author: jackyzhao008 | Hits:

[OS programyumianzhihuan

Description: 该程序是对页面置换算法中的最优置换, LRU,以及FCFS的比较进行比较的程序-procedures for the replacement pages to the optimal algorithm replacement, LRU. Comparison of FCFS comparison procedures
Platform: | Size: 11264 | Author: | Hits:

[Process-ThreadClunzhuanfa

Description: 编写并调试一个模拟的进程调度程序,采用“轮转法”调度算法对五个进程进行调度。   轮转法可以是简单轮转法、可变时间片轮转法,或多队列轮转法。   简单轮转法的基本思想是:所有就绪进程按 FCFS排成一个队列,总是把处理机分配给队首的进程,各进程占用CPU的时间片相同。如果运行进程用完它的时间片后还为完成,就把它送回到就绪队列的末尾,把处理机重新分配给队首的进程。直至所有的进程运行完毕。-prepared a simulation and debugging process scheduling procedures, "reincarnated" Scheduling Algorithm of five scheduling process. Web law may be a simple Web, variable-time Web tablets, or rotate cohort method. Simply rotate the basic idea is : all ready process by FCFS queue formed a queue, processors are always allocated to the first team in the process, the process of CPU time slice of the same. If you are running a process spent its time for films completed, so I sent it back to the ready queue at the end. put processor re-allocated to the first team in the process. Process until all is finished.
Platform: | Size: 1024 | Author: 庄宁文 | Hits:

[OS DevelopOSdiaodu

Description: diaodu1完成基本模块框架 diaodu2完成了先进先出,和输出显示模块。 diaodu2-1准备将FCFS的到达时间按从小到大排列进行实现。未果 diaodu3完成了SJF,优化了输出精度 diaodu4基本完成了RR但是有一个小bug, diaodu5完成了RR diaodu6优化了一些输入输出,但是发现RR等于4时正确,大于或小于4都有问题。算法出现问题 diaodu7解决了RR的问题。程序基本完成 diaodu8优化了代码,并完善了RR输出时间轴表示的代码,和main函数中输入操作命令转换为大写字母的比较方式。-diaodu1 completed basic module framework diaodu2 completed the first-in first-out. and output module. Diaodu2-1 ready to FCFS queue by the time of arrival from small to large to achieve alignment. Diaodu3 unsuccessful completion of the SJF, Optimizing the output accuracy diaodu4 basically completed the RR However, there is a small bug, diaodu5 RR diaodu6 completed the optimization of input and output, But RR was found to 4:00 correct, or less than 4 had problems. Diaodu7 algorithm to solve problems of the RR. Diaodu8 completed basic procedures to optimize the code, and improve the time frame indicated RR output code, and the main function entry orders converted to uppercase the comparative approach.
Platform: | Size: 10240 | Author: billdong | Hits:

[Dialog_WindowSSTF

Description: 操作系统磁盘调度算法中的SSTF最短寻道时间优先算法!输出移动臂的距离和顺序!-Disk Operating System Scheduling Algorithm of SSTF shortest tracking time priority algorithm! Mobile export boom and the distance order!
Platform: | Size: 1024 | Author: 陈秀兰 | Hits:

[OS DevelopCPUScheduler

Description: 经典的CPU进程调度软件,可以了解CPU调度的原理.-classic CPU process scheduling software, CPU scheduling can understand the principle.
Platform: | Size: 8192 | Author: 陈聪 | Hits:

[Game Hook Crackshell124

Description: 程序主要运用向量 将数据进行排序 构造了Thread类和Node结构,以及切换,读入函数,FCFS与RR算法运用的队列,最后计算出各项包括utilization,serviceTime,ioTime等各项数据,然后输出结果-procedures will primarily use vector data structure sort of Thread and Node category structure, and switching, read into the function, RR FCFS queue algorithm for use with the queue, Finally calculated including all utilization, serviceTime. ioTime and other data, and then output the results
Platform: | Size: 7168 | Author: 徐玖 | Hits:

[Data structsjyddsf

Description: 比较精度的作业调度三种算法FCFS,SJF,HRN,大家感兴趣的话不防下载
Platform: | Size: 2048 | Author: bodihotboy | Hits:
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 22 »

CodeBus www.codebus.net