CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 文档资料 搜索资源 - 银行家算法

搜索资源列表

  1. bank

    0下载:
  2. 银行家算法(1)进一步理解利用银行家算法避免死锁的问题; (2)在了解和掌握银行家算法的基础上,编制银行家算法通用程序,将调试结果显示在计算机屏幕上,再检测和笔算的一致性 -bank
  3. 所属分类:software engineering

    • 发布日期:2017-04-01
    • 文件大小:1594
    • 提供者:liuzhen
  1. yinhangjiasuanfa

    0下载:
  2. 银行家算法是操作系统中避免死锁的典型算法,本实验可以加深对银行家算法的步骤和相关数据结构用法的更好理解.里面含有完整的代码及报告!-Banker' s algorithm is the operating system, a typical algorithm to avoid deadlock, this experiment can deepen their understanding of Banker' s algorithm steps and associated dat
  3. 所属分类:Document

    • 发布日期:2017-04-03
    • 文件大小:118193
    • 提供者:zhangxin
  1. yinghangjia

    0下载:
  2. 一个有关操作系统课程设计:银行家算法的c++源程序,自己的作业,100 可以运行。-A course on operating system design: banker' s algorithm for c++ source code, its own operations, 100 run.
  3. 所属分类:software engineering

    • 发布日期:2017-03-30
    • 文件大小:61440
    • 提供者:anqichao
  1. bankdeadlock

    0下载:
  2. 一个编程实例:采用银行家算法,通过对安全序列的是否存在的判断,避免死锁的发生-A programming examples: the banker algorithm, based on the existence of the sequence of safety, avoid deadlock occurs...
  3. 所属分类:Document

    • 发布日期:2017-03-29
    • 文件大小:17670
    • 提供者:乐乐
  1. ziyuanguanli

    0下载:
  2.  1.1 设计的目的    加深了解有关资源申请、避免死锁等概念,并体会和了解死锁和避免死锁的具体实施方法。  1.2 设计的要求 用VC编程实现一个资源管理系统,该系统必须包括资源的添加、删除和修改等功能,并且允许其它进程来申请这里的资源,任何一个进程来申请资源时,必须先登记该进程对资源的申请要求,然后由系统检查当前资源的状况,并用银行家算法和安全性算法来检查是否允许分配资源给进程。 每个进程申请资源的情况必须进行记录,并作为课程设计报告的一部分数据。-1.1 is des
  3. 所属分类:software engineering

    • 发布日期:2017-04-02
    • 文件大小:141254
    • 提供者:xiaoxi10086
  1. FCFS

    0下载:
  2. 银行家算法避免死锁,其中涉及安全状态的设置-Bankers algorithm avoid deadlock
  3. 所属分类:software engineering

    • 发布日期:2017-04-08
    • 文件大小:892
    • 提供者:明月紫莹
  1. 2.tar

    0下载:
  2. 银行家算法,避免产生死锁,检查银行家算法是否存在安全序列-Bankers algorithm avoid deadlock, check the banker' s algorithm is a safe sequence
  3. 所属分类:File Formats

    • 发布日期:2017-03-30
    • 文件大小:3354
    • 提供者:吴振浩
  1. operating-system-_banker

    0下载:
  2. 有关操作系统银行家算法的文档。银行家算法是一种最有代表性的避免死锁的算法。我们可以把操作系统看作是银行家,操作系统管理的资源相当于银行家管理的资金,进程向操作系统请求分配资源相当于用户向银行家贷款。-For documentation of the operating system, the banker' s algorithm. The banker algorithm is one of the most representative of the deadlock avoidanc
  3. 所属分类:software engineering

    • 发布日期:2017-03-30
    • 文件大小:27965
    • 提供者:许乓
  1. banker

    0下载:
  2. 银行家算法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.
  3. 所属分类:software engineering

    • 发布日期:2017-11-23
    • 文件大小:1886
    • 提供者:coolcgp
  1. yinhangjiasuanfa

    0下载:
  2. 银行家算法,解决死锁的问题!在避免死锁方法中允许进程动态地申请资源,但系 银行家算法 统在进行资源分配之前,应先计算此次分配资源的安全性,若分配不会导致系统进入不安全状态,则分配,否则等待。为实现银行家算法,系统必须设置若干数据结构。-The banker algorithm, solve the deadlock problem! Avoid deadlock method allows the dynamic process to apply resources, but the
  3. 所属分类:Project Manage

    • 发布日期:2017-11-17
    • 文件大小:382174
    • 提供者:于锴
  1. yinhangjiasuanfa

    0下载:
  2. 银行家算法全部代码,经过我的检验,可以运行。-Bankers algorithm full source code, after I tested, you can run.
  3. 所属分类:software engineering

    • 发布日期:2017-11-26
    • 文件大小:1861
    • 提供者:旺仔
  1. yinhangjia

    0下载:
  2. java实现银行家算法,银行家算法是一种最有代表性的避免死锁的算法-implement code
  3. 所属分类:software engineering

    • 发布日期:2017-12-04
    • 文件大小:4325
    • 提供者:陈海蛟
  1. yinhangjiasuanfa

    0下载:
  2. 数据结构中的银行家算法代码实现 实现银行家算法的计算-failed to translate
  3. 所属分类:Software Testing

    • 发布日期:2017-11-26
    • 文件大小:896285
    • 提供者:小李
  1. os

    0下载:
  2. 操作系统课程设计:银行家算法的实现,老师验收过的,直接可以用-Courses on operating system design: the realization of the banker' s algorithm
  3. 所属分类:Document

    • 发布日期:2017-12-01
    • 文件大小:778823
    • 提供者:张源
  1. systemSafe

    0下载:
  2. 数据库系统中的银行家算法的实现。通过对进程数量的控制来实现-Database system bankers algorithm. By the number of processes to achieve the control
  3. 所属分类:software engineering

    • 发布日期:2017-12-05
    • 文件大小:709
    • 提供者:梁萍萍
  1. Text

    0下载:
  2. 银行家算法,银行家算法是避免死锁的一种重要方法,本实验要求用高级语言编写和调试一个简单的银行家算法程序。-Banker' s algorithm
  3. 所属分类:software engineering

    • 发布日期:2017-11-30
    • 文件大小:1772
    • 提供者: 大概是
  1. Operating-System

    0下载:
  2. 操作系统 课后习题 案例讲解 包含 消费者问题,银行家算法等-Homework case to explain the operating system include consumer issues, bankers algorithm
  3. 所属分类:File Formats

    • 发布日期:2017-05-02
    • 文件大小:661005
    • 提供者:李镇江
  1. yinhangjiasuanfa

    0下载:
  2. 银行家算法 很好的课程设计 我用来交作业的 需要用的人可以直接拿走-Bankers algorithm good course design my homework needs to be direct with people who take
  3. 所属分类:software engineering

    • 发布日期:2017-04-17
    • 文件大小:203623
    • 提供者:流浪
  1. java-bankers-algorithm

    0下载:
  2. 使用java语言实现的银行家算法,供大家使用。-Bankers algorithm using java language, for everyone to use
  3. 所属分类:Document

    • 发布日期:2017-04-05
    • 文件大小:9535
    • 提供者:
  1. yinhangjia

    0下载:
  2. 银行家算法的实现,操作系统的学习可以用到-to achieve the Bankers algorithm
  3. 所属分类:Document

    • 发布日期:2017-04-25
    • 文件大小:13301
    • 提供者:贺勇
« 1 23 »
搜珍网 www.dssz.com