搜索资源列表
Memory2(new)
- 模拟64M的内存的动态管理,包括分配.回收.操作系统实验课程设计题目-64M simulation of the dynamic memory management, including the allocation. Recovery. OS experimental curriculum design topics
os
- 银行家算法
os
- 模拟操作系统的先来先服务算法,用到链表,排序,主要是为了理解操作系统的一种调度算法,也可作为链表排序的例子
os
- 目录 一、摘要 …… …… …3 二、算法基本思想描述 ………………………………………………………… …3 2.1 磁盘调度主要思想 ……………………………………………… …………3 2.2 算法描述 ………………………………………………………… ……………3 三、开发环境…………………………………………………………………………5 四、重要算法和设计思路描述……………………………………… …………………5 五、程序实现---数据结构 ……………………………………………
论文11111111111111
- 操作系统编程实验报告,呵呵,从老师的电脑里偷来的。-OS programming experiment, huh, from the teacher's computer stolen.
PCTest
- 基于java开发的OS中经典PV算法:生产者和消费者算法的演示。-Java-based OS development of PV in the classical algorithm: algorithm for producers and consumers of the presentation.
yinhangjiasuanfa
- 操作系统 “银行家算法”- os "banker s algorithm"
OS
- 银行家算法,没什么好说的啦,初学~有错的地方大家多指教~-Banker' s algorithm, to say nothing of you, beginner ~ where we have the wrong number of index ~
include
- 定义一个栈,并实现栈的基本操作: void Push( const T& x) // bool Pop(T& x) // bool getTop(T& x) const // ostream& operater<<(ostream& os, Stack<T>& s) //overload -The definition of a stack, and to achieve the basic operation of the stack: void P
OS
- 操作系统课程中的CPU进程调度小实验 其中包含了内存的分配问题-Operating in the CPU process scheduling program small experiments which contains memory allocation problem
OS
- 计算机操作系时间片实验Computer operating system time-slice experiment-Computer operating system time-slice experiment
OS
- 操作系统课程设计 资源管理系统 银行家算法 安全算法 源代码和课设报告-Operating system, curriculum design, resource management system security algorithm banker' s algorithm source code and class-based reporting
OS-Practice
- 最佳适应算法 初始化,选择内存分配适应算法-Best fit algorithm initialization, select the memory allocation algorithm to adapt
LRUsuanfamoni
- 1.通过本实验的模拟算法理解和加深页式存储管理的地址变换过程。 2.通过模拟LRU算法加强理解和掌握OS中实现虚拟存储器的关键技术。 -1. Through this experiment, the simulation algorithm and deepen understanding of storage management page address translation process. 2. LRU algorithm through simulation to enha
4
- 对FIFC算法的模拟,能清楚的看到结果。在os可能会用到,对你可能有用。-The simulation of FIFC algorithm, can clearly see the results. In the OS might need, to you may be useful.
OS
- 期末数据结构 课程设计文档及程序this is good for you data and structure-this is good for you data and structure
SearchTree
- Mac OS,用Xcode下的C语言实现二叉查找树。(SearchTree in C language by Xcode on Mac Os.)
Banker algorithm
- This is a lab assignment for OS. Implementing simple banker algorithm with c++;