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

搜索资源列表

  1. banktor

    0下载:
  2. 操作系统银行家算法原代码-operating system bankers algorithm source code
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:1785
    • 提供者:王勇
  1. yinhangjia

    0下载:
  2. C++编写的关于操作系统中死锁问题的银行家算法,包括申请资源、创建新的进程等
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:228762
    • 提供者:wyfan
  1. bank

    0下载:
  2. 著名的操作系统经典算法,银行家算法。模拟了资源的分配!银行家算法是一种最有代表性的避免死锁的算法。 要解释银行家算法,必须先解释操作系统安全状态和不安全状态。
  3. 所属分类:操作系统开发

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

    0下载:
  2. 这个程序对操作体统关于死琐控制的一个算法银行家算法,进行了很好的模拟和实现
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:2147
    • 提供者:liyajun
  1. caozuo

    0下载:
  2. 操作系统的课程设计 包括银行家算法;内存分配回收;进程调度;作业调度
  3. 所属分类:操作系统开发

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

    0下载:
  2. 银行家算法,系统资源名称、系统资源数量、进程数量、各进程对资源的最大需求、各进程已申请到资源数等信息初始值不可以在程序中指定固定值,要在程序运行后人工输入。-Banker s algorithm, the system resource name, the number of system resources, the number of processes, each process s maximum demand for resources, the process has been ap
  3. 所属分类:OS Develop

    • 发布日期:2017-04-06
    • 文件大小:1467
    • 提供者:简小单
  1. os

    0下载:
  2. 操纵系统 进程控制 银行家算法与随机分配算法-failed to translate
  3. 所属分类:OS Develop

    • 发布日期:2017-04-08
    • 文件大小:2145
    • 提供者:李明
  1. Bankers_algorithm

    1下载:
  2. 操作系统原理实验——银行家算法实验报告 2实验内容或题目 1)设计五个进程{P0,P1,P2,P3,P4}共享三类资源{A,B,C}的系统,{A,B,C}的资源总数量分别为10,5,72)并行进程可动态地申请资源和释放资源(程序交互输入申请或释放资源数量),系统按各进程的申请动态地分配资源。 3)每当进程动态申请资源或释放资源时,模拟程序应能及时显示或打印各个进程在此时刻的资源分配表、系统可用资源量和安全序列等资源分配信息和安全检查信息 -Operating System
  3. 所属分类:操作系统开发

    • 发布日期:2012-11-07
    • 文件大小:2053
    • 提供者:恋恋的恋
  1. yinhangjiasuanfa

    0下载:
  2. 操作系统作业银行家算法的实现 用C++语言做的 含有 MFC 框架-The implementation of the banker s algorithm MFC framework
  3. 所属分类:OS Develop

    • 发布日期:2017-05-10
    • 文件大小:2134072
    • 提供者:xiongdeliang
  1. yinghangjiasuanfa

    0下载:
  2. 银行家算法代码实现参考 内有详细代码以便初学者使用-The banker' s algorithm code reference within the code in detail so that beginners
  3. 所属分类:OS Develop

    • 发布日期:2017-04-04
    • 文件大小:18408
    • 提供者:汪翔
  1. bank

    0下载:
  2. 用c++编的银行家算法-With c++ Made the banker s algorithm
  3. 所属分类:OS Develop

    • 发布日期:2017-12-07
    • 文件大小:13092
    • 提供者:魏威
  1. bank

    0下载:
  2. 操作系统实验,银行家算法,用vc实现,进程的同步问题-Experimental operating system, bankers algorithm, using vc realized, the process of synchronization problems
  3. 所属分类:OS Develop

    • 发布日期:2017-05-02
    • 文件大小:676537
    • 提供者:jacky
  1. banker

    0下载:
  2. 操作系统中解决死锁的银行家算法的演示算法-Operating system to resolve Deadlock banker
  3. 所属分类:OS Develop

    • 发布日期:2017-03-28
    • 文件大小:1235
    • 提供者:
  1. Bank

    0下载:
  2. 使用Visual C++ 6.0开发,纯算法(不涉及进程和线程)模拟银行家算法,测试通过,为我的操作系统实验的雏形。Console模式。-The use of Visual C++ 6.0 development, net algorithm (does not involve the process and thread) analog bankers algorithm, the test for my operating system, the embryonic form of the
  3. 所属分类:OS Develop

    • 发布日期:2017-04-05
    • 文件大小:9423
    • 提供者:billsedison
  1. yin

    0下载:
  2. 操作系统--银行家算法 实验目的: 1、对死锁避免中的银行家算法作进一步理解。 2、加深理解死锁的概念。 3、加深理解安全序列和安全状态的概念。 4、通过编程,掌握银行家算法分配资源的一步步实现过程。 -Operating system- bankers algorithm experimental purposes: 1, to avoid deadlock in the banker s algorithm for further understanding. 2,
  3. 所属分类:OS Develop

    • 发布日期:2017-03-30
    • 文件大小:9481
    • 提供者:李小玲
  1. fifo

    0下载:
  2. 银行家算法是从当前状态出发,逐个按安全序列检查各客户中谁能完成其工作,然后假定其完成工作且归还全部贷款,再进而检查下一个能完成工作的客户。如果所有客户都能完成工作,则找到一个安全序列,银行家才是安全的。 ♦ 与预防死锁的几种方法相比较,限制条件少,资源利用程度提高了。 -Banker s algorithm is a departure from the current state, one by one according to the security check seq
  3. 所属分类:OS Develop

    • 发布日期:2017-04-05
    • 文件大小:1285
    • 提供者:赵与
  1. bank

    0下载:
  2. .cpp,操作系统的银行家算法的C程序实验-. cpp, the operating system of the banker s algorithm C experimental procedures
  3. 所属分类:OS Develop

    • 发布日期:2017-04-06
    • 文件大小:1368
    • 提供者:00
  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 2 3 4 5 6 78 9 10 11 12 ... 16 »
搜珍网 www.dssz.com