CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 数据结构常用算法 搜索资源 - 银行家算法

搜索资源列表

  1. banker

    0下载:
  2. 实现操作系统调度管理思想中的“银行家算法”-To achieve the operating system scheduling management thinking in the " banker' s algorithm"
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1545
    • 提供者:贺琦
  1. Bankeralgorithm

    0下载:
  2. 银行家算法是一种最有代表性的避免死锁的算法-Banker s algorithm one of the most representative algorithm for deadlock avoidance
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:153745
    • 提供者:hanchao
  1. yinhangjia

    0下载:
  2. 实现了银行家算法,功能有:添加资源、删除资源、修改资源、分配资源、修改作业-Realized the bankers algorithm functions are: add resources, remove the resource, modify resources, the allocation of resources, modify operations ......
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:2208
    • 提供者:wtg
  1. 1

    0下载:
  2. 银行家算法模拟 c++编写 理利用银行家算法避免死锁-Banker' s algorithm simulation using c++ written reasons bankers algorithm avoid deadlock
  3. 所属分类:Data structs

    • 发布日期:2017-05-02
    • 文件大小:895321
    • 提供者:yang
  1. 2007433952762

    0下载:
  2. 本软件是银行家算法,利用此算法解决死锁问题,其中包括银行家算法的数据结构,银行家的算法及相关实现等!-This software is the banker' s algorithm, using this algorithm to solve the deadlock problem, including the banker' s algorithm for data structure, the banker' s algorithm and the related re
  3. 所属分类:Data structs

    • 发布日期:2017-04-26
    • 文件大小:73512
    • 提供者:jinfeng
  1. Bankers

    0下载:
  2. 银行家算法是避免死锁的一种重要方法。 本实验的目的是,加深了解有关资源申请、避免死锁等概念,并体会和了解死锁和避免死锁的具体实施方法。-Banker' s algorithm is an important method to avoid deadlock. The purpose of this study is to better understand the application of resources to avoid deadlock and other concep
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:1615
    • 提供者:马月
  1. BANK

    0下载:
  2. 实现银行家算法的功能,较具体,可以运行,我已经尝试的过了。-this is very good.
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:1426
    • 提供者:elain
  1. bankersolution

    0下载:
  2. 著名的银行家算法的C语言实现,有利于基础的数据结构和算法的练习-Well-known banker algorithm C language, is conducive to data structures and algorithms based practice
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1302
    • 提供者:余拜仁
  1. bankers

    0下载:
  2. 银行家算法是避免死锁的一种重要方法,要求编写和调试一个简单的银行家算法程序。加深了解有关资源申请、避免死锁等概念,并体会和了解死锁和避免死锁的具体实施方法。-bankers algorithm is an important method to avoid deadlock, requiring writing and debugging a simple program algorithm. Application for a better understanding of the resou
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:231609
    • 提供者:王海彬
  1. Banker

    0下载:
  2. 利用C++实现银行家算法,并进一步实现界面优化-Banker' s algorithm implementation, and further optimized to achieve interface
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:4178
    • 提供者:马萌
  1. yinhang

    0下载:
  2. 银行家算法
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:2245
    • 提供者:冷杉
  1. jinghangjia

    0下载:
  2. 银行家算法,
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1304
    • 提供者:
  1. bankerc

    0下载:
  2. 为了避免死锁产生和避免的情况,用银行家算法实现系统资源分配。-In order to avoid deadlock and avoid the situation arising, with banker' s algorithm for system resource allocation.
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:2417
    • 提供者:博程
  1. Dijk

    0下载:
  2. 银行家算法模拟 可用于实习交作业等等 实用-Banker s algorithm simulation
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:1133
    • 提供者:Mono
  1. yinhangjia

    0下载:
  2. 银行家算法,实现电梯的精确控制,具有非常好的效果。-Banker' s algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-04-26
    • 文件大小:15603
    • 提供者:仁山
  1. duojiduilie

    0下载:
  2. 银行家算法实现硬盘管理,就有很好的效果,非常精确。-Bankers algorithm hard disk management, there is good results, very accurate.
  3. 所属分类:Data structs

    • 发布日期:2017-04-25
    • 文件大小:27089
    • 提供者:仁山
  1. Bankers-Algorithm

    0下载:
  2. 银行家算法是一种最有代表性的避免死锁的算法。在避免死锁方法中允许进程动态地申请资源,但系统在进行资源分配之前,应先计算此次分配资源的安全性,若分配不会导致系统进入不安全状态,则分配,否则等待。为实现银行家算法,系统必须设置若干数据结构。-Banker' s algorithm is one of the most representative algorithm to avoid deadlock. Method to avoid deadlock in the process of dy
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:1430
    • 提供者:岳豪
  1. banker

    0下载:
  2. 银行家算法(实现银行家算法的整个流程。从资源申请,到数据结构数值的修改,到安全性检测;循环资源申请,检测每次的安全状态,输出安全序列,直至所有进程执行完毕)-Banker' s algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1669
    • 提供者:ronny
  1. Banker

    0下载:
  2. 操作系统中经典的银行家算法的模拟程序,基于MFC对话框,可随意设定进程的个数和资源的个数-Classic bankers operating system simulation algorithm, based on MFC dialog box can be arbitrarily set the number of processes and resources, the number of
  3. 所属分类:Data structs

    • 发布日期:2017-05-09
    • 文件大小:1963743
    • 提供者:Meihua
  1. yinhangjia

    0下载:
  2. 银行家算法是一种最有代表性的避免死锁的算法。在避免死锁方法中允许进程动态地申请资源,但系 银行家算法 统在进行资源分配之前,应先计算此次分配资源的安全性,若分配不会导致系统进入不安全状态,则分配,否则等待。 -ankers algorithm is one of the most representative avoid deadlock algorithm. In avoiding deadlocks method allows processes to dynamically appli
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1693
    • 提供者:baichaochao
« 1 2 3 4 5 67 8 9 »
搜珍网 www.dssz.com