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

搜索资源列表

  1. 爽爽

    0下载:
  2. 操作系统银行家算法 一、目的和要求 银行家算法是避免死锁的一种重要方法,本实验要求用高级语言编写和调试一个简单的银行家算法程序。加深了解有关资源申请、避免死锁等概念,并体会和了解死锁和避免死锁的具体实施方法。-a banker's algorithm operating system, the purpose and requirements of bankers to avoid deadlock algorithm is an important method used in
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-12
    • 文件大小:2918
    • 提供者:爽爽
  1. banker

    0下载:
  2. 用c++实现的操作系统中著名的银行家算法,应该说里面实现的还是比较易懂的-Using c++ implementation of the operating system well-known banker' s algorithm, it should be said there is still relatively easy to understand the implementation of the
  3. 所属分类:Other systems

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

    0下载:
  2. 这是操作系统的第一个实验叫做银行家算法,它由三部分组成-This is the first experimental operating system called the banker' s algorithm, which consists of three parts
  3. 所属分类:Other systems

    • 发布日期:2017-03-28
    • 文件大小:571718
    • 提供者:liu cuiru
  1. yinghangjia

    0下载:
  2. 操作系统中用到得一个银行家算法!可以实现安全性检查-Operating system used was a banker' s algorithm! Security checks can be ~ ~
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-31
    • 文件大小:1433
    • 提供者:邵二丫
  1. bankerarithmetic

    0下载:
  2. 做操作系统实验时候写的银行家算法,只是简单的控制台程序-banker arithmetic
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-01
    • 文件大小:159941
    • 提供者:summer
  1. banker

    0下载:
  2. 操作系统进程中的银行家算法,利用C语言实现的简单程序。-The operating system in the process of banker' s algorithm, using C language implementation of the simple procedure
  3. 所属分类:Other windows programs

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

    0下载:
  2. 按照 汤子瀛操作系统一书银行家算法编写,界面友好,实现了银行家算法-Operating system, according to Tang Zi Ying write a book banker' s algorithm, user-friendly to achieve the banker' s algorithm
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:9755
    • 提供者:kiki
  1. YHJ

    0下载:
  2. 本小程序用C++语言模拟了操作系统的银行家算法。-This small program using C++ language of the banker' s algorithm to simulate the operating system.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-02
    • 文件大小:2113
    • 提供者:greenen
  1. Banker

    0下载:
  2. 计算机操作系统 银行家算法解决问题,为资源的分配作为根据-Computer operating system banker' s algorithm to solve the problem, the distribution of resources as a basis for
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:1729
    • 提供者:w
  1. bank2

    0下载:
  2. 银行家算法(这是操作系统中的一个实验,用于解决资源分配问题)-the banker arithmetic
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-06
    • 文件大小:919
    • 提供者:zhazha
  1. YHJSF

    0下载:
  2. 操作系统银行家算法分配资源的一步步实现过程。-Operating system allocating resources banker' s algorithm implementation process step by step.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-02
    • 文件大小:1708
    • 提供者:liaojie
  1. banker

    0下载:
  2. 操作系统中的银行家算法,用于寻找安全序列,防止发生死锁-OS bankers algorithm for finding safe sequence, to prevent deadlock
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:2549
    • 提供者:chencl
  1. bankerC

    0下载:
  2. 银行家算法的另一种实现源程序,它属于操作系统的相关编程-Another banker' s algorithm implementation source code, it is operating system-related programming
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:1471
    • 提供者:chencl
  1. bank

    0下载:
  2. 运用java实现了操作系统中的银行家算法,可根据用户的输入判断是否可以分配资源-Use java bankers algorithm, operating system can allocate resources based on user input to determine whether
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-30
    • 文件大小:23832
    • 提供者:王璐
  1. OSTeacher

    0下载:
  2. 操作系统经典算法交互式学习软件,应用了银行家算法,先来先服务算法。-Interactive learning software of the operating system, the classical algorithm
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:505841
    • 提供者:王笑明
  1. yinhangjiasuanfa

    0下载:
  2. 操作系统中最基本也是最重要的算法——银行家算法-Operating system, the most fundamental and important algorithm- bankers algorithm
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-16
    • 文件大小:237098
    • 提供者:陈慧
  1. bank

    0下载:
  2. 通过银行家算法设计与实现,可以加深学生对死锁的理解,掌握死锁的预防、避免、检测和解除的基本原理,重点掌握死锁的避免方法—银行家算法。使学生初步具有研究、设计、编制和调试操作系统模块的能力。-Bankers algorithm design and implementation, can deepen students' understanding of the deadlock, to grasp deadlock prevention, avoidance, detection, an
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-01
    • 文件大小:1110303
    • 提供者:吴宏玲
  1. banker-solution

    0下载:
  2. 实现的是操作系统中所研究的银行家算法问题。(1) 设计进程对各类资源最大申请表示及初值确定。 (2) 设定系统提供资源初始状况。 (3) 设定每次某个进程对各类资源的申请表示。 (4) 编制程序,依据银行家算法,决定其申请是否得到满足。 -Banker algorithm implementation is a problem in the operating system under study. (1) the design process for all types
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:1946
    • 提供者:曾奕
  1. banker

    0下载:
  2. 操作系统,银行家算法C++代码实现,安全状态算法-Operating system, bankers algorithm
  3. 所属分类:Other systems

    • 发布日期:2017-05-07
    • 文件大小:1069173
    • 提供者:楚志铭
  1. 操作系统实验报告

    1下载:
  2. 操作系统实验报告(进程调度,银行家算法,可变区分存储管理)(Operating system experiment report (process scheduling, banker algorithm, variable storage management))
  3. 所属分类:其他

    • 发布日期:2019-12-25
    • 文件大小:577536
    • 提供者:xtzj1cm
« 12 »
搜珍网 www.dssz.com