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

搜索资源列表

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

    0下载:
  2. 银行家算法的实验报告以及源代码内容详细-Banker s algorithm
  3. 所属分类:OS Develop

    • 发布日期:2017-05-10
    • 文件大小:2351268
    • 提供者:mark
  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. yinhangjiasuanfa

    0下载:
  2. 银行家算法与随机算法 设计用银行家算法和随机分配算法,实现资源分配的两个资源分配程序,应具有显示或打印各进程依次要求申请的资源数以及依次分配资源的情况。-Banker' s algorithm and the random algorithm
  3. 所属分类:OS Develop

    • 发布日期:2017-04-06
    • 文件大小:440932
    • 提供者:
  1. yhj

    0下载:
  2. 利用vc实现的银行家算法模拟。可初始化各进程及其请求资源,判断安全性并输出全部安全序列。-Banker' s algorithm implementation using vc simulation. The initialization process can request resources and to determine all the security and safety of the output sequence.
  3. 所属分类:OS Develop

    • 发布日期:2017-05-10
    • 文件大小:2401571
    • 提供者:唐帆
  1. Bank

    0下载:
  2. 用java模拟实现了银行家算法,字符界面。其中包括爱全序列的检查和是否可分配资源。-Achieved with the banker' s algorithm java simulation, character-based interface. Love the whole sequence, including the inspection and whether the allocation of resources.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-14
    • 文件大小:5603
    • 提供者:LLLL
  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. 123

    0下载:
  2. 银行家算法 是操作系统编程课程设计windows-Banker' s algorithm is a windows operating system programming course design
  3. 所属分类:OS Develop

    • 发布日期:2017-04-03
    • 文件大小:1569
    • 提供者:张红玉
  1. yinhangjia

    0下载:
  2. 实现操作系统的银行家算法,源码详细,并有测试数据和视频。-Banker' s algorithm to achieve the operating system, source details, and test data, and video.
  3. 所属分类:OS Develop

    • 发布日期:2017-04-02
    • 文件大小:25483
    • 提供者:吴晓焕
  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. 1

    0下载:
  2. 利用VC++实现了操作系统原理中经典的银行家算法,要求输入进程数,资源种类、数量等信息-Using VC++ to achieve the operating system works in the classic banker' s algorithm, the number required for the process, resource type, quantity and other information
  3. 所属分类:OS Develop

    • 发布日期:2017-04-01
    • 文件大小:1908
    • 提供者:zhuimengren
  1. yinhangjiasuanfa

    0下载:
  2. 用c++实现银行家算法,可以使算法得到演示和操作,可行,是个简单的样板-Using c++ to achieve the banker' s algorithm, can make the algorithm presentation and operation, feasible, is a simple model
  3. 所属分类:OS Develop

    • 发布日期:2017-04-08
    • 文件大小:2202
    • 提供者:刘力
  1. bank

    0下载:
  2. 这是用C语言实现的银行家算法,比较完整的,也能实现。-This is a banker with a C language algorithm, more complete, can be achieved.
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:41934
    • 提供者:丹菊
  1. yinhangjiasuanfabimiansisuo

    0下载:
  2. 1、本次课程设计通过编写和调试一个银行家算法避免死锁的程序,观察产生死锁的条件,并采用银行家算法,有效地避免死锁的发生。 2、掌握避免死锁的方法,系统安全的基本概念 3、掌握产生死锁的原因、产生死锁的必要的条件和处理死锁的基本方法。 4、了解最具有代表性的避免死锁的算法——银行家算法,了解资源在进程并发执行过程中的资源分配策略。 -1, this course designed by bankers to write and debug a program algorithm t
  3. 所属分类:CSharp

    • 发布日期:2017-05-18
    • 文件大小:4816364
    • 提供者:孙天胤
  1. main

    0下载:
  2. 这是银行家算法的一个简易实现,如果有任何问题,请自行解决-This is the banker' s algorithm to achieve a simple, if you have any questions, please themselves
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1791
    • 提供者:明珠
  1. yhj

    0下载:
  2. 银行家动态算法源代码 适合初学者 代码简单明了-Banker' s algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:1411
    • 提供者:lzd
  1. bankers

    1下载:
  2. 多线程银行家算法实现, 多线程银行家算法实现-Banker' s algorithm to achieve multi-threaded, multi-threaded algorithm bankers, banker' s algorithm to achieve multi-threaded
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-10
    • 文件大小:1929194
    • 提供者:成益武
  1. Bank

    0下载:
  2. 这是操作系统中一个关于银行家算法的小程序-This is the operating system in a small program on the banker' s algorithm
  3. 所属分类:Java Develop

    • 发布日期:2017-04-03
    • 文件大小:1561
    • 提供者:曹雪佳
« 1 2 ... 19 20 21 22 23 2425 26 27 28 »
搜珍网 www.dssz.com