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

搜索资源列表

  1. 2

    1下载:
  2. 银行家算法可以避免死锁。算法结构 n : 系统中进程个数 m :系统中的资源类数 1)available(m):现有资源向量 2) max(n,m):资源最大申请量 3)allocation(n,m):资源分配矩阵 4)need(n,m):进程以后还需要的资源矩阵 5)request(n,m):进程申请资源矩阵-Banker s algorithm to avoid deadlock. Algorithm structure n: the system proc
  3. 所属分类:OS Develop

    • 发布日期:2017-04-07
    • 文件大小:1054
    • 提供者:斜阳
  1. yinghangjia

    0下载:
  2. 由c++实现的银行家算法,配有代码,和相关的一些说明-By c++ Achieve bankers algorithm, with code, and related some of that
  3. 所属分类:OS Develop

    • 发布日期:2017-04-03
    • 文件大小:538672
    • 提供者:顾箫剑
  1. sisuobimian

    0下载:
  2. 死锁避免——银行家算法的模拟实现,通过模拟死锁避免的实现,加深对死锁避免,系统安全状态的理解.附有我的實验报告,源代码。-Deadlock Avoidance- Banker s Algorithm simulation achieved by simulating the deadlock avoid the realization of better understanding of the deadlock avoidance, system security status underst
  3. 所属分类:OS Develop

    • 发布日期:2017-04-05
    • 文件大小:245253
    • 提供者:hyw
  1. yinghaijiasuanfa

    0下载:
  2. 这是我做的操作系统小设计 多资源银行家算法 包括了代码和文档-This is my operating system to do small design resources banker s algorithm includes code and documentation
  3. 所属分类:OS Develop

    • 发布日期:2017-04-03
    • 文件大小:205511
    • 提供者:张志文
  1. 25

    0下载:
  2. 操作系统银行家算法 c++的代码 检验系统的安全算法-Operating system of Banker s Algorithm c++ Code inspection system security algorithm
  3. 所属分类:OS Develop

    • 发布日期:2017-04-01
    • 文件大小:19562
    • 提供者:月月
  1. OS2008

    0下载:
  2. 操作系统课程设计,包含生产者—消费者算法模拟,银行家算法模拟-Operating systems curriculum design, including the producer- consumer algorithm simulation, bankers algorithm simulation
  3. 所属分类:OS Develop

    • 发布日期:2017-04-17
    • 文件大小:72067
    • 提供者:周龙亭
  1. bank

    0下载:
  2. 银行家算法是一个操作系统中很重要的算法,实际中得到了广泛的利用。-Banker
  3. 所属分类:OS Develop

    • 发布日期:2017-04-24
    • 文件大小:20172
    • 提供者:tt
  1. bank

    0下载:
  2. 银行家算法。多个进程动态地共享系统的资源可能会产生死锁现象。死锁的产生,必须同时满足四个条件,第一个是互斥条件,即一个资源每次只能由一个进程占用;第二个为请求和保持条件,即一个进程请求资源不能满足时,它必须等待,但它仍继续保持已得到的所有其它资源;第三个是不剥夺条件,任何一个进程不能抢占另一个进程已经获得且未释放的资源;第四个为循环等待条件,系统中存在若干个循环等待的进程,即其中每一个进程分别等待它前一个进程所持有的资源,防止死锁的机构只须确保上述四个条件之一不出现,则系统就不会发生死锁。
  3. 所属分类:OS Develop

    • 发布日期:2017-04-29
    • 文件大小:258228
    • 提供者:constance
  1. caozuoxitongshejiss

    0下载:
  2. 操作系统的课程设计,整理得来的,里面很多,进程管理,银行家算法,生产者和消费者,等等很多问题-Operating system, curriculum design, finishing can be accomplished, there are many process management, bankers algorithm, producers and consumers, and so many problems
  3. 所属分类:OS Develop

    • 发布日期:2017-04-29
    • 文件大小:73749
    • 提供者:牟鹏
  1. yinhangjia

    0下载:
  2. 操作系统程序设计-银行家算法 操作系统程序设计-银行家算法
  3. 所属分类:OS Develop

    • 发布日期:2017-04-26
    • 文件大小:3646
    • 提供者:gacser
  1. Banker

    0下载:
  2. 操作系统中的银行家算法 C语言实现 VC6.0编译-Operating system implementation of Banker' s Algorithm C language compiler VC6.0
  3. 所属分类:OS Develop

    • 发布日期:2017-04-26
    • 文件大小:79489
    • 提供者:笨笨周
  1. moneychanger

    0下载:
  2. 操作系统课程设计,银行家算法,用C++做的,当时得了优呢,分享下。-Operating systems curriculum design, banker' s algorithm, using C++ to do, when it got better, to share the next.
  3. 所属分类:OS Develop

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

    0下载:
  2. 典型的银行家算法,操作系统课程实验,非常好用的,大家-Banker' s algorithm, the operating system course experiment
  3. 所属分类:OS Develop

    • 发布日期:2017-04-14
    • 文件大小:2890
    • 提供者:sun
  1. yinhangjiasuanfa

    0下载:
  2. 操作系统课程设计之银行家算法,经过老师验收,通过-Curriculum design of the operating system banker' s algorithm, after the teacher acceptance, through
  3. 所属分类:OS Develop

    • 发布日期:2017-04-12
    • 文件大小:1330
    • 提供者:赵军
  1. yhjsf

    0下载:
  2. 本程序较好的完成了银行家算法,相比其他程序有较大的改进-Banker' s Algorithm
  3. 所属分类:MacOS develop

    • 发布日期:2017-04-01
    • 文件大小:233219
    • 提供者:李为
  1. caozuoxitong

    0下载:
  2. 操作系统课程设计 内涵spooling Rsa加密 生产者与消费者 银行家算法 内容简单 适合初学者 -Curriculum design content of the operating system spooling Rsa encryption algorithm banker producers and consumers simple and suitable for beginners content
  3. 所属分类:OS Develop

    • 发布日期:2017-05-10
    • 文件大小:2082299
    • 提供者:付斌
  1. yinhang

    0下载:
  2. 实现银行家算法,对学生非常有用,在大学操作系统中都会用到-The realization of banker' s algorithm, is very useful to students in the University of the operating system will be used
  3. 所属分类:OS Develop

    • 发布日期:2017-03-29
    • 文件大小:666
    • 提供者:dingding
  1. Banker

    0下载:
  2. 用于操作系统,银行家算法,用以计算安全性,判断如何分配资源,判断资源分配是否安全-For the operating system, banker' s algorithm for computing security, determine how to allocate resources, determine the allocation of resources if it is safe
  3. 所属分类:OS Develop

    • 发布日期:2017-04-07
    • 文件大小:1921
    • 提供者:wujingyun
  1. bank

    0下载:
  2. 银行家算法,操作系统的安全状态和安全序列,死锁和避免死锁的银行家算法-Banker' s algorithm, the operating system' s security status and security sequence, deadlock and the bankers algorithm avoid deadlock
  3. 所属分类:OS Develop

    • 发布日期:2017-03-30
    • 文件大小:1377
    • 提供者:xapql
  1. bankerarithmetic

    0下载:
  2. 利用银行家算法解决死锁问题 bankerarithmetic-bankerarithmetic
  3. 所属分类:OS Develop

    • 发布日期:2017-04-03
    • 文件大小:1219
    • 提供者:冯海云
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 18 »
搜珍网 www.dssz.com