搜索资源列表
2
- :在可变分区管理方式下采用首次适应算法实现主存分配和回收。 [提示]: (1) 可变分区方式是按作业需要的主存空间大小来分割分区的。当要装入一个作业时,根据作业需要的主存容量查看是否有足够的空闲空间,若有,则按需分配,否则,作业无法装入。假定内存大小为128K,初始状态见右图。空闲区说明表格式为:起址——指出空闲区的起始地址;长度——一个连续空闲区的长度;状态——有两种状态,一种是“未分配”状态,另一种是“空表目”状态。 (2) 采用首次适应算法分配。运行时,输入一系列分配请求和回收
ff
- 操作系统,实现银行家算法。基本上保证源码能够运行。
yuandaima
- 1.杀人游戏系列 2.学生成绩管理系统 3.屏幕录像软件 4.Vista风格日历控件C#源码 5.LOKI97加密解密算法
os2
- 操作系统实验的源码,有进程调度,主存分配,银行家算法等,图形界面。
fifo
- C++写的操作系统原理及实现,模拟页面置换算法FIFO的源码
opt
- C++写的操作系统原理及实现,模拟页面置换算法OPT的源码
Processor
- 本程序为操作系统处理机优先数调度算法,附带源码和可运行的程序,VC下编译通过,基本用C的函数写的。-This procedure has priority to count dispatcher s algorithm , the procedure that attach the source code and can be operated for the operating system processor , compile passing under VC, wrote with th
jingtai
- 操作系统中进程调度静态优先级立即抢占算法,源码很不错-The static priority of the operating system process scheduling immediately seize the algorithm, the source is very good
OSschedulingavarietyofsource
- OS调度源码 包括操作系统的确 各种调度算法的实现.-OS scheduling a variety of source including the operating system scheduling algorithm is indeed realized.
SCAN(1)
- 操作系统SCAN算法源码思想,希望有识之士可以棒改进一下,大家受益受益-SCAN algorithm source operating systems thinking, I hope people can stick to improve the look, we all benefit from the benefit
jcym
- 这是两个优先级调度算法的源码,一个最多运行5个队列,另一个是最高优先级的进程调度源码-This is a two-priority scheduling algorithm source code, a run up to 5 queue, and the other is the highest priority scheduling process source
Elevator_algorithm
- 该源码是为操作系统课程设计所写的,内容是移动臂调度算法中的电梯调度算法。思路清晰,简单明了!-The source code for the operating system written in curriculum design, content is the mobile arm of the elevator scheduling algorithm scheduling algorithm. Clear, simple and clear!
fifth
- 进程调度 ,操作系统实验报告,5种算法实现,包含源码可以运行的使用c,c++软件-The process of scheduling, the operating system experiment report, five kinds of algorithms, including source code can run the use of c, c software
diaodusuanfa
- 里面有5个关于操作系统进程调度的算法源码,有优先级法,时间片轮转法和短进程优先法-There are five on the process of scheduling the operating system source code of the algorithm, a priority of law, time slice and short rotation process priority method
pagestring
- 操作系统中的分页调度算法,里面包含有OPT,LRU和FIFO三个算法,是三个算法的比较狠好的一个程序源码-Paging operating system scheduling algorithm, which contains OPT, LRU and FIFO the three algorithms, the comparison of three algorithms make good a program source
050601236
- c,c++实现的算法模拟,只含源码,其中的银行家算法使用c实现的,动态分区分配是c++实现的。- c, c++ realization of the algorithm simulation, containing only source, of which the banker s algorithm to achieve the use of c, dynamic partition allocation is c++ to achieve.
banker
- 操作系统课程设计 银行家算法源码 C/C++源代码-Banker algorithm source-C/C++ source code
BankerAlgorithm
- 操作系统银行家算法源码,这个是我做课程设计时编写的C语言的银行家算法-Operating system bankers algorithm source code, this is what I do curriculum designed to prepare the banker' s algorithm in C language
Operating System CH9
- 操作系统概念英文版CH9页替换算法作业源码,涉及FIFO和LRU算法。(Operating System Concepts with Java - Eighth Edition Chapter 9. Test harness for LRU and FIFO page replacement algorithms.)
Banker
- 操作系统概念英文版chapter 7 银行家算法源码。(Banker's algorithm in Operating System Concept Chapter 7.)