CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - banker algorithm

搜索资源列表

  1. 算法2

    0下载:
  2. 还是一个银行家算法,不过这一个要更加深奥这个可厉害啊 -or a banker's algorithm, but this one should be more difficult this can be powerful ah
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:3221
    • 提供者:小宫
  1. 校园卡管理系统

    0下载:
  2. 问题描述(单资源) Dijkstra(1965)年提出了一种能够避免死锁的调度方法,称为银行家算法。它的模型基于一个小城镇的银行家,描述如下:假定一个银行家拥有资金,数量为Ё,被N个可户共享。银行家对可户提出下列约束条件: Ⅰ.每个客户必须预先说明自己所要求的最大资金量; Ⅱ.每个客户每次提出部分资金量申请和获得分配; Ⅲ.如果银行家满足了客户对资金的最大需求量,那么,客户在资金运作后,应在有限时间内全部归还银行。-problem descr iption (single-res
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:6395
    • 提供者:周楠
  1. 银行家算法1

    0下载:
  2. 这是一个关于操作系统银行家算法的程序,实现资源的各项操作-This is a banker's algorithm on the operating system procedures, the resources to operate
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2516
    • 提供者:张亮
  1. Wangmeng_vc347772244

    0下载:
  2. 操作系统课程设计的一个小尝试,是银行家算法的具体介绍和源代码,有C/C++两种-courses on operating system design of a small attempt, the banker's algorithm introduced and the specific source code, C / C Two
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:21782
    • 提供者:欧阳雪
  1. 银行家算法的二解

    0下载:
  2. 数据结构 假设有M个进程N类资源,则有如下数据结构: MAX[M*N] M个进程对N类资源的最大需求量 AVAILABLE[N] 系统可用资源数 ALLOCATION[M*N] M个进程已经得到N类资源的资源量 NEED[M*N] M个进程还需要N类资源的资源量 2.银行家算法 设进程I提出请求Request[N],则银行家算法按如下规则进行判断。 (1)如果Request[N]<=NEED[I,N],则转(2);否则,出错。 (2)如
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2825
    • 提供者:王国强
  1. 银行家的的算法

    0下载:
  2. 这是操作系统《银行家的的算法》 大家一起共享啊!-This is the operating system, "the banker's algorithm" together sharing ah!
  3. 所属分类:数学计算/工程计算

    • 发布日期:2010-06-29
    • 文件大小:5904
    • 提供者:wind
  1. oskechengsheji

    1下载:
  2. 这是我操作系统的课程设计,实现了银行家算法,并附有课程设计报告。-This is my operating system of curriculum design, realization of the banker's algorithm, together with curriculum design report.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:47298
    • 提供者:康珊
  1. OSOS

    1下载:
  2. 操作系统课程设计——银行家算法的流程图、源代码、设计报告-courses on operating system design -- the banker's algorithm flowchart, source code, design report
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:70927
    • 提供者:孙华魁
  1. 模拟银行家算法

    0下载:
  2. 利用银行家算法避免死锁。掌握银行家算法中的数据结构,算法的整个过程,并加深对银行家算法的理解-bankers algorithm used to avoid deadlock. Master bankers algorithm data structure, algorithm of the whole process, and deepen the understanding of Banker's Algorithm
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:9484
    • 提供者:黄卓越
  1. yinhanjia

    0下载:
  2. 这个代码是银行家算法问题,对于其功能,大家自己看看。有错的地方还请指出来。-this algorithm code is a banker, for its function, we see for himself. It is also the wrong place please point it out.
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:2228
    • 提供者:波波
  1. BANK_er

    0下载:
  2. Banker.c 课程设计所需者请下 操作系统避免死锁算法-Banker.c courses necessary for the design of the floor to the next operating system to avoid deadlock algorithm
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:3139
    • 提供者:
  1. dead

    0下载:
  2. 关于死锁的银行家算法,给定剩余资源和客户的要求,判定该银行家是否会统一此种资源分派方式-Deadlock on the banker's algorithm, given the remaining resources and customer needs, determine whether the bankers will be assigned to such resources unified approach
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:1218
    • 提供者:王朋
  1. asdfghh

    0下载:
  2. 关于死锁的银行家算法,给定剩余资源和客户的要求,判定该银行家是否会统一此种资源分派方式-Deadlock on the banker's algorithm, given the remaining resources and customer needs, determine whether the bankers will be assigned to such resources unified approach
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:2423
    • 提供者:王朋
  1. 银行家算法

    0下载:
  2. 这是个银行家算法看看哦-This is a look at the banker's algorithm oh
  3. 所属分类:操作系统开发

    • 发布日期:2014-01-18
    • 文件大小:273319
    • 提供者:李静
  1. 银行家safe

    0下载:
  2. 操作系统中死锁的避免----谈谈银行家算法 -OS-turn to avoid the banker's algorithm
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:1023
    • 提供者:林夕
  1. banker2

    0下载:
  2. 一个好好银行家算法-a good banker's algorithm
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:793
    • 提供者:陈可
  1. javayhj

    0下载:
  2. java编的银行家算法-java series of the banker's algorithm
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1566
    • 提供者:虞周君
  1. 银行家算法

    0下载:
  2. 银行家算法是一个避免死锁的著名算法,是由艾兹格·迪杰斯特拉设计的一种避免死锁产生的算法。它以银行借贷系统的分配策略为基础,判断并保证系统的安全运行。(Banker algorithm is a well-known algorithm to avoid deadlock. It is a algorithm designed by Azeg Dijkstra to avoid deadlock. It is based on the allocation strategy of bank len
  3. 所属分类:操作系统开发

    • 发布日期:2018-05-02
    • 文件大小:1024
    • 提供者:代码小公举
  1. 041761银行家算法(C语言)

    0下载:
  2. 在计算机操作系统中,最有代表的避免死锁的算法,是Dijkstra银行家算法。这是由于该算法能用于银行系统现金贷款的发放而得名的。为了加深对该算法的认识和掌握,进而在计算机上实现。为了实现银行家算法,系统中必须设置若干数据结构(In the computer operating system, the most representative algorithm to avoid deadlock is the Dijkstra banker algorithm. This is because t
  3. 所属分类:数据结构

    • 发布日期:2018-05-03
    • 文件大小:20480
    • 提供者:冷葉
  1. 操作系统实验报告

    1下载:
  2. 操作系统实验报告(进程调度,银行家算法,可变区分存储管理)(Operating system experiment report (process scheduling, banker algorithm, variable storage management))
  3. 所属分类:其他

    • 发布日期:2019-12-25
    • 文件大小:577536
    • 提供者:xtzj1cm
« 1 2 ... 7 8 9 10 11 1213 14 15 16 17 ... 25 »
搜珍网 www.dssz.com