搜索资源列表
AttemperArithmetic(1)
- 进程或作业先来先服务、高优先权、按时间片轮转调度算法用API与C语言结合实现,绝对有用.-process or operation first-come first-service, high-priority, time Scheduling Algorithm films rotate with the C language API combining absolutely useful.
C-PRO3
- 用C语言实现的最短作业优先(包括抢占式和非抢占式)调度。-C language of the shortest priority operations (including preemptive and non-preemptive) scheduling.
jincheng
- 进程同步算法模拟,FCFS、短作业优先、高响应比优,用C语言编写,用TC2.0调试结果
2
- :在可变分区管理方式下采用首次适应算法实现主存分配和回收。 [提示]: (1) 可变分区方式是按作业需要的主存空间大小来分割分区的。当要装入一个作业时,根据作业需要的主存容量查看是否有足够的空闲空间,若有,则按需分配,否则,作业无法装入。假定内存大小为128K,初始状态见右图。空闲区说明表格式为:起址——指出空闲区的起始地址;长度——一个连续空闲区的长度;状态——有两种状态,一种是“未分配”状态,另一种是“空表目”状态。 (2) 采用首次适应算法分配。运行时,输入一系列分配请求和回收
duodao
- 操作系统的作业调度的实现方法,C语言资源代码
zuoye
- 操作系统的作业调度与实现模拟的C语言源代码
CPU调度C语言实现
- 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 (Pri
Dynamic_partitioning_of_the_si
- ⑴ 用C语言分别实现采用首次适应算法和最佳适应算法的动态分区分配过程alloc()和回收过程free()。其中,空闲分区通过空闲分区链来管理;在进行内存分配时,系统优先使用空闲区低端的空间。 ⑵ 假设初始状态下,可用的内存空间为640KB,并有下列的请求序列: 作业1申请130KB。 作业2申请60KB。 作业3申请100KB。 作业2释放60KB。 作业4申请200KB。
yinhangjiasuanfa
- 操作系统作业银行家算法的实现 用C++语言做的 含有 MFC 框架-The implementation of the banker s algorithm MFC framework
zuoyediaodu
- 作业调度算法,实现操作系统中作业的调度算法,使用C++语言,对初学操作系统的会有很大帮助。-Job scheduling algorithm, the realization of operating system scheduling algorithm operations, the use of C++ language, the operating system of learning would be of considerable help.
user_shell
- Linux环境下实现一个能执行部分内部和外部命令、支持I/O重定向、管道和前后台作业及控制的简单的Shell命令解释器,采用C语言开发,内附完整源码和详细开发文档。-A shell Interpreter under Linux.
memory-manage-simulate
- 用C语言写的操作系统作业内存分配的模拟程序。-Written in C language, the operating system memory allocation operation simulation program.
sjf
- 用 C 语言实现的简单的短作业优先进程调度算法。-Short job first scheduling process
scheduling
- C语言实现最短作业调度和最高优先比调度,可直接运行-the shortest job scheduling and the highest priority about scheduing, can run directly
virtual-memory-manage
- 操作系统课程作业内存调度算法,C语言实现。包含了最佳适应算法、先入先出算法以及最近最少使用算法-Operation System virtual memory management algorithm.
CPV
- 这是用c语言写的关于pv操作的代码。操作系统课程设计或者平时的大作业都可以用到的测试没有错可以用了-This is the language used to write the code on c pv operation. Courses on operating system design or the usual large operations can be used in the test is nothing wrong with the
Producer-consumer-problem
- 生产者消费者完整代码 C语言,操作系统作业-Producer-consumer problem
FIFO请求分页式算法
- 分页式虚拟存储系统是吧作业信息的副本存放在磁盘上,当作业被选中时,可把作业的开始几页装入主存且启动执行。(A paged virtual storage system is where copies of the job information are stored on disk. When the job is selected, you can load the start pages of the job into the main memory and start the execut
filesystem
- 实现了简单的操作系统的文件系统,运用的是c++语言,适用于操作系统课程作业(A file system that implements a simple operating system)
ConsoleApplication1
- 操作系统作业调度,操作系统实验二,作业调度的实验(Operating system job scheduling)