CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 数据结构常用算法 搜索资源 - 银行家算法

搜索资源列表

  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. Banker

    0下载:
  2. 使用银行家算法,编写和调试一个系统动态分配资源的简单模拟程序。 自此,每行表示进程对资源的请求; 当所有进程结束后或文件结束时,程序结束。 -Using the banker' s algorithm, write and debug a simple dynamic simulation program to allocate resources. Since then, each line that process requests for resources when
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:686
    • 提供者:Yanxingfu
  1. yinhang

    0下载:
  2. 自己写的银行家算法,有需要的可以看下,简单易懂。-Bankers to write their own algorithms, we need to look down, easy to understand.
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1903
    • 提供者:张祖强
  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. 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. banker

    0下载:
  2. 银行家算法的实现,同时具备安全性检验,简单明了-Banker' s algorithm implementation, along with security testing, simple
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:1364
    • 提供者:叶伦灼
  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. 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. BankeraSharp39s-algorithm

    0下载:
  2. 银行家算法,模拟实现了银行家算法的功能,并带有运行结果-Banker' s algorithm to simulate the function of achieving the banker' s algorithm, and with the running results
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:26167
    • 提供者:吴语
  1. osBank

    0下载:
  2. 3、银行家算法 设request:是Pi进程的请求向量,当Pi发了资源请求后,系统按下述步骤检查: (1)如果Request[i]<= Need[i],则转向步骤(2); (2)若Request[i] <=Available,则转向步骤(3); (3)系统试探性地把要求的资源分配给进程Pi,并修改以下数据结构的值: Available=Available-Request[i]; Allocation[i]= Allocation[i]+ Request[i];
  3. 所属分类:Data structs

    • 发布日期:2017-05-03
    • 文件大小:1122686
    • 提供者:fairybroken
  1. ziyuanfenpei

    0下载:
  2. 用银行家算法和随机分配算法模拟实现资源分配-With the banker' s algorithm and random allocation of resources allocation algorithm simulation
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:93686
    • 提供者:
  1. bank

    0下载:
  2. 银行家算法 操作系统学习中主要介绍算法的实现流程-Banker' s algorithm to learn the operating system in the implementation process focuses on algorithms
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:236051
    • 提供者:李朗
  1. bankmethod

    0下载:
  2. 银行家算法 数据结构编程必用的基本程序 含有注释-Banker' s algorithm programming data structures will contain comments with the basic procedures
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:1309
    • 提供者:yancongcong
  1. 4

    0下载:
  2. 编程实现银行家算法 通过实例模拟银行家算法实现死锁预防。 掌握银行家算法实现死锁预防的原理 要求:输入实例,能够使用银行家算法判断资源分配后是否存在安全序列。 -Programming by example simulation banker bankers algorithm deadlock prevention algorithm. Master bankers, deadlock prevention algorithm principle requirements: i
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:656
    • 提供者:瓜哥
  1. bank

    0下载:
  2. 一个简单的用c语言实现的银行家算法,短小精悍,可以参考一下-A simple c language of the banker' s algorithm, dapper, you can refer to
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:1197
    • 提供者:jefferson
  1. bank

    0下载:
  2. 银行家算法避免死锁问题,用C语言编程实现-Bankers algorithm avoid deadlock, with the C programming language
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:228707
    • 提供者:曹书芹
« 1 2 3 4 5 6 78 9 »
搜珍网 www.dssz.com