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

搜索资源列表

  1. BANKER

    0下载:
  2. Good bankers algorithm program for eng. students
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:998
    • 提供者:sandhya
  1. Bankers-Algorithm

    0下载:
  2. 银行家算法是一种最有代表性的避免死锁的算法。在避免死锁方法中允许进程动态地申请资源,但系统在进行资源分配之前,应先计算此次分配资源的安全性,若分配不会导致系统进入不安全状态,则分配,否则等待。为实现银行家算法,系统必须设置若干数据结构。-Banker' s algorithm is one of the most representative algorithm to avoid deadlock. Method to avoid deadlock in the process of dy
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:1430
    • 提供者:岳豪
  1. Banker

    0下载:
  2. 操作系统中经典的银行家算法的模拟程序,基于MFC对话框,可随意设定进程的个数和资源的个数-Classic bankers operating system simulation algorithm, based on MFC dialog box can be arbitrarily set the number of processes and resources, the number of
  3. 所属分类:Data structs

    • 发布日期:2017-05-09
    • 文件大小:1963743
    • 提供者:Meihua
  1. bankersalgorithm

    0下载:
  2. 银行家算法,实现了进程资源分配的安全性检测,对进程资源分配的模拟,使进程不处于不安全状态。-Banker' s algorithm, the allocation of resources to achieve the process safety testing, the simulation of resource allocation process, so that the process is not in safe condition.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-13
    • 文件大小:1754
    • 提供者:叶杰峰
  1. BANK

    0下载:
  2. 银行家算法实现进程的调度、资源分配和管理的问题。用Java语言实现-Banker salgorithm implementation process scheduling, resource allocation and management. With the Java language
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-02
    • 文件大小:2943
    • 提供者:lansejingling
  1. LAB2_1

    0下载:
  2. 银行家算法和随机分配算法,VC6.0下编译通过-Banker' s algorithm and random allocation algorithm, VC6.0 compiled by
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:2530
    • 提供者:于鑫
  1. yinhangjia

    0下载:
  2. 银行家算法的实现 实现银行家算法分配资源-Bankers algorithm to allocate resources to achieve realization of banker' s algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:240412
    • 提供者:xiao
  1. yinhangjia

    0下载:
  2. 银行家算法 申请资源 安全性检查 使我们进一步了解银行家算法-Banker' s algorithm to apply resources to security checks enable us to further understand the banker' s algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:1431
    • 提供者:dlq
  1. yinhangjia

    0下载:
  2. 操作系统 实验 银行家算法的实现 银行家 银行家 -Operating System Experiment banker banker banker' s algorithm implementation
  3. 所属分类:OS Develop

    • 发布日期:2017-04-06
    • 文件大小:977697
    • 提供者:李昕
  1. yinhanjiasuanfa-c-4

    0下载:
  2. 银行家算法 c编写-Banker' s algorithm c prepared
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:35141
    • 提供者:xuqiang
  1. yinhanjiasuanfa-c-5

    0下载:
  2. 银行家算法 c编写-Banker' s algorithm c prepared
  3. 所属分类:Data structs

    • 发布日期:2017-04-09
    • 文件大小:29551
    • 提供者:xuqiang
  1. yinhanjiasuanfa-c

    0下载:
  2. 银行家算法 c编写-Banker' s algorithm c prepared
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:4600
    • 提供者:xuqiang
  1. YinHangJia

    0下载:
  2. 关于操作系统中的银行家算法,输入初始的资源量以及资源分配方案,通过银行家算法得出死锁的预防-Bankers on the operating system algorithm, enter the initial amount of resources and resource allocation scheme, obtained through the banker' s algorithm to prevent deadlock
  3. 所属分类:CSharp

    • 发布日期:2017-04-17
    • 文件大小:42746
    • 提供者:Amon
  1. Banker

    0下载:
  2. 利用银行家算法实现解决操作系统饥饿问题的算法,动态在控制台显示各个进程的运行情况。-Bankers algorithm used to solve the problem of hunger in the operating system, algorithm, dynamic in the console displays the operation of each process.
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:2025
    • 提供者:chenyiyu
  1. test2

    0下载:
  2. 银行家算法 操作系统实验 实现查看资源请求后能否找到安全序列 判断资源请求是否成功-Banker' s algorithm
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:1284
    • 提供者:april
  1. BANK

    0下载:
  2. 银行家算法 设计程序模拟预防进程死锁的银行家算法的工作过程。假设系统中有n个进程P1, … ,Pn,有m类可分配的资源R1, … ,Rm,在T0时刻,进程Pi分配到的j类资源为Allocationij个,它还需要j类资源Need ij个,系统目前剩余j类资源Workj个,现采用银行家算法进行进程资源分配预防死锁的发生-Banker
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:1353
    • 提供者:freedom265442
  1. BANK

    0下载:
  2. 操作系统课程设计之多资源银行家算法 产生安全序列 -Banker' s algorithm
  3. 所属分类:OS Develop

    • 发布日期:2017-03-28
    • 文件大小:9305
    • 提供者:zl
  1. fgds

    0下载:
  2. 自己的作业,关于银行家算法的描述,支持文件读入。-Own work, the descr iption on the banker' s algorithm, supporting documents read.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-30
    • 文件大小:501113
    • 提供者:欧阳盆栽
  1. bankers-algorithm

    0下载:
  2. 银行家算法是一种最有代表性的避免死锁的算法。在避免死锁方法中允许进程动态地申请资源,但系统在进行资源分配之前,应先计算此次分配资源的安全性,若分配不会导致系统进入不安全状态,则分配,否则等待。为实现银行家算法,系统必须设置若干数据结构。-Banker' s algorithm is one of the most representative algorithm to avoid deadlock. Method to avoid deadlock in the process of dy
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:1736
    • 提供者:zhsenl
  1. bank

    0下载:
  2. 银行家算法,可实现手动分配和自动分配系统资源-Banker' s algorithm, can be achieved manually and automatic allocation of system resources allocated
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-31
    • 文件大小:739051
    • 提供者:zhang
« 1 2 ... 14 15 16 17 18 1920 21 22 23 24 ... 30 »
搜珍网 www.dssz.com