搜索资源列表
汤子瀛银行家算法
- 操作系统银行家算法c语言版适合广大在校生作实验报告,应付考试-operating system bankers algorithm c language version suitable for the majority of the in-school experiments, with their examinations
银行家算法(C Sharp)
- 操作系统银行家算法实习程序,可以输入资源和进程信息,计算安全序列,能否为某个请求分配资源-operating system bankers algorithm attachment procedures, can be imported resources and process information, computing security sequence, Can a request for the allocation of resources
NEICUN
- 这是模拟内存分配的C语言算法,请大家参考
用C语言实现银行家算法
- 用C实现银行家算法-C algorithm to achieve bankers
pdfrd
- 1.实验目的: 模拟实现银行家算法,用银行家算法实现资源分配。 2.实验内容: 设计五个进程{P0,P1,P2,P3,P4}共享三类资源{A,B,C}的系统,{A,B,C}的资源数量分别为10,5,7。进程可动态地申请资源和释放资源,系统按各进程的申请动态地分配资源。要求程序具有显示和打印各进程的某一时刻的资源分配表和安全序列;显示和打印各进程依次要求申请的资源号以及为某进程分配资源后的有关资源数据。 3.程序设计和说明: 函数说明:anquan( )判断给某个进程请求后系统是否安全,anqu
C++_memory
- C++ 内存管理算法和实现,C++ 内存管理算法和实现
银行家算法程序
- 银行家算法程序,操作系统的,用c编的-bankers algorithm procedures, operating systems, with the series c
操作系统中改进型clock页面置换算法的演示算法
- 操作系统中改进型clock页面置换算法的演示算法,Improved version of the operating system clock page replacement algorithm demonstration algorithm
FIFO.先进先出调度算法(FIFO)处理缺页中断
- 关于操作系统:先进先出调度算法(FIFO)处理缺页中断,On the operating system: FIFO scheduling algorithms (FIFO) handling page fault
project1
- 操作系统内存分配释放算法的C语言模拟,包括首次适应法与循环首次适应法。指令可通过io转向从文件读入-The release of the operating system memory allocation algorithm for C-language simulation, including the first cycle for the first time to adapt to meet the law and the law. Io steering commands can b
one
- FIFO页面置换算法,用C语言写的,可以缺页率和缺页次数,同时也可以看到内存分配状态!-FIFO page replacement algorithm, written using C language, and can page fault rate and the number of missing pages, but also can see the memory allocation status!
银行家算法(C语言)
- 银行家算法的虚拟实现- The banker algorithm hypothesized realizes
C++neicunguanli
- VC++的内存管理算法和算法实现,介绍了很多有用的函数和思想,原版英文书籍-VC++ Memory management algorithm and the algorithm to introduce a lot of useful functions and thought, the original English books
c
- 要求: 1。实现三种算法: 1。先来先服务 2。最短寻道优先(老师会给当前磁头的位置) 3。电梯算法 2。磁道服务顺序从指定的文本文件(TXT文件)中取出 3。输出: 第一行:磁道的服务顺序 第二行:显示移动总道数-Requirements: 1. The realization of the three algorithms: 1. First Come First
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
firstsuit
- 文件的首次适应算法和最佳适应算法,实验平台是vc.-Documents the first time the best algorithm and adapt to meet the algorithm, the experimental platform is vc.
banker
- 用C++模拟操作系统中的避免死锁的银行家算法-make the banker of os using vc++
Producer-and-consumer-C
- 能实现应生产者消费者算法的c++代码 运行环境为vc6.0-Producer and consumer C
银行家算法
- c语言版银行家算法实现,可以在Linux gcc编译运行。(C language version of bankers algorithm, you can compile and run in Linux gcc.)
bankers
- 一个成功实现银行家算法的代码,代码包含用c/c++实现(implement of the Banker's Algorithm,by c/c++)