搜索资源列表
ying
- 这是一个银行家算法的c语言的实现,已经通过测试,望对有需要的有点触类旁通的作用-This a banker's algorithm in C Language Implementation, has passed the tests, there is a need to look a little bit the role they jump! !
Operate_System
- 操作系统实验:单处理器调度算法的实现和银行家算法实现。-experimental operating system : single-processor scheduling algorithm and the realization of bankers algorithm.
bankerarithmetic
- 银行家算法本课程设计是学习完《计算机操作系统》课程后,进行的一次全面的综合训练。通过这次课程设计,让我们更好地掌握操作系统的原理及实现方法,加深对操作系统基础理论和重要算法的理解,加强动手能力-bankers algorithm design of the course is learning End "computer system" in the courses. of a full and comprehensive training. Through this pro
yinhangjiasfa
- 操作系统课程设计----银行家算法实现 -courses on operating system design algorithm-bankers
java实现银行家算法
- java实现银行家算法 一、实验目的: (1)进一步理解利用银行家算法避免死锁的问题; (2)在了解和掌握银行家算法的基础上,编制银行家算法通用程序,将调试结果显示在计算机屏幕上,再检测和笔算的一致性。 (3)理解和掌握安全序列、安全性算法
yinhangjia
- 操作系统课程设计报告(含源码),C语言实现。功能比较简单,课自己添加功能,应付报告还是可以的。 资源管理系统的设计与实现-银行家算法实现-Operating systems curriculum design report (including source), C language. Function of relatively simple classes to add their own features, or can deal with the report. Resource M
windows
- 操作系统 银行家算法的模拟实现-window system
OS
- 题目一:实现生产者消费者问题;题目二:实现银行家算法。此程序的设计在Windows XP操作系统下,基于Microsoft Visual C++6.0环境下的一个关于实现生产者与消费者问题和银行家算法的程序。用C语言实现编程。-Title 1: Achieving the producer consumer problem Title 2: achieving banker' s algorithm. The design of this program under the Window
ziyuanguanli
- 1.1 设计的目的 加深了解有关资源申请、避免死锁等概念,并体会和了解死锁和避免死锁的具体实施方法。 1.2 设计的要求 用VC编程实现一个资源管理系统,该系统必须包括资源的添加、删除和修改等功能,并且允许其它进程来申请这里的资源,任何一个进程来申请资源时,必须先登记该进程对资源的申请要求,然后由系统检查当前资源的状况,并用银行家算法和安全性算法来检查是否允许分配资源给进程。 每个进程申请资源的情况必须进行记录,并作为课程设计报告的一部分数据。-1.1 is des
banker
- 通过算法,实现进程间有限资源的安全分配,避免死锁的产生,利用银行家的算法实现.-Algorithm to achieve security allocation of limited resources in the process, to avoid deadlock generation of bankers algorithm.
banker
- 银行家算法Java语言实现,符合计算机操作系统原理书籍上的要求,请放心下载使用。-Bankers algorithm Java realization, in line with the principle of computer operating system on the books of the request, please feel free to download to use.
yinhangjiasuanfa
- 银行家算法,解决死锁的问题!在避免死锁方法中允许进程动态地申请资源,但系 银行家算法 统在进行资源分配之前,应先计算此次分配资源的安全性,若分配不会导致系统进入不安全状态,则分配,否则等待。为实现银行家算法,系统必须设置若干数据结构。-The banker algorithm, solve the deadlock problem! Avoid deadlock method allows the dynamic process to apply resources, but the
yinhangjia
- java实现银行家算法,银行家算法是一种最有代表性的避免死锁的算法-implement code
yinhangjiasuanfa
- 数据结构中的银行家算法代码实现 实现银行家算法的计算-failed to translate
os
- 操作系统课程设计:银行家算法的实现,老师验收过的,直接可以用-Courses on operating system design: the realization of the banker' s algorithm
systemSafe
- 数据库系统中的银行家算法的实现。通过对进程数量的控制来实现-Database system bankers algorithm. By the number of processes to achieve the control
java-bankers-algorithm
- 使用java语言实现的银行家算法,供大家使用。-Bankers algorithm using java language, for everyone to use
yinhangjia
- 银行家算法的实现,操作系统的学习可以用到-to achieve the Bankers algorithm
1
- 本文档是对多种资源银行家算法的描述和模拟实现.-This document is to describe and simulate a variety of resources bankers algorithm implementation.