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

搜索资源列表

  1. yinhangjia

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

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

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

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

    0下载:
  2. 银行家算法操作系统开发用C++编程语言开发-Banker' s algorithm operating system development with C++ programming language development
  3. 所属分类:OS Develop

    • 发布日期:2017-04-01
    • 文件大小:3110
    • 提供者:问问
  1. OS

    0下载:
  2. 操作系统课程的实验 用C++控制台程序模拟银行家算法-Experimental Operating System Course C++ console application using simulated banker' s algorithm
  3. 所属分类:OS Develop

    • 发布日期:2017-04-04
    • 文件大小:88910
    • 提供者:冯良
  1. tt4

    0下载:
  2. 银行家算法的实现,操作系统课程设计,利用银行家算法进行避免死锁的资源分配-Banker' s algorithm implementation, operating system, curriculum design, the use of banker' s algorithm for resource allocation to avoid deadlock
  3. 所属分类:OS Develop

    • 发布日期:2017-04-01
    • 文件大小:1654
    • 提供者:王海
  1. mark

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

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

    0下载:
  2. 处理机调度与死锁,银行家算法来模拟!用C++实现!-Processor scheduling and deadlock, the banker' s algorithm to simulate! In C++ to achieve!
  3. 所属分类:OS Develop

    • 发布日期:2017-04-06
    • 文件大小:43100
    • 提供者:柯柯
  1. yinhangjiasuanfa

    0下载:
  2. 银行家算法代码,能够实现银行家算法安全性检查,等等。-Banker s algorithm
  3. 所属分类:OS Develop

    • 发布日期:2017-04-15
    • 文件大小:7810
    • 提供者:李嘉琪
  1. 11

    0下载:
  2. 进程的死锁避免算法(银行家算法实现) 一:实验目的: 根据银行家算法的思想,编写程序,解决并发进程的死锁问题。 二:实验要求: (1)本实验要求设计并实现银行家算法。银行家算法是死锁避免的经典算法,其核心思想是:进程动态地申请资源,每次申请资源时系统都执行安全状态检查算法判断本次申请是否会造成系统处于不安全状态,如果不安全则阻塞进程;如果安全状态,则完成资源分配。 (2)安全状态检查算法的思想是找到一个安全序列,使所有进程都能执行完毕。如果找到,则处于安全状态,否则为不安全状
  3. 所属分类:OS Develop

    • 发布日期:2017-03-22
    • 文件大小:10269
    • 提供者:吴起
  1. bank

    0下载:
  2. 实现了操作系统课程中的银行家算法,c++代码,调度算法,解决死锁问题。-The operating system curriculum in the banker s algorithm, c++ code, scheduling algorithm, to solve the deadlock problem.
  3. 所属分类:OS Develop

    • 发布日期:2017-03-30
    • 文件大小:679584
    • 提供者:象棋
  1. BankerCal

    0下载:
  2. 银行家算法,很适合初学者学习操作系统使用,写的很清楚易懂的算法。-The banker s algorithm , it is suitable for beginners to learn the operating system , written in very clear and understandable algorithm .
  3. 所属分类:OS Develop

    • 发布日期:2017-04-13
    • 文件大小:2326
    • 提供者:jerryhu
  1. os6

    0下载:
  2. “银行家算法”。 其实验目的是: 1 了解银行家算法的机制,学会用银行家算法为进程分配资源的意义。 2 学会利用银行家算法避免死锁的方法 -"The banker s algorithm." The purpose of the experiment is as follows: An understanding of the mechanism of the banker s algorithm, the significance of resources alloca
  3. 所属分类:OS Develop

    • 发布日期:2017-03-29
    • 文件大小:1538
    • 提供者:pang
  1. YH

    0下载:
  2. 银行家算法,使用FMC界面,VS2008编程,操作系统进程管理。-Banker s algorithm, using the FMC interface, VS2008 programming, operating systems process management.
  3. 所属分类:OS Develop

    • 发布日期:2017-05-30
    • 文件大小:12872092
    • 提供者:fuguohe
  1. yin-hang-jia-suan-fa-

    0下载:
  2. 计算机操作系统中的典型的死锁避免方法,银行家算法,用VC++6.0写的,已经实现,希望可以帮助大家。-Banker s algorithm
  3. 所属分类:OS Develop

    • 发布日期:2017-03-28
    • 文件大小:5715
    • 提供者:luying
« 1 2 3 4 5 6 78 9 »
搜珍网 www.dssz.com