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

搜索资源列表

  1. 操作系统部分算法模拟软件

    0下载:
  2. 本软件设计的目的是: 通过编写程序,将操作系统部算法以可视化的方式模拟出来,最终达到对这些算法有一个比深的理解。 本软件演示的算法有: 多种资源的银行家算法 可变分区存储算法 生产者——消费者(PV操作模拟) FIFO算法和LRU算法(页面淘汰算法) 请求分页算法 CUP——I/0利用率分析 开发工具: Delphi 7.0 -The software is designed to : develop procedures of the opera
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:1326208
    • 提供者:刀尖
  1. OS_Bank

    0下载:
  2. 操作系统-银行家算法报告实验报告,自己写的交流一下哈-OS-bankers report experimental algorithms, wrote about the exchange of Kazakhstan.
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:154227
    • 提供者:kira
  1. os-banker

    0下载:
  2. 操作系统中银行家算法的演示程序,银行家算法是避免死锁的方法,避免死锁的法则是,系统在运行过程中,对于进程的每一种资源请求都要根据预掌握的资源使用信息,按照一定的算法,进行是否可能导致死锁的预测,以决定是否同意这一资源请求。这是向前看几步,知道保证不会导致死锁时再向前走一步的具有动态性质的预测算法。-operating system bankers algorithm Demonstration Program, bankers algorithm is a method to avoid dea
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:1634
    • 提供者:邱孝杰
  1. 操作系统课程设计_银行家算法

    1下载:
  2. 所属分类:进程与线程

    • 发布日期:2010-12-09
    • 文件大小:220672
    • 提供者:lugang
  1. bank

    0下载:
  2. 操作系统-模拟银行家算法,实现操作系统PV信号量操作-operating system- analog bankers algorithm
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-08
    • 文件大小:2273
    • 提供者:王引刚
  1. yinhang

    0下载:
  2. 一个十分经典而且简单的银行家算法,对操作系统上机实验十分有效-A very classic and simple bankers algorithm, on the operating system on the experimental machine is very effective
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-02
    • 文件大小:1215
    • 提供者:Jhon
  1. aaa

    0下载:
  2. 操作系统银行家算法解决死锁问题并且可以观察死锁现象的产生-Banker' s algorithm to solve the deadlock problem
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-09
    • 文件大小:1029753
    • 提供者:张学兵
  1. Equipment_Manage

    0下载:
  2. 运用操作系统中的防止死锁算法(银行家算法)来实现设备和进程间的协调,让他们自动申请设备,处理设备请求,还有生成等待队列,完成队列,设备状态查看。-The use of the operating system to prevent deadlock algorithm (banker' s algorithm) to achieve coordination between equipment and processes so that they can voluntarily apply
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-29
    • 文件大小:40382
    • 提供者:师颖
  1. os_yinghangjiasuanfa

    0下载:
  2. 是银行家算法,进行对操作系统中进程管理,预防死锁,非常简单的一个程序-Is the banker' s algorithm, on an operating system process management, prevention of deadlock, a very simple procedure
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-15
    • 文件大小:38594
    • 提供者:张三
  1. main

    0下载:
  2. 银行家算法,实现操作系统中银行家借钱的算法-The banker algorithm, the algorithm operating system
  3. 所属分类:Process-Thread

    • 发布日期:2017-11-25
    • 文件大小:2159
    • 提供者:chen
  1. TestBankerClass

    0下载:
  2. 操作系统银行家算法java语言,简单的程序,容易理解,-The bankers algorithm java language of the operating system, a simple procedure, easy to understand,
  3. 所属分类:Process-Thread

    • 发布日期:2017-12-06
    • 文件大小:2361
    • 提供者:
  1. bankalgorithm

    0下载:
  2. 该程序实现了操作系统中控制进程的一个非常重要的算法-银行家算法。-The program implements the operating system to control the process of a very important algorithms- bankers algorithm.
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-08
    • 文件大小:1943446
    • 提供者:袁晓丽
  1. PCB

    0下载:
  2. 操作系统的进程管理、内存管理以及银行家算法的源码-Operating system process management, memory management, and the banker' s algorithm source code
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-10
    • 文件大小:2313281
    • 提供者:张凡荣
  1. The-bankers-algorithm

    0下载:
  2. 用C写的一个银行家算法的程序,模拟操作系统分配资源-Written in C, a banker algorithm program
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-13
    • 文件大小:2699
    • 提供者:mr.lin
  1. Bankers-algorithm-simulation

    0下载:
  2. 银行家算法模拟,适用于计算机操作系统课程设计的银行家算法的实现。-Bankers algorithm simulation for realization of computer courses on operating system design bankers algorithm.
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-11
    • 文件大小:2289961
    • 提供者:朱洪波
  1. AAAAA

    0下载:
  2. 银行家算法原理: 我们可以把操作系统看作是银行家,操作系统管理的资源相当于银行家管理的资金,进程向操作系统请求分配资源相当于用户向银行家贷款。   为保证资金的安全,银行家规定:   (1) 当一个顾客对资金的最大需求量不超过银行家现有的资金时就可接纳该顾客   (2) 顾客可以分期贷款,但贷款的总数不能超过最大需求量   (3) 当银行家现有的资金不能满足顾客尚需的贷款数额时,对顾客的贷款可推迟支付,但总能使顾客在有限的时间里得到贷款   (4) 当顾客
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-04
    • 文件大小:159197
    • 提供者:南其显
  1. 银行家算法

    0下载:
  2. 操作系统,windows系统下写的银行家算法,c++语言版。(The operating system, the banker's algorithm written under the windows system, the c++ language.)
  3. 所属分类:进程与线程

    • 发布日期:2018-01-08
    • 文件大小:155648
    • 提供者:moona
搜珍网 www.dssz.com