搜索资源列表
huan111
- 操作系统中 内存分配 页式管理算法c语言实现-operating system memory allocation algorithms page management c Language
jcmn
- 本程序包括先来先服务调度、短作业(进程)优先调度、优先权调度三种算法。用C语言实现,执行时先输入进程数(到达时间、运行时间、优先权由随机函数产生),在主界面选择算法(可用函数实现),执行,显示结果。-procedures including the first-come first-service scheduling, short operations (process), priority scheduling, priority scheduling algorithm three. C
course_attemper
- 关于进程调度的一个程序,采用C语言编写程序,选用优先数调度算法或简单轮转法对五个进程进行调度,每个进程处于运行(Run)、就绪(Ready)和完成(Finish)三种状态之一,并假定起始状态为就绪状态。-on the process of scheduling a procedure using C language programming, a few selected priority scheduling algorithm or a simple method to rotate fiv
diaodu
- 最短作业优先(抢占和非抢占 c语言程序基于DOS环境,是单线程工作。故要在DOS真正模仿在实际应用中的最短作业优先调度(抢占式),是难实现的。 本程序在DOS环境下实现了进程运行与程序操作的模拟同步进行。主要是应用虚拟运行算法,计算某个时候该谁占用CPU和谁已经终止了。利用虚拟运行,可以实现一种虚拟的同步操作。
os
- 使用c语言编写的实现操作系统的作业调度算法的程序,作业信息可手动输入,也可从附带的文本文件中读取
duanzuoyeyouxian
- 用C语言实现的进程调度程序,采用短作业优先调度算法。
反馈
- 用c语言模拟的多极反馈队列算法,-simulated multi-polar feedback queue algorithm ,----------------------------------------
FIFO
- 进程调度算法有FIFO,优先数调度算法,时间片轮转调度算法,分级调度算法,把各种算法用C语言实现-Process scheduling algorithm FIFO, priority number scheduling algorithm, time slice rotation scheduling, hierarchical scheduling algorithm, the various algorithms using C language
jinchengdiaodu
- 进程调度算法包括:时间片轮转法,短作业优先算法,动态优先级算法。 2)可选择进程数量 3)本程序包括三种算法,用C或C++语言实现,执行时在主界面选择算法,进入子页面后执行,显示结果。-The process of scheduling algorithms: round-robin method, short job first algorithm, the dynamic priority-level algorithm. 2) choose the number of proc
FCFSSJF
- 用C语言 实现作业调度算法(FCFS,SJF) -Using C language algorithm for job scheduling (FCFS, SJF)
fifosuanfa
- 模拟操作系统虚拟存储中的页面置换算法采用FIFO算法,使用的是C语言编程 -Simulate the operating system virtual memory page replacement algorithms used in the FIFO algorithm, using a C language programming
Processordispatching-simulation
- 操作系统课程设计处理机调度的模拟程序。在多道程序和多任务系统中,系统内同时处于就绪状态的进程可能有若干个。也就是说能运行的进程数大于处理机个数。为了使系统中的进程能有条不紊地工作,必须选用某种调度策略,选择一进程占用处理机。要求用C语言编写和调试一个简单的进程调度程序设计一个模拟处理机调度算法。-Operating System Course Design processor scheduling simulation program. Procedures in a multi-channel
FCFS
- 处理机调度算法里的先到先服务算法实现(C语言模拟实现)-First come first server
os
- 用C语言(或其它语言,如Java)实现对N个进程采用某种进程调度算法(如动态优先权调度)的调度-C language (or other languages such as Java) to achieve some kind of process scheduling algorithm (such as dynamic priority scheduling) on the N-process scheduling
FCFS
- 使用C++语言来实现了操作系统的先来先服务算法,可以随时输入和阻塞进程,还可以将已经阻塞了的进程唤醒-failed to translate
3
- C语言设计一个先进先出算法程序实现页面置换的模拟.-C language design a FIFO page replacement algorithm simulation program
yemianexhchange
- c 语言实现页面置换的四种算法,包括FIFO算法,LRU算法,LFU算法和NUR算法-c language four page replacement algorithms, including FIFO algorithm, LRU algorithm, LFU algorithm and NUR algorithm
zlassical_language
- 本程序是对经典的旅行商问题的一种解法,是学习数据结构算法的极佳材料,c语言编写,-This procedure is a solution to the classical traveling salesman problem, excellent material is data structure learning algorithm, c language,
meqrrr3
- 一个用C语言编写的导弹打飞机的追踪问题的源程序以及所使用的轨迹算法WORD文档-A missile hit written in C language on a plane the trajectory tracking problem of the source program and use algorithm WORD document
银行家算法
- 操作系统,windows系统下写的银行家算法,c++语言版。(The operating system, the banker's algorithm written under the windows system, the c++ language.)