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

搜索资源列表

  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. banker-ron

    0下载:
  2. 银行家算法,通过模拟死锁避免的实现,加深对死锁避免,系统安全状态等的理解-bankers algorithm simulation Deadlock avoid the realization of deepening Deadlock avoided, such as system security state understanding
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:5986763
    • 提供者:李海
  1. bankC++

    0下载:
  2. 操作系统课程设计,经典的银行家算法,适合初学者学习,里面也含有c的算法描述。-courses on operating system design, the classic banker algorithm, suitable for beginners to learn, they also contain c algorithm descr iption.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:18512
    • 提供者:wz
  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. ygjs

    0下载:
  2. 1.设计进程对各类资源最大申请表示及初值确定。 2.设定系统提供资源初始状况。 3.设定每次某个进程对各类资源的申请表示。 4.编制程序,依据银行家算法,决定其申请是否得到满足。 -1. design advancement to each kind of resources biggest application expression and starting value determination. 2. hypotheses systems provide th
  3. 所属分类:组合框控件

    • 发布日期:2008-10-13
    • 文件大小:3302
    • 提供者:陈登
  1. banker-deadlock

    0下载:
  2. 解决进程死锁的银行家算法,vc++2005-settlement process Deadlock bankers algorithm, vc 2005
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:94804
    • 提供者:李国新
  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. bankp

    0下载:
  2. 这是银行家算法表现的一个程序-This is a banker algorithm performance of a procedure
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:1499
    • 提供者:张乐
  1. Bank

    0下载:
  2. 程序是银行家算法的界面实现,银行家算法的功能都已实现,这是我自己完成的,给大家分享一下。-procedure is a banker algorithm to achieve the interface, bankers algorithm functions have been achieved, it is my personal completed. for everyone to share.
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:230573
    • 提供者:彭小勇
  1. banker

    0下载:
  2. C++实现操作系统中的银行家算法,只具有实现算法中的核心部分的代码,没有图形界面,有待修改.
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:16577
    • 提供者:熊熊
  1. banker

    0下载:
  2. 操作系统中的重要得法之一,银行家得法。该得法是以C++实现的,以表格形式显示进程分配。附有使用手册和系统的详细报告。
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:115207
    • 提供者:sera
« 1 2 3 4 5 6 78 9 10 11 12 ... 30 »
搜珍网 www.dssz.com