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

搜索资源列表

  1. yinghang

    0下载:
  2. 是用c++编辑的银行家算法,是有点长,不过我相信只要努力就有收获的-is editor bankers algorithm, is a bit long, but I believe as long as the efforts will harvest
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1964
    • 提供者:不知道
  1. fourbanker

    0下载:
  2. 这是四个用C#,C++,和C语言编写的一个经典银行家算法-This is the four C#, C, and C language of a classic bankers Algorithm
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:78768
    • 提供者:常伟民
  1. 银行家安全性算法

    0下载:
  2. 改进的安全性算法! 有效实现资源回收! 5个进程,3 个资源!-improve the security algorithm! Effective resource recovery! Five process, three!
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2568
    • 提供者:张傻
  1. BANKER method

    0下载:
  2. 这是一个C程序,描述的是操作系统中的银行家算法,呵呵,我是花了好长时间才写好的。-This is a C program, describes the operating system as a banker algorithm, huh, I spent a good long time to write the.
  3. 所属分类:其它

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

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

    • 发布日期:2008-10-13
    • 文件大小:6395
    • 提供者:周楠
  1. 工人工资管理

    0下载:
  2. 只要每个客户遵守上述约束,银行家将保证做到:若一个客户所要求的最大资金量不超过Ё,则银行一定接纳该客户,并处理他的资金需求;银行在收到一个客户的资金申请要求时,可能因资金不足而让客户等待,但保证在有限是见被让客户获得资金。在银行家算法中,客户可以看做进程,资金可以看作资源,银行家可以看做是操作系统。-as long as each customer compliance with the above constraints, bankers will undertake : if a custo
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:1340
    • 提供者:周楠
  1. 就是我

    0下载:
  2. 简单的银行家算法 可是现五个进程对三个资源的需求.-simple algorithm But bankers are five to three process on the demand for resources.
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:1391
    • 提供者:一水寒
  1. 银行家法

    0下载:
  2. 一、实验目的: 熟悉银行家算法,理解系统产生死锁的原因及避免死锁的方法,加深记意。 二、实验要求: 用高级语言编写和调试一个描述银行家算法的程序。 三、实验内容: 1、 设计一个结构体,用于描述每个进程对资源的要求分配情况。包括:进程名——name[5],要求资源数目——command[m](m类资源),还需要资源数目——need[m],已分配资源数目——allo[m]。 2、 编写三个算法,分别用以完成:①申请资源; ②显示资源;③释放资源。(动态完成)-an ex
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:24353
    • 提供者:陈晨
  1. yinhangjia02

    0下载:
  2. 用C++实现银行家算法也不难,这一个程序就基本实现了,而且运行起来还可以,另人满意。-C bankers realize it is not difficult algorithm, a procedure basically achieved, but can also run up, others were satisfied.
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:2332
    • 提供者:徐旭明
  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. 行家算法2

    0下载:
  2. 银行家算罚的,在操作系统中也是很重要的拉,个人下载下来参考参考。-bankers penalty count, the operating system is also very important in Rafah, personal information. Downloaded.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2272
    • 提供者:朱犯
  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. Soft20060210160138684

    0下载:
  2. 银行家算法,真正的C语言版,绝对真实的相信自己。-bankers algorithm, the real version of the C language, absolutely true trust themselves.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:3006
    • 提供者:张天
  1. bankerVC++

    0下载:
  2. 银行家算法,基于对话框.资源数可以为任意个.-bankers algorithm, based on the dialog box. Several resources can be arbitrary 000.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:36815
    • 提供者:sean
  1. YHJ_VC

    0下载:
  2. 基于Visual C++ 6.0的银行家算法的程序源码 -Visual C 6.0 bankers algorithm source code procedures
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:16149
    • 提供者:方岩
  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. yinhangjiasuanfa

    0下载:
  2. 这是操作系统实验中的银行家算法,顺便拿来和大家分享一下-experiment bankers algorithm, and the way we used to share
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:26223
    • 提供者:郑裕
  1. BA

    0下载:
  2. 操作系统中广泛应用的用于避免死锁的银行家算法的程序实现-operating system widely used for deadlock avoidance algorithm bankers Program
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:34114
    • 提供者:张焕人
  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 2 3 4 5 6 7 89 10 11 12 13 ... 50 »
搜珍网 www.dssz.com